*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#000;color:beige;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:beige;text-decoration:none;transition:color .3s ease}a:hover{color:#d4af37}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.section{padding:4rem 0;text-align:center}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;margin-bottom:1rem;color:beige}.section-subtitle{font-size:1.2rem;color:beige;opacity:.8;max-width:600px;margin:0 auto}.header{background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #29313d}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header__logo{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:beige;text-decoration:none}.header__nav{display:flex;list-style:none;gap:2rem}.header__nav a{font-weight:500;transition:color .3s ease}.header__nav a:hover{color:#d4af37}.header__icons{display:flex;align-items:center;gap:1rem}.header__icon{background:none;border:none;color:beige;font-size:1.2rem;cursor:pointer;transition:color .3s ease}.header__icon:hover{color:#d4af37}.main-content{margin-top:80px;min-height:calc(100vh - 80px)}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(#00000080,#00000080);position:relative}.hero__content h1{font-size:4rem;margin-bottom:1rem;color:beige}.hero__content p{font-size:1.2rem;margin-bottom:2rem;color:#ccc}.btn{display:inline-block;padding:1rem 2rem;border:none;border-radius:4px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background:#d4af37;color:#000}.btn-primary:hover{background:#b8941f;transform:translateY(-2px)}.btn-secondary{background:transparent;color:beige;border:2px solid #f5f5dc}.btn-secondary:hover{background:beige;color:#000}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;align-items:stretch}.product-card{background:#1a1a1a;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #29313d;display:flex;flex-direction:column;min-height:450px}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #d4af3733}.product-card__image{width:100%;height:250px;object-fit:contain;object-position:center;flex-shrink:0;background:#f8f8f8;padding:10px;border-radius:8px 8px 0 0;aspect-ratio:1 / 1}.product-card__content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.product-card__title{font-size:1.1rem;margin-bottom:.5rem;color:beige;line-height:1.3;min-height:2.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:1.2rem;font-weight:600;color:#d4af37;margin-bottom:1rem;min-height:1.5rem}.product-card__button{width:100%;padding:.75rem;background:#d4af37;color:#000;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background .3s ease;margin-top:auto}.product-card__button:hover{background:#b8941f}.featured-products .product-grid{grid-template-columns:repeat(3,1fr)}.product-card__description{font-size:.9rem;color:#ccc;margin-bottom:1rem;line-height:1.4;max-height:3.6rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.collection-card{position:relative;height:300px;border-radius:8px;overflow:hidden;background:#1a1a1a}.collection-card__image{width:100%;height:100%;object-fit:cover}.collection-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(#0006,#000c);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;opacity:1;transition:background .3s ease}.collection-card:hover .collection-card__overlay{background:linear-gradient(#0009,#000000e6)}.collection-card__title{color:beige;font-size:2rem;font-weight:600;margin-bottom:.5rem}.collection-card__count{color:beige;font-size:1rem;margin-bottom:1.5rem;opacity:.9}.collection-card__button{background:#d4af37;color:#000;padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;text-decoration:none;display:inline-block;transition:background .3s ease}.collection-card__button:hover{background:#b8941f;color:#000}.collection-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#2a2a2a;color:#666;font-size:4rem}.cart-drawer{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#1a1a1a;z-index:2000;transition:right .3s ease;border-left:1px solid #29313d}.cart-drawer.open{right:0}.cart-drawer__header{padding:1.5rem;border-bottom:1px solid #29313d;display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{font-size:1.5rem;color:beige}.cart-drawer__close{background:none;border:none;color:beige;font-size:1.5rem;cursor:pointer}.cart-drawer__content{padding:1.5rem;height:calc(100vh - 200px);overflow-y:auto}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #29313d}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:4px}.cart-item__details{flex:1}.cart-item__title{font-size:1rem;color:beige;margin-bottom:.5rem}.cart-item__price{color:#d4af37;font-weight:600}.cart-drawer__footer{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:#1a1a1a;border-top:1px solid #29313d}.cart-total{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.footer{background:#1a1a1a;border-top:1px solid #29313d;padding:3rem 0 1rem;margin-top:4rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer__section h4{color:beige;margin-bottom:1rem}.footer__section ul{list-style:none}.footer__section li{margin-bottom:.5rem}.footer__section a{color:#ccc;transition:color .3s ease}.footer__section a:hover{color:#d4af37}.footer__bottom{text-align:center;padding-top:2rem;border-top:1px solid #29313d;color:#999}@media (max-width: 992px){.featured-products .product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.header__nav{display:none}.hero__content h1{font-size:2.5rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.featured-products .product-grid{grid-template-columns:1fr}.product-card{min-height:400px}.product-card__image{height:200px}.product-card__content{padding:1rem}.product-card__title{font-size:1rem;min-height:2.4rem}.product-card__price{font-size:1.1rem}.collection-grid{grid-template-columns:1fr}.cart-drawer{width:100%;right:-100%}.container{padding:0 15px}.section{padding:2rem 0}}@media (max-width: 576px){.featured-products .product-grid{grid-template-columns:1fr}}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-to-content-link{position:absolute;z-index:9999;top:-40px;left:6px;background:#000;color:#fff;padding:8px;text-decoration:none}.skip-to-content-link:focus{top:6px}.loading{opacity:.6;pointer-events:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fadeIn .5s ease-in}.slide-up{animation:slideUp .5s ease-out}.cart-notification{position:fixed;top:20px;right:20px;background:#fff;color:#000;border-radius:12px;box-shadow:0 10px 30px #0000004d;z-index:10000;max-width:400px;width:100%;transform:translate(100%);opacity:0;visibility:hidden;transition:all .3s ease}.cart-notification.show{transform:translate(0);opacity:1;visibility:visible}.cart-notification__content{padding:1.5rem}.cart-notification__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cart-notification__title{font-size:1.1rem;font-weight:600;color:#4caf50;display:flex;align-items:center;gap:.5rem;margin:0}.cart-notification__close{background:none;border:none;font-size:1.2rem;color:#666;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .3s ease}.cart-notification__close:hover{background:#f0f0f0}.cart-notification__product{display:flex;gap:1rem;margin-bottom:1.5rem}.cart-notification__image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-notification__image img{width:100%;height:100%;object-fit:cover}.cart-notification__details{flex:1}.cart-notification__product-title{font-size:.9rem;font-weight:600;margin:0 0 .5rem;color:#333}.cart-notification__price{font-size:.9rem;color:#666;font-weight:500}.cart-notification__footer{display:flex;gap:1rem}.cart-notification__footer .btn{flex:1;padding:.75rem 1rem;font-size:.9rem;text-align:center;text-decoration:none;border-radius:6px;transition:all .3s ease}.cart-notification__footer .btn-secondary{background:#f0f0f0;color:#333;border:1px solid #ddd}.cart-notification__footer .btn-secondary:hover{background:#e0e0e0}.cart-notification__footer .btn-primary{background:#d4af37;color:#000;border:1px solid #d4af37}.cart-notification__footer .btn-primary:hover{background:#b8941f;border-color:#b8941f}@media (max-width: 768px){.cart-notification{top:10px;right:10px;left:10px;max-width:none}.cart-notification__footer{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
