:root{--copper-brown: #7C4D2A;--brass-yellow: #D8A76B;--contrast-yellow: #F1D3AB;--olive-green: #7C7B39;--deep-teal: #2B4C4F;--rust-red: #A44A3F;--gunmetal-gray: #7E7B7A;--vintage-white: #F5E9E0;--moss-green: #4E5B31}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Gunmetal Gray,sans-serif;background-color:var(--vintage-white);color:var(--gunmetal-gray)}html,body{height:100%;margin:0}.App{max-width:1200px;margin:0 auto;padding-bottom:10px;display:flex;flex-direction:column;min-height:100vh}nav{background-color:var(--deep-teal);padding:10px;text-align:center;bottom:0;left:0;width:100%;position:fixed;z-index:1000}nav a{color:var(--vintage-white);text-decoration:none;margin:0 20px;font-size:1.2rem;font-weight:700;transition:color .3s ease}nav a i{margin-right:5px}nav a:hover{color:var(--brass-yellow)}.product-card a{display:inline-block;padding:10px 20px;background-color:#fff;color:var(--copper-brown);text-decoration:none;border-radius:5px;border:none;cursor:pointer;transition:background-color .3s}button{background-color:var(--copper-brown);color:var(--contrast-yellow);display:inline-block;padding:10px 20px;text-decoration:none;border-radius:15px;border:none;cursor:pointer;transition:background-color .3s}.button-white{background-color:var(--vintage-white);color:var(--gunmetal-gray);border:1px solid black}.button-red{background-color:var(--rust-red)}button:hover,.product-card:hover{background-color:var(--brass-yellow);color:var(--copper-brown);border:1px solid var(--rust-red)}footer{background-color:var(--deep-teal);padding:15px;text-align:center;color:var(--vintage-white)}footer a{color:var(--brass-yellow);text-decoration:none}footer a:hover{color:var(--rust-red)}.header{position:relative;text-align:center;padding:80px 20px 0;background:url(/my-steampunk-shop/images/header-background-image.jpg) no-repeat center/cover}.header-overlay{position:absolute;top:0;left:0;width:100%;z-index:1}.header-portrait{position:relative;z-index:3;margin-bottom:-50px}.header-portrait img{width:300px;height:auto;object-fit:cover}.header-content{position:relative;z-index:2;padding:40px;display:inline-block;background-color:#f5e9e0d9;border-radius:5px 5px 0 0;box-shadow:0 -10px 10px 15px #f5e9e0d9}.header-content h1{font-family:Arbutus,serif;font-size:3rem;color:var(--rust-red);margin-bottom:10px}.header-content h3{font-family:Revalia,serif;font-size:1.8rem;color:var(--deep-teal)}@media (max-width: 768px){.header{padding:40px 10px 0}.header-portrait img{width:200px;height:auto}.header-content{padding:40px 10px 10px;border-radius:5px}.header-content h1{font-size:2.4rem}.header-content h3{font-size:1.5rem}}@media (max-width: 480px){.header{padding:30px 10px 0}.header-portrait img{width:150px;height:auto}.header-content{padding:50px 5px 10px}.header-content h1{font-size:1.8rem}.header-content h3{font-size:1rem}}.product-list-container{background-color:var(--copper-brown);color:var(--vintage-white)}.product-list{display:grid;grid-template-columns:2fr;gap:20px;margin:20px 0;padding:20px}.product-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--vintage-white);border:1px solid var(--gunmetal-gray);border-radius:10px;padding:15px 5px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.product-card a{background-color:transparent;display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%}.product-card .image-container{margin-bottom:10px}.product-card img{width:100%;aspect-ratio:1;border-radius:8px;object-fit:contain;object-fit:cover;box-shadow:0 2px 5px #0003}.product-card .product-name-price-container{margin-top:auto;text-align:center;padding-bottom:5px}.product-card h2{font-size:1.5rem;color:var(--copper-brown);margin-bottom:10px}.product-card p{font-size:1rem;color:var(--gunmetal-gray)}.product-card:hover{transform:scale(.97);box-shadow:0 4px 12px #00000026}.product-card .price{font-size:1.2rem;font-weight:700;color:var(--brass-yellow)}@media (min-width: 480px){.product-list{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.product-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}body.product-details-body{background-color:var(--olive-green);color:var(--vintage-white)}.product-details{max-width:600px;margin:50px auto 0;padding:20px;gap:1rem;background-color:var(--vintage-white);color:var(--deep-teal);border-radius:10px;box-shadow:0 20px 20px #0000001a;display:flex;flex-direction:column;align-items:center}.product-details img{max-width:100%;max-width:400px;height:auto;border-radius:10px;margin-top:-50px;margin-bottom:20px;box-shadow:0 2px 20px #0000001a}.product-details select{padding:4px;font-size:1rem;border:1px solid var(--gunmetal-gray);border-radius:15px;background-color:var(--vintage-white)}.product-details h2{font-size:2rem}.product-details p{font-size:1rem;color:var(--gunmetal-gray);line-height:1.5;padding:1rem}.big-price{font-size:3rem;font-weight:bolder;color:var(--deep-teal);position:relative}.big-price-name{font-size:1rem;color:var(--deep-teal);position:absolute;top:-10px;left:10}@media (max-width: 480px){.product-details{max-width:250px;padding:10px 10px 100px;text-align:center}.product-details img{max-width:150px;max-width:100%}.product-details h2{font-size:1.4rem}.product-details p{font-size:.9rem;padding:.5rem}.big-price{font-size:2rem}.big-price-name{font-size:1rem}}@media (max-width: 768px){.product-details{max-width:500px;max-width:80%;padding:15px 15px 100px}.product-details img{max-width:300px;max-width:70%}}.cart{border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;background-color:#f5f5f5;width:fit-content;margin:0 auto;gap:2rem}.cart ul{list-style-type:none;padding:0}.cart li{margin:10px 0;display:flex;align-items:flex-start;justify-content:space-between;max-width:800px;width:100%;border-bottom:1px solid #ccc;padding:10px 0;gap:2rem}.cart li .column-1{flex:0 0 auto;margin-right:10px}.cart li .column-1 img{width:80px;height:auto;border-radius:5px}.cart li .column-2{flex:1;display:flex;flex-direction:column;text-align:left;gap:.5rem}.cart li .column-2 h3{color:var(--deep-teal);margin:0}.cart li .column-2 p{margin:5px 0}.cart li .column-3{display:flex;flex-direction:column;align-items:flex-end}.cart li .column-3 p{margin:0;font-weight:bolder;color:var(--deep-teal)}.cart li .column-3 .button-red{margin-top:10px}.cart .total-price-container{margin-top:20px;align-self:flex-end;font-size:1.5rem;color:var(--deep-teal)}.cart .total-price{font-size:2rem;font-weight:bolder;color:var(--copper-brown)}.empty-cart{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center;padding:20px}.empty-cart img{max-width:300px;height:auto;border-radius:5px;margin:20px 0}.proceed-to-payment-area{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;gap:1rem}@media (max-width: 480px){.cart{padding:.5rem}.cart .total-price-container{align-self:center;text-align:center;font-size:1rem}.cart .total-price{font-size:1.5rem}}.checkout{padding:20px;background-color:#f5e9e0;border-radius:8px;margin-bottom:10rem}.checkout h2{margin-bottom:2rem}.checkout form{display:flex;flex-direction:column}.checkout label{margin-bottom:15px;margin-right:15px}.checkout input{padding:10px;border-radius:4px;border:1px solid #7C4D2A}.not-found-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center;padding:20px;background-color:#fff}.not-found-content{max-width:600px}.not-found-content h1{font-family:Arbutus,serif;font-size:2rem;color:var(--rust-red);margin-bottom:10px}.not-found-content img{max-width:100%;height:auto;margin-top:20px;border-radius:8px}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
