.header{background-color:#1a1a1a;border-bottom:1px solid #333;padding:1rem 0;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;position:relative}.logo{font-size:1.5rem;font-weight:700;letter-spacing:.15em;color:#fff;background:none;cursor:pointer;border:none;position:absolute;left:50%;transform:translate(-50%);transition:color .3s ease;padding:0}.logo:hover{color:#d4af37}.logo-img{height:50px;width:auto}.nav{display:flex;gap:2rem;align-items:center}.nav-left{flex:1}.nav a{font-size:.95rem;color:#ccc;transition:color .3s ease;text-transform:capitalize}.nav a:hover{color:#d4af37}.header-icons{display:flex;gap:1.5rem;margin-left:auto}.icon-btn{background:none;cursor:pointer;transition:all .3s ease;border:none;color:#ccc;display:flex;align-items:center;justify-content:center;padding:0;width:24px;height:24px;filter:brightness(1)}.icon-btn img{width:100%;height:100%;object-fit:contain;transition:filter .3s ease}.icon-btn:hover{transform:scale(1.1);filter:brightness(1.5) drop-shadow(0 0 8px #d4af37)}.icon-btn:hover img{filter:brightness(1.2)}.search-bar{background-color:#1a1a1a;border-bottom:1px solid #333;padding:1rem 2rem}.search-bar form{max-width:1400px;margin:0 auto;display:flex;gap:.5rem;align-items:center}.search-input{flex:1;background-color:#262626;border:1px solid #444;border-radius:4px;padding:.75rem 1rem;color:#e8e8e8;font-size:.95rem;outline:none;transition:border-color .3s ease}.search-input::placeholder{color:#888}.search-input:focus{border-color:#d4af37}.search-submit{background:none;border:none;cursor:pointer;padding:.75rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.search-submit img{width:100%;height:100%;object-fit:contain}@media (max-width: 1024px){.header-container{padding:0 1.5rem}.nav{gap:1.5rem}.logo{font-size:1.2rem}}@media (max-width: 768px){.header-container{padding:.75rem 1rem}.nav{gap:.75rem;font-size:.8rem}.header-icons{gap:.75rem}.logo{font-size:.9rem;letter-spacing:.08em}.nav a{white-space:nowrap}.search-bar{padding:.75rem 1rem}.search-bar form{gap:.25rem}.search-input{padding:.6rem .75rem;font-size:.85rem}}@media (max-width: 480px){.header-container{padding:.5rem .75rem}.nav{gap:.5rem;font-size:.7rem;display:none}.header-icons{gap:.5rem}.logo{font-size:.75rem;letter-spacing:.05em}.nav-left{display:none}.header-icons{flex:1}}.hero{position:relative;min-height:700px;display:flex;align-items:center;justify-content:flex-start;padding-left:4rem;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.hero-content{position:relative;z-index:2;max-width:600px;color:#fff}.hero-content h1{font-size:4rem;font-weight:300;color:#fff;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.01em}.hero-subtitle{font-size:1.1rem;color:#e8e8e8;margin-bottom:2rem;font-weight:300;line-height:1.6}.cta-btn{background-color:transparent;color:#fff;padding:.85rem 2.5rem;font-size:.95rem;letter-spacing:.15em;transition:all .3s ease;border:2px solid #fff;text-transform:uppercase;font-weight:500}.cta-btn:hover{background-color:#fff;color:#2c2c2c}@media (max-width: 1024px){.hero{min-height:600px;padding-left:3rem;padding-right:3rem}.hero-content h1{font-size:3rem}}@media (max-width: 768px){.hero{min-height:450px;padding:1rem 1.5rem}.hero-content h1{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.cta-btn{padding:.7rem 2rem;font-size:.85rem}.hero-content{max-width:100%}}@media (max-width: 480px){.hero{min-height:350px;padding-left:1rem;padding-right:1rem}.hero-content h1{font-size:1.5rem;margin-bottom:.75rem}.hero-subtitle{font-size:.85rem;margin-bottom:1rem}.cta-btn{padding:.6rem 1.5rem;font-size:.75rem}}.categories{padding:4rem 2rem;background-color:#1a1a1a}.categories-container{max-width:1400px;margin:0 auto}.categories>.categories-container>h2{text-align:center;font-size:1.8rem;font-weight:300;color:#e8e8e8;margin-bottom:3rem;letter-spacing:.05em}.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.category-card{text-align:center;cursor:pointer;transition:transform .3s ease;padding:1.5rem;border-radius:8px;background-color:#262626;border:1px solid #333}.category-card:hover{transform:translateY(-10px);background-color:#2e2e2e}.category-icon{font-size:3rem;margin-bottom:.5rem}.category-card h3{font-size:.95rem;font-weight:500;color:#ccc;text-transform:capitalize}@media (max-width: 1024px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem}.categories{padding:3rem 1.5rem}}@media (max-width: 768px){.categories{padding:2rem 1rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.categories>.categories-container>h2{font-size:1.4rem;margin-bottom:2rem}.category-card{padding:1rem}.category-icon{font-size:2.5rem}.category-card h3{font-size:.85rem}}@media (max-width: 480px){.categories{padding:1.5rem .75rem}.categories-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.categories>.categories-container>h2{font-size:1.2rem;margin-bottom:1.5rem}.category-card{padding:.75rem}.category-icon{font-size:2rem}.category-card h3{font-size:.75rem}}.featured-product{padding:4rem 2rem;background-color:#0d0d0d;color:#e8e8e8}.featured-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.featured-image{border-radius:4px;overflow:hidden;border:1px solid #333;width:90%;height:550px}.featured-image img{width:100%;height:100%;object-fit:cover}.featured-text h2{font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;line-height:1.3;letter-spacing:-.01em;color:#e8e8e8}.featured-description{font-size:1rem;line-height:1.8;color:#aaa;margin-bottom:2rem;font-weight:300}.featured-btn{background-color:transparent;color:#e8e8e8;padding:.85rem 2.5rem;font-size:.95rem;letter-spacing:.1em;border:2px solid #e8e8e8;text-transform:uppercase;transition:all .3s ease}.featured-btn:hover{background-color:#e8e8e8;color:#0d0d0d}@media (max-width: 1024px){.featured-product{padding:3rem 1.5rem}.featured-container{gap:2rem}.featured-image{height:350px}}@media (max-width: 768px){.featured-product{padding:2rem 1rem}.featured-container{grid-template-columns:1fr;gap:1.5rem}.featured-text h2{font-size:1.5rem;margin-bottom:1rem}.featured-description{font-size:.9rem;margin-bottom:1.5rem}.featured-image{height:300px}.featured-btn{padding:.7rem 2rem;font-size:.85rem}}@media (max-width: 480px){.featured-product{padding:1.5rem .75rem}.featured-text h2{font-size:1.2rem}.featured-description{font-size:.85rem}.featured-image{height:250px}.featured-btn{padding:.6rem 1.5rem;font-size:.75rem}}.gifts-of-season{padding:4rem 1rem;background-color:#1a1a1a}.gifts-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.1fr .61fr;gap:3rem;align-items:center}.gifts-text h2{font-size:2.5rem;font-weight:300;color:#e8e8e8;margin-bottom:1.5rem;line-height:1.3;letter-spacing:-.01em}.gifts-text p{font-size:1rem;line-height:1.8;color:#aaa;margin-bottom:2rem;font-weight:300}.gifts-btn{background-color:#d4af37;color:#0d0d0d;padding:.85rem 2.5rem;font-size:.95rem;letter-spacing:.1em;border:2px solid #d4af37;text-transform:uppercase;transition:all .3s ease}.gifts-btn:hover{background-color:transparent;color:#d4af37}.gifts-image{border-radius:4px;overflow:hidden;border:1px solid #333}.gifts-image img{width:100%;height:500px;object-fit:cover}@media (max-width: 1024px){.gifts-of-season{padding:3rem 1.5rem}.gifts-container{gap:2rem}.gifts-image img{height:350px}}@media (max-width: 768px){.gifts-of-season{padding:2rem 1rem}.gifts-container{grid-template-columns:1fr;gap:1.5rem}.gifts-text h2{font-size:1.5rem;margin-bottom:1rem}.gifts-text p{font-size:.9rem;margin-bottom:1.5rem}.gifts-image img{height:300px}.gifts-btn{padding:.7rem 2rem;font-size:.85rem}}@media (max-width: 480px){.gifts-of-season{padding:1.5rem .75rem}.gifts-text h2{font-size:1.2rem}.gifts-text p{font-size:.85rem}.gifts-image img{height:250px}.gifts-btn{padding:.6rem 1.5rem;font-size:.75rem}}.testimonial{padding:4rem 2rem;background-color:#0d0d0d;color:#e8e8e8;text-align:center;border-top:1px solid #333}.testimonial-container{max-width:900px;margin:0 auto}.testimonial blockquote p:first-child{font-size:2rem;font-weight:300;margin-bottom:2rem;line-height:1.4;letter-spacing:-.01em;color:#e8e8e8}.testimonial-body{font-size:1rem;line-height:1.8;color:#aaa;margin-bottom:2rem;font-weight:300}.testimonial-author{font-size:.95rem;color:#888;font-style:italic}@media (max-width: 1024px){.testimonial{padding:3rem 1.5rem}}@media (max-width: 768px){.testimonial{padding:2rem 1rem}.testimonial blockquote p:first-child{font-size:1.4rem;margin-bottom:1.5rem}.testimonial-body{font-size:.9rem}.testimonial-author{font-size:.85rem}}@media (max-width: 480px){.testimonial{padding:1.5rem .75rem}.testimonial blockquote p:first-child{font-size:1.1rem;margin-bottom:1rem}.testimonial-body{font-size:.85rem;margin-bottom:1rem}.testimonial-author{font-size:.8rem}}.footer{background-color:#0d0d0d;color:#aaa;padding:3rem 2rem 1rem;border-top:1px solid #333}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:.95rem;font-weight:600;color:#e8e8e8;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#aaa;font-size:.9rem;transition:color .3s ease}.footer-section a:hover{color:#d4af37}.social-links{display:flex;gap:1rem}.social-links a{display:inline-block;width:35px;height:35px;border:1px solid #444;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .3s ease;color:#aaa}.social-links a:hover{background-color:#d4af37;color:#0d0d0d;border-color:#d4af37}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#666;font-size:.9rem}@media (max-width: 1024px){.footer{padding:2.5rem 1.5rem 1rem}.footer-container{gap:1.5rem}}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-container{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.5rem}.footer-section h4{font-size:.85rem;margin-bottom:.75rem}.footer-section a{font-size:.85rem}.footer-bottom{padding-top:1.5rem;font-size:.85rem}}@media (max-width: 480px){.footer{padding:1.5rem .75rem 1rem}.footer-container{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.footer-section h4{font-size:.8rem;margin-bottom:.5rem}.footer-section ul li{margin-bottom:.35rem}.footer-section a{font-size:.8rem}.social-links a{width:30px;height:30px;font-size:.7rem}.footer-bottom{padding-top:1rem;font-size:.75rem}}.app{width:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#0d0d0d;color:#e8e8e8;line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}
