:root{--color-primary: #1a2744;--color-primary-light: #253663;--color-accent: #00b4d8;--color-accent-dark: #0096c7;--color-success: #2ecc71;--color-warning: #f39c12;--color-error: #e74c3c;--color-text: #1e2a3b;--color-text-muted: #6b7a99;--color-bg: #ffffff;--color-bg-soft: #f4f7fb;--color-bg-dark: #0d1526;--color-border: #e1e8f0;--color-white: #ffffff;--font-heading: "Poppins", sans-serif;--font-body: "Inter", sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 4px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--shadow-accent: 0 4px 20px rgba(0,180,216,.25);--transition: .22s ease;--max-width: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.skip-to-content{position:absolute;top:-100%;left:1rem;background:var(--color-accent);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-sm);z-index:9999;transition:top var(--transition)}.skip-to-content:focus{top:1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800}h2{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:700}h3{font-size:clamp(1.2rem,2.5vw,1.75rem);font-weight:600}h4{font-size:1.125rem;font-weight:600}p{margin-bottom:1rem;color:var(--color-text-muted)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all var(--transition);border:2px solid transparent;white-space:nowrap}.btn-primary{background:var(--color-accent);color:var(--color-white);box-shadow:var(--shadow-accent)}.btn-primary:hover{background:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 6px 24px #00b4d859}.btn-outline{background:transparent;border-color:var(--color-accent);color:var(--color-accent)}.btn-outline:hover{background:var(--color-accent);color:var(--color-white)}.btn-dark{background:var(--color-primary);color:var(--color-white)}.btn-dark:hover{background:var(--color-primary-light);transform:translateY(-2px)}.announcement-bar{background:var(--color-primary);color:var(--color-white);text-align:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;letter-spacing:.01em}.announcement-bar a{color:var(--color-accent);text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:2rem}.site-logo{display:flex;align-items:center;gap:.625rem;font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:var(--color-primary)}.site-logo .logo-icon{width:38px;height:38px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-accent) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}.site-nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem .875rem;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:500;color:var(--color-text);transition:all var(--transition)}.nav-link:hover,.nav-link.active{color:var(--color-accent);background:#00b4d80f}.header-actions{display:flex;align-items:center;gap:.75rem}.header-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);border:none;background:var(--color-bg-soft);color:var(--color-text);cursor:pointer;transition:all var(--transition);font-size:1.1rem}.header-icon-btn:hover{background:var(--color-accent);color:#fff;transform:translateY(-1px)}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-btn span{display:block;height:2px;background:var(--color-primary);border-radius:2px;transition:all var(--transition)}.hero-section{position:relative;min-height:620px;display:flex;align-items:center;background:linear-gradient(135deg,var(--color-primary) 0%,#0d2060 50%,var(--color-bg-dark) 100%);overflow:hidden}.hero-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,180,216,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,180,216,.05) 1px,transparent 1px);background-size:60px 60px}.hero-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(0,180,216,.15) 0%,transparent 70%);top:50%;right:-100px;transform:translateY(-50%)}.hero-content{position:relative;z-index:2;max-width:640px;padding:5rem 0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#00b4d826;border:1px solid rgba(0,180,216,.3);color:var(--color-accent);padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{color:var(--color-white);margin-bottom:1.5rem}.hero-title .highlight{color:var(--color-accent)}.hero-subtitle{color:#ffffffb3;font-size:1.125rem;margin-bottom:2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}.hero-stat-value{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:#fff}.hero-stat-label{font-size:.875rem;color:#ffffff8c;margin-bottom:0}.section-heading{text-align:center;max-width:620px;margin:0 auto 3.5rem}.section-tag{display:inline-block;background:#00b4d81a;color:var(--color-accent);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .875rem;border-radius:var(--radius-full);margin-bottom:1rem}.section-heading h2{margin-bottom:.875rem}.section-heading p{font-size:1.0625rem;margin-bottom:0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;transition:all var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#00b4d833}.product-card__image-wrap{position:relative;aspect-ratio:1;background:var(--color-bg-soft);overflow:hidden}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-accent);color:#fff;font-size:.725rem;font-weight:700;text-transform:uppercase;padding:.2rem .6rem;border-radius:var(--radius-full)}.product-card__badge.sale{background:var(--color-error)}.product-card__badge.new{background:var(--color-success)}.product-card__quick-add{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%) translateY(10px);opacity:0;background:var(--color-primary);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all var(--transition)}.product-card:hover .product-card__quick-add{opacity:1;transform:translate(-50%) translateY(0)}.product-card__quick-add:hover{background:var(--color-accent)}.product-card__body{padding:1.25rem}.product-card__vendor{font-size:.75rem;font-weight:600;color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem}.product-card__title{font-size:.9375rem;font-weight:600;color:var(--color-primary);margin-bottom:.5rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:.35rem;margin-bottom:.75rem}.stars{color:#f59e0b;font-size:.8rem;letter-spacing:1px}.rating-count{font-size:.75rem;color:var(--color-text-muted)}.product-card__price{display:flex;align-items:center;gap:.625rem}.price-current{font-size:1.125rem;font-weight:700;color:var(--color-primary)}.price-compare{font-size:.875rem;color:var(--color-text-muted);text-decoration:line-through}.price-discount{font-size:.75rem;font-weight:700;color:var(--color-error);background:#e74c3c14;padding:.15rem .45rem;border-radius:var(--radius-sm)}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.category-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--color-bg-soft);transition:all var(--transition)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-card__image{transform:scale(1.07)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,21,38,.85) 0%,rgba(13,21,38,.2) 60%,transparent 100%)}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.75rem 1.5rem}.category-card__name{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.375rem}.category-card__count{font-size:.8125rem;color:#ffffffa6}.features-bg{background:var(--color-bg-soft)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{background:#fff;border-radius:var(--radius-lg);padding:2rem 1.75rem;border:1px solid var(--color-border);transition:all var(--transition)}.feature-card:hover{border-color:#00b4d84d;box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{width:52px;height:52px;background:linear-gradient(135deg,#00b4d81f,#0096c714);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.feature-card h4{margin-bottom:.5rem;font-size:1rem}.feature-card p{font-size:.875rem;margin-bottom:0}.banner-cta{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);position:relative;overflow:hidden}.banner-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300b4d8' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.banner-cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:3rem}.banner-cta__text h2{color:#fff;margin-bottom:.75rem}.banner-cta__text p{color:#ffffffb3;font-size:1.0625rem;margin-bottom:0}.site-footer{background:var(--color-bg-dark);color:#ffffffb3;padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3.5rem}.footer-brand .site-logo{color:#fff;margin-bottom:1rem}.footer-brand p{font-size:.9375rem;line-height:1.7;max-width:300px}.footer-heading{font-family:var(--font-heading);font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.625rem}.footer-links a{font-size:.9375rem;color:#fff9;transition:color var(--transition)}.footer-links a:hover{color:var(--color-accent)}.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}.social-btn{width:38px;height:38px;border-radius:var(--radius-sm);background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#ffffffa6;font-size:1rem;transition:all var(--transition)}.social-btn:hover{background:var(--color-accent);color:#fff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copyright{font-size:.875rem}.footer-payments{display:flex;gap:.5rem}.payment-badge{background:#ffffff1a;color:#fff9;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;letter-spacing:.04em}.product-page{padding:3rem 0 5rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--color-bg-soft)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem}.product-gallery__thumb{width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition);background:var(--color-bg-soft)}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{color:var(--color-accent);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-info__title{margin-bottom:1rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.product-rating .stars{font-size:.9rem}.product-rating-count{font-size:.875rem;color:var(--color-text-muted)}.product-price{display:flex;align-items:baseline;gap:.875rem;margin-bottom:1.5rem}.product-price .current{font-size:2rem;font-weight:800;color:var(--color-primary)}.product-price .compare{font-size:1.125rem;color:var(--color-text-muted);text-decoration:line-through}.product-price .save{font-size:.875rem;font-weight:700;color:var(--color-error);background:#e74c3c14;padding:.2rem .5rem;border-radius:4px}.product-description{font-size:.9375rem;line-height:1.75;margin-bottom:2rem;border-bottom:1px solid var(--color-border);padding-bottom:2rem}.product-option{margin-bottom:1.5rem}.product-option label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.625rem;color:var(--color-primary)}.option-values{display:flex;gap:.5rem;flex-wrap:wrap}.option-btn{padding:.45rem 1rem;border-radius:var(--radius-sm);border:2px solid var(--color-border);background:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition)}.option-btn:hover,.option-btn.active{border-color:var(--color-accent);color:var(--color-accent);background:#00b4d80d}.qty-add-to-cart{display:flex;gap:1rem;margin-bottom:1.5rem}.qty-selector{display:flex;align-items:center;border:2px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.qty-btn{width:42px;height:50px;background:var(--color-bg-soft);border:none;font-size:1.25rem;cursor:pointer;transition:background var(--transition)}.qty-btn:hover{background:var(--color-border)}.qty-input{width:56px;height:50px;text-align:center;border:none;font-size:1rem;font-weight:600}.add-to-cart-btn{flex:1;height:50px;background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:700;cursor:pointer;transition:all var(--transition)}.add-to-cart-btn:hover{background:var(--color-accent-dark);transform:translateY(-1px);box-shadow:var(--shadow-accent)}.product-meta{display:flex;flex-direction:column;gap:.5rem}.product-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.product-meta-item .icon{color:var(--color-success)}.cart-page{padding:3rem 0 5rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.25rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:80px;height:80px;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-bg-soft)}.cart-item__title{font-weight:600;font-size:.9375rem;margin-bottom:.25rem}.cart-item__variant{font-size:.8125rem;color:var(--color-text-muted)}.cart-summary{background:var(--color-bg-soft);border-radius:var(--radius-lg);padding:2rem;position:sticky;top:100px}.cart-summary h3{margin-bottom:1.5rem}.cart-subtotal-row{display:flex;justify-content:space-between;margin-bottom:.875rem;font-size:.9375rem}.cart-total-row{display:flex;justify-content:space-between;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border);font-size:1.125rem;font-weight:700;color:var(--color-primary)}.checkout-btn{display:block;width:100%;margin-top:1.25rem;text-align:center}.collection-page{padding:3rem 0 5rem}.collection-header{margin-bottom:3rem}.collection-header h1{margin-bottom:.5rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.collection-count{font-size:.9375rem;color:var(--color-text-muted)}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-text-muted);margin-bottom:1.5rem;padding:1rem 0}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb-sep{color:var(--color-border)}.page-content{max-width:800px;margin:0 auto;padding:3rem 0 5rem}.page-content h1{margin-bottom:2rem}.rte p,.rte ul,.rte ol{margin-bottom:1rem}.rte h2,.rte h3{margin-top:2rem;margin-bottom:.75rem}.rte a{color:var(--color-accent);text-decoration:underline}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:500;font-size:.875rem;margin-bottom:.425rem;color:var(--color-primary)}.form-control{width:100%;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.9375rem;color:var(--color-text);background:#fff;transition:border-color var(--transition)}.form-control:focus{outline:none;border-color:var(--color-accent)}.error-page{text-align:center;padding:6rem 0}.error-code{font-size:8rem;font-weight:800;color:var(--color-accent);line-height:1;margin-bottom:1rem}.error-page p{font-size:1.125rem;margin-bottom:2rem}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:900px){.hero-stats{gap:1.5rem}.categories-grid{grid-template-columns:repeat(2,1fr)}.cart-layout,.product-layout{grid-template-columns:1fr}.banner-cta-inner{flex-direction:column;text-align:center}}@media(max-width:768px){.site-nav{display:none}.mobile-menu-btn{display:flex}.products-grid{grid-template-columns:repeat(2,1fr)}.grid-3,.grid-2{grid-template-columns:1fr}.hero-cta{flex-direction:column}.hero-stats{flex-wrap:wrap;gap:1.25rem}.footer-grid{grid-template-columns:1fr}.section-padding{padding:3.5rem 0}}@media(max-width:480px){.products-grid,.categories-grid,.features-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
