*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--color-body);background:var(--color-bg);overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}footer,.section-footer{flex-shrink:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .2s}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}.page-width{max-width:1280px;margin:0 auto;padding:0 24px}@media(max-width:768px){.page-width{padding:0 16px}}.section{padding:80px 0}@media(max-width:768px){.section{padding:48px 0}}.section-title{font-size:28px;font-weight:700;color:var(--color-primary);text-align:center;margin-bottom:8px;letter-spacing:-.3px}@media(max-width:768px){.section-title{font-size:24px}}.section-subtitle{font-size:15px;color:var(--color-muted);text-align:center;margin-bottom:40px;max-width:540px;margin-left:auto;margin-right:auto}@media(max-width:768px){.section-subtitle{font-size:14px;margin-bottom:28px}}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:600;transition:all .25s;cursor:pointer;text-decoration:none;border:none;letter-spacing:-.2px}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px #10b98140}.btn--outline{border:2px solid currentColor;background:transparent}.btn--outline:hover{opacity:.8;transform:translateY(-1px)}.btn--white{background:#fff;color:var(--color-primary)}.btn--white:hover{background:#f3f4f6;transform:translateY(-1px)}.skip-link{position:absolute;top:-100%;left:0;z-index:10000;padding:12px 24px;background:var(--color-accent);color:#fff;font-weight:600}.skip-link:focus{top:0}.header{background:var(--color-primary);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}@media(max-width:768px){.header__inner{height:56px}}.header__logo{font-size:20px;font-weight:700;color:#fff;display:flex;align-items:center;gap:8px;white-space:nowrap}.header__logo img{height:32px;width:auto}.header__nav{display:flex;gap:2px}@media(max-width:768px){.header__nav{display:none}}.header__nav a{color:#ffffffb3;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s}.header__nav a:hover{color:#fff;background:#ffffff14}.header__actions{display:flex;align-items:center;gap:8px}.header__icon{color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.header__icon:hover{background:#ffffff14}.header__icon svg{width:20px;height:20px}.header__cart-count{position:absolute;top:2px;right:2px;background:var(--color-accent);color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.header__cart-count[data-cart-count="0"],.header__cart-count:empty{display:none}.header__mobile-toggle{display:none;color:#fff}@media(max-width:768px){.header__mobile-toggle{display:flex}}.hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;background:linear-gradient(135deg,var(--color-primary),#132743)}@media(max-width:768px){.hero{min-height:380px}}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%;padding:80px 24px;max-width:1280px;margin:0 auto}@media(max-width:768px){.hero__inner{grid-template-columns:1fr;text-align:center;padding:48px 16px;gap:32px}}.hero__badge{display:inline-block;background:#10b98126;color:var(--color-accent);padding:5px 14px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:16px;letter-spacing:.3px}.hero__title{font-size:clamp(28px,4.5vw,48px);font-weight:700;line-height:1.12;color:#fff;margin-bottom:14px;letter-spacing:-.5px}@media(max-width:768px){.hero__title{font-size:26px}}.hero__title span{color:var(--color-accent)}.hero__text{font-size:16px;color:#ffffffb3;line-height:1.7;margin-bottom:28px;max-width:480px}@media(max-width:768px){.hero__text{margin:0 auto 24px;font-size:15px}}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:768px){.hero__actions{justify-content:center}}.hero__stats{display:flex;gap:32px;margin-top:36px}@media(max-width:768px){.hero__stats{justify-content:center;gap:20px}}.hero__stat-value{font-size:24px;font-weight:700;color:#fff}.hero__stat-label{font-size:12px;color:#ffffff8c;margin-top:2px}.hero__image{display:flex;align-items:center;justify-content:center}.hero__image-placeholder{width:100%;max-width:480px;aspect-ratio:1;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:80px;overflow:hidden}.hero__image-placeholder img{width:100%;height:100%;object-fit:contain}.featured-products{background:var(--color-bg-alt)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.product-card{background:#fff;border-radius:12px;border:1px solid var(--color-border);overflow:hidden;transition:all .3s;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014;border-color:var(--color-accent)}.product-card__badge{position:absolute;top:10px;left:10px;z-index:2;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:50px;letter-spacing:.3px}.product-card__badge--sale{background:#ef4444}.product-card__image{position:relative;aspect-ratio:1;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__image-placeholder{font-size:60px;opacity:.25}.product-card__actions{position:absolute;bottom:10px;right:10px;display:flex;gap:6px;opacity:0;transform:translateY(8px);transition:all .3s;z-index:3}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__actions button,.product-card__actions a{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;background:#fff;color:var(--color-primary);box-shadow:0 2px 8px #0000001a;border:none;cursor:pointer;transition:all .2s}.product-card__actions button:hover,.product-card__actions a:hover{background:var(--color-accent);color:#fff}.product-card__body{padding:14px}.product-card__title{font-size:14px;font-weight:600;color:var(--color-primary);line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:6px;font-size:17px;font-weight:700;color:var(--color-primary)}.product-card__price--original{font-size:13px;color:var(--color-muted);text-decoration:line-through;font-weight:400}.product-card__sold-out{font-size:13px;color:var(--color-muted);font-weight:500}.footer{background:var(--color-primary);color:#fff;padding:56px 0 28px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}@media(max-width:1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:768px){.footer__grid{grid-template-columns:1fr}}.footer__brand{font-size:18px;font-weight:700;margin-bottom:10px}.footer__text{font-size:13px;color:#ffffff8c;line-height:1.7;margin-bottom:16px;max-width:360px}.footer__social{display:flex;gap:10px;flex-wrap:wrap}.footer__social a{width:36px;height:36px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#fff}.footer__social a:hover{background:var(--color-accent);transform:translateY(-2px)}.footer__heading{font-size:14px;font-weight:700;margin-bottom:14px;color:#fff}.footer__links a{display:block;color:#ffffff8c;font-size:13px;padding:5px 0;transition:color .2s}.footer__links a:hover{color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffff73;flex-wrap:wrap;gap:12px}.footer__bottom a{color:#ffffff8c}.footer__bottom a:hover{color:#fff}.footer__payment{display:flex;gap:6px;flex-wrap:wrap}.footer__payment-item{padding:3px 8px;background:#ffffff14;border-radius:4px;font-size:10px;font-weight:600}.newsletter{background:linear-gradient(135deg,var(--color-primary),#132743);padding:64px 0;text-align:center}.newsletter__title{font-size:26px;font-weight:700;color:#fff;margin-bottom:8px}.newsletter__text{font-size:15px;color:#ffffffa6;margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto}.newsletter__form{display:flex;gap:10px;max-width:440px;margin:0 auto}@media(max-width:480px){.newsletter__form{flex-direction:column}}.newsletter__input{flex:1;padding:12px 18px;border-radius:8px;border:2px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-size:15px;outline:none;transition:border-color .2s}.newsletter__input::placeholder{color:#ffffff59}.newsletter__input:focus{border-color:var(--color-accent)}.newsletter__btn{padding:12px 24px;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.newsletter__btn:hover{background:var(--color-accent-hover)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:48px 0}@media(max-width:1024px){.product-page{grid-template-columns:1fr;gap:32px}}.product-gallery{position:sticky;top:88px}.product-gallery__main{border-radius:12px;overflow:hidden;background:#f3f4f6;margin-bottom:12px;position:relative}.product-gallery__main-image{display:none}.product-gallery__main-image.active{display:block}.product-gallery__main img{width:100%;display:block}.product-gallery__thumbs{display:flex;gap:8px;overflow-x:auto}.product-gallery__thumb{flex-shrink:0;width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;opacity:.6;cursor:pointer;transition:all .2s;background:#f3f4f6}.product-gallery__thumb:hover{opacity:.9}.product-gallery__thumb.active{border-color:var(--color-accent);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__title{font-size:26px;font-weight:700;color:var(--color-primary);margin-bottom:12px;letter-spacing:-.3px}.product-info__price{font-size:24px;font-weight:700;color:var(--color-primary);margin-bottom:20px}.product-info__price--compare{font-size:16px;color:var(--color-muted);text-decoration:line-through;margin-left:8px;font-weight:400}.product-info__desc{color:var(--color-muted);line-height:1.7;margin-bottom:24px;font-size:15px}.product-info__option{margin-bottom:14px}.product-info__option-label{display:block;font-size:13px;font-weight:600;color:var(--color-primary);margin-bottom:6px}.product-info__option-select{width:100%;padding:10px 14px;border:1px solid var(--color-border);border-radius:8px;font-size:15px;background:#fff;cursor:pointer}.product-info__options-section{background:var(--color-bg-alt);border-radius:8px;padding:16px;margin-bottom:4px}.product-info__options-title{font-size:13px;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.product-info__qty{display:flex;align-items:center;gap:0;margin-bottom:20px}.product-info__qty-label{display:block;font-size:13px;font-weight:600;color:var(--color-primary);margin-bottom:6px}.product-info__qty-btn{width:40px;height:42px;border:1px solid var(--color-border);background:#f9fafb;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-info__qty-btn:first-child{border-radius:8px 0 0 8px}.product-info__qty-btn:last-child{border-radius:0 8px 8px 0}.product-info__qty input{width:56px;height:42px;text-align:center;border:1px solid var(--color-border);border-left:none;border-right:none;font-size:15px;outline:none}.product-info__submit{width:100%;padding:6px 4px;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:0;height:40px;line-height:1}.product-info__submit:hover{background:var(--color-accent-hover)}.product-info__submit:disabled{opacity:.5;cursor:not-allowed}.product-info__submit .icon{font-size:11px;margin-right:3px}.product-info__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}@media(max-width:480px){.product-info__actions{grid-template-columns:1fr}}.product-info__submit{margin-bottom:0;height:40px;font-size:13px}.product-info__dynamic-checkout .shopify-payment-button__button{height:40px!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important;padding:0 12px!important}.product-info__dynamic-checkout .shopify-payment-button__button:hover{transform:none!important}.product-info__pay-more{display:inline-block;font-size:11px;color:var(--color-muted);margin-top:6px;cursor:default}.product-info__pay-more:hover{color:var(--color-accent)}.product-payment-trust{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px;background:var(--color-bg-alt);border-radius:8px;border:1px solid var(--color-border)}.product-payment-trust__item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-muted);line-height:1.4}.product-payment-trust__item strong{color:var(--color-primary);font-weight:600}.product-payment-icons{margin-bottom:24px}.product-payment-icons__label{display:block;font-size:12px;color:var(--color-muted);margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-payment-icons__list{display:flex;gap:6px;flex-wrap:wrap}.product-payment-icons__item{padding:5px 10px;background:#f3f4f6;border:1px solid var(--color-border);border-radius:6px;font-size:11px;font-weight:600;color:var(--color-primary)}.product-payment-icons__more{font-size:10px;color:var(--color-muted);display:flex;align-items:center;padding:5px 4px;white-space:nowrap}.payment-visa{background:#1a1f71!important;color:#fff!important;border-color:#1a1f71!important}.payment-mc{background:#000!important;color:#fff!important;border-color:#000!important}.payment-amex{background:#2e77bc!important;color:#fff!important;border-color:#2e77bc!important}.payment-paypal{background:#003087!important;color:#fff!important;border-color:#003087!important}.payment-ap{background:#000!important;color:#fff!important;border-color:#000!important}.payment-shop{background:#5a31f4!important;color:#fff!important;border-color:#5a31f4!important}.product-gallery__main{position:relative}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border-radius:50%;background:#ffffffd9;border:none;font-size:22px;color:var(--color-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:all .2s;opacity:0}.product-gallery__main:hover .product-gallery__arrow{opacity:1}.product-gallery__arrow:hover{background:#fff;box-shadow:0 4px 12px #00000026}.product-gallery__arrow--prev{left:12px}.product-gallery__arrow--next{right:12px}.product-gallery__zoom-lens{position:absolute;display:none;width:150px;height:150px;border:2px solid var(--color-accent);background:#10b98114;pointer-events:none;z-index:10;border-radius:50%}.product-gallery__zoom-result{display:none;position:absolute;top:0;left:calc(100% + 16px);width:400px;height:400px;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;z-index:20;background-repeat:no-repeat;box-shadow:0 8px 24px #0000001a}@media(max-width:1200px){.product-gallery__zoom-result{display:none!important}}.product-tabs{border-top:1px solid var(--color-border);padding-top:32px;margin-top:8px}.product-tabs__header{display:flex;gap:2px;border-bottom:2px solid var(--color-border);margin-bottom:28px}@media(max-width:768px){.product-tabs__header{flex-wrap:wrap}}.product-tabs__btn{padding:12px 24px;font-size:14px;font-weight:600;color:var(--color-muted);background:none;border:none;cursor:pointer;position:relative;transition:all .2s}.product-tabs__btn:hover{color:var(--color-primary)}.product-tabs__btn.active{color:var(--color-accent)}.product-tabs__btn.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:var(--color-accent)}.product-tabs__panel{display:none}.product-tabs__panel.active{display:block}.product-tabs__body{font-size:14px;color:var(--color-body);line-height:1.8;max-width:800px}.product-reviews-empty{text-align:center;padding:48px 20px;color:var(--color-muted)}.trust-bar{background:var(--color-primary);padding:20px 0}.trust-bar__grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}@media(max-width:768px){.trust-bar__grid{gap:16px}}.trust-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:500}.faq__list{max-width:720px;margin:0 auto}.faq__item{border-bottom:1px solid var(--color-border)}.faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:15px;font-weight:600;color:var(--color-primary);text-align:left;transition:color .2s;cursor:pointer}.faq__question:hover{color:var(--color-accent)}.faq__icon{font-size:18px;transition:transform .3s;flex-shrink:0}.faq__question[aria-expanded=true] .faq__icon{transform:rotate(45deg)}.faq__answer{max-height:0;overflow:hidden;transition:all .3s}.faq__answer.open{max-height:1000px;padding-bottom:18px}.faq__answer p{font-size:14px;color:var(--color-muted);line-height:1.7}.mobile-menu{display:none;position:fixed;top:64px;left:0;width:100%;height:calc(100vh - 64px);background:var(--color-primary);z-index:99;flex-direction:column;padding:24px;gap:8px;overflow-y:auto}.mobile-menu.active{display:flex}.mobile-menu a{color:#fffc;font-size:17px;font-weight:500;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.testimonials{background:var(--color-bg-alt)}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.testimonial-card{background:#fff;border-radius:12px;padding:24px;border:1px solid var(--color-border)}.testimonial-card__stars{color:#f59e0b;font-size:14px;margin-bottom:10px}.testimonial-card__text{font-size:14px;color:var(--color-body);line-height:1.7;margin-bottom:14px;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:10px}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.testimonial-card__name{font-weight:600;font-size:13px;color:var(--color-primary)}.category-grid__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}@media(max-width:480px){.category-grid__grid{grid-template-columns:repeat(3,1fr)}}.category-card{background:#fff;border:1px solid var(--color-border);border-radius:10px;padding:20px 10px;text-align:center;transition:all .25s;display:block;text-decoration:none}.category-card:hover{border-color:var(--color-accent);background:#f0fdf4;transform:translateY(-2px)}.category-card__name{font-size:13px;font-weight:600;color:var(--color-primary)}.collection-header{text-align:center;padding:48px 0 0}.collection-header__title{font-size:32px;font-weight:700;color:var(--color-primary);margin-bottom:8px}.collection-header__desc{font-size:15px;color:var(--color-muted);max-width:560px;margin:0 auto 32px}.page{padding:48px 0;max-width:720px;margin:0 auto}.page__title{font-size:28px;font-weight:700;color:var(--color-primary);margin-bottom:24px}.page__content{font-size:15px;line-height:1.8;color:var(--color-body)}.blog__title{font-size:28px;font-weight:700;color:var(--color-primary);margin-bottom:32px}.blog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.blog-card{border-radius:12px;overflow:hidden;border:1px solid var(--color-border);transition:all .3s;display:block;text-decoration:none;color:inherit}.blog-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.blog-card__image{height:200px;background:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:40px}.blog-card__image img{width:100%;height:100%;object-fit:cover}.blog-card__body{padding:20px}.blog-card__tag{font-size:11px;font-weight:700;color:var(--color-accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.blog-card__title{font-size:17px;font-weight:700;color:var(--color-primary);margin-bottom:6px}.blog-card__meta{font-size:12px;color:var(--color-muted)}.page-404{text-align:center;padding:100px 24px}.page-404__icon{font-size:64px;margin-bottom:20px}.page-404__title{font-size:40px;font-weight:900;color:var(--color-primary);margin-bottom:10px}.page-404__text{font-size:16px;color:var(--color-muted);margin-bottom:28px}.cart-empty{text-align:center;padding:80px 24px}.cart-empty__icon{font-size:60px;margin-bottom:16px}.cart-empty__text{font-size:18px;color:var(--color-muted);margin-bottom:24px}.search-form{display:flex;gap:10px;max-width:560px;margin:0 auto 36px}.search-form__input{flex:1;padding:12px 18px;border:2px solid var(--color-border);border-radius:8px;font-size:15px;outline:none;transition:border-color .2s}.search-form__input:focus{border-color:var(--color-accent)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .5s ease forwards}.floating-cart{position:fixed;bottom:24px;right:24px;z-index:99}@media(max-width:768px){.floating-cart{bottom:16px;right:16px}}.floating-cart__btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 28px;height:52px;border-radius:26px;background:var(--color-accent);color:#fff;box-shadow:0 4px 16px #10b98159;transition:all .25s;position:relative;text-decoration:none;font-size:14px;font-weight:600}.floating-cart__btn:hover{transform:scale(1.05);box-shadow:0 6px 24px #10b98173;background:var(--color-accent-hover)}.floating-cart__btn svg{width:22px;height:22px;flex-shrink:0}.floating-cart__count{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #fff}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}@media(max-width:480px){.category-grid{grid-template-columns:repeat(3,1fr)}}.category-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;padding:20px 12px;text-align:center;transition:all .25s;text-decoration:none;display:block}.category-card:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.category-card__icon{font-size:28px;margin-bottom:8px;display:block}.category-card__name{font-size:13px;font-weight:600;color:var(--color-primary);display:block}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media(max-width:768px){.section-title{font-size:22px}.hero__title{font-size:24px}.hero__stat-value{font-size:20px}.product-page{padding:24px 0}.product-info__title{font-size:22px}}@media(max-width:480px){.hero__inner{padding:32px 16px}.hero__stats{gap:16px}.hero__stat-value{font-size:18px}.testimonials__grid,.blog__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/theme.css.map */
