:root{--store-black:#111;--store-white:#fff;--store-accent:#8e0045;--store-accent-light:#a8105a;--store-accent-dark:#6e0036;--store-blush:#fdf2f6;--store-blush-warm:#fef7fa;--store-gray-50:#fafafa;--store-gray-100:#f5f5f5;--store-gray-200:#e5e5e5;--store-gray-300:#d4d4d4;--store-gray-400:#a3a3a3;--store-gray-500:#737373;--store-gray-600:#525252;--store-gray-700:#404040;--store-gray-800:#262626;--store-gray-900:#171717;--store-danger:#dc2626;--store-success:#16a34a;--store-container:1280px;--store-header-h:64px;--store-topbar-h:36px;--store-font-display:var(--font-urbanist), "Urbanist", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--store-font-body:var(--font-urbanist), "Urbanist", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--store-transition:.3s cubic-bezier(.4, 0, .2, 1)}.store-container{max-width:var(--store-container);box-sizing:border-box;margin:0 auto;padding:0 24px}@media (max-width:640px){.store-container{padding:0 16px}}html,body{width:100%;overflow-x:hidden}.store-top-bar{background:var(--store-black);color:#fffc;text-align:center;font-size:12px;font-family:var(--store-font-body);letter-spacing:.5px;padding:8px 16px}.store-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--store-transition);background:#fffffff2;border-bottom:1px solid #0000;position:sticky;top:0}.store-header--scrolled{border-bottom-color:var(--store-gray-200);box-shadow:0 1px 20px #0000000d}.store-header__inner{height:var(--store-header-h);justify-content:space-between;align-items:center;gap:32px;display:flex}.store-header__logo{font-family:var(--store-font-display);color:var(--store-black);letter-spacing:3px;flex-shrink:0;font-size:22px;font-weight:600;text-decoration:none}.store-header__logo span{color:var(--store-accent)}.store-header__nav{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.store-header__link{font-family:var(--store-font-body);color:var(--store-gray-700);transition:var(--store-transition);letter-spacing:.3px;border-radius:6px;align-items:center;gap:4px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.store-header__link:hover,.store-header__link.active{color:var(--store-black);background:var(--store-gray-100)}.store-header__link.active{font-weight:600}.store-header__dropdown{position:relative}.store-header__dropdown-menu{background:var(--store-white);border:1px solid var(--store-gray-200);z-index:101;border-radius:10px;min-width:200px;padding:8px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 15px 40px #0000001a}.store-header__dropdown:hover .store-header__dropdown-menu{display:block}.store-header__dropdown-item{color:var(--store-gray-600);transition:var(--store-transition);border-radius:6px;padding:8px 14px;font-size:13px;text-decoration:none;display:block}.store-header__dropdown-item:hover{background:var(--store-gray-100);color:var(--store-black)}.store-header__actions{flex-shrink:0;align-items:center;gap:8px;padding-right:4px;display:flex}.store-header__icon-btn{width:40px;height:40px;color:var(--store-gray-700);cursor:pointer;transition:var(--store-transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.store-header__icon-btn:hover{background:var(--store-gray-100);color:var(--store-black)}.store-header__cart-count{background:var(--store-accent);width:18px;height:18px;color:var(--store-white);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:0}.store-header__mobile-toggle{color:var(--store-black);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.store-header__search-overlay{background:var(--store-white);border-bottom:1px solid var(--store-gray-200);padding:16px 0;animation:.2s store-slideDown;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #00000014}.store-header__search-form{align-items:center;gap:12px;max-width:600px;margin:0 auto;display:flex}.store-header__search-icon{color:var(--store-gray-400);flex-shrink:0}.store-header__search-input{font-size:16px;font-family:var(--store-font-body);color:var(--store-black);background:0 0;border:none;outline:none;flex:1}.store-header__search-input::placeholder{color:var(--store-gray-400)}.store-header__search-close{color:var(--store-gray-400);cursor:pointer;background:0 0;border:none;padding:4px}.store-mobile-nav{top:calc(var(--store-header-h) + var(--store-topbar-h));background:var(--store-white);z-index:99;padding:24px;display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.store-mobile-nav__link{color:var(--store-black);border-bottom:1px solid var(--store-gray-100);padding:14px 0;font-size:16px;font-weight:500;text-decoration:none;display:block}.store-mobile-nav__link--sub{color:var(--store-gray-600);padding-left:24px;font-size:14px;font-weight:400}@media (max-width:768px){.store-header__nav{display:none}.store-header__mobile-toggle,.store-mobile-nav{display:block}.store-header__inner{gap:12px}.store-header__actions{gap:2px}.store-header__icon-btn{width:36px;height:36px}}.store-footer{background:var(--store-gray-900);color:var(--store-gray-400);margin-top:80px;padding:64px 0 0}.store-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;display:grid}.store-footer__logo{font-family:var(--store-font-display);color:var(--store-white);letter-spacing:3px;margin-bottom:16px;font-size:20px;font-weight:600}.store-footer__logo span{color:var(--store-accent)}.store-footer__text{margin-bottom:20px;font-size:13px;line-height:1.7}.store-footer__socials{gap:12px;display:flex}.store-footer__socials a{border:1px solid var(--store-gray-700);width:36px;height:36px;color:var(--store-gray-400);transition:var(--store-transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.store-footer__socials a:hover{background:var(--store-accent);border-color:var(--store-accent);color:var(--store-white)}.store-footer__title{font-family:var(--store-font-display);color:var(--store-white);letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:600}.store-footer__link{color:var(--store-gray-400);transition:var(--store-transition);padding:6px 0;font-size:13px;text-decoration:none;display:block}.store-footer__link:hover{color:var(--store-white);padding-left:4px}.store-footer__contact{align-items:center;gap:10px;padding:6px 0;font-size:13px;display:flex}.store-footer__bottom{border-top:1px solid var(--store-gray-800);text-align:center;margin-top:48px;padding:20px 0;font-size:12px}@media (max-width:768px){.store-footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:480px){.store-footer__grid{grid-template-columns:1fr;gap:24px}}.store-product-card{transition:var(--store-transition);text-decoration:none;display:block}.store-product-card:hover{transform:translateY(-4px)}.store-product-card__image-wrap{aspect-ratio:3/4;background:var(--store-gray-100);border-radius:12px;position:relative;overflow:hidden}.store-product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.store-product-card:hover .store-product-card__image{transform:scale(1.08)}.store-product-card__no-image{width:100%;height:100%;color:var(--store-gray-300);justify-content:center;align-items:center;display:flex}.store-product-card__badge{background:var(--store-danger);color:var(--store-white);letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.store-product-card__campaign-badge{color:#fff;font-family:var(--store-font-display);letter-spacing:1.5px;text-transform:uppercase;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:6px 12px;font-size:11px;font-weight:700;position:absolute;bottom:0;left:0;right:0}.store-product-card__campaign-label{font-family:var(--store-font-display);letter-spacing:1px;text-transform:uppercase;margin-top:6px;font-size:11px;font-weight:700}.store-product-card__info{padding:14px 4px}.store-product-card__brand{color:var(--store-gray-400);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:11px;font-weight:500}.store-product-card__title{font-family:var(--store-font-body);color:var(--store-black);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.store-product-card__price{align-items:center;gap:8px;display:flex}.store-product-card__price-current{font-family:var(--store-font-display);color:var(--store-black);font-size:16px;font-weight:600}.store-product-card__price-old{color:var(--store-gray-400);font-size:13px;text-decoration:line-through}.store-hero{background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#111 100%);align-items:center;height:70vh;min-height:480px;max-height:700px;display:flex;position:relative;overflow:hidden}.store-hero__image{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.store-hero--has-image .store-hero__overlay{background:linear-gradient(90deg,#000000b3 0%,#0000004d 50%,#0000001a 100%)}.store-hero__overlay{z-index:1;background:linear-gradient(90deg,#000000bf 0%,#00000040 100%);position:absolute;inset:0}.store-hero__content{z-index:2;color:var(--store-white);max-width:560px;position:relative}.store-hero__tag{letter-spacing:3px;text-transform:uppercase;color:var(--store-accent);font-size:12px;font-weight:600;font-family:var(--store-font-body);margin-bottom:16px}.store-hero__title{font-family:var(--store-font-display);margin-bottom:20px;font-size:clamp(36px,5.5vw,64px);font-style:italic;font-weight:700;line-height:1.05}.store-hero__title--desktop{display:inline}.store-hero__title--mobile,.store-hero__desc--mobile{display:none}@media (max-width:768px){.store-hero__title--desktop{display:none}.store-hero__title--mobile{display:inline}.store-hero__desc--desktop{display:none}.store-hero__desc--mobile{display:block}}.store-hero__desc{color:var(--store-gray-300);margin-bottom:32px;font-size:16px;line-height:1.7}.store-hero__btn{background:var(--store-white);color:var(--store-black);font-family:var(--store-font-body);letter-spacing:2.5px;text-transform:uppercase;cursor:pointer;transition:var(--store-transition);border:none;border-radius:0;align-items:center;gap:10px;padding:14px 36px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.store-hero__btn:hover{background:var(--store-accent);color:var(--store-white);transform:translateY(-1px);box-shadow:0 8px 24px #8e00454d}.store-section{padding:64px 0}.store-section__header{text-align:center;margin-bottom:48px}.store-section__tag{letter-spacing:3px;text-transform:uppercase;color:var(--store-accent);margin-bottom:10px;font-size:11px;font-weight:600}.store-section__title{font-family:var(--store-font-display);color:var(--store-black);font-size:clamp(24px,3vw,36px);font-weight:700}.store-section__subtitle{color:var(--store-gray-500);margin-top:8px;font-size:14px}.store-products-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1024px){.store-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.store-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.store-categories-grid{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.store-category-card{aspect-ratio:3/4;border-radius:14px;flex-shrink:0;width:160px;text-decoration:none;display:block;position:relative;overflow:hidden}.store-category-card__image{object-fit:cover;width:100%;height:100%}.store-category-card__image--placeholder{background:linear-gradient(135deg,#f0e6eb 0%,#d4a0b5 100%);width:100%;height:100%}.store-category-card__overlay{background:linear-gradient(#0000 0%,#0000001a 50%,#000000bf 100%);flex-direction:column;justify-content:flex-end;padding:14px;display:flex;position:absolute;inset:0}.store-category-card__name{font-family:var(--store-font-display);color:var(--store-white);font-size:14px;font-weight:700;line-height:1.2}.store-category-card__count{color:#ffffffb3;margin-top:3px;font-size:11px}@media (max-width:768px){.store-categories-grid{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:12px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;overflow-x:auto}.store-categories-grid::-webkit-scrollbar{display:none}.store-category-card{width:42vw}}.store-breadcrumb{color:var(--store-gray-400);white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;padding:20px 0 16px;font-size:13px;display:flex}.store-breadcrumb a{color:var(--store-gray-500);transition:var(--store-transition);flex-shrink:0;text-decoration:none}.store-breadcrumb a:hover{color:var(--store-accent)}.store-breadcrumb svg{color:var(--store-gray-300);flex-shrink:0}.store-breadcrumb span{color:var(--store-gray-400)}.store-breadcrumb__current{color:var(--store-black);text-overflow:ellipsis;min-width:0;font-weight:500;overflow:hidden}.store-btn{font-family:var(--store-font-body);cursor:pointer;transition:var(--store-transition);letter-spacing:.5px;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:13px;font-weight:600;display:inline-flex}.store-btn--primary{background:var(--store-black);color:var(--store-white);border-radius:0}.store-btn--primary:hover{background:var(--store-accent);box-shadow:0 4px 16px #8e004533}.store-btn--outline{color:var(--store-black);border:1.5px solid var(--store-gray-300);background:0 0;border-radius:0}.store-btn--outline:hover{border-color:var(--store-black);color:var(--store-black)}.store-btn--gold{background:var(--store-accent);color:var(--store-white);border-radius:0}.store-btn--gold:hover{background:var(--store-accent-dark)}.store-btn--lg{padding:16px 40px;font-size:14px}.store-btn--full{width:100%}@keyframes store-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes store-fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.store-animate-in{animation:.5s forwards store-fadeIn}@keyframes store-slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.legal-content{color:#3a3a3a;font-size:15px;line-height:1.9}.legal-content h1{color:#111;margin:32px 0 16px;font-size:24px;font-weight:700}.legal-content h2{color:#111;margin:28px 0 12px;font-size:20px;font-weight:700}.legal-content h3{color:#222;margin:24px 0 10px;font-size:17px;font-weight:600}.legal-content p{margin-bottom:16px}.legal-content ul,.legal-content ol{margin:12px 0 16px 24px}.legal-content li{margin-bottom:6px}.legal-content a{color:var(--store-accent,#8e0045);text-decoration:underline}.legal-content strong{color:#111;font-weight:600}@media (max-width:768px){.store-hero{height:50vh;min-height:360px}.store-hero__title{font-size:28px!important}.store-hero__desc{font-size:14px}.store-section{padding:40px 0}.store-product-detail__grid{grid-template-columns:1fr!important;gap:24px!important}.store-trust-bar__grid{grid-template-columns:1fr 1fr!important;gap:12px!important;padding:16px 0!important}.store-trust-bar__item{justify-content:flex-start!important;gap:8px!important}.store-trust-bar__icon{display:flex}.store-trust-bar__icon svg{width:16px;height:16px}.store-trust-bar__title{font-size:12px!important}.store-trust-bar__desc{font-size:10px!important}.store-products-grid{grid-template-columns:1fr 1fr!important}.store-footer__bottom{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.store-footer{margin-top:48px;padding:40px 0 0}.store-footer__grid{gap:24px}.store-breadcrumb{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:6px;padding:14px 0 10px;font-size:12px;overflow-x:auto}.store-breadcrumb::-webkit-scrollbar{display:none}.store-product-detail__thumbs,.store-product-detail__main--desktop{display:none!important}.store-product-detail__carousel{display:block!important}.store-gallery-arrow{display:flex!important}.store-product-detail__gallery{grid-template-columns:1fr!important}}@media (max-width:480px){.store-trust-bar__grid{grid-template-columns:1fr 1fr!important}.store-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.store-checkout-progress{gap:2px!important}.store-checkout-progress .store-step-pill{padding:6px 8px!important;font-size:10px!important}.store-checkout-progress .store-step-line{width:12px!important}.store-step-label{display:none!important}.store-product-desc{overflow-x:auto}.store-product-desc table{min-width:400px}.store-product-card__title{margin-bottom:4px;font-size:12px}.store-product-card__price-current{font-size:14px}.store-product-card__price-old{font-size:11px}.store-product-card__info{padding:8px 2px}.store-product-card__brand{font-size:9px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes store-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.store-trust-bar{background:#fafafa;border-bottom:1px solid #f0f0f0}.store-trust-bar__grid{grid-template-columns:repeat(4,1fr);gap:24px;padding:28px 0;display:grid}.store-trust-bar__item{justify-content:center;align-items:center;gap:14px;display:flex}.store-trust-bar__icon{color:var(--store-accent);flex-shrink:0}.store-trust-bar__title{color:#111;font-size:13px;font-weight:600}.store-trust-bar__desc{color:var(--store-gray-500);font-size:11px}.store-filter-bar{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.store-filter-bar__filters{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.store-filter-bar__mobile-btn{color:#111;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--store-font-body);background:#fff;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;display:none}.store-filter-bar__badge{color:#fff;background:#8e0045;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex}.store-filter-dropdown__trigger{color:#404040;cursor:pointer;font-size:13px;font-weight:500;font-family:var(--store-font-body);white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:8px 14px;transition:color .15s;display:flex;position:relative}.store-filter-dropdown__trigger:hover{color:#111}.store-filter-dropdown__trigger--active{color:#111;font-weight:600}.store-filter-dropdown__active-dot{background:#8e0045;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:4px}.store-filter-dropdown__panel{z-index:50;background:#fff;border:1px solid #e5e5e5;border-radius:12px;min-width:180px;max-height:320px;padding:8px;animation:.15s store-slideDown;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 8px 32px #0000001a}.store-filter-dropdown__option{color:#404040;cursor:pointer;text-align:left;width:100%;font-size:13px;font-weight:400;font-family:var(--store-font-body);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .1s;display:flex}.store-filter-dropdown__option:hover{background:#f5f5f5}.store-filter-dropdown__option--active{color:#fff;background:#111;font-weight:600}.store-filter-dropdown__option--active:hover{background:#222}.store-filter-dropdown__check{background:0 0;border:1.5px solid #d4d4d4;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.store-filter-dropdown__check--active{background:#8e0045;border:none}.store-filter-chip{color:#fff;font-size:12px;font-weight:500;font-family:var(--store-font-body);cursor:pointer;background:#111;border:none;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;display:inline-flex}.store-filter-chip--clear{color:#dc2626;background:0 0;border:1px solid #fecaca;font-weight:600}.store-filter-chip--clear:hover{background:#fef2f2}.store-filter-backdrop{z-index:200;background:#0006;display:none;position:fixed;inset:0}.store-filter-drawer{z-index:201;background:#fff;border-radius:20px 20px 0 0;max-height:70vh;padding:20px 24px 40px;animation:.3s forwards store-slideUp;display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.store-filter-drawer__header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}@media (max-width:768px){.store-filter-bar__mobile-btn{display:flex}.store-filter-dropdown{display:none!important}.store-filter-backdrop,.store-filter-drawer{display:block}}.store-subcategory-grid{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}@media (max-width:768px){.store-subcategory-grid{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;margin-left:-16px;margin-right:-16px;padding-bottom:4px;padding-left:16px;padding-right:16px;overflow-x:auto}.store-subcategory-grid::-webkit-scrollbar{display:none}}.store-subcategory-chip{background:#fff;border:1px solid #e5e5e5;border-radius:40px;align-items:center;gap:10px;padding:6px 14px 6px 6px;text-decoration:none;transition:border-color .2s;display:flex}.store-subcategory-chip:hover{border-color:#8e0045}.store-subcategory-chip__img-wrap{border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.store-subcategory-chip__img{object-fit:cover;width:100%;height:100%}.store-subcategory-chip__img-placeholder{background:linear-gradient(135deg,#f0e6eb,#d4a0b5);width:100%;height:100%}.store-subcategory-chip__text{flex-direction:column;gap:1px;display:flex}.store-subcategory-chip__name{color:#111;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.2}.store-subcategory-chip__count{color:#a3a3a3;font-size:11px;font-weight:400}.store-category-link-card{aspect-ratio:3/4;cursor:pointer;border:2px solid #8e0045;border-radius:12px;text-decoration:none;transition:none;display:block;position:relative;overflow:hidden}.store-category-link-card__img{object-fit:cover;width:100%;height:100%;display:block}.store-category-link-card__placeholder{background:linear-gradient(135deg,#f0e6eb 0%,#d4a0b5 100%);width:100%;height:100%}.store-category-link-card__overlay{background:linear-gradient(#0000 0%,#00000080 50%,#000000eb 100%);flex-direction:column;gap:4px;padding:24px 16px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.store-category-link-card__name{font-family:var(--store-font-display);color:#fff;font-size:16px;font-weight:700;line-height:1.2}.store-category-link-card__count{color:#fffc;font-size:12px;font-weight:500}.store-category-link-card__arrow{color:#fff;background:#8e0045;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:12px;right:12px}.store-category-link-card__label{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#8e0045;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.store-category-content{color:#525252;border-top:1px solid #f0f0f0;padding:40px 0 0;font-size:14px;line-height:1.8}.store-category-content h2{font-family:var(--store-font-display);color:#111;margin:0 0 12px;font-size:20px;font-weight:700}.store-category-content h3{font-family:var(--store-font-display);color:#262626;margin:24px 0 8px;font-size:16px;font-weight:600}.store-category-content p{margin:0 0 14px}.store-category-content ul{margin:0 0 14px;padding-left:20px}.store-category-content li{margin-bottom:6px}.store-category-content strong{color:#111}.store-category-content table{border-collapse:collapse;width:100%;margin:16px 0 24px;font-size:13px}.store-category-content th{color:#111;text-align:left;background:#f5f5f5;border:1px solid #e5e5e5;padding:10px 14px;font-weight:600}.store-category-content td{color:#525252;border:1px solid #e5e5e5;padding:9px 14px}.store-category-content tr:nth-child(2n) td{background:#fafafa}.store-product-detail__grid{grid-template-columns:1fr 1fr;gap:48px;margin-top:8px;display:grid}.store-product-detail__thumbs{width:80px}.store-product-detail__thumb{width:80px;height:100px}@media (max-width:768px){.store-cart-grid,.store-product-detail__grid{grid-template-columns:1fr!important;gap:24px!important}.store-checkout-row,.store-checkout-row-3{grid-template-columns:1fr!important}.store-cart-grid img[alt]{width:80px!important;height:96px!important}.store-cart-grid button[style*="width: 32"]{min-width:40px;width:40px!important;height:40px!important}.store-animate-in{padding-bottom:80px!important}.store-checkout-sidebar{order:-1;border-radius:12px!important;padding:16px!important;position:static!important}.store-checkout-form{order:1}}.store-checkout-row{grid-template-columns:1fr 1fr}.store-checkout-row-3{grid-template-columns:1fr 1fr 1fr}.store-product-card__badge--oos{background:#525252;inset:auto 12px 12px auto}.store-category-card__image--placeholder{background:linear-gradient(135deg,#2a1520,#3d1a2d)}.store-cta-banner{background:#111;padding:64px 0}.store-cta-banner__tag{letter-spacing:3px;color:var(--store-accent);margin-bottom:12px;font-size:12px;font-weight:600}.store-cta-banner__title{font-family:var(--store-font-display);color:#fff;margin-bottom:16px;font-size:clamp(24px,4vw,40px);font-weight:700}.store-cta-banner__desc{color:var(--store-gray-400);max-width:400px;margin:0 auto;font-size:14px}.store-product-desc table{border-collapse:collapse;width:100%;margin:16px 0}.store-product-desc table td{border:1px solid #f0f0f0;padding:10px 14px;font-size:13px}.store-product-desc table td:first-child{color:#525252;background:#fafafa;width:35%;font-weight:600}.store-product-desc table td:last-child{color:#111}.store-product-desc h3{color:#111;margin:24px 0 12px;font-size:16px;font-weight:700}.store-product-desc ul{margin:8px 0;padding-left:20px;list-style:outside}.store-product-desc li{margin-bottom:6px}.store-sticky-bar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--store-gray-200);background:#fffffff7;padding:12px 16px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}.store-sticky-bar__inner{max-width:var(--store-container);align-items:center;gap:12px;margin:0 auto;display:flex}.store-sticky-bar__price{font-family:var(--store-font-display);color:var(--store-black);white-space:nowrap;font-size:18px;font-weight:700}.store-sticky-bar__btn{flex:1}@media (max-width:768px){.store-sticky-bar{display:block}.store-product-detail__cart-row{display:none!important}.store-whatsapp-btn{bottom:90px!important}.store-product-detail--has-sticky{padding-bottom:80px}}.store-mobile-sticky-bar{display:none}@media (max-width:768px){.store-mobile-sticky-bar{z-index:999;-webkit-backdrop-filter:blur(16px);padding:12px 20px;padding-bottom:max(12px, env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #e5e5e5;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000001a}.store-cart-checkout-desktop{display:none!important}}.store-mobile-sticky-bar a,.store-mobile-sticky-bar button{white-space:nowrap}.store-shipping-bar{font-family:var(--store-font-body);background:#111;padding:10px 0}.store-shipping-bar__inner{color:#ffffffb3;align-items:center;gap:10px;font-size:13px;display:flex}.store-shipping-bar__text{color:#ffffffd9;flex:1}.store-shipping-bar__text strong{color:#fff;font-weight:700}.store-shipping-bar__track{background:#ffffff26;border-radius:2px;flex-shrink:0;width:100px;height:4px;overflow:hidden}.store-shipping-bar__fill{background:var(--store-accent);border-radius:2px;height:100%;transition:width .5s}@media (max-width:640px){.store-shipping-bar__track{width:60px}.store-shipping-bar__inner{font-size:12px}}@keyframes store-toastSlideIn{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.store-toast-container{bottom:16px!important;left:16px!important;right:16px!important}.store-toast-cart{width:100%!important}}.store-product-detail__carousel{display:none}.store-gallery-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.store-gallery-scroll::-webkit-scrollbar{display:none}.store-gallery-slide{aspect-ratio:3/4;scroll-snap-align:start;cursor:zoom-in;background:#f5f5f5;flex:0 0 100%;width:100%}.store-gallery-slide img{object-fit:cover;object-position:center;width:100%;height:100%}.store-gallery-arrow{cursor:pointer;color:#111;z-index:5;-webkit-backdrop-filter:blur(4px);background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 4px #0000001a}.store-gallery-arrow:active{transform:translateY(-50%)scale(.92)}.store-gallery-arrow--left{left:10px}.store-gallery-arrow--right{right:10px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.store-size-highlight{border-radius:8px;margin:-12px -12px 8px;padding:12px;animation:.4s ease-out sizeShake;box-shadow:0 0 0 2px #dc2626,0 0 16px #dc262626}@keyframes sizeShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.store-animate-in{opacity:1!important;transform:none!important}.store-product-card:hover .store-product-card__image,.store-category-card:hover .store-category-card__image,.store-hero__btn:hover{transform:none}}
