*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-heading:"Bebas Neue",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--color-border:#e5e5e5;--color-bg-secondary:#f5f5f5;--color-text-light:#666}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:#000;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{opacity:.7}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}.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}.text-center{text-align:center}.announcement-bar{background:#111;color:#fff;text-align:center;padding:8px 16px;font-size:11px;letter-spacing:1px;text-transform:uppercase}@media(max-width:749px){.announcement-bar{font-size:9px;padding:6px 12px}}.site-header{background:#000;position:sticky;top:0;z-index:1000}.header-inner{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 40px;position:relative}.header-logo img{height:28px;width:auto}.header-nav{display:flex;gap:32px;position:absolute;left:50%;transform:translate(-50%)}.header-nav a{font-size:11px;font-weight:500;color:#fff;letter-spacing:1.5px;text-transform:uppercase;transition:opacity .2s}.header-nav a:hover{opacity:.6}.header-icons{display:flex;gap:16px;align-items:center}.header-icons a,.header-icons button{color:#fff;display:flex;align-items:center}.header-icons svg{width:20px;height:20px}.mobile-menu-toggle{display:none;color:#fff}.cart-count{font-size:9px;background:#fff;color:#000;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;position:absolute;top:-6px;right:-8px;font-weight:700}@media(max-width:749px){.header-inner{padding:0 16px;height:52px}.header-logo img{height:22px}.header-nav{display:none}.mobile-menu-toggle{display:flex}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:9999;display:flex;flex-direction:column;padding:60px 24px 24px;transform:translate(-100%);transition:transform .3s ease}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-close{position:absolute;top:16px;right:16px;color:#fff}.mobile-menu a{color:#fff;font-size:24px;font-weight:500;letter-spacing:2px;text-transform:uppercase;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1);display:block}.hero-section{position:relative;overflow:hidden;display:flex;align-items:flex-end}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 60%)}.hero-content{position:relative;z-index:2;display:flex;justify-content:space-between;width:100%;align-items:flex-end;padding:48px 40px}.hero-heading{font-family:var(--font-heading);font-size:120px;color:#fff;line-height:.85;letter-spacing:2px}.countdown-wrap{display:flex;gap:12px}.countdown-item{background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 16px;border-radius:4px;text-align:center;min-width:56px}.countdown-number{font-family:var(--font-heading);font-size:32px;color:#fff;line-height:1}.countdown-label{font-size:8px;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-top:2px}@media(max-width:749px){.hero-content{padding:24px 16px}.hero-heading{font-size:56px}.countdown-item{padding:8px 10px;min-width:40px}.countdown-number{font-size:20px}.countdown-wrap{gap:6px}}.collection-section{padding:48px 40px;max-width:100%;overflow:hidden}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.section-title{font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.section-link{font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;border:1px solid #000;padding:8px 20px;transition:all .2s}.section-link:hover{background:#000;color:#fff;opacity:1}@media(max-width:749px){.collection-section{padding:24px 16px}.section-header{margin-bottom:20px}.section-title{font-size:12px}.section-link{font-size:10px;padding:6px 14px}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:989px){.product-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:749px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.product-card{display:flex;flex-direction:column;gap:8px}.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-bg-secondary)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-image .secondary-image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.product-card:hover .product-card-image .secondary-image{opacity:1}.product-card-info{display:flex;flex-direction:column;gap:4px}.product-card-title{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#333;line-height:1.3}.product-card-price{font-size:11px;font-weight:500}.product-card-price .compare-price{text-decoration:line-through;color:var(--color-text-light);margin-left:6px;font-weight:400}@media(max-width:749px){.product-card-title{font-size:9px}.product-card-price{font-size:10px}}.image-banner{position:relative;overflow:hidden}.image-banner img{width:100%;height:100%;object-fit:cover}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:600px;max-width:100%;overflow:hidden}.product-gallery{display:flex;gap:12px;padding:40px;min-width:0;overflow:hidden}.product-thumbnails{display:flex;flex-direction:column;gap:8px;width:72px;flex-shrink:0}.product-thumbnail{width:72px;height:72px;border:1px solid var(--color-border);cursor:pointer;overflow:hidden;background:var(--color-bg-secondary)}.product-thumbnail.active{border:2px solid #000}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-main-image{flex:1;background:var(--color-bg-secondary);overflow:hidden;min-width:0}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:40px 60px 40px 20px;display:flex;flex-direction:column;min-width:0;overflow:hidden}.product-title{font-size:22px;font-weight:500;letter-spacing:.5px;margin-bottom:12px}.product-price{font-size:20px;font-weight:600;margin-bottom:4px}.product-price .compare-at{text-decoration:line-through;color:var(--color-text-light);font-weight:400;margin-left:8px;font-size:16px}.product-installments{font-size:12px;color:#16a34a;margin-bottom:24px}.variant-label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.variant-options{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.variant-option{min-width:44px;height:42px;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;cursor:pointer;padding:0 10px;transition:all .15s;background:#fff}.variant-option:hover{border-color:#000}.variant-option.selected{border:2px solid #000;background:#000;color:#fff;font-weight:700}.stock-indicator{display:flex;align-items:center;gap:8px;margin-bottom:20px}.stock-dot{width:8px;height:8px;border-radius:50%}.stock-dot.low{background:#ef4444}.stock-dot.in-stock{background:#16a34a}.stock-text{font-size:12px;font-weight:500}.add-to-cart-btn{width:100%;padding:16px;background:#000;color:#fff;border:none;font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s}.add-to-cart-btn:hover{opacity:.85}.add-to-cart-btn:disabled{opacity:.4;cursor:not-allowed}.bundle-space{margin-bottom:24px}.trust-badge{border:1px solid var(--color-border);padding:16px;text-align:center;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px}.product-accordion{border-top:1px solid var(--color-border)}.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-trigger{display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;width:100%;text-align:left;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;background:none;border:none;font-family:inherit}.accordion-icon{font-size:18px;color:#999;transition:transform .2s}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-content.is-open{max-height:500px}.accordion-content-inner{padding:0 0 18px;font-size:13px;line-height:1.7;color:var(--color-text-light)}@media(max-width:749px){.product-page{grid-template-columns:1fr}.product-gallery{padding:16px;flex-direction:column-reverse}.product-thumbnails{flex-direction:row;width:100%;overflow-x:auto}.product-thumbnail{width:56px;height:56px;flex-shrink:0}.product-info{padding:24px 16px;overflow:hidden;word-break:break-word}.product-title,.product-price{font-size:18px}}.collection-page-header{padding:40px;text-align:center}.collection-page-title{font-family:var(--font-heading);font-size:48px;letter-spacing:2px}@media(max-width:749px){.collection-page-header{padding:24px 16px}.collection-page-title{font-size:32px}}.site-footer{background:#000;color:#fff;padding:40px}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer-logo img{height:24px;width:auto}.footer-social{display:flex;gap:20px;align-items:center}.footer-social a{color:#fff;display:flex}.footer-social svg{width:18px;height:18px}.footer-copy{font-size:10px;color:#fff6;letter-spacing:.5px}@media(max-width:749px){.site-footer{padding:24px 16px}.footer-inner{flex-direction:column;gap:16px;text-align:center}.footer-logo img{height:20px}.footer-social svg{width:16px;height:16px}.footer-copy{font-size:9px}}.view-all-btn{display:inline-block;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;border:1px solid #000;padding:12px 32px;transition:all .2s;margin-top:32px}.view-all-btn:hover{background:#000;color:#fff;opacity:1}.placeholder-svg{width:100%;height:100%;background:#f5f5f5;fill:#ccc}.main-content{animation:fadeIn .3s ease;overflow-x:hidden;max-width:100vw}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/base.css.map */
