*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#000;color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:#fff;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}.announcement-bar{background-color:#1a1a1a;text-align:center;padding:10px 16px;font-size:13px;font-weight:500;letter-spacing:.02em;color:#fff;border-bottom:1px solid #222}.site-header{background-color:#000;border-bottom:1px solid #1a1a1a;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;padding:4px}.nav-links{display:flex;gap:24px}.nav-links a{font-size:14px;font-weight:500;color:#ccc;transition:color .2s}.nav-links a:hover{color:#fff}.site-logo img{max-height:40px;width:auto}.logo-text{font-size:20px;font-weight:700;letter-spacing:-.02em}.nav-right{display:flex;align-items:center;gap:16px}.cart-link{position:relative;display:flex;align-items:center;color:#ccc;transition:color .2s}.cart-link:hover{color:#fff}.cart-count{position:absolute;top:-6px;right:-8px;background:#fff;color:#000;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.homepage,.collection-page{max-width:1200px;margin:0 auto;padding:40px 24px}.section-title,.collection-title{font-size:28px;font-weight:700;margin-bottom:32px;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{background-color:#1a1a1a;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #ffffff0f}.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background-color:#111}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.03)}.discount-badge{position:absolute;top:12px;left:12px;background:#e53935;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px}.product-card-info{padding:16px}.product-card-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#fff}.product-card-price{display:flex;align-items:center;gap:8px}.price-sale,.price-regular{font-size:18px;font-weight:700;color:#fff}.price-compare{font-size:14px;color:#888;text-decoration:line-through}.product-card-colors{display:flex;gap:6px;margin-top:10px}.color-dot{width:16px;height:16px;border-radius:50%;border:2px solid #333;display:inline-block}.color-dot.color-white,.color-swatch.color-white{background-color:#fff}.color-dot.color-black,.color-swatch.color-black{background-color:#111}.color-dot.color-navy,.color-swatch.color-navy,.color-dot.color-navy-blue,.color-swatch.color-navy-blue{background-color:#1a237e}.color-dot.color-red,.color-swatch.color-red{background-color:#c62828}.color-dot.color-light-pink,.color-swatch.color-light-pink{background-color:#f8bbd0}.color-dot.color-sport-grey,.color-swatch.color-sport-grey{background-color:#9e9e9e}.color-dot.color-dark-heather,.color-swatch.color-dark-heather{background-color:#424242}.color-dot.color-forest-green,.color-swatch.color-forest-green{background-color:#2e7d32}.color-dot.color-royal,.color-swatch.color-royal,.color-dot.color-royal-blue,.color-swatch.color-royal-blue{background-color:#1565c0}.color-dot.color-maroon,.color-swatch.color-maroon{background-color:#7f0000}.color-dot.color-sand,.color-swatch.color-sand{background-color:#c2b280}.color-dot.color-military-green,.color-swatch.color-military-green{background-color:#4b5320}.color-dot.color-indigo-blue,.color-swatch.color-indigo-blue{background-color:#3f51b5}.color-dot.color-charcoal-heather,.color-swatch.color-charcoal-heather{background-color:#555}.color-dot.color-ash,.color-swatch.color-ash{background-color:#b0b0b0}.color-dot.color-irish-green,.color-swatch.color-irish-green{background-color:green}.color-dot.color-carolina-blue,.color-swatch.color-carolina-blue{background-color:#56a0d3}.color-dot.color-orange,.color-swatch.color-orange{background-color:#e65100}.color-dot.color-purple,.color-swatch.color-purple{background-color:#6a1b9a}.color-dot.color-heliconia,.color-swatch.color-heliconia{background-color:#e91e63}.color-dot.color-gold,.color-swatch.color-gold{background-color:#c8a415}.color-dot.color-safety-green,.color-swatch.color-safety-green{background-color:#76ff03}.color-dot.color-light-blue,.color-swatch.color-light-blue{background-color:#add8e6}.color-dot.color-baby-blue,.color-swatch.color-baby-blue{background-color:#89cff0}.color-dot.color-sky-blue,.color-swatch.color-sky-blue{background-color:#87ceeb}.color-dot.color-powder-blue,.color-swatch.color-powder-blue{background-color:#b0e0e6}.color-dot.color-steel-blue,.color-swatch.color-steel-blue{background-color:#4682b4}.color-dot.color-cornflower-blue,.color-swatch.color-cornflower-blue{background-color:#6495ed}.color-dot.color-ice-blue,.color-swatch.color-ice-blue{background-color:#9cf}.color-dot.color-light-pink,.color-swatch.color-light-pink{background-color:#ffb6c1}.color-dot.color-pink,.color-swatch.color-pink{background-color:pink}.product-page{max-width:1200px;margin:0 auto;padding:40px 24px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-gallery{position:sticky;top:100px}.gallery-main{border-radius:16px;overflow:hidden;background-color:#111;margin-bottom:12px}.gallery-main img{width:100%;height:auto;display:block}.gallery-thumbnails{display:flex;gap:8px;overflow-x:auto}.gallery-thumb{width:72px;height:72px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:#111;padding:0;cursor:pointer;flex-shrink:0;transition:border-color .2s}.gallery-thumb.active{border-color:#fff}.gallery-thumb:hover{border-color:#888}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:8px}.product-title{font-size:32px;font-weight:700;margin-bottom:12px;letter-spacing:-.02em}.product-discount-badge{display:inline-block;background:#e53935;color:#fff;font-size:13px;font-weight:700;padding:4px 12px;border-radius:6px;margin-bottom:12px}.product-price{display:flex;align-items:center;gap:12px;margin-bottom:28px}.price-current{font-size:28px;font-weight:700}.price-was{font-size:18px;color:#888;text-decoration:line-through}.product-option{margin-bottom:20px}.option-label{display:block;font-size:14px;font-weight:500;color:#ccc;margin-bottom:10px}.color-swatches{display:flex;gap:10px;flex-wrap:wrap}.color-swatch{width:36px;height:36px;border-radius:50%;border:3px solid #333;position:relative;transition:border-color .2s,transform .15s}.color-swatch:hover{border-color:#888;transform:scale(1.1)}.color-swatch.selected{border-color:#fff}.swatch-check{display:none;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#000;text-shadow:0 0 2px rgba(255,255,255,.5)}.color-swatch.selected .swatch-check{display:flex}.color-swatch.color-black .swatch-check,.color-swatch.color-navy .swatch-check,.color-swatch.color-navy-blue .swatch-check,.color-swatch.color-dark-heather .swatch-check,.color-swatch.color-forest-green .swatch-check,.color-swatch.color-maroon .swatch-check,.color-swatch.color-military-green .swatch-check,.color-swatch.color-indigo-blue .swatch-check{color:#fff;text-shadow:none}.size-buttons{display:flex;gap:8px;flex-wrap:wrap}.size-btn{background:#1a1a1a;border:2px solid #333;color:#fff;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s}.size-btn:hover{border-color:#888}.size-btn.selected{border-color:#fff;background:#fff;color:#000}.quantity-row{margin-bottom:24px}.quantity-selector{display:flex;align-items:center;background:#1a1a1a;border:2px solid #333;border-radius:8px;width:fit-content}.qty-btn{background:none;border:none;color:#fff;font-size:18px;padding:8px 14px;transition:background .2s}.qty-btn:hover{background:#333}#qtyInput{background:none;border:none;color:#fff;font-size:16px;font-weight:600;text-align:center;width:48px;-moz-appearance:textfield}#qtyInput::-webkit-inner-spin-button,#qtyInput::-webkit-outer-spin-button{-webkit-appearance:none}.add-to-cart-btn{display:block;width:100%;background:#fff;color:#000;border:none;padding:16px 24px;font-size:16px;font-weight:700;border-radius:10px;transition:background .2s,transform .15s;margin-bottom:16px;text-align:center;line-height:1.4;-webkit-appearance:none;appearance:none}.add-to-cart-btn:hover{background:#e0e0e0;transform:translateY(-1px)}.add-to-cart-btn:disabled{background:#333;color:#888;cursor:not-allowed}.return-policy-note{font-size:13px;color:#888;margin-bottom:16px}.payment-icons{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}.payment-icons img{height:24px;width:auto;opacity:.7}.product-description{border-top:1px solid #222;padding-top:24px}.product-description h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#fff}.product-description p,.product-description li{color:#ccc;font-size:14px;line-height:1.7}.product-description strong,.product-description b{color:#fff}.product-description em,.product-description i{color:#ccc}.product-description table{width:100%;border-collapse:collapse;margin:16px 0}.product-description table th,.product-description table td{padding:8px 12px;border:1px solid #333;font-size:13px;text-align:left;color:#fff}.product-description table th{background:#1a1a1a;font-weight:600;color:#fff}.product-description table td{background:#111;color:#fff}.cart-page{max-width:800px;margin:0 auto;padding:40px 24px}.cart-title{font-size:28px;font-weight:700;margin-bottom:32px}.cart-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #222}.cart-item-image{width:100px;height:100px;border-radius:10px;overflow:hidden;background:#111;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details h3{font-size:16px;font-weight:600;margin-bottom:4px}.cart-item-details h3 a{color:#fff}.cart-item-variant{font-size:13px;color:#888;margin-bottom:8px}.cart-item-price{font-size:16px;font-weight:700;margin-bottom:8px}.cart-item-qty{display:flex;align-items:center;gap:8px;margin-bottom:8px}.cart-item-qty label{font-size:13px;color:#888}.cart-item-qty input{width:48px;background:#1a1a1a;border:1px solid #333;color:#fff;padding:4px 8px;border-radius:6px;text-align:center;font-size:14px}.cart-item-remove{font-size:13px;color:#e53935}.cart-footer{padding-top:24px}.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:700;margin-bottom:24px}.checkout-btn{width:100%;background:#fff;color:#000;border:none;padding:16px;font-size:16px;font-weight:700;border-radius:10px;margin-bottom:12px;transition:background .2s}.checkout-btn:hover{background:#e0e0e0}.update-cart-btn{width:100%;background:transparent;color:#ccc;border:2px solid #333;padding:12px;font-size:14px;font-weight:500;border-radius:10px;transition:border-color .2s}.update-cart-btn:hover{border-color:#888}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{font-size:18px;color:#888;margin-bottom:24px}.continue-shopping-btn{display:inline-block;background:#fff;color:#000;padding:12px 32px;border-radius:10px;font-weight:600;font-size:15px;transition:background .2s}.continue-shopping-btn:hover{background:#e0e0e0}.site-footer{border-top:1px solid #1a1a1a;margin-top:60px}.footer-inner{max-width:1200px;margin:0 auto;padding:40px 24px}.footer-links{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:24px}.footer-links a{font-size:13px;color:#888;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:13px;color:#666}.footer-social{display:flex;gap:16px}.footer-social a{color:#888;transition:color .2s}.footer-social a:hover{color:#fff}@media(max-width:768px){.mobile-menu-toggle{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#0a0a0a;flex-direction:column;padding:16px 24px;border-bottom:1px solid #222;gap:16px}.nav-links.open{display:flex}.header-inner{padding:12px 16px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-info{padding:10px}.product-card-title{font-size:13px}.price-sale,.price-regular{font-size:15px}.price-compare{font-size:12px}.discount-badge{font-size:10px;padding:3px 7px}.product-layout{grid-template-columns:1fr;gap:24px}.product-gallery{position:static}.product-title{font-size:24px}.price-current{font-size:22px}.homepage,.collection-page,.product-page{padding:20px 16px}.footer-links{flex-direction:column;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
