*,*: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;--color-accent:#ffcc1f;--color-accent-light:#fff9e0;--color-accent-dark:#8a6d00}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:clip}img{max-width:100%;height:auto;display:block}a{color:#000;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:#ffcc1f;color:#000;text-align:center;padding:8px 16px;font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:600}@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-left{display:flex;align-items:center;gap:16px}.header-logo--desktop{display:flex;align-items:center}.header-logo--desktop img{height:28px;width:auto}.header-logo--mobile{display:none}.header-right{display:flex;align-items:center}.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}.mobile-menu-toggle{display:none;color:#fff}.cart-count{font-size:9px;background:#ffcc1f;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{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;height:52px}.header-left{justify-content:flex-start}.header-logo--desktop{display:none}.header-logo--mobile{display:flex;align-items:center;justify-content:center}.header-logo--mobile img{height:22px;width:auto}.header-right{justify-content:flex-end}.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}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100vw;height:100%;height:100dvh;background:#fff;z-index:2001;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.cart-drawer-close{color:#000;display:flex;align-items:center;cursor:pointer;background:none;border:none}.cart-drawer-shipping-bar{padding:12px 20px;background:#f9f9f9;border-bottom:1px solid #e5e5e5;flex-shrink:0}.cart-drawer-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.cart-drawer-items{padding:12px 20px 4px}.cart-drawer-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0;align-items:center}.cart-drawer-item-image{width:64px;height:64px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f5f5f5}.cart-drawer-item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer-item-info{flex:1;min-width:0}.cart-drawer-item-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer-item-variant{font-size:10px;color:#999;margin-top:2px}.cart-drawer-item-price{font-size:12px;font-weight:700;margin-top:4px}.cart-drawer-item-qty{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:4px}.cart-drawer-item-qty button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#333;background:none;border:none;cursor:pointer}.cart-drawer-item-qty span{font-size:12px;min-width:20px;text-align:center}.cart-drawer-item-remove{font-size:16px;color:#ccc;cursor:pointer;background:none;border:none;padding:4px}.cart-drawer-item-remove:hover{color:#000}.cart-drawer-protection{padding:12px 20px 16px}.cart-drawer-upsells{padding:12px 20px;border-top:1px solid #f0f0f0;margin-top:8px}.cart-drawer-footer{padding:16px 20px;border-top:1px solid #e5e5e5;flex-shrink:0;background:#fff}.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:50% 1fr;gap:0;max-width:1240px;margin:0 auto;overflow:visible}.product-gallery{display:flex;flex-direction:column;gap:12px;padding:20px;min-width:0;overflow:visible;position:sticky;top:70px;align-self:start}.product-thumbnails{display:flex;flex-direction:row;gap:8px;width:100%;flex-shrink:0;order:2;overflow-x:auto}.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;width:100%;aspect-ratio:1;border-radius:8px;order:1}.product-main-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-info{padding:40px 40px 40px 24px;display:flex;flex-direction:column;min-width:0;overflow:visible}.product-title{font-family:var(--font-heading);font-size:48px;font-weight:800;letter-spacing:2px;margin-bottom:16px;line-height:1;text-transform:uppercase}.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:var(--color-accent-dark);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:#ffcc1f;color:#000;border:none;font-size:13px;font-weight:700;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;border-radius:12px}.add-to-cart-btn:hover{opacity:.85}.add-to-cart-btn:disabled{opacity:.4;cursor:not-allowed}.shopify-payment-button{margin-top:10px}.shopify-payment-button__button{border-radius:0!important}.shopify-payment-button__button--unbranded{background:#000!important;color:#fff!important;font-size:13px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;padding:16px!important;font-family:var(--font-body)!important;transition:opacity .2s!important}.shopify-payment-button__button--unbranded:hover{background:#000!important;color:#fff!important;opacity:.85!important}.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)}.bundle-option{transition:all .15s;-webkit-user-select:none;user-select:none}.bundle-option:hover{border-color:#000!important}.bundle-selected,.upsell-option.upsell-checked{border-color:#000!important;background:#fff9e0!important}@media(max-width:749px){.product-page{grid-template-columns:1fr}.product-gallery{padding:16px;flex-direction:column;position:static;align-self:auto}.product-main-image{aspect-ratio:1;max-height:none;width:100%}.product-thumbnails{margin-top:0}.product-thumbnail{width:56px;height:56px;flex-shrink:0}.product-info{padding:24px 16px;overflow:hidden;word-break:break-word}.product-title{font-size:32px;font-weight:800}.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}.product-video-file{width:100%;height:100%;object-fit:cover;display:block}.main-content{animation:fadeIn .3s ease;overflow-x:clip;max-width:100vw}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/100/assets/base.css.map */
