:root{--primary: #185FA5;--primary-dark: #0C447C;--primary-light: #E6F1FB;--dark: #0d1b2a;--dark-2: #162233;--text: #1a1a2e;--text-muted: #6b7280;--text-light: #9ca3af;--bg: #ffffff;--bg-secondary: #f4f6f9;--border: rgba(0,0,0,.09);--border-hover: rgba(0,0,0,.18);--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 4px rgba(0,0,0,.06);--shadow: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--header-h: 68px;--font-heading: "Syne", sans-serif;--font-body: "DM Sans", sans-serif;--transition: .22s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--bg);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}ul,ol{list-style:none}address{font-style:normal}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.2}.container{max-width:1240px;margin:0 auto;padding:0 24px}.section-padding{padding:60px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;font-family:var(--font-body);transition:all var(--transition);cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn--primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn--outline{background:transparent;color:var(--text);border-color:var(--border-hover)}.btn--outline:hover{border-color:var(--primary);color:var(--primary)}.btn--light{background:#ffffff1f;color:#fff;border-color:#ffffff4d}.btn--light:hover{background:#ffffff38}.btn--full{width:100%}.btn--lg{padding:15px 28px;font-size:15px}.btn--disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.announcement-bar{text-align:center;padding:9px 16px}.announcement-bar__text{font-size:13px;font-weight:500;letter-spacing:.3px;margin:0}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;gap:24px;height:var(--header-h)}.header-logo{flex-shrink:0}.header-logo__text{font-family:var(--font-heading);font-size:22px;font-weight:800;color:var(--primary);letter-spacing:-.5px}.header-logo__img{height:44px;width:auto}.header-nav{flex:1}.header-nav__list{display:flex;gap:4px}.header-nav__link{display:block;padding:6px 12px;font-size:14px;font-weight:500;color:var(--text-muted);border-radius:var(--radius-sm);transition:background var(--transition),color var(--transition)}.header-nav__link:hover{background:var(--bg-secondary);color:var(--text)}.header-nav__link--sale{color:#c0392b}.header-nav__link--sale:hover{background:#fff5f5;color:#c0392b}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-search{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-secondary)}.header-search__input{border:none;background:transparent;padding:8px 12px;font-size:13px;font-family:var(--font-body);width:200px;outline:none;color:var(--text)}.header-search__btn{padding:8px 10px;color:var(--text-muted);border-left:1.5px solid var(--border);display:flex;align-items:center}.header-search__btn:hover{color:var(--primary);background:var(--primary-light)}.header-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);transition:all var(--transition);position:relative}.header-icon:hover{background:var(--bg-secondary);color:var(--primary)}.header-cart-btn{position:relative}.cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;background:var(--primary);color:#fff;font-size:10px;font-weight:700;border-radius:99px;display:flex;align-items:center;justify-content:center;padding:0 4px}.mobile-nav-toggle{display:none;flex-direction:column;gap:5px;padding:8px}.mobile-nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all var(--transition)}.hero-banner{padding:70px 0}.hero-banner__inner{display:flex;align-items:center;gap:48px}.hero-banner__content{flex:1}.hero-banner__eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#378add;margin-bottom:14px;padding:5px 12px;background:#378add1f;border-radius:20px}.hero-banner__heading{font-size:clamp(32px,4vw,50px);font-weight:800;color:#fff;line-height:1.1;margin-bottom:16px}.hero-banner__sub{font-size:16px;color:#ffffffb3;margin-bottom:28px;max-width:440px;line-height:1.7}.hero-banner__actions{display:flex;gap:12px;flex-wrap:wrap}.hero-banner__visual{flex:0 0 420px}.hero-banner__img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.hero-banner__placeholder{width:100%;height:300px;border-radius:var(--radius-lg);border:1.5px dashed rgba(55,138,221,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.hero-banner__placeholder p{color:#fff6;font-size:13px}.trust-bar{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:12px;padding:20px 24px;border-right:1px solid var(--border)}.trust-item:last-child{border-right:none}.trust-item__icon{flex-shrink:0;color:var(--primary)}.trust-item__title{font-size:14px;font-weight:600;color:var(--text)}.trust-item__sub{font-size:12px;color:var(--text-muted);margin-top:1px}.category-section{background:var(--bg)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.section-title{font-size:26px;font-weight:700;color:var(--text)}.section-link{font-size:14px;color:var(--primary);font-weight:500}.section-link:hover{text-decoration:underline}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 12px;border:1.5px solid var(--border);border-radius:var(--radius);transition:all var(--transition);background:var(--bg)}.category-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.category-card__icon{width:56px;height:56px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center}.category-card__icon img{width:32px;height:32px;object-fit:contain}.category-card__label{font-size:13px;font-weight:600;color:var(--text);text-align:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg);transition:all var(--transition);position:relative}.product-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow);transform:translateY(-3px)}.product-card__image-link{display:block}.product-card__image-wrap{position:relative;padding-bottom:100%;overflow:hidden;background:var(--bg-secondary)}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:12px;transition:transform var(--transition)}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__placeholder-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.product-card__badge{position:absolute;top:10px;left:10px;font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px}.product-card__badge--sale{background:#fee2e2;color:#991b1b}.product-card__badge--new{background:var(--primary-light);color:var(--primary-dark)}.product-card__badge--sold{background:#f3f4f6;color:#6b7280}.product-card__overlay{position:absolute;bottom:0;left:0;right:0;background:#185fa5e6;display:flex;align-items:center;justify-content:center;padding:10px;transform:translateY(100%);transition:transform var(--transition)}.product-card:hover .product-card__overlay{transform:translateY(0)}.product-card__quick-view{color:#fff;font-size:13px;font-weight:600}.product-card__info{padding:14px}.product-card__brand{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);margin-bottom:4px}.product-card__name{font-size:14px;font-weight:500;color:var(--text);line-height:1.4;margin-bottom:8px}.product-card__name a{color:inherit}.product-card__name a:hover{color:var(--primary)}.product-card__price-row{display:flex;align-items:center;gap:6px;margin-bottom:10px}.product-card__price{font-size:16px;font-weight:700;color:var(--text);font-family:var(--font-heading)}.product-card__price--sale{color:#dc2626}.product-card__price--compare{font-size:13px;font-weight:400;color:var(--text-light);text-decoration:line-through}.product-card__atc{width:100%;padding:9px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;background:var(--primary-light);color:var(--primary);transition:all var(--transition);font-family:var(--font-body)}.product-card__atc:hover{background:var(--primary);color:#fff}.product-card__atc--disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.featured-collection__cta{text-align:center;margin-top:36px}.promo-banner__inner{border-radius:var(--radius-lg);padding:48px;display:flex;align-items:center;justify-content:space-between;gap:32px}.promo-banner__heading{font-size:28px;font-weight:800;color:#fff;margin-bottom:10px}.promo-banner__sub{font-size:15px;color:#ffffffb3;margin-bottom:24px;max-width:420px}.promo-circle{width:130px;height:130px;border-radius:50%;background:var(--primary);border:3px solid rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.promo-circle__discount{font-size:18px;font-weight:800;color:#fff;font-family:var(--font-heading);line-height:1.2;text-align:center}.promo-circle__label{font-size:13px;font-weight:600;color:#fffc;letter-spacing:2px}.breadcrumb{margin-bottom:28px}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--text-muted)}.breadcrumb ol li:not(:last-child):after{content:"/";margin-left:6px}.breadcrumb ol li a:hover{color:var(--primary)}.product-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-gallery__main{border-radius:var(--radius);overflow:hidden;background:var(--bg-secondary);margin-bottom:12px}.product-gallery__img{width:100%;aspect-ratio:1;object-fit:contain;padding:24px}.product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-gallery__thumb-btn{width:70px;height:70px;border-radius:var(--radius-sm);border:2px solid var(--border);overflow:hidden;background:var(--bg-secondary);cursor:pointer;transition:border-color var(--transition);padding:0}.product-gallery__thumb-btn.active,.product-gallery__thumb-btn:hover{border-color:var(--primary)}.product-gallery__thumb-btn img{width:100%;height:100%;object-fit:contain}.product-vendor{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--primary);font-weight:600;margin-bottom:8px}.product-title{font-size:28px;font-weight:800;color:var(--text);margin-bottom:16px}.product-price-block{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.product-price{font-size:26px;font-weight:700;font-family:var(--font-heading);color:var(--text)}.product-price--sale{color:#dc2626}.product-price--compare{font-size:18px;font-weight:400;color:var(--text-light);text-decoration:line-through}.product-badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px}.p{}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
