:root{--blue-900:#2b4268;--blue-800:#344f79;--blue-700:#3b5680;--blue-600:#466696;--blue-100:#e3edf8;--blue-50:#f4f7fb;--cyan-accent:#4bb7e5;--cyan-accent-dark:#2f9fd0;--gray-900:#172033;--gray-700:#4a5568;--gray-500:#718096;--gray-200:#e2e8f0;--gray-100:#f7fafc;--white:#fff;--shadow-sm:0 8px 24px #3b56801a;--shadow-md:0 18px 42px #2b426829;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--container:1240px;--header-offset:76px}*{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;overflow-x:clip}body{background:var(--white);width:100%;color:var(--gray-900);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;overflow-x:clip}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.container{width:min(100% - 40px, var(--container));margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:50;background:var(--blue-700);color:var(--white);transition:box-shadow .2s,background .2s;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{background:var(--blue-800);box-shadow:0 10px 28px #0b3a7538}.header-inner{grid-template-columns:auto auto minmax(240px,1fr) auto;align-items:center;gap:18px;min-height:76px;display:grid}main{padding-top:var(--header-offset)}.brand{letter-spacing:0;align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-mark{background:var(--white);width:38px;height:38px;color:var(--blue-700);border-radius:12px;place-items:center;font-size:.9rem;font-weight:800;display:inline-grid}.brand-mark img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.brand-mark-logo{color:inherit;background:0 0}.brand-mark-logo img{object-fit:contain}.brand-light .brand-mark{color:var(--white);background:#ffffff24}.brand-light .brand-mark-logo{background:0 0}.main-nav{align-items:center;gap:18px;font-size:.95rem;font-weight:600;display:flex}.main-nav a{opacity:.9;transition:opacity .2s}.main-nav a:hover,.main-nav .is-active{opacity:1}.header-search{background:var(--white);border-radius:999px;grid-template-columns:minmax(0,1fr) 48px;min-width:0;display:grid;position:relative;overflow:visible;box-shadow:inset 0 0 0 1px #0b3a7514}.header-search-suggestions{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffa;border:1px solid #94a3b842;border-radius:18px;padding:.8rem;position:absolute;top:calc(100% + .8rem);left:0;right:0;overflow:hidden;box-shadow:0 24px 50px #0f172a29}.header-search-suggestions[hidden]{display:none!important}.header-search-suggestions-list{gap:.55rem;max-height:258px;display:grid;overflow-y:auto}.header-search-suggestion{color:var(--gray-900);border-radius:12px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:.85rem;padding:.75rem;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:grid}.header-search-suggestion:hover,.header-search-suggestion:focus-visible{background:var(--blue-50);outline:none;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #3b82f61f}.header-search-suggestion-thumb{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #94a3b82e}.header-search-suggestion-thumb img{object-fit:cover;width:100%;height:100%;display:block}.header-search-suggestion-thumb svg{width:22px;height:22px;color:var(--gray-600)}.header-search-suggestion-copy{min-width:0}.header-search-suggestion-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;line-height:1.35;display:block;overflow:hidden}.header-search-suggestion-copy span{color:var(--gray-600);margin-top:.18rem;font-size:.8rem;display:block}.header-search-suggestion-empty{color:var(--gray-600);text-align:center;background:#f8fafc;border-radius:12px;padding:1rem .85rem;font-size:.9rem}.header-search-suggestion-empty strong{color:var(--gray-900)}.header-search input{width:auto;min-width:0;color:var(--gray-900);border:0;border-radius:999px 0 0 999px;outline:0;flex:auto;padding:12px 16px}.header-search button{background:var(--blue-100);width:48px;color:var(--blue-700);cursor:pointer;border:0;border-radius:0 999px 999px 0;place-items:center;display:grid}.header-search svg,.icon-button svg,.wishlist-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.header-actions{align-items:center;gap:10px;display:flex}.icon-button,.menu-toggle{color:var(--white);cursor:pointer;background:#ffffff1f;border:0;place-items:center;transition:background .2s,transform .2s;display:inline-grid}.icon-button{border-radius:999px;width:42px;height:42px;position:relative}.cart-icon-button{isolation:isolate;overflow:visible}.cart-icon-glyph{place-items:center;width:100%;height:100%;display:grid}.cart-icon-glyph svg{width:21px;height:21px}.cart-count-badge{z-index:1;min-width:20px;height:20px;color:var(--white);pointer-events:none;background:#f97316;border:2px solid #3b5680fa;border-radius:999px;place-items:center;padding:0 6px;font-size:.66rem;font-weight:900;line-height:1;display:inline-grid;position:absolute;top:0;right:0;transform:translate(36%,-36%);box-shadow:0 6px 14px #f9731659}.cart-flyer{z-index:1200;border:2px solid var(--white);opacity:.96;pointer-events:none;will-change:transform, opacity;border-radius:16px;transition:transform .72s cubic-bezier(.22,1,.36,1),opacity .72s;position:fixed;transform:translate(0,0)scale(1);box-shadow:0 18px 38px #2b42683d}.cart-flyer-image{object-fit:cover}.cart-flyer-button{background:var(--blue-700);color:var(--white);border-radius:999px;place-items:center;display:inline-grid}.cart-flyer-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:58%;height:58%}.cart-icon-button.is-cart-bumped{animation:.48s cubic-bezier(.22,1,.36,1) cart-bump}@keyframes cart-bump{0%{transform:scale(1)}45%{background:#ffffff47;transform:scale(1.16)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.cart-flyer{display:none}.cart-icon-button.is-cart-bumped{background:#ffffff47;animation:none}}.icon-button:hover,.menu-toggle:hover{background:#ffffff38}.icon-button.is-active{background:#ffffff47;box-shadow:inset 0 0 0 1px #fff3}.auth-link{font-weight:700}.header-auth-form{display:contents}.auth-button{background:var(--cyan-accent);color:var(--white);cursor:pointer;border:0;border-radius:999px;padding:10px 16px;font-weight:800}.header-profile-menu{position:relative}.header-profile-trigger{color:var(--white);cursor:pointer;background:#ffffff24;border:0;border-radius:999px;align-items:center;gap:10px;padding:6px 8px 6px 6px;transition:background .2s,transform .2s;display:inline-flex}.header-profile-trigger:hover,.header-profile-menu.is-open .header-profile-trigger{background:#ffffff3d}.header-profile-avatar{width:36px;height:36px;color:var(--blue-900);background:linear-gradient(135deg,#fff6d8,#ffd27a);border-radius:999px;place-items:center;font-size:.88rem;font-weight:900;display:inline-grid}.header-profile-avatar.is-large{width:52px;height:52px;font-size:1rem}.header-profile-name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-weight:800;overflow:hidden}.header-profile-caret{opacity:.88;place-items:center;display:inline-grid}.header-profile-caret svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:16px;height:16px}.header-profile-dropdown{opacity:0;pointer-events:none;background:#fffffffa;border:1px solid #e2e8f0eb;border-radius:22px;width:min(320px,100vw - 32px);padding:18px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 14px);right:0;transform:translateY(10px);box-shadow:0 22px 48px #0f172a2e}.header-profile-menu.is-open .header-profile-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.header-profile-dropdown-head{border-bottom:1px solid #e2e8f0eb;align-items:center;gap:14px;padding-bottom:16px;display:flex}.header-profile-copy{gap:4px;display:grid}.header-profile-copy strong{color:var(--gray-900);font-size:1.02rem}.header-profile-copy span{color:var(--gray-500);font-size:.88rem}.header-profile-links{gap:8px;padding:16px 0 12px;display:grid}.header-profile-links a,.header-profile-logout button{width:100%;color:var(--gray-700);cursor:pointer;background:0 0;border:0;border-radius:14px;justify-content:flex-start;align-items:center;gap:10px;padding:12px 14px;font-size:.96rem;font-weight:700;transition:background .2s,color .2s;display:flex}.header-profile-links a:hover,.header-profile-logout button:hover{background:var(--blue-50);color:var(--blue-700)}.header-profile-logout{border-top:1px solid #e2e8f0eb;padding-top:4px}.header-profile-logout button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.menu-toggle{border-radius:var(--radius-sm);width:44px;height:44px;display:none}.menu-toggle span{background:currentColor;width:20px;height:2px}.hero{background:linear-gradient(135deg, var(--white), var(--blue-50));padding:72px 0 58px;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:48px;display:grid}.section-kicker{color:var(--blue-700);text-transform:uppercase;margin-bottom:10px;font-size:.84rem;font-weight:800;display:inline-block}.hero h1,.page-header h1{color:var(--gray-900);letter-spacing:0;margin:0;font-size:clamp(2.1rem,5vw,4.25rem);line-height:1.05}.hero p,.page-header p{max-width:620px;color:var(--gray-700);margin:18px 0 0;font-size:1.08rem}.hero-actions,.detail-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 20px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;position:relative}.button:hover{transform:translateY(-1px)}.button:disabled,.button.is-loading{cursor:not-allowed;opacity:.78}.button:disabled:hover,.button.is-loading:hover{transform:none}.button.is-loading:before{content:"";border:2px solid;border-right-color:#0000;border-radius:999px;flex:0 0 16px;width:16px;height:16px;animation:.7s linear infinite button-loader-spin}@keyframes button-loader-spin{to{transform:rotate(360deg)}}.button-primary{background:var(--cyan-accent);color:var(--white);box-shadow:0 12px 24px #4bb7e547}.button-primary:hover{background:var(--cyan-accent-dark)}.button-secondary{background:var(--blue-100);color:var(--blue-700)}.button-light{background:var(--white);color:var(--blue-800)}.button-full{width:100%}.button.is-disabled,.button[aria-disabled=true]{pointer-events:none;opacity:.55}.button-cart{background:var(--blue-100);width:100%;min-height:40px;color:var(--blue-700);margin-top:12px}.hero-visual{background:radial-gradient(circle at top left, #1976d22e, transparent 34%), var(--white);min-height:380px;box-shadow:var(--shadow-md);border-radius:34px;position:relative}.hero-product{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm);align-content:end;gap:6px;padding:22px;display:grid;position:absolute}.hero-product span{color:var(--gray-500);font-weight:700}.hero-product-small{width:44%;min-height:134px;bottom:40px;right:36px}.hero-product-tall{width:36%;min-height:154px;top:92px;right:42px}.section-soft{background:var(--gray-100)}.section-heading,.page-title-row,.catalog-toolbar{justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px;display:flex}.section-heading h2,.promo-banner h2,.filter-panel h2,.summary-card h2,.checkout-panel h2,.auth-card h1,.detail-info h1{color:var(--gray-900);margin:0;line-height:1.15}.text-link,.text-button{color:var(--blue-700);cursor:pointer;background:0 0;border:0;font-weight:800}.category-grid{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.category-card,.benefit-card,.checkout-panel,.auth-card,.summary-card{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm)}.category-card{text-align:center;place-items:center;gap:10px;min-height:124px;padding:18px;transition:transform .2s,box-shadow .2s;display:grid}.category-card:hover,.product-card:hover,.benefit-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.category-card span,.benefit-card span,.store-avatar{background:var(--blue-100);width:48px;height:48px;color:var(--blue-700);border-radius:16px;place-items:center;font-weight:900;display:grid}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.product-loader-shell{margin-top:18px}.product-card{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;overflow:hidden}.product-image{aspect-ratio:4/3;background:var(--blue-50);display:block}.product-image img{object-fit:cover;width:100%;height:100%}.product-title-row{justify-content:space-between;align-items:start;gap:10px;display:flex}.product-title-row h3{margin:0;font-size:1rem;line-height:1.35}.wishlist-button{border:1px solid var(--gray-200);background:var(--white);width:36px;height:36px;color:var(--blue-700);cursor:pointer;border-radius:999px;flex:none;place-items:center;display:grid}.wishlist-button.is-active{background:var(--white);color:#dc2626;border-color:#dc26263d}.wishlist-button.is-active svg{fill:currentColor}.product-price{color:var(--blue-700);margin-top:8px;font-size:1.1rem;display:block}.product-card-price-stack{flex-wrap:wrap;align-items:center;gap:6px 8px;margin-top:8px;display:flex}.product-card-price-stack .product-price{margin-top:0}.product-card-price-stack .product-original-price{font-size:.86rem}.product-card-price-stack .product-discount-badge{min-width:auto;height:24px;padding:0 8px;font-size:.76rem}.product-meta{color:var(--gray-500);flex-wrap:wrap;gap:8px;margin-top:8px;font-size:.88rem;display:flex}.rating{color:#d89000;font-weight:800}.product-location{color:var(--gray-500);margin-top:6px;font-size:.88rem;display:block}.product-load-more{justify-items:center;gap:10px;margin-top:24px;display:grid}.product-load-more-auto{min-height:24px;margin-top:8px}.product-load-more span{color:var(--gray-500);font-size:.9rem}.product-card-skeleton{pointer-events:none}.product-skeleton-media,.product-skeleton-line,.product-skeleton-button{background:linear-gradient(90deg,#eef3f8 0%,#f8fbfd 50%,#eef3f8 100%) 0 0/200% 100%;animation:1.2s linear infinite skeleton-shimmer}.product-skeleton-media{aspect-ratio:4/3}.product-skeleton-line{border-radius:999px;height:14px;margin-bottom:12px}.product-skeleton-line.is-wide{width:88%;height:18px}.product-skeleton-line.is-medium{width:56%}.product-skeleton-line.is-short{width:42%}.product-skeleton-button{border-radius:999px;width:130px;height:40px;margin-top:16px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.promo-banner{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--blue-800), var(--blue-600));color:var(--white);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.promo-banner h2{color:var(--white);font-size:2rem}.promo-banner p,.footer-brand p,.footer-brand-content,.benefit-card p,.store-card p,.auth-card p{color:inherit;opacity:.78;margin:8px 0 0}.promo-banner .section-kicker{color:var(--blue-100)}.popular-categories-panel{border:1px solid var(--gray-200);background:var(--blue-50);border-radius:18px;padding:26px 30px}.popular-categories-heading .section-kicker{margin-bottom:6px}.popular-categories-heading h2{color:var(--gray-900);margin:0;font-size:1.55rem;line-height:1.2}.popular-category-chips{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.popular-category-chip{border:1px solid var(--gray-200);background:var(--white);min-height:40px;color:var(--gray-900);border-radius:999px;align-items:center;padding:8px 16px;font-size:.88rem;font-weight:800;text-decoration:none;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.popular-category-chip:hover,.popular-category-chip:focus-visible,.popular-category-chip.is-active{border-color:var(--blue-600);background:var(--blue-100);color:var(--blue-800);outline:none}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.benefit-card{padding:22px;transition:transform .2s,box-shadow .2s}.benefit-card h3{margin:16px 0 0}.page-header{background:var(--blue-50);padding:34px 0 26px}.breadcrumb{color:var(--gray-500);flex-wrap:wrap;gap:8px;margin-bottom:14px;font-size:.92rem;display:flex}.breadcrumb a{color:var(--blue-700);font-weight:700}.breadcrumb a:after{content:"/";color:var(--gray-500);margin-left:8px;font-weight:400}.catalog-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:24px;display:grid}.filter-panel{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);padding:20px;position:sticky;top:96px}.filter-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.filter-close{color:var(--gray-700);cursor:pointer;background:0 0;border:0;font-size:1.8rem;display:none}.filter-group{gap:10px;padding-top:18px;display:grid}.filter-group h3{margin:0;font-size:1rem}.filter-group label{color:var(--gray-700);gap:8px;display:flex}.filter-group select,.catalog-toolbar select,.form-grid select,.auth-form input,.form-grid textarea{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);width:100%;color:var(--gray-900);outline-color:var(--blue-700);padding:12px}.filter-open,.drawer-backdrop{display:none}.product-detail{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);align-items:start;gap:38px;display:grid}.gallery-main{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--blue-50);overflow:hidden}.gallery-thumbs{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.gallery-thumbs button{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;overflow:hidden}.detail-info{gap:18px;display:grid}.detail-info h1{font-size:2.3rem}.detail-rating{color:var(--gray-500);flex-wrap:wrap;gap:12px;display:flex}.detail-price{color:var(--blue-700);font-size:2rem}.variant-group h2{margin:0 0 10px;font-size:1rem}.variant-options{flex-wrap:wrap;gap:10px;display:flex}.variant-options button{border:1px solid var(--gray-200);background:var(--white);cursor:pointer;border-radius:999px;padding:10px 16px}.variant-options .is-selected{border-color:var(--blue-700);color:var(--blue-700);font-weight:800}.quantity-row,.store-card,.checkout-product,.summary-row,.summary-total{justify-content:space-between;align-items:center;gap:14px;display:flex}.quantity-control{border:1px solid var(--gray-200);border-radius:999px;display:inline-flex;overflow:hidden}.quantity-control button,.quantity-control input{background:var(--white);text-align:center;border:0;width:42px;height:40px}.quantity-control button{cursor:pointer;color:var(--blue-700);font-weight:900}.store-card,.tabs{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);padding:18px}.store-card{justify-content:start}.tab-buttons{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.tab-buttons button{border:1px solid var(--gray-200);background:var(--white);cursor:pointer;border-radius:999px;padding:10px 16px}.tab-buttons .is-active{border-color:var(--blue-700);background:var(--blue-700);color:var(--white)}.tab-panel{display:none}.tab-panel.is-active{display:block}.product-detail-section-revamp{padding-top:26px}.product-layout{grid-template-columns:1fr 336px;align-items:start;gap:28px;display:grid}.product-main-info{grid-column:1;grid-template-columns:minmax(320px,420px) minmax(0,1fr);align-items:start;gap:28px;display:grid}.product-media-card,.product-summary-card,.product-purchase-card,.product-content-card{background:var(--white);border:1px solid #e2e8f0f5;border-radius:18px;box-shadow:0 16px 34px #2b42680f}.product-media-card,.product-summary-card,.product-content-card{padding:20px}.product-media-card{z-index:8;align-self:start;height:fit-content;position:sticky;top:104px}.product-media-main{cursor:zoom-in;aspect-ratio:1;background:#eef4fb;border:0;border-radius:16px;width:100%;padding:0;display:block;overflow:hidden}.product-media-main img,.product-media-thumbs img{object-fit:cover;width:100%;height:100%}.product-lightbox{z-index:110;opacity:0;pointer-events:none;place-items:center;transition:opacity .25s;display:grid;position:fixed;inset:0}.product-lightbox.is-open{opacity:1;pointer-events:auto}.product-lightbox-backdrop{-webkit-backdrop-filter:blur(22px)brightness(.78);background:#0f172aa3;position:absolute;inset:0}.product-lightbox-dialog{background:#fffffffa;border:1px solid #e2e8f0eb;border-radius:28px;width:min(92vw,860px);max-height:calc(100vh - 48px);margin:0;padding:18px;position:relative;box-shadow:0 24px 60px #0f172a47}.product-lightbox-dialog img{object-fit:contain;background:var(--white);border-radius:20px;width:100%;max-height:calc(100vh - 88px);display:block}.product-lightbox-close{width:42px;height:42px;color:var(--gray-900);cursor:pointer;background:#ffffffeb;border:0;border-radius:999px;place-items:center;display:inline-grid;position:absolute;top:12px;right:12px;box-shadow:0 10px 24px #0f172a26}.product-lightbox-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}body.has-product-lightbox-open{overflow:hidden}body.has-product-lightbox-open .product-media-card{visibility:hidden}.product-media-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.product-media-thumbs button{aspect-ratio:1;background:var(--white);cursor:pointer;border:1px solid #d6e0eef2;border-radius:12px;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden}.product-media-thumbs button.is-active{border-color:var(--blue-700);box-shadow:0 0 0 3px #4260921f}.product-media-thumbs button:hover{transform:translateY(-1px)}.product-summary-card{gap:20px;display:grid}.product-summary-header{gap:10px;display:grid}.product-summary-kicker{color:var(--blue-700);text-transform:uppercase;letter-spacing:.06em;font-size:.86rem;font-weight:800}.product-summary-header h1{margin:0;font-size:1.35rem;font-weight:800;line-height:1.28}.product-summary-meta{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:8px 14px;margin:0;font-size:.94rem;line-height:1.4;display:flex}.product-summary-meta>span+span{position:relative}.product-summary-meta>span+span:before{content:"";background:var(--gray-400);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.product-summary-rating{color:var(--gray-700);align-items:center;gap:4px;font-weight:700;display:inline-flex}.product-summary-rating span{color:#f59e0b}.product-meta-row{color:var(--gray-500);flex-wrap:wrap;gap:10px;font-weight:600;display:flex}.product-meta-row span{align-items:center;gap:8px;display:inline-flex}.product-meta-row span+span:before{content:"";background:#7b8aa38c;border-radius:999px;width:4px;height:4px;margin-right:2px}.product-price-block{border-top:1px solid #e2e8f0eb;border-bottom:1px solid #e2e8f0eb;gap:8px;padding:18px 0 4px;display:grid}.product-price-block strong{color:var(--gray-900);font-size:clamp(2rem,3.3vw,2.9rem);line-height:1}.product-price-block div{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-discount-badge{min-width:54px;height:30px;color:var(--blue-700);background:#4c69961f;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.86rem;font-weight:800;display:inline-flex}.product-original-price{color:var(--gray-400);font-weight:700;text-decoration:line-through}.product-variant-block{gap:14px;display:grid}.product-price-tier-accordion{background:var(--white);border:1px solid #e2e8f0eb;border-radius:14px}.product-price-tier-summary{min-height:52px;color:var(--gray-900);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;font-weight:800;list-style:none;display:flex}.product-price-tier-summary::marker{content:"";font-size:0}.product-price-tier-summary::-webkit-details-marker{display:none}.product-price-tier-summary svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:20px;height:20px;transition:transform .2s}.product-price-tier-accordion[open] .product-price-tier-summary svg{transform:rotate(180deg)}.product-price-tier-panel{padding:0 16px 16px}.product-block-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.product-block-title-row h2{margin:0;font-size:1rem}.product-block-title-row span{color:var(--gray-500);font-weight:700}.product-chip-group{flex-wrap:wrap;gap:10px;display:flex}.product-chip-group button{background:var(--white);min-height:46px;color:var(--gray-700);cursor:pointer;border:1px solid #d9e2eff2;border-radius:14px;padding:0 16px;font-weight:700;transition:border-color .2s,box-shadow .2s,color .2s}.product-chip-group button.is-selected{border-color:var(--blue-700);color:var(--blue-700);box-shadow:0 0 0 3px #4c69961a}.product-purchase-rail{z-index:9;grid-area:1/2/span 2;align-self:start;height:fit-content;position:sticky;top:104px}.product-purchase-card{overflow:hidden}.purchase-promo-banner{color:var(--white);background:linear-gradient(90deg,#3aa85f,#4edc72);padding:18px 20px;font-size:1.55rem;font-weight:800}.purchase-card-body{gap:16px;padding:20px;display:grid}.purchase-card-head{gap:8px;display:grid}.purchase-card-head h2,.product-content-header h2{margin:0;font-size:1.2rem}.purchase-card-head p{color:var(--gray-700);margin:0;font-weight:700}.purchase-quantity-row,.purchase-price-summary,.purchase-quick-links{justify-content:space-between;align-items:center;gap:14px;display:flex}.purchase-quantity-row{margin-bottom:8px}.purchase-stock-copy{color:var(--gray-500);align-items:center;gap:6px;font-weight:700;display:flex}.purchase-stock-copy strong{color:#df9500}.purchase-price-summary{border-top:1px solid #e2e8f0f0;justify-content:space-between;align-items:end;gap:14px;padding-top:6px;display:flex}.purchase-price-stack{text-align:right;justify-items:end;gap:4px;display:grid}.purchase-price-summary>span{color:var(--gray-500);font-size:1rem;line-height:1.2}.purchase-price-summary strong{color:var(--gray-900);font-size:1.45rem;line-height:1.08}.purchase-price-stack .product-original-price{color:var(--gray-400);font-size:.9rem;line-height:1}.purchase-actions{gap:10px;margin-top:8px;display:grid}.purchase-actions .button{border-radius:14px;justify-content:center;width:100%;min-height:54px}.purchase-quick-links{border-top:1px solid #e2e8f0f0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:10px;display:grid}.purchase-quick-links button,.purchase-quick-links a{color:var(--gray-700);cursor:pointer;background:0 0;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:46px;font-weight:700;text-decoration:none;display:inline-flex}.purchase-quick-links-icon{width:18px;height:18px;color:var(--blue-700);place-items:center;display:inline-grid}.purchase-quick-links-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:18px;height:18px}.purchase-quick-links button.is-active .purchase-quick-links-icon{color:#dc2626}.purchase-quick-links button.is-active .purchase-quick-links-icon svg{fill:currentColor}.product-share-modal{z-index:120;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-share-modal[hidden]{display:none}.product-share-modal-backdrop{cursor:default;background:#0f172a8c;border:0;position:absolute;inset:0}.product-share-modal-dialog{z-index:1;background:var(--white);border-radius:12px;width:min(536px,100%);padding:28px 32px;position:relative;box-shadow:0 28px 64px #0f172a47}.product-share-modal-close{width:34px;height:34px;color:var(--gray-900);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid;position:absolute;top:16px;right:16px}.product-share-modal-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8px;width:26px;height:26px}.product-share-modal-product{background:#f1f5f9;border-radius:10px;align-items:center;gap:12px;margin-right:34px;padding:12px;display:flex}.product-share-modal-product img{object-fit:cover;background:var(--white);border-radius:8px;flex:none;width:60px;height:60px}.product-share-modal-product div{gap:4px;min-width:0;display:grid}.product-share-modal-product strong{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;line-height:1.35;overflow:hidden}.product-share-modal-product span{color:var(--gray-500);font-size:.8rem}.product-share-modal h2{color:var(--gray-900);margin:18px 0 14px;font-size:1rem}.product-share-modal-options{flex-wrap:wrap;gap:14px 10px;display:flex}.product-share-modal-option{width:50px;color:var(--gray-600);cursor:pointer;font:inherit;background:0 0;border:0;justify-items:center;gap:6px;padding:0;text-decoration:none;display:grid}.product-share-modal-option>span{background:var(--white);width:40px;height:40px;color:var(--blue-700);border:1px solid #dbe7f5;border-radius:999px;place-items:center;transition:background .2s,color .2s,transform .2s;display:inline-grid}.product-share-modal-option:hover>span,.product-share-modal-option:focus-visible>span,.product-share-modal-option.is-copied>span{background:var(--blue-700);color:var(--white);transform:translateY(-1px)}.product-share-modal-option.is-whatsapp>span{color:#16a34a}.product-share-modal-option.is-telegram>span{color:#0ea5e9}.product-share-modal-option.is-line>span{color:#22c55e}.product-share-modal-option.is-facebook>span{color:#2563eb}.product-share-modal-option.is-x>span{color:#111827}.product-share-modal-option.is-whatsapp:hover>span,.product-share-modal-option.is-telegram:hover>span,.product-share-modal-option.is-line:hover>span,.product-share-modal-option.is-facebook:hover>span,.product-share-modal-option.is-x:hover>span{color:var(--white)}.product-share-modal-option svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.product-share-line-icon,.product-share-more-icon{font-size:.63rem;font-weight:800}.product-share-more-icon{letter-spacing:1px;font-size:1.15rem;line-height:1}.product-share-modal-option small{color:var(--gray-500);text-align:center;white-space:nowrap;font-size:.71rem;line-height:1.2}body.has-product-share-modal-open{overflow:hidden}.product-sections-shell{grid-column:1;gap:20px;display:grid}.product-section-nav{z-index:12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #e2e8f0f2;border-radius:18px;flex-wrap:wrap;gap:26px;padding:16px 20px;display:flex;position:sticky;top:84px;box-shadow:0 14px 30px #2b426812}.product-section-nav a{color:var(--gray-500);padding-bottom:10px;font-size:1.02rem;font-weight:800;text-decoration:none;position:relative}.product-section-nav a:after{content:"";background:0 0;border-radius:999px;height:3px;transition:background .2s;position:absolute;bottom:0;left:0;right:0}.product-section-nav a.is-active{color:var(--blue-700)}.product-section-nav a.is-active:after{background:var(--blue-700)}.product-content-card{gap:22px;scroll-margin-top:152px;display:grid}.product-content-header{border-bottom:1px solid #e2e8f0f0;justify-content:space-between;align-items:end;gap:16px;padding-bottom:16px;display:flex}.product-content-header span{color:var(--gray-500);font-weight:700}.product-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-spec-item{background:#f8fbff;border-radius:16px;gap:8px;padding:16px 18px;display:grid}.product-spec-item span{color:var(--gray-500)}.product-spec-item strong{font-size:1rem}.product-description-stack{gap:14px;display:grid}.product-description-stack p{color:var(--gray-700);margin:0;line-height:1.8}.product-info-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.product-info-strip div{border:1px solid #e2e8f0f2;border-radius:16px;gap:8px;padding:16px 18px;display:grid}.product-info-strip span{color:var(--gray-500)}.review-summary-card{background:linear-gradient(#fffdf8,#fff);border:1px solid #f0e4cbf2;border-radius:18px;grid-template-columns:240px minmax(0,1fr);gap:24px;padding:20px;display:grid}.review-summary-card strong{font-size:3rem;line-height:1}.review-summary-card p{color:var(--gray-600);margin:10px 0 0;line-height:1.7}.review-summary-bars{gap:12px;display:grid}.review-summary-bars div{grid-template-columns:18px minmax(0,1fr) 40px;align-items:center;gap:12px;display:grid}.review-summary-bars i{background:#e1e8f2f2;border-radius:999px;height:10px;display:block;position:relative;overflow:hidden}.review-bar-fill:after{content:"";background:linear-gradient(90deg,#ffd670,#ffc445);border-radius:999px;position:absolute;inset:0 auto 0 0}.review-bar-fill-88:after{width:88%}.review-bar-fill-22:after{width:22%}.review-bar-fill-10:after{width:10%}.review-bar-fill-4:after{width:4%}.review-bar-fill-2:after{width:2%}.review-list{gap:18px;display:grid}.review-card{border:1px solid #e2e8f0f0;border-radius:16px;gap:12px;padding:18px;display:grid}.review-card-top{justify-content:space-between;align-items:start;gap:16px;display:flex}.review-card-top h3{margin:8px 0 0;font-size:1.06rem}.review-card-top>span{color:var(--gray-500);font-weight:700}.review-stars{color:#c3ccdbf2;gap:4px;display:flex}.review-stars .is-filled{color:#ffc445}.review-variant{color:var(--gray-500);margin:0;font-weight:700}.review-card p:last-child{color:var(--gray-700);margin:0;line-height:1.8}.product-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1360px){.product-layout{grid-template-columns:1fr 304px;gap:22px}.product-main-info{grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:22px}.product-purchase-rail{top:92px}.purchase-card-body{padding:18px}}@media (width<=1180px){.product-layout{grid-template-columns:1fr 300px}.product-main-info{grid-template-columns:minmax(260px,320px) minmax(0,1fr)}.purchase-promo-banner{font-size:1.3rem}.product-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){body.product-detail-page{padding-bottom:96px!important}.product-layout{grid-template-columns:1fr}.product-main-info{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:20px;display:grid}.product-purchase-rail,.product-sections-shell{grid-column:auto}.product-purchase-rail{z-index:99;background:var(--white);border-top:1px solid var(--gray-200);grid-area:auto/1/auto/-1;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #2b426826;height:auto!important;margin:0!important;padding:0!important}.product-purchase-card{box-shadow:none!important;border:0!important;border-radius:0!important}.purchase-promo-banner{text-align:center!important;background:linear-gradient(90deg,#3aa85f,#4edc72)!important;padding:6px 14px!important;font-size:.9rem!important;font-weight:700!important}.purchase-card-body{justify-content:space-between!important;align-items:center!important;gap:16px!important;padding:12px 20px!important;display:flex!important}.purchase-card-head,.purchase-quantity-row,.purchase-quick-links{display:none!important}.purchase-price-summary{border:0!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;padding:0!important;display:flex!important}.purchase-price-summary>span{color:var(--gray-500)!important;font-size:.76rem!important}.purchase-price-stack{flex-direction:row!important;align-items:baseline!important;gap:6px!important;display:flex!important}.purchase-price-stack .product-original-price{font-size:.8rem!important}.purchase-price-stack strong{color:var(--blue-700)!important;font-size:1.15rem!important}.purchase-actions{flex:1!important;justify-content:flex-end!important;gap:10px!important;margin:0!important;display:flex!important}.purchase-actions .button{width:auto!important;min-height:40px!important;padding:8px 16px!important;font-size:.9rem!important}.product-sections-shell{grid-column:1/-1}.product-media-card{height:auto!important;position:static!important}}@media (width<=860px){body.product-detail-page .site-header{display:none}body.product-detail-page .product-page-header{z-index:40;background:var(--white);padding:0;position:sticky;top:0;box-shadow:0 10px 24px #17203314}body.product-detail-page .product-page-header .container,body.product-detail-page .product-detail-section-revamp>.container{width:100%;max-width:none;margin:0;padding-inline:0}body.product-detail-page .product-mobile-topbar{justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:10px 16px;display:flex}body.product-detail-page .product-mobile-topbar strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--gray-900);font-size:.98rem;overflow:hidden}body.product-detail-page .product-page-header .breadcrumb{display:none}body.product-detail-page .section.product-detail-section-revamp{padding-top:10px}body.product-detail-page .product-purchase-rail{position:fixed!important;inset:auto 0 0!important;transform:none!important}body.product-detail-page .chat-widget{top:50%;bottom:auto;right:12px;transform:translateY(-50%)}.product-detail-section-revamp{padding-top:0}.product-layout,.product-main-info{grid-template-columns:1fr;gap:14px}.product-media-card,.product-summary-card,.product-content-card{padding:16px}.product-lightbox-dialog{border-radius:22px;width:min(94vw,860px);max-height:calc(100vh - 32px);margin:0;padding:14px}.product-lightbox-dialog img{border-radius:16px;max-height:calc(100vh - 72px)}.product-section-nav{scrollbar-width:none;flex-wrap:nowrap;gap:18px;top:72px;overflow-x:auto}.product-section-nav::-webkit-scrollbar{display:none}.product-section-nav a{white-space:nowrap}.product-spec-grid,.product-info-strip,.review-summary-card{grid-template-columns:1fr}.purchase-quantity-row,.purchase-price-summary,.purchase-quick-links,.product-content-header{flex-direction:column;align-items:start}.purchase-price-stack{text-align:left;justify-items:start}}@media (width<=640px){.product-lightbox{padding:12px}body.product-detail-page .product-mobile-topbar{min-height:54px;padding:8px 12px}.product-summary-header h1{font-size:1.22rem}body.product-detail-page .chat-widget{top:50%;bottom:auto;right:10px;transform:translateY(-50%)}.product-price-block strong,.review-summary-card strong{font-size:2rem}.product-media-thumbs{grid-template-columns:repeat(4,minmax(64px,1fr));overflow-x:auto}.product-grid-compact{grid-template-columns:1fr}.purchase-quick-links{flex-wrap:wrap}}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;display:grid}.cart-list,.checkout-stack,.auth-form{gap:14px;display:grid}.cart-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);grid-template-columns:auto 96px minmax(0,1fr) auto auto auto;align-items:center;gap:16px;padding:14px;display:grid}.cart-item img,.checkout-product img{aspect-ratio:1;border-radius:var(--radius-sm);object-fit:cover;width:96px}.cart-item-info h2{margin:0 0 6px;font-size:1rem}.cart-item-info span{color:var(--gray-500);margin-bottom:6px;display:block}.cart-wholesale-link{width:fit-content;color:var(--gray-500);align-items:center;gap:6px;margin:0 0 6px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.cart-wholesale-link strong{color:#dc2626;font-weight:800}.cart-wholesale-link span{color:var(--primary);margin:0;font-size:1rem;line-height:1;display:inline}.cart-wholesale-prices{background:snow;border:1px solid #dc26262e;border-radius:12px;width:min(100%,370px);margin:2px 0 7px;overflow:hidden}.cart-wholesale-summary{min-height:36px;color:var(--gray-500);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;font-size:.78rem;font-weight:700;list-style:none;display:flex}.cart-wholesale-summary::marker{content:"";font-size:0}.cart-wholesale-summary::-webkit-details-marker{display:none}.cart-wholesale-summary:focus-visible{outline:2px solid var(--blue-700);outline-offset:-2px;border-radius:10px}.cart-item-info .cart-wholesale-summary-copy,.pwa-cart-copy .cart-wholesale-summary-copy{color:var(--gray-500);font-size:inherit;text-overflow:clip;white-space:normal;align-items:center;gap:4px;margin:0;font-weight:700;display:inline-flex;overflow:visible}.cart-wholesale-summary-copy strong,.pwa-cart-copy .cart-wholesale-summary-copy strong{color:#dc2626;font-size:inherit;font-weight:900}.cart-wholesale-chevron{fill:none;stroke:#dc2626;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:17px;height:17px;transition:transform .2s}.cart-wholesale-prices[open] .cart-wholesale-chevron{transform:rotate(180deg)}.cart-wholesale-panel{background:var(--white);border-top:1px solid #dc26261f;gap:9px;padding:10px;display:grid}.cart-wholesale-heading{gap:1px;display:grid}.cart-wholesale-heading strong,.pwa-cart-copy .cart-wholesale-heading strong{color:var(--gray-900);font-size:.78rem;font-weight:800}.cart-item-info .cart-wholesale-heading span,.pwa-cart-copy .cart-wholesale-heading span{color:var(--gray-500);text-overflow:clip;white-space:normal;margin:0;font-size:.7rem;font-weight:600;display:block;overflow:visible}.cart-wholesale-tier-list{gap:6px;display:grid}.cart-wholesale-tier{border:1px solid var(--gray-200);background:var(--white);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 9px;display:grid}.cart-wholesale-tier.is-current{border-color:color-mix(in srgb, var(--blue-700) 36%, #fff);background:var(--blue-50);box-shadow:inset 3px 0 0 var(--blue-700)}.cart-wholesale-tier.is-next:not(.is-current){background:snow;border-color:#dc262633}.cart-wholesale-tier-copy,.cart-wholesale-tier-price{gap:1px;min-width:0;display:grid}.cart-wholesale-tier-price{text-align:right;justify-items:end}.cart-item-info .cart-wholesale-tier-copy>span,.pwa-cart-copy .cart-wholesale-tier-copy>span{color:var(--gray-700);text-overflow:clip;white-space:normal;margin:0;font-size:.73rem;font-weight:800;display:block;overflow:visible}.cart-wholesale-tier-copy small,.pwa-cart-copy .cart-wholesale-tier-copy small{background:var(--blue-100);width:fit-content;color:var(--blue-700);text-overflow:clip;white-space:normal;border-radius:999px;margin:1px 0 0;padding:2px 6px;font-size:.61rem;font-weight:800;line-height:1.35;display:block;overflow:visible}.cart-wholesale-tier.is-next:not(.is-current) .cart-wholesale-tier-copy small{color:#b91c1c;background:#fee2e2}.cart-wholesale-tier-price strong,.pwa-cart-copy .cart-wholesale-tier-price strong{color:var(--blue-700);font-size:.78rem;font-weight:900}.cart-item-info .cart-wholesale-tier-price>span,.pwa-cart-copy .cart-wholesale-tier-price>span{color:var(--gray-500);margin:0;font-size:.65rem;line-height:1.2;text-decoration:line-through;display:block}.cart-wholesale-tier-price small,.pwa-cart-copy .cart-wholesale-tier-price small{color:#dc2626;text-overflow:clip;white-space:normal;font-size:.61rem;font-weight:800;display:block;overflow:visible}.cart-price-stack,.cart-subtotal-stack{gap:3px;display:grid}.cart-price-stack .product-original-price,.cart-subtotal-stack .product-original-price{font-size:.82rem;line-height:1}.cart-subtotal-stack{text-align:right;justify-items:end}.remove-button{width:42px;height:42px;color:var(--blue-700);cursor:pointer;background:#eff6ff;border:1px solid #bfdbfef2;border-radius:12px;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.remove-button:hover{background:#dbeafe;border-color:#60a5faf2}.remove-button:focus-visible{outline-offset:2px;outline:2px solid #2563eb40}.remove-button:active{transform:translateY(1px)}.remove-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.summary-card,.checkout-panel{padding:20px}.summary-card{gap:16px;display:grid;position:sticky;top:96px}.summary-total{border-top:1px solid var(--gray-200);padding-top:16px;font-size:1.1rem}.checkout-marketplace-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:28px}.checkout-page-heading{gap:6px;padding:2px 2px 0;display:grid}.checkout-page-heading h1{color:var(--gray-900);margin:0;font-size:clamp(2.1rem,3vw,3rem)}.checkout-page-heading p{color:var(--gray-500);margin:0;font-size:.92rem}.checkout-address-card{border-radius:24px;gap:16px;padding:24px 28px;display:grid;box-shadow:0 18px 42px #2b426814}.checkout-address-top{justify-content:space-between;align-items:start;gap:16px;display:flex}.checkout-address-kicker{color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:800;display:inline-block}.checkout-address-recipient{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.checkout-address-top h2{margin:0;font-size:1.55rem}.checkout-address-meta{color:var(--gray-600);font-size:.98rem;font-weight:700}.checkout-address-badge{color:#1d9f63;background:#ebfff5;border-radius:999px;padding:8px 14px;font-size:.78rem;font-weight:800}.checkout-address-body{gap:0;display:grid}.checkout-address-line{background:linear-gradient(#fbfcff,#f7f9fc);border:1px solid #e2e8f0eb;border-radius:16px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;padding:16px;display:grid}.checkout-address-line-primary{border-color:#c2d1e6f0;box-shadow:inset 0 0 0 1px #f3f7fcd9}.checkout-address-icon{width:42px;height:42px;color:var(--blue-700);background:var(--white);border-radius:14px;place-items:center;display:inline-grid;box-shadow:inset 0 0 0 1px #e3edf8f2}.checkout-address-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.checkout-address-line strong{color:var(--gray-900);display:block}.checkout-address-line p{color:var(--gray-500);margin:4px 0 0;font-size:.9rem;line-height:1.5}.checkout-address-action{justify-self:end;min-width:104px}.checkout-order-card{border-radius:24px;gap:16px;padding:24px 28px;display:grid;box-shadow:0 18px 42px #2b426814}.checkout-order-store{align-items:center;gap:10px;display:flex}.checkout-order-store-badge{background:linear-gradient(#8b5cf6,#6d28d9);border-radius:4px;width:14px;height:14px;display:inline-block}.checkout-product{border-top:1px solid var(--gray-200);margin-top:14px;padding-top:14px}.checkout-product-copy{flex:1;min-width:0}.checkout-product span{color:var(--gray-500);display:block}.checkout-wholesale-link{width:fit-content;color:var(--gray-500);align-items:center;gap:6px;margin-top:6px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.checkout-wholesale-link strong{color:#dc2626;font-weight:800}.checkout-wholesale-link span{color:var(--primary);margin:0;font-size:1rem;line-height:1;display:inline}.checkout-product-price{text-align:right;white-space:nowrap;justify-items:end;gap:3px;display:grid}.checkout-product-price strong{font-size:1.1rem}.checkout-product-note{color:var(--gray-700);margin:8px 0 0;font-size:.84rem;line-height:1.5}.checkout-shipping-card{background:var(--white);border:1px solid #d1ddeee6;border-radius:18px;overflow:clip;box-shadow:inset 0 0 0 1px #f7fafde6}.checkout-shipping-sidebar{gap:12px;padding:18px}.checkout-shipping-dropdown{position:relative}.checkout-shipping-trigger{width:100%;color:inherit;cursor:pointer;text-align:left;background:#fbfcff;border:1px solid #d1ddeef2;border-radius:16px;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:12px;padding:12px 14px;display:grid;box-shadow:inset 0 0 0 1px #f7fafde6}.checkout-shipping-trigger span{gap:3px;min-width:0;display:grid}.checkout-shipping-trigger strong{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;font-size:.94rem;overflow:hidden}.checkout-shipping-trigger small{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:700;overflow:hidden}.checkout-shipping-trigger svg{width:22px;height:22px;color:var(--gray-500);transition:transform .18s}.checkout-shipping-trigger svg path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.checkout-shipping-dropdown.is-open .checkout-shipping-trigger{border-color:#1d9f6361;box-shadow:0 0 0 4px #1d9f6314}.checkout-shipping-dropdown.is-open .checkout-shipping-trigger svg{transform:rotate(180deg)}.checkout-shipping-list{z-index:30;overscroll-behavior:contain;background:var(--white);opacity:0;pointer-events:none;scrollbar-width:thin;scrollbar-color:#46669673 transparent;border:1px solid #d1ddeef2;border-radius:18px;gap:12px;min-height:0;max-height:min(390px,100vh - 210px);padding:10px;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;transform:translateY(-4px);box-shadow:0 20px 44px #2b42682e}.checkout-shipping-dropdown.is-open .checkout-shipping-list{opacity:1;pointer-events:auto;transform:translateY(0)}.checkout-shipping-dropdown.is-loading .checkout-shipping-list{opacity:1;pointer-events:none;max-height:none;box-shadow:none;margin-top:8px;position:static;transform:none}.checkout-shipping-list::-webkit-scrollbar{width:8px}.checkout-shipping-list::-webkit-scrollbar-track{background:0 0}.checkout-shipping-list::-webkit-scrollbar-thumb{background:#46669659;border-radius:999px}.checkout-shipping-type-tabs{background:#f1f5f9;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:2px;display:grid}.checkout-shipping-type-tab{min-width:0;color:var(--gray-500);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;gap:2px;padding:9px 12px;transition:border-color .18s,background .18s,box-shadow .18s,color .18s;display:grid}.checkout-shipping-type-tab strong{color:inherit;font-size:.88rem}.checkout-shipping-type-tab small{text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:700;overflow:hidden}.checkout-shipping-type-tab.is-active{background:var(--white);color:#16794c;border-color:#1d9f6340;box-shadow:0 5px 14px #2b42681a}.checkout-shipping-type-tab:focus-visible{outline-offset:2px;outline:2px solid #1d9f634d}.checkout-shipping-type-tab:disabled{opacity:.48;cursor:not-allowed}.checkout-shipping-type-panel{gap:10px;display:grid}.checkout-shipping-type-panel[hidden]{display:none}.checkout-shipping-type-empty{color:var(--gray-500);text-align:center;border:1px dashed #94a3b8a6;border-radius:14px;padding:18px 14px}.checkout-shipping-type-empty strong{color:var(--gray-900);font-size:.9rem;display:block}.checkout-shipping-type-empty p{margin:4px 0 0;font-size:.76rem}.checkout-shipping-sidebar .checkout-shipping-card{background:linear-gradient(#fff,#fbfcff);border-radius:14px}.checkout-shipping-sidebar .checkout-shipping-card.is-active{border-color:#1d9f6347;box-shadow:inset 0 0 0 1px #1d9f6329}.checkout-shipping-top,.checkout-insurance-row{justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.checkout-shipping-option{grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:4px 12px;padding:10px 14px;display:grid}.checkout-shipping-top{color:var(--gray-900);font-size:.92rem}.checkout-shipping-option,.checkout-insurance-row{border-top:1px solid #e2e8f0e6}.checkout-shipping-option{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border-bottom:0;border-left:0;border-right:0}.checkout-shipping-option-copy{min-width:0}.checkout-shipping-option:hover,.checkout-shipping-option.is-active{background:#f7fbff}.checkout-shipping-option.is-active{box-shadow:inset 4px 0 #1d9f63}.checkout-shipping-option strong,.checkout-insurance-row strong{color:var(--gray-900);display:block}.checkout-shipping-option p,.checkout-insurance-row p{color:var(--gray-500);margin:2px 0 0;font-size:.8rem}.checkout-insurance-row{cursor:pointer}.checkout-insurance-row.is-disabled{cursor:not-allowed;opacity:.62}.checkout-insurance-row input{accent-color:#1d9f63;cursor:pointer;flex:none;width:20px;height:20px}.checkout-insurance-row input:disabled{cursor:not-allowed}.checkout-shipping-price{color:var(--gray-900);white-space:nowrap;text-align:right;font-size:.88rem;font-weight:800}.checkout-checkmark{width:22px;height:22px;color:var(--white);background:#1d9f63;border-radius:7px;flex:none;place-items:center;font-size:.82rem;font-weight:900;display:inline-grid}.checkout-sidebar-empty{background:#f8fafc;border:1px dashed #94a3b88c;border-radius:16px;gap:4px;padding:16px;display:grid}.checkout-sidebar-empty strong{color:var(--gray-900)}.checkout-inline-loader{background:linear-gradient(100deg,#f8fafc 20%,#fff 48%,#f8fafc 76%) 0 0/220% 100%;border:1px dashed #94a3b880;border-radius:14px;align-items:center;gap:12px;min-height:76px;padding:14px;animation:1.4s linear infinite checkout-inline-shimmer;display:flex}.checkout-inline-loader strong{color:var(--gray-900);font-size:.9rem;display:block}.checkout-inline-loader p{color:var(--gray-500);margin:3px 0 0;font-size:.78rem;line-height:1.45}.checkout-inline-loader-spinner,.checkout-summary-title.is-loading:before{border:3px solid #1d9f632e;border-top-color:#1d9f63;border-radius:999px;flex:0 0 22px;width:22px;height:22px;animation:.72s linear infinite checkout-quote-spin}.checkout-summary-title{align-items:center;gap:9px;display:flex}.checkout-summary-title.is-loading:before{content:""}@keyframes checkout-inline-shimmer{to{background-position:-220% 0}}.checkout-sidebar-empty p{color:var(--gray-500);margin:0;font-size:.88rem;line-height:1.5}.checkout-empty-state{box-shadow:0 18px 42px #2b426814}.checkout-note-row{border-top:1px solid #e2e8f0e6;justify-content:space-between;align-items:start;gap:16px;padding-top:18px;display:flex}.checkout-note-copy{gap:4px;display:grid}.checkout-note-copy strong{color:var(--gray-900)}.checkout-note-copy p{color:var(--gray-500);margin:0;font-size:.88rem;line-height:1.6}.checkout-note-limit{color:#98a5bb;white-space:nowrap;font-size:.9rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.form-grid label,.auth-form label{color:var(--gray-700);gap:8px;font-weight:700;display:grid}.form-wide{grid-column:1/-1}.checkout-sidebar{box-shadow:none;background:0 0;gap:18px;padding:0}.checkout-payment-card{background:var(--white);border:1px solid #e2e8f0f0;border-radius:24px;gap:18px;padding:22px;display:grid;box-shadow:0 18px 42px #2b426814}.checkout-payment-method-card{overflow:visible}.checkout-payment-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.checkout-payment-header h2,.checkout-summary-panel h2{color:var(--gray-900);margin:0}.checkout-payment-dropdown{position:relative}.checkout-payment-trigger{width:100%;color:inherit;cursor:pointer;text-align:left;background:#fbfcff;border:1px solid #d1ddeef2;border-radius:16px;grid-template-columns:auto minmax(0,1fr) 24px;align-items:center;gap:12px;padding:12px 14px;display:grid;box-shadow:inset 0 0 0 1px #f7fafde6}.checkout-payment-trigger:disabled{cursor:not-allowed;opacity:.72}.checkout-payment-trigger-copy{gap:3px;min-width:0;display:grid}.checkout-payment-trigger-copy strong{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;font-size:.94rem;overflow:hidden}.checkout-payment-trigger-copy small{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:700;overflow:hidden}.checkout-payment-trigger svg{width:22px;height:22px;color:var(--gray-500);transition:transform .18s}.checkout-payment-trigger svg path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.checkout-payment-dropdown.is-open .checkout-payment-trigger{border-color:#1d9f6361;box-shadow:0 0 0 4px #1d9f6314}.checkout-payment-dropdown.is-open .checkout-payment-trigger svg{transform:rotate(180deg)}.checkout-payment-list{z-index:28;overscroll-behavior:contain;background:var(--white);opacity:0;pointer-events:none;scrollbar-width:thin;scrollbar-color:#46669673 transparent;border:1px solid #d1ddeef2;border-radius:18px;min-height:0;max-height:min(340px,100vh - 230px);padding:10px;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;transform:translateY(-4px);box-shadow:0 20px 44px #2b42682e}.checkout-payment-dropdown.is-open .checkout-payment-list{opacity:1;pointer-events:auto;transform:translateY(0)}.checkout-payment-list::-webkit-scrollbar{width:8px}.checkout-payment-list::-webkit-scrollbar-track{background:0 0}.checkout-payment-list::-webkit-scrollbar-thumb{background:#46669659;border-radius:999px}.checkout-payment-option{cursor:pointer;border:1px solid #e2e8f0e6;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;display:grid}.checkout-payment-option+.checkout-payment-option{margin-top:8px}.checkout-payment-option:hover,.checkout-payment-option.is-active{background:#f7fbff;border-color:#1d9f6347}.checkout-payment-option strong{color:var(--gray-900);display:block}.checkout-payment-option p{color:var(--gray-500);margin:4px 0 0;font-size:.88rem;line-height:1.45}.checkout-payment-logo{width:42px;height:42px;color:var(--blue-800);background:linear-gradient(#eef4ff,#f8fbff);border:1px solid #d2def2f2;border-radius:12px;place-items:center;font-size:.9rem;font-weight:900;display:inline-grid}.checkout-payment-copy{min-width:0}.checkout-payment-option input{display:none}.checkout-payment-radio{border:2px solid #c7d3e5;border-radius:999px;width:30px;height:30px;display:inline-block;position:relative}.checkout-payment-option.is-active .checkout-payment-radio:after{content:"";background:#1d9f63;border-radius:999px;position:absolute;inset:5px}.checkout-order-note-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #d1ddeec7;border-radius:18px;gap:12px;padding:14px;display:grid}.checkout-order-note-heading,.checkout-order-note-footer{justify-content:space-between;align-items:start;gap:12px;display:flex}.checkout-order-note-heading strong{color:var(--gray-900);font-size:.96rem;line-height:1.3;display:block}.checkout-order-note-heading p{color:var(--gray-500);margin:3px 0 0;font-size:.82rem;line-height:1.45}.checkout-order-note-heading>span{color:#386aa3;background:#eef7ff;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:.74rem;font-weight:900}.checkout-order-note-input{resize:vertical;width:100%;min-height:108px;color:var(--gray-900);background:#fff;border:1px solid #c4d3e8f2;border-radius:14px;padding:12px 13px;font-weight:650;line-height:1.55;display:block;box-shadow:inset 0 1px #e2e8f08f}.checkout-order-note-input:focus{border-color:#1d9f636b;outline:none;box-shadow:0 0 0 4px #1d9f631a}.checkout-order-note-input::placeholder,.checkout-order-note-footer{color:var(--gray-500);font-size:.78rem;font-weight:700}.checkout-promo-card{color:var(--gray-900);background:linear-gradient(#effef8,#f8fffd);border:1px solid #62e5c2e6;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;font-weight:700;display:grid}.checkout-promo-icon{background:#fff3c8;border-radius:12px;place-items:center;width:34px;height:34px;display:inline-grid}.checkout-summary-panel .summary-row,.checkout-summary-panel .summary-total{justify-content:space-between;align-items:center;gap:12px;display:flex}.checkout-summary-panel .summary-row{color:var(--gray-600);font-size:.96rem}.checkout-summary-panel .summary-total{margin-top:4px;padding-top:18px}.checkout-summary-panel .summary-total strong{font-size:1.6rem}.payment-summary-note{color:var(--gray-700);border:1px solid var(--gray-200);background:var(--gray-50);border-radius:14px;margin:14px 0 0;padding:14px 16px}.payment-summary-note span{color:var(--gray-500);letter-spacing:0;text-transform:uppercase;font-size:.78rem;font-weight:800}.payment-summary-note p{overflow-wrap:anywhere;margin:6px 0 0;line-height:1.55}.checkout-pay-button{background:linear-gradient(#20b567,#129b55);min-height:58px;box-shadow:0 18px 28px #129b5540}.payment-section{background:linear-gradient(#fff,#f8fafc)}.payment-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:28px;display:grid}.payment-stack{gap:16px;display:grid}.payment-card{background:var(--white);border:1px solid #e2e8f0f0;border-radius:24px;gap:18px;padding:24px 28px;display:grid;box-shadow:0 18px 42px #2b426814}.payment-hero-card{background:linear-gradient(#fff,#f7fbff)}.payment-state-success{background:linear-gradient(#fff,#f0fdf4)}.payment-state-failed,.payment-state-expired{background:linear-gradient(#fff,#fff7ed)}.payment-status-row,.payment-card-header,.payment-heading,.payment-va-number,.payment-deadline,.payment-qris-panel{justify-content:space-between;align-items:center;gap:16px;display:flex}.payment-status-row,.payment-card-header>span,.payment-deadline span{color:var(--gray-500);font-size:.9rem;font-weight:700}.payment-heading{align-items:end}.payment-heading h1,.payment-card-header h2{color:var(--gray-900);margin:6px 0 0;line-height:1.12}.payment-heading h1{font-size:clamp(1.8rem,3vw,2.55rem)}.payment-card-header h2{font-size:1.45rem}.payment-status-badge{color:var(--gray-900)}.payment-shipping-timeline{gap:0;display:grid}.payment-shipping-timeline-item{grid-template-columns:18px minmax(0,1fr);gap:14px;padding:0 0 18px;display:grid;position:relative}.payment-shipping-timeline-item:not(:last-child):before{content:"";background:var(--gray-200);width:2px;position:absolute;top:18px;bottom:0;left:8px}.payment-shipping-timeline-marker{z-index:1;border:4px solid var(--white);background:var(--blue-600);border-radius:999px;width:18px;height:18px;margin-top:4px;position:relative;box-shadow:0 0 0 1px #94a3b86b}.payment-shipping-timeline-success .payment-shipping-timeline-marker{background:#16a34a}.payment-shipping-timeline-warning .payment-shipping-timeline-marker{background:#d97706}.payment-shipping-timeline-danger .payment-shipping-timeline-marker{background:#dc2626}.payment-shipping-timeline-content{min-width:0}.payment-shipping-timeline-content span,.payment-shipping-timeline-content small{color:var(--gray-500);font-size:.82rem;font-weight:750;display:block}.payment-shipping-timeline-content strong{color:var(--gray-900);margin:2px 0 4px;font-size:1rem;display:block}.payment-shipping-timeline-content p{color:var(--gray-600);margin:0;line-height:1.55}.payment-shipping-timeline-content small{overflow-wrap:anywhere;margin-top:6px}.payment-status-pending{color:#92400e;background:#fef3c7}.payment-status-success{color:#166534;background:#dcfce7}.payment-status-failed,.payment-status-expired{color:#991b1b;background:#fee2e2}.payment-copy-button{background:var(--blue-100);min-height:40px;color:var(--blue-700);cursor:pointer;border:0;border-radius:999px;padding:9px 16px;font-weight:900}.payment-state-message{background:#ffffffb8;border-radius:18px;align-items:start;gap:12px;padding:14px 16px;display:flex;box-shadow:inset 0 0 0 1px #d1ddeee0}.payment-state-message span{background:#f59e0b;border-radius:999px;flex:0 0 12px;width:12px;height:12px;margin-top:7px;box-shadow:0 0 0 5px #f59e0b24}.payment-state-success .payment-state-message span{background:#16a34a;box-shadow:0 0 0 5px #16a34a24}.payment-state-failed .payment-state-message span,.payment-state-expired .payment-state-message span{background:#ef4444;box-shadow:0 0 0 5px #ef444424}.payment-state-message p{color:var(--gray-700);margin:0;line-height:1.55}.payment-deadline{background:#fbfcff;border:1px solid #d1ddeef2;border-radius:18px;padding:16px 18px}.payment-deadline strong{color:var(--gray-900)}.payment-va-panel{background:#f7fbff;border-radius:20px;gap:10px;padding:18px 20px;display:grid;box-shadow:inset 0 0 0 1px #d1ddeef2}.payment-snap-panel{background:#f7fbff;border-radius:20px;gap:12px;padding:18px 20px;display:grid;box-shadow:inset 0 0 0 1px #d1ddeef2}.payment-snap-panel strong{color:var(--gray-900);font-size:1.05rem}.payment-snap-panel p{color:var(--gray-600);margin:0}.payment-va-panel>span{color:var(--gray-500);font-size:.88rem;font-weight:800}.payment-va-number strong{overflow-wrap:anywhere;min-width:0;color:var(--gray-900);letter-spacing:0;font-size:1.08rem;font-weight:800;line-height:1.55;display:block}.payment-va-extra{border-top:1px solid #d1ddeef2;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.payment-va-extra span{color:var(--gray-500);font-size:.85rem;font-weight:800}.payment-va-extra strong{color:var(--gray-900);overflow-wrap:anywhere;margin-left:auto;font-size:1.1rem}.payment-qris-panel{justify-content:start;align-items:start}.payment-qris-code{aspect-ratio:1;border:12px solid var(--white);background:linear-gradient(90deg,#111827 12px,#0000 12px) 0 0/32px 32px,linear-gradient(#111827 12px,#0000 12px) 0 0/32px 32px,linear-gradient(90deg,#0000 20px,#111827 20px 24px,#0000 24px) 0 0/48px 48px,#fff;border-radius:22px;flex:0 0 min(260px,42vw);place-items:center;width:min(260px,100%);display:grid;box-shadow:inset 0 0 0 1px #0f172a1f,0 18px 36px #0f172a1f}.payment-qris-code span{background:var(--white);border-radius:16px;width:64px;height:64px;box-shadow:inset 0 0 0 1px #0f172a1f}.payment-qris-code img{object-fit:contain;background:var(--white);border-radius:10px;width:100%;height:100%;display:block}.payment-qris-copy{gap:8px;min-width:0;display:grid}.payment-qris-copy strong{color:var(--gray-900);font-size:1.2rem}.payment-qris-copy p{color:var(--gray-500);margin:0;line-height:1.6}.payment-instructions{gap:12px;margin:0;padding:0;list-style:none;display:grid}.payment-guide-groups{gap:16px;display:grid}.payment-guide-group{border:1px solid var(--gray-200);background:var(--white);border-radius:18px;overflow:hidden}.payment-accordion-item .payment-guide-group-heading{border-bottom:1px solid var(--gray-200);background:var(--blue-50);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:15px 16px;list-style:none;display:flex}.payment-guide-group-heading::-webkit-details-marker{display:none}.payment-guide-group:not([open]) .payment-guide-group-heading{border-bottom-color:#0000}.payment-guide-group-heading h3{color:var(--gray-900);margin:0;font-size:1rem}.payment-guide-group-meta{flex:none;align-items:center;gap:10px;display:flex}.payment-guide-group-meta small{background:var(--white);color:var(--gray-700);border-radius:999px;flex:none;padding:6px 10px;font-size:.75rem;font-weight:800}.payment-guide-group-icon{background:var(--blue-100);width:28px;height:28px;color:var(--blue-700);border-radius:999px;place-items:center;font-size:1rem;font-weight:900;transition:transform .2s;display:grid}.payment-guide-group[open] .payment-guide-group-icon{transform:rotate(45deg)}.payment-guide-group .payment-instructions{margin:0;padding:16px}.payment-accordion-card{padding:0;overflow:hidden}.payment-accordion-card .payment-card-header{padding:22px 28px 0}.payment-accordion-list{padding:0 12px 12px}.payment-accordion-card>.payment-accordion-list:first-child{padding-top:12px}.payment-accordion-item:first-child{border-top:0}.payment-instructions li{background:#fbfcff;border:1px solid #e2e8f0e6;border-radius:16px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;padding:14px;display:grid}.payment-instructions span{background:var(--blue-100);width:34px;height:34px;color:var(--blue-700);border-radius:12px;place-items:center;font-weight:900;display:inline-grid}.payment-instructions p{color:var(--gray-700);margin:5px 0 0;line-height:1.5}.payment-resolution-card{grid-template-columns:54px minmax(0,1fr);align-items:start}.payment-resolution-card h2{color:var(--gray-900);margin:6px 0 8px;font-size:1.45rem}.payment-resolution-card p{color:var(--gray-600);margin:0;line-height:1.65}.payment-resolution-icon{background:#fef3c7;border-radius:18px;width:54px;height:54px;position:relative}.payment-resolution-icon:after{content:"";background:#f59e0b;border-radius:999px;position:absolute;inset:16px}.payment-resolution-success .payment-resolution-icon{background:#dcfce7}.payment-resolution-success .payment-resolution-icon:after{background:#16a34a}.payment-resolution-failed .payment-resolution-icon,.payment-resolution-expired .payment-resolution-icon{background:#fee2e2}.payment-resolution-failed .payment-resolution-icon:after,.payment-resolution-expired .payment-resolution-icon:after{background:#ef4444}.payment-summary-card{box-shadow:none;background:0 0;padding:0}.payment-product-list{gap:10px;max-height:320px;padding-right:2px;display:grid;overflow:auto}.payment-product-list-wide{max-height:min(560px,62vh)}.payment-product-card .payment-product-item{border-radius:16px;padding:14px 16px}.payment-product-card .payment-product-item strong{font-size:1rem}.payment-product-main{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.payment-product-image{background:#fff;border:1px solid #e2e8f0f2;border-radius:12px;width:64px;height:64px;display:block;overflow:hidden}.payment-product-image img{object-fit:contain;width:100%;height:100%;padding:6px}.payment-product-info{min-width:0}.payment-product-item{background:#fbfcff;border:1px solid #e2e8f0e6;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:12px;display:grid}.payment-product-item strong,.payment-product-item b{color:var(--gray-900)}.payment-product-item strong{font-size:.94rem;line-height:1.35;display:block}.payment-product-link{color:inherit;text-decoration:none;transition:color .2s}.payment-product-link:hover{color:var(--blue-700);text-underline-offset:3px;text-decoration:underline}.payment-product-item span{color:var(--gray-500);margin-top:4px;font-size:.82rem;display:block}.payment-product-item b{white-space:nowrap;font-size:.9rem}.payment-product-item small.payment-product-review-status{color:var(--blue-700);margin-top:6px;font-size:.78rem;font-weight:800;display:block}.payment-product-side{justify-items:end;gap:8px;display:grid}.payment-review-button{border-radius:12px;min-height:36px;padding:8px 12px;font-size:.82rem}.checkout-order-note{border-radius:20px;gap:10px;padding:18px 20px;display:grid;box-shadow:0 12px 28px #2b42680f}.checkout-order-note-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.checkout-order-note-header span{color:var(--gray-500);font-size:.84rem}.checkout-address-modal-dialog{gap:16px;width:min(620px,100%);display:grid}.checkout-address-picker-list{gap:14px;max-height:min(56vh,520px);padding-right:4px;display:grid;overflow-y:auto}.checkout-address-option{text-align:left;cursor:pointer;background:linear-gradient(#fff,#fbfcff);border:1px solid #e2e8f0f2;border-radius:18px;gap:12px;width:100%;padding:18px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;box-shadow:0 10px 24px #2b42680f}.checkout-address-option:hover{border-color:#4b73b159;transform:translateY(-1px)}.checkout-address-option.is-active{border-color:#344f7957;box-shadow:0 0 0 4px #e3edf8e6}.checkout-address-option-top,.checkout-address-option-labels,.checkout-address-modal-actions{align-items:center;display:flex}.checkout-address-option-top{justify-content:space-between;gap:16px}.checkout-address-option-copy{gap:4px;display:grid}.checkout-address-option-copy strong{color:var(--gray-900)}.checkout-address-option-copy span,.checkout-address-option small,.checkout-address-option p{color:var(--gray-500)}.checkout-address-option p,.checkout-address-option small{margin:0;line-height:1.55}.checkout-address-option small{font-size:.84rem}.checkout-address-option-labels{flex-wrap:wrap;gap:8px}.checkout-address-option-indicator{border:2px solid #c7d3e5;border-radius:999px;flex:none;width:24px;height:24px;position:relative}.checkout-address-option.is-active .checkout-address-option-indicator{border-color:#2f9fd0}.checkout-address-option.is-active .checkout-address-option-indicator:after{content:"";background:#2f9fd0;border-radius:999px;position:absolute;inset:4px}.checkout-summary-note{color:#8794aa;text-align:center;margin:0;font-size:.86rem;line-height:1.55}.checkout-summary-note a{color:var(--blue-700);font-weight:800;text-decoration:none}.checkout-summary-note a:hover{text-decoration:underline}.checkout-quote-loader{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a42;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.checkout-quote-loader[hidden]{display:none}.checkout-quote-loader-card{background:var(--white);border:1px solid #e2e8f0f5;border-radius:18px;align-items:center;gap:14px;width:min(100%,390px);padding:20px;display:flex;box-shadow:0 22px 50px #0f172a33}.checkout-quote-loader-card strong{color:var(--gray-900);display:block}.checkout-quote-loader-card p{color:var(--gray-500);margin:4px 0 0;font-size:.88rem;line-height:1.45}.checkout-quote-loader-spinner{border:3px solid #1d9f632e;border-top-color:#1d9f63;border-radius:999px;flex:none;width:30px;height:30px;animation:.72s linear infinite checkout-quote-spin}@keyframes checkout-quote-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.checkout-quote-loader-spinner{animation:none}}.auth-page{background:var(--blue-50);place-items:center;min-height:620px;padding:44px 20px;display:grid}.auth-card{width:min(100%,440px);padding:28px}.auth-card h1{margin-bottom:18px;font-size:2rem}.auth-card p{text-align:center}.auth-card a{color:var(--blue-700);font-weight:800}.auth-alert{border-radius:var(--radius-sm);gap:4px;margin-bottom:16px;padding:12px 14px;font-size:.9rem;display:grid}.auth-alert strong{color:var(--gray-900)}.auth-alert span{color:var(--gray-700)}.auth-alert ul{color:var(--gray-700);gap:3px;margin:0;padding-left:18px;display:grid}.auth-alert-success{background:color-mix(in srgb, var(--cyan-accent) 12%, #fff);border:1px solid #2f9fd042}.auth-alert-danger{background:#fff5f5;border:1px solid #e14c4c3d}.register-form{overflow:hidden}.register-form-panel{opacity:1;gap:14px;max-height:320px;transition:opacity .24s,transform .24s,max-height .28s;display:grid;transform:translate(0)}.register-form.is-previewing .register-form-panel{opacity:0;pointer-events:none;max-height:0;transform:translate(-24px)}.auth-field{position:relative}.field-error{color:#c24141;margin-top:6px;font-size:.78rem;font-weight:700;display:none}.auth-field.has-error input{background:snow;border-color:#e14c4c}.auth-field.has-error .field-error{display:block}.register-preview{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--blue-50);opacity:0;gap:12px;padding:14px;transition:opacity .24s,transform .24s;display:grid;transform:translate(24px)}.register-form.is-previewing .register-preview{opacity:1;transform:translate(0)}.register-preview[hidden],.register-preview-actions[hidden],#register_preview_button[hidden]{display:none}.register-preview-kicker{color:var(--blue-700);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900}.register-preview dl{gap:10px;margin:0;display:grid}.register-preview dl div{gap:2px;display:grid}.register-preview dt{color:var(--gray-500);font-size:.78rem;font-weight:800}.register-preview dd{color:var(--gray-900);overflow-wrap:anywhere;margin:0;font-weight:800}.register-preview p{color:var(--gray-700);text-align:left;margin:0;font-size:.88rem}.register-preview-actions{grid-template-columns:1fr 1.35fr;gap:10px;display:grid}.otp-helper{color:var(--gray-700);margin:0 0 16px;line-height:1.6}.otp-inputs{grid-template-columns:repeat(4,clamp(52px,14vw,64px));justify-content:center;gap:10px;display:grid}.otp-inputs input{aspect-ratio:1;text-align:center;width:100%;padding:0;font-size:1.45rem;font-weight:900}.otp-inputs.has-error input{background:snow;border-color:#e14c4c}.otp-error{min-height:18px;display:block}.otp-resend-form{gap:10px;margin-top:14px;display:grid}.otp-resend-button{border:1px solid color-mix(in srgb, var(--blue-700) 34%, #fff);background:color-mix(in srgb, var(--blue-700) 8%, #fff);color:var(--blue-800);box-shadow:inset 0 0 0 1px #ffffff8c}.otp-resend-button:hover{background:color-mix(in srgb, var(--blue-700) 14%, #fff);color:var(--blue-900)}.otp-resend-button:disabled{border-color:var(--gray-200);background:var(--gray-100);color:var(--gray-500);opacity:1;box-shadow:none}.otp-resend-form p{color:var(--gray-600);margin:0;font-size:.88rem}@media (width<=420px){.register-preview-actions{grid-template-columns:1fr}.otp-inputs{grid-template-columns:repeat(4,minmax(48px,1fr));gap:8px}}.site-footer{background:var(--blue-900);color:var(--white)}.footer-grid{grid-template-columns:1.4fr .8fr .8fr .8fr;gap:30px;padding:44px 0;display:grid}.footer-links,.footer-social{align-content:start;gap:10px;display:grid}.footer-links h2,.footer-social h2{margin:0 0 6px;font-size:1rem}.footer-links a{opacity:.78}.social-row{gap:10px;display:flex}.social-row a{background:#ffffff1f;border-radius:999px;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.social-row img{object-fit:contain;width:22px;height:22px}.footer-bottom{opacity:.78;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:16px 20px;display:flex}.footer-bottom a{color:var(--white);font-weight:700}@media (width<=1080px){.header-inner{grid-template-columns:auto auto 1fr auto;gap:12px}.auth-link,.auth-button{display:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.cart-layout,.checkout-layout,.checkout-marketplace-layout{grid-template-columns:1fr}.summary-card{position:static}}@media (width<=860px){:root{--header-offset:134px}.container{width:min(100% - 28px, var(--container))}.header-inner{grid-template-columns:auto auto;padding:10px 0}.menu-toggle{justify-self:end;display:inline-grid}.main-nav{border-radius:var(--radius-md);background:#ffffff1f;flex-direction:column;grid-column:1/-1;align-items:stretch;gap:0;padding:8px;display:none}.main-nav.is-open{display:flex}.main-nav a{padding:11px 12px}.header-search{order:3;grid-column:1/-1}.header-actions{display:none}.hero{padding:42px 0 34px}.hero-grid,.product-detail{grid-template-columns:1fr;gap:28px}.hero-visual{min-height:300px}.section{padding:38px 0}.section-heading,.page-title-row,.promo-banner{flex-direction:column;align-items:start}.catalog-layout{grid-template-columns:1fr}.filter-open{display:inline-flex}.filter-panel{z-index:80;border-radius:0;width:min(86vw,340px);transition:transform .2s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-110%)}.filter-panel.is-open{transform:translate(0)}.filter-close{display:block}.drawer-backdrop.is-open{z-index:70;background:#1720336b;display:block;position:fixed;inset:0}.cart-item{grid-template-columns:auto 82px minmax(0,1fr)}.cart-item .quantity-control,.cart-subtotal,.remove-button,.cart-item-note{grid-column:3/-1;justify-self:start}.checkout-address-top{flex-direction:column;align-items:start}.checkout-address-action{justify-self:start}.checkout-note-row{flex-direction:column}.form-grid,.footer-grid{grid-template-columns:1fr}}@media (width<=640px){:root{--header-offset:130px}.container{width:min(100% - 22px, var(--container))}.brand{font-size:.98rem}.hero h1,.page-header h1{font-size:2rem}.hero p,.page-header p{font-size:.98rem}.hero-product-main{width:64%;inset:26px auto auto 22px}.hero-product-small{width:52%;bottom:24px;right:18px}.hero-product-tall{width:42%;top:94px;right:20px}.category-grid,.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-load-more{margin-top:18px}.product-content{padding:12px}.product-title-row h3{font-size:.92rem}.wishlist-button{width:34px;height:34px}.promo-banner{padding:24px}.promo-banner h2,.section-heading h2{font-size:1.55rem}.detail-info h1{font-size:1.8rem}.detail-price{font-size:1.6rem}.checkout-product{flex-wrap:wrap;align-items:start}.checkout-shipping-top,.checkout-shipping-option,.checkout-insurance-row{padding-inline:16px}}@media (width<=420px){.product-grid,.category-grid,.benefit-grid{grid-template-columns:1fr}.hero-actions,.detail-actions{flex-direction:column}.button{width:100%}.cart-item{grid-template-columns:auto minmax(0,1fr)}.cart-item img{aspect-ratio:16/9;grid-column:1/-1;width:100%;max-height:180px}.cart-item .quantity-control,.cart-subtotal,.remove-button,.cart-item-note{grid-column:1/-1}.checkout-address-line{grid-template-columns:1fr}.checkout-address-icon{width:38px;height:38px}.checkout-payment-option{grid-template-columns:auto minmax(0,1fr) auto}.checkout-payment-card,.checkout-address-card,.checkout-order-card{border-radius:20px;padding:18px}}.site-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#3b5680fa}.header-inner{grid-template-columns:auto auto minmax(260px,1fr) auto;gap:16px;min-height:64px}.brand{white-space:nowrap;font-size:1.02rem}.brand-mark{border-radius:10px;width:34px;height:34px;font-size:.78rem}.main-nav{gap:14px;font-size:.92rem}.header-search{justify-self:stretch;max-width:420px}.header-search input{padding:10px 14px;font-size:.93rem}.header-search button{width:44px}.header-actions{gap:8px}.icon-button{width:38px;height:38px}.icon-button-subtle{opacity:.86;background:#ffffff14}.auth-link{font-size:.92rem}.auth-button{padding:9px 15px;box-shadow:0 8px 18px #4bb7e538}.header-profile-name{max-width:96px}.hero{background:linear-gradient(180deg, var(--white), var(--blue-50));align-items:center;min-height:min(560px,100vh - 64px);padding:44px 0 42px;display:grid}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:38px}.section-kicker{letter-spacing:.08em;margin-bottom:8px;font-size:.75rem}.hero h1{max-width:720px;font-size:clamp(2rem,4vw,3.35rem)}.hero p{max-width:560px;margin-top:14px;font-size:1rem}.hero-actions{margin-top:22px}.hero-visual{background:radial-gradient(circle at 24% 26%,#4bb7e533,#0000 26%),linear-gradient(145deg,#fffffff5,#e3edf8b8);border-radius:24px;min-height:310px;box-shadow:0 20px 46px #2b426824}.hero-product{border-radius:18px;padding:18px}.hero-product strong{color:var(--blue-700);font-size:1.28rem}.hero-product small{color:var(--gray-500);font-weight:600}.hero-product-main{width:62%;min-height:156px;inset:42px auto auto 36px}.hero-product-small{background:var(--cyan-accent);width:42%;min-height:112px;color:var(--white);bottom:34px;right:32px}.hero-product-small strong,.hero-product-small span{color:var(--white)}.section{padding:44px 0}.section-heading{margin-bottom:20px}.section-heading h2{font-size:1.62rem}.category-grid{gap:12px}.category-card{border-radius:14px;min-height:106px;padding:16px}.category-card span,.benefit-card span,.store-avatar{border-radius:13px;width:42px;height:42px}.product-grid{gap:16px}.product-card{border-radius:16px;box-shadow:0 8px 22px #2b426812}.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #2b426821}.product-image{aspect-ratio:1/.76;background:var(--gray-100);position:relative;overflow:hidden}.product-image a,.product-image img{width:100%;height:100%;display:block}.product-image img{object-fit:cover;transition:transform .28s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{max-width:calc(100% - 58px);color:var(--blue-700);background:#ffffffeb;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800;position:absolute;top:10px;left:10px;box-shadow:0 8px 18px #1720331a}.wishlist-button{background:#ffffffe6;width:34px;height:34px;position:absolute;top:9px;right:9px;box-shadow:0 8px 18px #1720331a}.product-content{padding:12px}.product-title-row h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;font-size:.95rem;font-weight:700;display:-webkit-box;overflow:hidden}.product-price{color:var(--blue-800);margin-top:6px;font-size:1.12rem}.product-meta{align-items:center;gap:6px;margin-top:6px;font-size:.82rem}.product-location{margin-top:4px;font-size:.78rem}.product-content form,.product-image form{margin:0}.purchase-quick-links-form{min-width:0;display:block}.purchase-quick-links-form>button{width:100%}.button-cart{width:auto;min-height:34px;margin-top:10px;padding:8px 12px;font-size:.84rem}body.products-page .product-grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px}body.products-page .product-card{border-radius:14px}body.products-page .product-image{aspect-ratio:1/.76}body.products-page .product-badge{padding:4px 8px;font-size:.68rem;top:8px;left:8px}body.products-page .wishlist-button{width:30px;height:30px;top:8px;right:8px}body.products-page .product-content{padding:10px}body.products-page .product-title-row h3{min-height:2.44em;font-size:.86rem;line-height:1.22}body.products-page .product-card-price-stack{gap:4px 6px;margin-top:6px}body.products-page .product-card-price-stack .product-price{font-size:.98rem}body.products-page .product-card-price-stack .product-original-price{font-size:.76rem}body.products-page .product-card-price-stack .product-discount-badge{height:20px;padding:0 6px;font-size:.68rem}body.products-page .product-meta{gap:5px;margin-top:6px;font-size:.76rem}body.products-page .product-location{margin-top:4px;font-size:.74rem}body.products-page .button-cart{min-height:32px;margin-top:8px;padding:7px 10px;font-size:.78rem}.promo-banner{background:var(--blue-700);border-radius:18px;padding:28px}.promo-banner h2{font-size:1.55rem}.benefit-grid{gap:14px}.benefit-card{border-radius:14px;padding:18px}.page-header{background:var(--blue-50);min-height:0;padding:24px 0 22px}.page-header h1{font-size:clamp(1.8rem,3vw,2.55rem)}.page-header p{margin-top:10px;font-size:.98rem}.breadcrumb{margin-bottom:10px;font-size:.86rem}.page-title-row{margin-bottom:0}.page-header.page-header-compact{min-height:0;margin-top:calc(var(--header-offset) * -1);padding:calc(var(--header-offset) + 18px) 0 14px}.page-header.page-header-compact .breadcrumb{margin-bottom:0}.product-mobile-topbar{display:none}.product-mobile-back{color:var(--blue-700);align-items:center;gap:8px;font-weight:800;display:inline-flex}.product-mobile-back svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:18px;height:18px}.products-mobile-topbar,.products-mobile-search{display:none}.products-mobile-back{color:var(--blue-700);align-items:center;gap:8px;font-weight:800;display:inline-flex}.products-mobile-back svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:18px;height:18px}.category-chips{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.category-chip{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);border-radius:999px;padding:7px 12px;font-size:.86rem;font-weight:700}.category-chip.is-active{border-color:var(--blue-700);background:var(--blue-700);color:var(--white)}.catalog-layout{grid-template-columns:248px minmax(0,1fr);gap:20px}.filter-panel{border-color:#e2e8f0e6;border-radius:16px;padding:16px;top:82px;box-shadow:0 8px 20px #2b42680f}.filter-header h2{font-size:1rem}.reset-filter{color:var(--blue-700);cursor:pointer;background:0 0;border:0;font-size:.8rem;font-weight:800}.filter-group{gap:9px;padding-top:14px}.filter-group summary,.filter-group strong{cursor:pointer;color:var(--gray-900);font-size:.94rem;font-weight:800}.filter-group label{font-size:.9rem}.catalog-toolbar{align-items:center;margin-bottom:16px}.catalog-toolbar strong{white-space:nowrap;font-size:.98rem}.catalog-toolbar select{width:auto;min-width:190px}.mobile-toolbar,.sort-open{display:none}.cart-list-header{border:1px solid var(--gray-200);background:var(--white);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;box-shadow:0 8px 20px #2b42680f}.check-line{color:var(--gray-700);align-items:center;gap:8px;font-weight:700;display:inline-flex}.cart-item{border-radius:16px;grid-template-columns:auto 82px minmax(0,1fr) auto auto auto;gap:14px;box-shadow:0 8px 22px #2b426812}.cart-item img{width:82px}.cart-item-info small{color:var(--gray-500);margin-bottom:6px;font-size:.78rem;display:block}.cart-item-note,.cart-order-note{gap:8px;display:grid}.cart-item-note{grid-column:3/-1;padding-top:8px}.cart-item-note label,.cart-order-note label,.checkout-order-note strong{color:var(--gray-700);font-size:.86rem;font-weight:700}.cart-item-note textarea,.cart-order-note textarea{border:1px solid var(--gray-200);width:100%;color:var(--gray-900);resize:vertical;outline-color:var(--blue-700);background:#fcfdff;border-radius:14px;padding:12px 14px;transition:border-color .2s,box-shadow .2s,background .2s}.cart-item-note textarea{min-height:60px}.cart-order-note textarea{min-height:112px}.cart-order-note,.checkout-order-note{background:linear-gradient(#f9fbfe,#fff);border:1px solid #e2e8f0e6;border-radius:14px;padding:12px 14px}.cart-order-note p,.checkout-order-note p{color:var(--gray-500);margin:0;font-size:.84rem;line-height:1.5}.checkout-success-popup{border-radius:28px;width:min(420px,100vw - 32px);padding:0 0 28px;overflow:hidden;box-shadow:0 24px 56px #17203338}.checkout-success-html{margin:0;padding:0}.checkout-success-alert__hero{background:linear-gradient(180deg, var(--blue-700), var(--blue-800));justify-items:center;padding:34px 24px 42px;display:grid}.checkout-success-alert__icon{width:108px;height:108px;color:var(--white);background:#4bb7e529;border-radius:999px;place-items:center;font-size:3.6rem;font-weight:900;display:grid;box-shadow:inset 0 0 0 14px #ffffff0f}.checkout-success-alert__content{text-align:center;padding:26px 28px 0}.checkout-success-alert__content h3{color:var(--gray-900);margin:0;font-size:2rem}.checkout-success-alert__content p{color:var(--gray-500);margin:12px 0 0;font-size:1rem;line-height:1.6}.checkout-success-confirm{min-width:142px;min-height:54px;color:var(--white);cursor:pointer;background:linear-gradient(#4bb7e5,#2f9fd0);border:0;border-radius:999px;margin-top:26px;padding:0 28px;font-size:1.1rem;font-weight:800;box-shadow:0 14px 28px #2f9fd047}.checkout-success-confirm:focus-visible{outline-offset:2px;outline:3px solid #4bb7e547}.address-swal{color:var(--gray-900);border-radius:22px;padding:22px;box-shadow:0 24px 60px #10182838}.address-swal .swal2-icon{margin:8px auto 14px}.address-swal-title{color:var(--gray-900);letter-spacing:0;padding:0;font-size:1.38rem;line-height:1.2}.address-swal-html{margin:14px 0 0}.address-swal-content{text-align:left;gap:12px;display:grid}.address-swal-copy{color:var(--gray-500);margin:0;font-size:.9rem;line-height:1.5}.address-swal-summary{border:1px solid var(--gray-200);background:#f8fafc;border-radius:16px;gap:9px;padding:13px;display:grid}.address-swal-summary-danger{background:#fff7f7;border-color:#fee2e2}.address-swal-row{gap:3px;display:grid}.address-swal-row span{color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:900}.address-swal-summary-danger .address-swal-row span,.address-swal-note-danger{color:#b42318}.address-swal-row strong{color:var(--gray-900);font-size:.84rem;line-height:1.35}.address-swal-note-danger{background:#fee4e2;border-radius:12px;padding:9px 10px;font-size:.78rem;font-weight:900;line-height:1.35}.address-swal-error{color:#7f1d1d;white-space:pre-wrap;word-break:break-word;background:#fff7f7;border:1px solid #fecaca;border-radius:14px;max-height:220px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.78rem;line-height:1.45;overflow:auto}.address-swal-actions{gap:10px;width:100%;margin:18px 0 0}.address-swal-confirm,.address-swal-cancel{cursor:pointer;border:0;border-radius:13px;min-height:42px;padding:0 18px;font-size:.86rem;font-weight:900}.address-swal-confirm-info{background:var(--blue-700);color:var(--white)}.address-swal-confirm-success{color:var(--white);background:#16a34a}.address-swal-confirm-danger{color:var(--white);background:#dc2626}.address-swal-cancel{color:var(--gray-700);background:#eef2f7}.address-swal-confirm:hover,.address-swal-confirm:focus-visible{filter:brightness(.95)}.address-swal-cancel:hover,.address-swal-cancel:focus-visible{background:#e2e8f0}.address-swal-confirm:focus-visible,.address-swal-cancel:focus-visible{outline-offset:2px;outline:3px solid #344f7938}@media (width<=640px){.address-swal{border-radius:20px;padding:20px 16px;width:calc(100% - 24px)!important}.address-swal-title{font-size:1.25rem}.address-swal-actions{grid-template-columns:1fr;display:grid!important}.address-swal-confirm,.address-swal-cancel{width:100%}}.cart-item-note textarea::placeholder,.cart-order-note textarea::placeholder{color:#9aa7bb}.cart-item-note textarea:focus,.cart-order-note textarea:focus{background:var(--white);border-color:#344f7952;box-shadow:0 0 0 4px #e3edf8e6}.quantity-control button,.quantity-control input{width:36px;height:34px}.summary-card{border-radius:16px;top:82px;box-shadow:0 10px 26px #2b426814}.mobile-checkout-bar{display:none}.site-footer{background:var(--blue-900)}.footer-grid{gap:22px;padding:30px 0}.footer-brand p,.footer-brand-content{max-width:320px;font-size:.92rem}.footer-brand-content p{margin:0 0 10px}.footer-brand-content p:last-child{margin-bottom:0}.footer-links,.footer-social{gap:8px}.footer-bottom{padding:12px 20px;font-size:.88rem}body.has-drawer-open{overflow:hidden}@media (width<=1180px){.header-inner{grid-template-columns:auto auto minmax(220px,1fr) auto;gap:12px}.main-nav{gap:10px}.auth-link{display:none}}@media (width<=860px){.header-inner{grid-template-columns:auto auto;min-height:auto;padding:9px 0}.main-nav{margin-top:2px}.main-nav.is-open{display:flex}.header-search{max-width:none}.hero{min-height:auto;padding:30px 0 28px}.hero-grid{gap:22px}.hero h1{font-size:clamp(1.85rem,8vw,2.55rem)}.hero p{margin-top:10px}.hero-visual{min-height:230px}.hero-product-main{width:66%;min-height:130px;inset:24px auto auto 20px}.hero-product-small{width:48%;min-height:94px;bottom:18px;right:18px}.section{padding:32px 0}.category-grid{scroll-snap-type:x proximity;padding-bottom:4px;display:flex;overflow-x:auto}.category-card{scroll-snap-align:start;flex:0 0 136px;min-height:98px}.page-header{padding:20px 0 18px}body.products-page .site-header{display:none}body.products-page .site-header+main{padding-top:0!important}body.products-page .page-header{z-index:30;background:linear-gradient(180deg, var(--blue-50), #f8fbff);padding:10px 0 16px;position:sticky;top:0;box-shadow:0 10px 24px #17203314}body.products-page .products-mobile-topbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}body.products-page .products-mobile-topbar strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--gray-900);font-size:.98rem;overflow:hidden}body.products-page .products-mobile-search{width:100%;max-width:none;margin-bottom:12px;display:grid;box-shadow:0 10px 24px #17203314,inset 0 0 0 1px #0b3a7514}body.products-page .page-header .breadcrumb{display:none}body.products-page .page-title-row>div:first-child{width:100%}body.products-page .page-header h1{font-size:1.9rem}body.products-page .page-header p{font-size:.94rem;line-height:1.55}.mobile-toolbar{gap:10px;width:100%;display:flex}.filter-open,.sort-open{flex:1;display:inline-flex}.category-chips{flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.category-chip{white-space:nowrap}.catalog-toolbar{align-items:center;gap:12px}.catalog-toolbar select{min-width:150px;max-width:48%}.filter-panel{border-radius:20px 20px 0 0;width:100%;max-height:84vh;top:auto;bottom:0;right:0;transform:translateY(110%)}.filter-panel.is-open{transform:translateY(0)}body.products-page .mobile-toolbar{z-index:12;background:linear-gradient(180deg, var(--blue-50) 72%, #f4f7fb00);padding:10px 0 2px;position:sticky;top:0}body.products-page .filter-open,body.products-page .sort-open{min-height:46px;box-shadow:0 10px 24px #2b426814}body.products-page .catalog-content{gap:14px;display:grid}.cart-item{grid-template-columns:auto 74px minmax(0,1fr)}.cart-item img{width:74px}.mobile-checkout-bar{z-index:45;border-top:1px solid var(--gray-200);background:#fffffff5;justify-content:space-between;align-items:center;gap:14px;padding:10px 14px;display:flex;position:sticky;bottom:0;box-shadow:0 -10px 24px #2b42681f}.mobile-checkout-bar span{color:var(--gray-500);font-size:.78rem;display:block}.mobile-checkout-bar .button{width:auto;min-width:132px}.cart-layout .summary-card .button{display:none}}@media (width<=640px){body.products-page .page-header{padding:8px 0 14px}body.products-page .products-mobile-topbar{margin-bottom:8px}body.products-page .page-header h1{font-size:1.68rem}body.products-page .category-chips{margin-top:12px;padding-bottom:4px}body.products-page .catalog-toolbar{margin-bottom:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image{aspect-ratio:1/.78}.product-badge{padding:4px 7px;font-size:.66rem;top:8px;left:8px}.wishlist-button{width:30px;height:30px}.product-content{padding:10px}.product-title-row h3{min-height:2.55em;font-size:.86rem}.product-price{font-size:.98rem}.product-meta,.product-location{font-size:.74rem}.button-cart{min-height:32px;padding:7px 10px;font-size:.78rem}.benefit-grid{grid-template-columns:1fr}.promo-banner{padding:22px}.footer-grid{gap:18px;padding:26px 0}}@media (width<=420px){body.products-page .mobile-toolbar{gap:8px}body.products-page .filter-open,body.products-page .sort-open{min-height:44px;padding-inline:12px}.product-grid{grid-template-columns:1fr}.button-cart{width:auto}.hero-actions .button{width:100%}.cart-item{grid-template-columns:auto minmax(0,1fr)}}@media (width<=860px){.site-header{position:sticky}main{padding-top:0}.header-inner{grid-template-columns:minmax(0,1fr) 48px;gap:12px}.brand{min-width:0;font-size:1rem}.brand span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.menu-toggle{border-radius:12px;width:44px;height:44px}.header-search{grid-template-columns:minmax(0,1fr) 54px;justify-self:stretch;width:auto;max-width:100%}.header-search input{min-height:48px;padding:10px 14px;font-size:.94rem}.header-search button{width:54px}.hero{min-height:auto;padding:28px 0 30px}.hero-grid{grid-template-columns:1fr;align-items:start;gap:20px;display:grid}.hero-copy{width:100%;min-width:0}.hero .section-kicker{max-width:300px;margin-bottom:10px;font-size:.72rem;line-height:1.35}.hero h1{max-width:100%;font-size:clamp(2rem,7.5vw,2.55rem);line-height:1.08}.hero p{max-width:100%;margin-top:12px;font-size:.98rem;line-height:1.55}.hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.hero-actions .button{text-align:center;width:100%;min-height:44px;padding:11px 14px}.hero-visual{border-radius:20px;width:100%;min-height:214px;margin-top:2px}.hero-product{border-radius:16px;padding:15px}.hero-product-main{width:min(66%,340px);min-height:132px;inset:24px auto auto 18px}.hero-product-small{width:min(44%,220px);min-height:100px;bottom:18px;right:18px}.hero-product strong{font-size:1.08rem;line-height:1.25}.hero-product span,.hero-product small{font-size:.82rem;line-height:1.35}}@media (width<=560px){.container{width:min(100% - 24px, var(--container))}.brand-mark{width:36px;height:36px}.hero{padding-top:24px}.hero .section-kicker{max-width:240px}.hero h1{font-size:clamp(1.9rem,10vw,2.35rem)}.hero-slide-copy h1{text-wrap:wrap;max-width:10em}.hero p{font-size:.94rem}.hero-visual{min-height:196px}.hero-product-main{width:68%;min-height:122px;inset:20px auto auto 14px}.hero-product-small{width:46%;min-height:94px;bottom:14px;right:14px}.section{padding:28px 0}}@media (width<=420px){.hero-actions{grid-template-columns:1fr}.hero h1{font-size:1.9rem}.hero-visual{min-height:184px}.hero-product-main{width:70%}.hero-product-small{width:48%}.hero-product{padding:13px}.hero-product strong{font-size:1rem}}.mobile-menu-panel{display:none}@media (width>=861px){.header-inner{grid-template-columns:auto minmax(360px,640px) auto;justify-content:space-between}.header-search{width:100%;max-width:none}.auth-link,.auth-button{align-items:center;display:inline-flex}}@media (width<=860px){.mobile-menu-panel{background:var(--white);color:var(--gray-900);border-radius:18px;order:4;grid-column:1/-1;overflow:hidden;box-shadow:0 18px 40px #1720332e}.mobile-menu-panel.is-open{display:block}.mobile-menu-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;display:grid}.mobile-auth-form{margin:0}.mobile-menu-actions a,.mobile-auth-form button{border:1px solid var(--gray-200);background:var(--white);width:100%;min-height:42px;color:var(--blue-700);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:inline-flex}.mobile-menu-count{min-width:20px;height:20px;color:var(--white);background:#f97316;border-radius:999px;place-items:center;margin-left:8px;padding:0 6px;font-size:.72rem;font-weight:900;line-height:1;display:inline-grid}.mobile-menu-actions a[aria-current=page]{border-color:var(--blue-700);background:var(--blue-100);color:var(--blue-700)}.mobile-menu-actions .mobile-menu-cta{border-color:var(--cyan-accent);background:var(--cyan-accent);color:var(--white)}.header-profile-menu{display:none}}@media (width<=420px){.mobile-menu-actions{grid-template-columns:1fr}}.wishlist-page-header{background:linear-gradient(180deg, var(--blue-50), #fffffff5)}.wishlist-hero{justify-content:space-between;align-items:end;gap:24px;display:flex}.wishlist-hero-card,.wishlist-note-card{background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:18px;box-shadow:0 10px 28px #2b426814}.wishlist-hero-card{gap:6px;min-width:240px;padding:18px 20px;display:grid}.wishlist-hero-card strong{color:var(--blue-800);font-size:1.1rem}.wishlist-hero-card span,.wishlist-note-card p{color:var(--gray-500);margin:0}.wishlist-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px;display:grid}.wishlist-main{gap:20px;display:grid}.wishlist-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.wishlist-toolbar strong{font-size:1.02rem}.wishlist-toolbar-actions{flex-wrap:wrap;gap:10px;display:flex}body.wishlist-page .wishlist-product-grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px}body.wishlist-page .product-card{border-radius:14px}body.wishlist-page .product-image{aspect-ratio:1/.76}body.wishlist-page .product-badge{padding:4px 8px;font-size:.68rem;top:8px;left:8px}body.wishlist-page .wishlist-button{width:30px;height:30px;top:8px;right:8px}body.wishlist-page .product-content{padding:10px}body.wishlist-page .product-title-row h3{min-height:2.44em;font-size:.86rem;line-height:1.22}body.wishlist-page .product-card-price-stack{gap:4px 6px;margin-top:6px}body.wishlist-page .product-card-price-stack .product-price{font-size:.98rem}body.wishlist-page .product-card-price-stack .product-original-price{font-size:.76rem}body.wishlist-page .product-card-price-stack .product-discount-badge{height:20px;padding:0 6px;font-size:.68rem}body.wishlist-page .product-meta{gap:5px;margin-top:6px;font-size:.76rem}body.wishlist-page .product-location{margin-top:4px;font-size:.74rem}body.wishlist-page .button-cart{min-height:32px;margin-top:8px;padding:7px 10px;font-size:.78rem}.wishlist-note-card{gap:14px;padding:20px;display:grid}.wishlist-note-card h2,.wishlist-empty h2{color:var(--gray-900);margin:0}.wishlist-note-list{flex-wrap:wrap;gap:8px;display:flex}.wishlist-chip{background:var(--blue-100);min-height:34px;color:var(--blue-700);border-radius:999px;align-items:center;padding:7px 12px;font-size:.84rem;font-weight:800;display:inline-flex}.wishlist-empty{background:linear-gradient(135deg,#f4f7fbf0,#e3edf8eb);border:1px solid #e2e8f0f2;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.wishlist-empty p{max-width:540px;color:var(--gray-700);margin:10px 0 0}.wishlist-empty-actions{flex-wrap:wrap;gap:10px;display:flex}@media (width<=860px){.wishlist-hero,.wishlist-toolbar,.wishlist-empty{flex-direction:column;align-items:start}.wishlist-hero-card{width:100%;min-width:0}.wishlist-toolbar-actions,.wishlist-empty-actions{width:100%}}@media (width<=640px){.wishlist-empty{padding:20px}body.wishlist-page .wishlist-product-grid{grid-template-columns:repeat(2,minmax(0,calc(50vw - 22px)));gap:9px}body.wishlist-page .product-card{border-radius:12px;width:100%;min-width:0;max-width:100%}body.wishlist-page .product-content{min-width:0;padding:8px}body.wishlist-page .product-title-row,body.wishlist-page .product-title-row h3,body.wishlist-page .product-title-row a{min-width:0}body.wishlist-page .product-title-row h3{font-size:.8rem;line-height:1.24}body.wishlist-page .product-card-price-stack .product-price{font-size:.9rem;line-height:1.2}body.wishlist-page .product-meta,body.wishlist-page .product-location{font-size:.72rem}body.wishlist-page .button-cart{white-space:nowrap;width:100%;padding-inline:7px;font-size:.76rem}.wishlist-toolbar-actions .button,.wishlist-empty-actions .button{width:100%}}@media (width<=420px){body.wishlist-page .wishlist-product-grid{grid-template-columns:repeat(2,minmax(0,calc(50vw - 17px)));gap:8px}}.hero-carousel-section{background:var(--white);min-height:auto;padding:34px 0 28px}.hero-carousel{position:relative}.hero-track{isolation:isolate;aspect-ratio:4;background:var(--blue-700);border-radius:18px;position:relative;overflow:hidden;box-shadow:0 18px 42px #2b426829}.hero-slide{color:var(--white);opacity:0;pointer-events:none;transition:opacity .35s,transform .35s;display:block;position:absolute;inset:0;overflow:hidden;transform:translate(18px)}.hero-slide.is-active{opacity:1;pointer-events:auto;transform:translate(0)}.hero-slide.is-blue{background:linear-gradient(120deg,#3b5680 0%,#466696 58%,#dff3fb 58% 100%)}.hero-slide.is-cyan{background:linear-gradient(120deg,#2f9fd0 0%,#4bb7e5 58%,#eef8fc 58% 100%)}.hero-slide.is-navy{background:linear-gradient(120deg,#253a5c 0%,#344f79 58%,#e9eef6 58% 100%)}.hero-slide-copy{z-index:2;min-width:0;max-width:620px;position:relative}.hero-slide-copy .section-kicker{color:#ffffffd1}.hero-slide-copy h1{color:var(--white);overflow-wrap:break-word;text-wrap:balance;margin:0;font-size:clamp(2.15rem,4vw,3.4rem);line-height:1.06}.hero-slide-copy p{color:#ffffffdb;max-width:520px;margin:14px 0 0;font-size:1.04rem}.hero-slide-copy .button{margin-top:24px}.hero-slide-media{min-width:0;min-height:100%;position:absolute;inset:0}.hero-slide-media img{object-fit:cover;object-position:center;width:100%;height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0}.hero-slide.is-master-banner{background:var(--blue-900);padding:0;display:block}.hero-slide.is-master-banner:after{display:none}.hero-slide.is-master-banner .hero-slide-copy{z-index:2;max-width:min(500px,100% - 64px);position:absolute;bottom:clamp(28px,5vw,72px);left:clamp(24px,5vw,72px)}.hero-slide.is-master-banner .hero-slide-copy h1{max-width:11em;font-size:clamp(2rem,3.5vw,3.25rem)}.hero-slide.is-master-banner .hero-slide-copy p{max-width:420px}.hero-slide.is-master-banner .hero-slide-media{min-height:100%;position:absolute;inset:0}.hero-slide.is-master-banner .hero-slide-media img{object-fit:cover;object-position:center;width:100%;height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0}.hero-floating-card{background:var(--white);min-width:154px;color:var(--blue-700);border-radius:16px;gap:4px;padding:15px 17px;display:grid;position:absolute;bottom:8px;right:min(56%,260px);box-shadow:0 16px 32px #1720332e}.hero-floating-card span{color:var(--gray-500);font-size:.78rem;font-weight:800}.hero-floating-card strong{font-size:1.18rem}.carousel-arrow{z-index:3;width:44px;height:44px;color:var(--blue-700);cursor:pointer;background:#fffffff5;border:0;border-radius:999px;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 28px #1720332e}.carousel-prev{left:-18px}.carousel-next{right:-18px}.carousel-arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:22px;height:22px}.carousel-dots{z-index:4;gap:7px;display:flex;position:absolute;bottom:22px;left:30px}.carousel-dots button{cursor:pointer;background:#ffffff85;border:0;border-radius:999px;width:8px;height:8px;transition:width .2s,background .2s}.carousel-dots button.is-active{background:var(--white);width:24px}@media (width<=860px){.hero-carousel-section{padding:16px 0 20px}.hero-track{aspect-ratio:4;border-radius:16px;width:100%;max-width:100%;min-height:0}.hero-slide{padding:0}.hero-slide-copy{width:100%;max-width:min(34rem,100vw - 72px)}.hero-slide.is-blue,.hero-slide.is-cyan,.hero-slide.is-navy{background:linear-gradient(180deg, var(--blue-700) 0%, var(--blue-600) 58%, var(--blue-50) 58%, var(--blue-50) 100%)}.hero-slide-copy h1{font-size:clamp(1.76rem,7.2vw,2.18rem);line-height:1.09}.hero-slide-copy p{max-width:32rem;font-size:.92rem}.hero-slide-copy .button{min-height:42px;margin-top:18px;padding:10px 16px}.hero-slide-media{min-height:100%}.hero-slide-media img{border:0;border-radius:0;width:100%;height:100%;margin:0}.hero-slide.is-master-banner{min-height:0}.hero-slide.is-master-banner:after{display:none}.hero-slide.is-master-banner .hero-slide-copy{max-width:none;bottom:48px;left:20px;right:20px}.hero-slide.is-master-banner .hero-slide-copy h1{max-width:11.5em;font-size:clamp(1.58rem,6vw,2.08rem)}.hero-slide.is-master-banner .hero-slide-copy p{max-width:30rem}.hero-slide.is-master-banner .hero-slide-media img{border:0;border-radius:0;width:100%;height:100%}.hero-floating-card{display:none}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-arrow{width:38px;height:38px}.carousel-dots{bottom:16px;left:20px}}@media (width<=420px){.hero-track{min-height:0}.hero-slide{padding:0}.hero-slide-copy h1{max-width:10.2em;font-size:1.46rem}.hero-slide-copy p{max-width:100%;font-size:.86rem;line-height:1.5}.hero-slide-media img{width:100%;height:100%}.hero-slide.is-master-banner{min-height:0}.hero-slide.is-master-banner .hero-slide-copy{bottom:38px;left:16px;right:16px}.hero-slide.is-master-banner .hero-slide-copy h1{max-width:10.5em;font-size:1.38rem}.hero-slide.is-master-banner .hero-slide-media img{width:100%;height:100%}.carousel-arrow{display:none}.carousel-dots{bottom:14px;left:16px}}.featured-products-section{padding-top:28px;padding-bottom:22px}.promo-section{padding-top:18px;padding-bottom:24px}#popular.section{padding-top:22px}.carousel-actions{gap:8px;display:flex}.mini-arrow{border:1px solid var(--gray-200);background:var(--white);width:38px;height:38px;color:var(--blue-700);cursor:pointer;border-radius:999px;place-items:center;transition:transform .2s,background .2s;display:grid;box-shadow:0 8px 18px #2b426814}.mini-arrow:hover{background:var(--blue-50);transform:translateY(-1px)}.mini-arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3px;width:20px;height:20px}.product-carousel{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;grid-auto-columns:minmax(210px,238px);grid-auto-flow:column;gap:16px;padding:2px 2px 18px;display:grid;overflow-x:auto}.product-carousel::-webkit-scrollbar{display:none}.product-carousel-item{scroll-snap-align:start;min-width:0}.product-carousel .product-card{height:100%}[data-product-list-grid],.product-loader-shell .product-grid-loading{grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:16px}@media (width<=860px){.featured-products-section .section-heading{flex-direction:row;align-items:center}.featured-products-section{padding-bottom:18px}.promo-section{padding-top:14px;padding-bottom:18px}#popular.section{padding-top:18px}.product-carousel{grid-auto-columns:clamp(156px,42vw,188px);gap:12px;margin-inline:-2px;padding-bottom:14px}[data-product-list-grid],.product-loader-shell .product-grid-loading{grid-template-columns:repeat(auto-fit,minmax(156px,1fr));gap:12px}.catalog-toolbar{flex-direction:column;align-items:stretch;gap:10px}.catalog-toolbar strong,.catalog-toolbar select{width:100%}.catalog-toolbar strong{white-space:normal}.catalog-toolbar select{min-width:0;max-width:none}}@media (width<=420px){.product-carousel{grid-auto-columns:clamp(148px,45vw,172px)}[data-product-list-grid],.product-loader-shell .product-grid-loading{grid-template-columns:repeat(auto-fit,minmax(148px,1fr))}.carousel-actions{display:none}.mobile-toolbar{grid-template-columns:1fr;display:grid}}.scroll-to-top{left:max(18px, env(safe-area-inset-left));bottom:max(22px, env(safe-area-inset-bottom));z-index:85;background:var(--white);width:48px;height:48px;color:var(--blue-700);cursor:pointer;border:1px solid #d7e1f1f5;border-radius:999px;place-items:center;transition:opacity .2s,transform .2s,box-shadow .2s,background .2s;display:inline-grid;position:fixed;box-shadow:0 12px 28px #243d662e,inset 0 0 0 1px #ffffffc2}.scroll-to-top[hidden]{display:none}.scroll-to-top:hover{background:var(--blue-50);transform:translateY(-3px);box-shadow:0 18px 32px #243d6638,inset 0 0 0 1px #ffffffe6}.scroll-to-top:focus-visible{outline:3px solid color-mix(in srgb, var(--blue-700) 38%, transparent);outline-offset:3px}.scroll-to-top svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;width:24px;height:24px}@media (prefers-reduced-motion:reduce){.scroll-to-top{transition:none}}.chat-widget{z-index:90;pointer-events:none;justify-items:end;gap:10px;display:grid;position:fixed;top:50%;bottom:auto;right:12px;transform:translateY(-50%)}.chat-launcher,.chat-panel,.chat-panel button,.chat-form input{font:inherit}.chat-launcher{background:var(--white);color:#00a85a;cursor:pointer;pointer-events:auto;border:1px solid #d7e1f1e6;border-radius:999px;justify-content:center;align-items:center;gap:0;width:56px;min-height:56px;padding:0;font-size:.92rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 28px #243d6629,inset 0 0 0 1px #ffffffbf}.chat-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 36px #243d6633,inset 0 0 0 1px #ffffffe0}.chat-launcher-icon{width:34px;height:34px;color:var(--white);background:linear-gradient(#13bc6c,#00a85a);border-radius:999px;place-items:center;display:grid;box-shadow:0 8px 18px #00a85a47}.chat-launcher>span:last-child{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.chat-launcher svg,.chat-panel svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:16px;height:16px}.chat-launcher-icon svg{fill:currentColor;stroke:none;width:20px;height:20px}.chat-panel{background:var(--white);opacity:0;pointer-events:none;transform-origin:100%;border:1px solid #e2e8f0f0;border-radius:16px;width:min(248px,100vw - 28px);transition:opacity .2s,transform .2s;position:fixed;top:50%;left:auto;right:12px;overflow:hidden;transform:translateY(calc(12px - 50%))scale(.98);box-shadow:0 20px 44px #243d662e,inset 0 0 0 1px #ffffffb3}.chat-widget.is-open .chat-panel{opacity:1;pointer-events:auto;transform:translateY(-50%)scale(1)}.chat-panel-header{background:linear-gradient(180deg, #4d6996, var(--blue-700));color:var(--white);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.chat-panel-header div{align-items:center;gap:8px;font-size:.88rem;display:inline-flex}.chat-status{background:#28d77e;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 3px #28d77e38}.chat-close{width:28px;height:28px;color:var(--white);cursor:pointer;background:#ffffff29;border:0;border-radius:999px;place-items:center;transition:background .2s,transform .2s;display:grid}.chat-close:hover{background:#ffffff3d;transform:scale(1.04)}.chat-panel-body{background:linear-gradient(180deg, var(--blue-50), var(--white));gap:8px;padding:10px;display:grid}.chat-message{border-radius:12px;max-width:86%;padding:8px 10px;font-size:.76rem;line-height:1.45}.chat-message-agent{background:var(--white);color:var(--gray-700);border:1px solid #e4eaf4f2;box-shadow:0 10px 20px #2b426814}.chat-quick-actions{flex-wrap:wrap;gap:6px;display:flex}.chat-quick-actions button{border:1px solid var(--gray-200);background:var(--white);color:var(--blue-700);cursor:pointer;border-radius:999px;padding:5px 8px;font-size:.68rem;font-weight:800;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 4px 10px #2b42680a}.chat-quick-actions button:hover{border-color:#4d69964d;transform:translateY(-1px);box-shadow:0 8px 16px #2b426814}.chat-form{border-top:1px solid var(--gray-200);background:var(--white);grid-template-columns:minmax(0,1fr) 34px;gap:6px;padding:8px;display:grid}.chat-form input{border:1px solid var(--gray-200);min-width:0;color:var(--gray-900);outline-color:var(--blue-700);border-radius:999px;padding:8px 10px;font-size:.76rem;box-shadow:inset 0 1px 2px #2b42680a}.chat-form button{width:34px;height:34px;color:var(--white);cursor:pointer;background:linear-gradient(#13bc6c,#00a85a);border:0;border-radius:999px;place-items:center;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 8px 18px #00a85a38}.chat-form button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #00a85a47}.product-detail-page .chat-launcher{justify-content:center;width:50px;min-height:50px;padding:8px}.product-detail-page .chat-launcher>span:last-child{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.product-detail-page .chat-panel{right:372px}@media (width<=980px){.product-detail-page .chat-panel{right:20px}}@media (width<=640px){.chat-widget{top:50%;bottom:auto;right:12px}.chat-launcher{width:50px;min-height:50px;font-size:.86rem}.chat-launcher-icon{width:28px;height:28px}.chat-panel{border-radius:14px;width:min(228px,100vw - 24px);right:12px}.product-detail-page .chat-panel{right:12px}}.faq-page-header{background:linear-gradient(180deg, var(--blue-50), var(--white))}.faq-hero{justify-content:space-between;align-items:end;gap:24px;display:flex}.faq-hero p{max-width:700px}.faq-layout{grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start;gap:26px;display:grid}.faq-side-card,.faq-group{border:1px solid var(--gray-200);background:var(--white);box-shadow:var(--shadow-sm);border-radius:18px}.faq-side-card{padding:24px;position:sticky;top:96px}.faq-side-card h2,.faq-group-heading h2{color:var(--gray-900);margin:0}.faq-side-card p{color:var(--gray-700);margin:12px 0 0}.faq-groups{gap:18px;display:grid}.faq-group-heading{padding:22px 22px 10px}.faq-list{padding:0 12px 12px}.faq-item{border-top:1px solid var(--gray-200)}.faq-item:first-child{border-top:0}.faq-item summary{cursor:pointer;color:var(--gray-900);justify-content:space-between;align-items:center;gap:16px;padding:18px 10px;font-size:1rem;font-weight:800;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item-icon{background:var(--blue-50);width:30px;height:30px;color:var(--blue-700);border-radius:999px;place-items:center;font-size:1.1rem;font-weight:900;transition:transform .2s,background .2s;display:grid}.faq-item[open] .faq-item-icon{background:var(--blue-100);transform:rotate(45deg)}.faq-answer{padding:0 10px 18px}.faq-answer p{color:var(--gray-700);margin:0;line-height:1.65}.faq-answer p+p{margin-top:10px}.faq-answer ul,.faq-answer ol{color:var(--gray-700);margin:0;padding-left:22px;line-height:1.65}.faq-empty{color:var(--gray-700);padding:18px 10px;line-height:1.65}.faq-empty p{margin:0}.payment-faq-card{gap:14px}.payment-faq-card .faq-groups{gap:10px}.payment-faq-group{overflow:hidden}.payment-faq-group-heading{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;list-style:none;display:flex}.payment-faq-group-heading::-webkit-details-marker{display:none}.payment-faq-group-heading h2{color:var(--gray-900);margin:0;font-size:1.08rem;line-height:1.3}.payment-faq-group-icon{background:var(--blue-50);width:28px;height:28px;color:var(--blue-700);border-radius:999px;flex:0 0 28px;place-items:center;font-size:1rem;font-weight:900;transition:transform .2s,background .2s;display:grid}.payment-faq-group[open] .payment-faq-group-heading{border-bottom:1px solid var(--gray-200)}.payment-faq-group[open] .payment-faq-group-icon{background:var(--blue-100);transform:rotate(45deg)}.payment-faq-group .faq-list{padding:0 10px 8px}.payment-faq-group .faq-item summary{padding:12px 8px;font-size:.92rem}.payment-faq-group .faq-answer{padding:0 8px 12px}.terms-condition-group{padding:28px 30px}.terms-condition-heading{margin-bottom:18px}.terms-condition-heading h2{color:var(--gray-900);margin:0}.terms-condition-content{max-width:980px}.terms-condition-content p{color:var(--gray-700);margin:0;line-height:1.75}@media (width<=860px){.faq-hero,.faq-layout{flex-direction:column;grid-template-columns:1fr;align-items:start}.faq-side-card{position:static}}.account-page-header{background:#f7f9fc;padding:20px 0 16px}.account-page-header.account-page-header-compact{min-height:0;padding:18px 0 14px}.account-page-header.account-page-header-compact .breadcrumb{margin-bottom:0}.account-section{background:#f7f9fc;padding-top:20px}.account-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:24px;display:grid}.account-content,.account-stack{gap:20px;min-width:0;display:grid}.account-card,.account-sidebar,.account-drawer,.account-mobile-nav-toggle,.account-modal-dialog{background:var(--white);border:1px solid #e2e8f0f2;border-radius:18px;box-shadow:0 14px 34px #2b426814}.account-card{min-width:0;padding:24px;overflow:hidden}.account-card-header{justify-content:space-between;align-items:start;gap:16px;margin-bottom:22px;display:flex}.account-card-header h2,.account-modal-header h2,.order-detail-title h1{color:var(--gray-900);margin:0}.account-card-header p,.order-detail-title p,.account-modal-copy,.account-field small:not(.field-error){color:var(--gray-500);margin:8px 0 0}.account-sidebar{gap:18px;padding:18px;display:grid;position:sticky;top:96px}.account-sidebar-profile{justify-items:start;gap:12px;padding:8px 4px 4px;display:grid}.account-sidebar-profile.is-compact{padding:0}.account-avatar,.profile-avatar{background:linear-gradient(145deg, var(--blue-700), var(--blue-600));color:var(--white);border-radius:999px;place-items:center;font-weight:800;display:grid;box-shadow:0 14px 26px #344f792e}.account-avatar{width:58px;height:58px;font-size:1.08rem}.profile-avatar-large{width:86px;height:86px;font-size:1.4rem}.account-identity{gap:4px;display:grid}.account-identity strong{font-size:1rem}.account-identity span,.profile-hero-copy span,.order-shop span,.detail-block span,.history-card-top span,.detail-product-copy span{color:var(--gray-500);font-size:.92rem}.account-profile-link{color:var(--blue-700);font-size:.88rem;font-weight:800}.account-menu,.account-sidebar-footer{gap:8px;display:grid}.account-menu-link,.account-side-link{min-height:46px;color:var(--gray-700);border-radius:14px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;transition:background .25s,color .25s,transform .25s;display:grid;position:relative}.account-menu-link:hover,.account-side-link:hover{background:var(--blue-50);color:var(--blue-700);transform:translateY(-1px)}.account-menu-link.is-active{background:var(--blue-100);color:var(--blue-800)}.account-menu-link.is-active .account-menu-indicator{opacity:1;transform:scale(1)}.account-menu-icon{place-items:center;width:20px;height:20px;display:inline-grid}.account-menu-icon svg,.account-mobile-nav-icon svg,.account-drawer-close svg,.account-modal-close svg,.history-empty-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.account-menu-indicator{background:var(--blue-700);opacity:0;border-radius:999px;width:8px;height:8px;transition:opacity .25s,transform .25s;transform:scale(.6)}.account-side-link.is-danger{color:#c84a5d}.account-mobile-nav{display:none}.account-mobile-nav-toggle{width:100%;color:var(--gray-900);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.account-mobile-nav-label{text-align:left;gap:2px;display:grid}.account-mobile-nav-kicker,.modal-kicker{color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.account-mobile-nav-icon,.account-drawer-close,.account-modal-close{background:var(--blue-50);width:38px;height:38px;color:var(--blue-700);cursor:pointer;border:0;border-radius:999px;place-items:center;display:inline-grid}.account-drawer-backdrop,.account-modal-backdrop{z-index:70;opacity:0;pointer-events:none;background:#17203361;transition:opacity .25s;position:fixed;inset:0}.account-drawer,.account-modal{z-index:80;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;position:fixed}.account-drawer{border-radius:24px 0 0 24px;width:min(360px,100vw);height:100vh;top:0;right:0;transform:translate(100%)}.account-drawer-header{border-bottom:1px solid #e2e8f0f2;justify-content:space-between;align-items:start;gap:16px;padding:18px 18px 14px;display:flex}.account-drawer-body{gap:18px;padding:18px;display:grid}body.has-account-drawer-open .account-drawer-backdrop,body.has-account-modal-open .account-modal-backdrop{opacity:1;pointer-events:auto}body.has-account-drawer-open .account-drawer{opacity:1;pointer-events:auto;transform:translate(0)}body.has-account-modal-open{overflow:hidden}.account-form-card{max-width:860px}.profile-hero{background:linear-gradient(135deg,#e3edf89e,#f4f7fbd1);border-radius:18px;align-items:center;gap:18px;margin-bottom:24px;padding:18px;display:flex}.profile-hero-copy{flex:auto;gap:4px;display:grid}.profile-hero-copy strong{font-size:1.05rem}.account-form-grid,.address-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.customer-detail-table-wrap{background:var(--white);border:1px solid #e2e8f0e6;border-radius:18px;overflow-x:auto}.customer-detail-table{border-collapse:collapse;width:100%}.customer-detail-table th,.customer-detail-table td{text-align:left;border-bottom:1px solid #e2e8f0e6;padding:14px 18px}.customer-detail-table th{color:var(--gray-800);background:#e3edf88c;font-size:.92rem;font-weight:700}.customer-detail-table td{color:var(--gray-700)}.customer-detail-table tbody tr:last-child td{border-bottom:0}.account-field{gap:8px;display:grid}.account-field-wide{grid-column:1/-1}.account-field span{color:var(--gray-700);font-size:.92rem;font-weight:700}.account-field input,.account-field select,.account-field textarea,.history-period-filter select{background:var(--white);width:100%;color:var(--gray-900);outline-color:var(--blue-700);border:1px solid #e2e8f0f2;border-radius:14px;padding:12px 14px;transition:border-color .25s,box-shadow .25s}.account-field textarea{resize:vertical}.account-field input[readonly]{background:var(--gray-50);color:var(--gray-700)}.account-field input:focus,.account-field select:focus,.account-field textarea:focus,.history-period-filter select:focus{border-color:#344f7952;box-shadow:0 0 0 4px #e3edf8e6}.account-field.has-error input,.account-field.has-error select,.account-field.has-error textarea{border-color:#c84a5db3;box-shadow:0 0 0 4px #f8e5e9f2}.account-field .select2-container--default .select2-selection--single{border:1px solid #e2e8f0f2;border-radius:14px;align-items:center;min-height:46px;display:flex}.account-field .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--gray-900);padding-left:14px;padding-right:42px;line-height:1.35}.account-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:44px;right:10px}.account-field .select2-container--default.select2-container--focus .select2-selection--single,.account-field .select2-container--default.select2-container--open .select2-selection--single{border-color:#344f7952;box-shadow:0 0 0 4px #e3edf8e6}.account-field.has-error .select2-container--default .select2-selection--single{border-color:#c84a5db3;box-shadow:0 0 0 4px #f8e5e9f2}.field-error{color:#c84a5d;font-size:.82rem;display:none}.account-field.has-error .field-error{display:block}.account-actions,.order-actions,.wishlist-empty-actions,.wishlist-toolbar-actions,.order-detail-title-actions,.order-action-panel{flex-wrap:wrap;gap:10px;display:flex}.account-actions-spaced{margin-top:24px}.address-form .account-actions{justify-content:flex-end;margin-top:18px;padding-bottom:10px}.button-danger{color:#c84a5d;background:#fbe7ea}.account-checkbox{color:var(--gray-700);align-items:center;gap:10px;margin-top:10px;margin-bottom:8px;font-weight:600;display:inline-flex}.account-checkbox input{width:18px;height:18px}.address-map-panel{gap:10px;display:grid}.address-location-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.address-location-button{min-height:38px;padding:9px 14px}.address-location-status{color:var(--gray-500);font-size:.84rem;line-height:1.45}.address-map{background:#eef4fb;border:1px solid #e2e8f0f2;border-radius:16px;width:100%;min-height:260px;overflow:hidden}.address-map-note{color:var(--gray-500);font-size:.84rem;line-height:1.45}.address-list,.order-list,.history-list{gap:16px;display:grid}.address-card,.order-card,.history-card{background:var(--white);border:1px solid #e2e8f0f2;border-radius:18px;box-shadow:0 10px 24px #2b426812}.address-card{gap:16px;padding:18px;display:grid}.address-card.is-primary{border-color:color-mix(in srgb, var(--blue-700) 28%, var(--gray-200));box-shadow:0 14px 30px color-mix(in srgb, var(--blue-700) 12%, transparent)}.address-card-header,.order-card-header,.history-card-top{justify-content:space-between;align-items:start;gap:14px;display:flex}.address-card-title,.order-shop,.order-total,.detail-product-copy{gap:4px;display:grid}.address-card-title strong,.order-shop strong,.history-card-top strong,.detail-meta-row strong,.order-total strong{color:var(--gray-900)}.address-card-title strong{font-size:1rem}.address-phone{color:var(--gray-600);font-size:.88rem}.address-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.address-action-button,.address-primary-button,.address-primary-badge,.address-primary-label{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex}.address-action-button,.address-primary-button{border:1px solid color-mix(in srgb, var(--blue-700) 20%, var(--gray-200));background:var(--blue-50);min-height:36px;color:var(--blue-700);cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s}.address-action-button{padding:0 12px}.address-primary-button{padding:0 14px}.address-action-button:hover,.address-primary-button:hover{border-color:var(--blue-700);background:var(--blue-700);color:var(--white);transform:translateY(-1px)}.address-action-button:focus-visible,.address-primary-button:focus-visible{outline:3px solid color-mix(in srgb, var(--blue-700) 22%, transparent);outline-offset:2px}.address-action-button.is-danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.address-action-button.is-danger:hover{color:var(--white);background:#be123c;border-color:#be123c}.address-primary-label,.address-primary-badge{background:color-mix(in srgb, var(--blue-700) 12%, var(--white));color:var(--blue-800)}.address-primary-label{min-height:28px;padding:0 10px}.address-primary-badge{min-height:34px;padding:0 12px}.address-card-body{border:1px solid var(--gray-100);background:#fbfcfe;border-radius:14px;gap:10px;padding:14px;display:grid}.address-card-body p{margin:0}.address-street{color:var(--gray-900);font-weight:700;line-height:1.5}.address-note,.address-region{color:var(--gray-600);font-size:.9rem;line-height:1.5}.address-inline-meta,.order-card-meta,.detail-meta-list{gap:8px;display:grid}.address-icon-button{width:38px;height:38px;color:var(--blue-700);cursor:pointer;background:#eff6ff;border:1px solid #bfdbfef2;border-radius:12px;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.address-icon-button:hover{background:#dbeafe;border-color:#60a5faf2}.address-icon-button:focus-visible{outline-offset:2px;outline:2px solid #2563eb40}.address-icon-button:active{transform:translateY(1px)}.address-icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.address-icon-button-danger{color:#e11d48;background:#fff1f2;border-color:#fecdd3f2}.address-icon-button-danger:hover{background:#ffe4e6;border-color:#fb7185f2}.order-card-meta{text-align:right;justify-items:end;min-width:0}.address-inline-meta span,.address-card p,.order-product-info p,.detail-block p,.history-card-body p,.history-card-body small{color:var(--gray-700);margin:0}.address-footer{border-top:1px solid #e2e8f0f2;justify-content:flex-end;align-items:center;gap:14px;padding-top:0;display:flex}.address-label-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.address-chip,.order-badge{border-radius:999px;align-items:center;min-height:30px;padding:6px 10px;font-size:.8rem;font-weight:800;display:inline-flex}.address-chip{background:var(--blue-50);color:var(--blue-700)}@media (width<=640px){.address-card-header{flex-direction:column}.address-card-actions{justify-content:stretch;width:100%}.address-action-button{flex:1}.address-footer{justify-content:stretch}.address-primary-button,.address-primary-badge{width:100%}}.order-badge{justify-content:center}.status-menunggu-pembayaran,.status-menunggu-diproses{color:#b46c18;background:#fff1dd}.status-diproses,.status-dikemas,.status-sedang-disiapkan{color:#2f5f9f;background:#e7f1ff}.status-dikirim,.status-dalam-pengiriman{color:#5f4ab6;background:#ece9ff}.status-selesai{color:#248f5a;background:#e7f8ef}.status-dibatalkan{color:#c84a5d;background:#fbe7ea}.status-dalam-proses-retur{color:#b46c18;background:#fff1dd}.status-dikembalikan{color:#c84a5d;background:#fbe7ea}.order-status-tabs{scrollbar-width:none;border-bottom:1px solid #e2e8f0f2;flex-wrap:wrap;gap:0;max-width:100%;padding:0;display:flex;overflow:visible}.order-status-tabs::-webkit-scrollbar{display:none}.order-status-tab{color:#3d4657;white-space:nowrap;min-height:56px;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:10px 26px 14px;font-size:.86rem;font-weight:700;text-decoration:none;transition:color .25s;display:inline-flex;position:relative}.order-status-count{color:#64748b;background:#eef3fa;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex}.order-status-tab:hover{box-shadow:none;color:var(--blue-700);transform:none}.order-status-tab.is-active{color:var(--blue-700);box-shadow:none}.order-status-tab.is-active .order-status-count{background:var(--blue-700);color:#fff}.order-status-tab.is-active:after{content:"";background:var(--blue-700);height:3px;position:absolute;bottom:-1px;left:0;right:0}.order-page-card{gap:22px}.order-history-heading{align-items:flex-start}.order-history-heading h2{margin-bottom:6px}.order-history-kicker,.order-history-period{border-radius:999px;align-items:center;min-height:28px;font-size:.76rem;font-weight:800;display:inline-flex}.order-history-kicker{background:var(--blue-50);color:var(--blue-700);letter-spacing:.02em;text-transform:uppercase;padding:5px 10px}.order-history-period{color:var(--gray-600);background:#f7f9fc;flex:none;padding:5px 11px}.order-history-results{gap:18px;transition:opacity .18s;display:grid;position:relative}.order-history-results[aria-busy=true]{opacity:.55;pointer-events:none}.order-history-results[aria-busy=true]:after{border:3px solid var(--blue-100);border-top-color:var(--blue-700);content:"";border-radius:999px;width:22px;height:22px;animation:.7s linear infinite order-history-spin;position:absolute;top:18px;right:18px}@keyframes order-history-spin{to{transform:rotate(360deg)}}.transaction-filter-card{gap:18px;padding:8px 0 6px;display:grid}.transaction-filter-top,.transaction-status-row,.transaction-card-header,.transaction-card-body,.transaction-card-footer,.transaction-card-meta,.transaction-type,.transaction-store{align-items:center;gap:14px;display:flex}.transaction-filter-top,.transaction-status-row,.transaction-card-body,.transaction-card-footer{justify-content:space-between}.transaction-filter-top{align-items:stretch}.transaction-search,.transaction-select,.transaction-date{background:var(--white);border:1px solid #e2e8f0f2;border-radius:16px;align-items:center;min-height:56px;display:flex;position:relative;box-shadow:0 8px 18px #2b42680a}.transaction-search{flex:340px;min-width:0;padding:0 16px}.transaction-search svg,.transaction-date svg,.transaction-more svg,.transaction-type-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:22px;height:22px}.transaction-search svg,.transaction-date svg{color:var(--gray-500);flex:none}.transaction-search input,.transaction-date input,.transaction-select select{width:100%;color:var(--gray-900);background:0 0;border:0;outline:0;padding:0;font-size:.98rem}.transaction-search input::placeholder,.transaction-date input::placeholder{color:#9aa7bb}.transaction-select{flex:0 0 280px;padding:0 14px}.transaction-date{flex:0 0 320px;padding:0 16px}.transaction-search:focus-within,.transaction-date:focus-within{border-color:#3a5d8eb3;box-shadow:0 0 0 4px #56b5e624,0 8px 18px #2b42680a}.transaction-date-range{flex:0 370px}.transaction-date-range input{text-align:center;min-width:0;font-size:.9rem}.order-date-range-popover{z-index:1250;background:var(--white);border:1px solid #e2e8f0fa;border-radius:12px;width:min(780px,100vw - 32px);min-height:350px;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 18px 46px #1e375a33}.order-date-range-popover[hidden]{display:none}.order-date-range-presets{border-right:1px solid #e2e8f0f2;flex:0 0 188px;align-content:start;gap:4px;padding:24px 16px;display:grid}.order-date-range-presets strong{color:var(--gray-900);margin-bottom:16px;padding:0 4px;font-size:.92rem}.order-date-range-presets button{min-height:36px;color:var(--gray-600);cursor:pointer;text-align:left;font:inherit;background:0 0;border:0;border-radius:8px;padding:8px 12px;font-size:.82rem}.order-date-range-presets button:hover,.order-date-range-presets button.is-active{color:#069957;background:#eefbf5;font-weight:700}.order-date-range-calendar-area{flex-direction:column;flex:1;min-width:0;padding:20px 16px 16px;display:flex}.order-date-range-calendars{justify-content:center;gap:26px;display:flex}.order-date-range-calendars>div{flex:1 1 0;min-width:0}.order-date-calendar{width:100%;min-width:238px}.order-date-calendar-header{grid-template-columns:34px 1fr 34px;align-items:center;min-height:36px;margin-bottom:10px;display:grid}.order-date-calendar-header strong{color:var(--gray-800);text-align:center;text-transform:capitalize;font-size:.84rem}.order-date-calendar-header button{width:32px;height:32px;color:var(--gray-600);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;font-size:1.35rem;line-height:1;display:grid}.order-date-calendar-header button:hover:not(:disabled){background:#f1f5f9}.order-date-calendar-header button:disabled{color:var(--gray-300);cursor:default}.order-date-calendar-weekdays,.order-date-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.order-date-calendar-weekdays span{height:28px;color:var(--gray-700);place-items:center;font-size:.72rem;font-weight:800;display:grid}.order-date-calendar-day{height:36px;color:var(--gray-700);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:0;place-items:center;padding:0;font-size:.8rem;font-weight:650;display:grid;position:relative}.order-date-calendar-day:hover:not(:disabled):not(.is-range-start):not(.is-range-end){background:#f1f5f9;border-radius:8px}.order-date-calendar-day.is-in-range{background:#def8ec}.order-date-calendar-day.is-range-start,.order-date-calendar-day.is-range-end{color:var(--white);background:#00a85a;border-radius:999px;font-weight:800}.order-date-calendar-day.is-today:not(.is-range-start):not(.is-range-end){color:#00a85a}.order-date-calendar-day:disabled{color:var(--gray-300);cursor:default}.order-date-calendar-day.is-empty{pointer-events:none}.order-date-range-actions{border-top:1px solid #e2e8f0f2;justify-content:flex-end;gap:10px;margin-top:auto;padding-top:18px;display:flex}.order-date-range-actions .button{border-radius:8px;min-width:126px;padding:11px 22px}@media (width<=760px){.order-date-range-popover{flex-direction:column;max-height:min(660px,100vh - 110px);left:0;right:auto;overflow-y:auto}.order-date-range-presets{border-bottom:1px solid #e2e8f0f2;border-right:0;flex:none;align-items:center;padding:12px;display:flex;overflow-x:auto}.order-date-range-presets strong{flex:none;margin:0 4px 0 0}.order-date-range-presets button{white-space:nowrap;flex:none}.order-date-range-calendar-area{padding:16px 12px 12px}.order-date-range-calendars{flex-wrap:wrap;gap:20px}}.datepicker{z-index:1200;font-family:inherit}.datepicker-picker{border:1px solid #dbe5f3f5;border-radius:18px;overflow:hidden;box-shadow:0 18px 42px #1e375a2e}.datepicker .datepicker-header,.datepicker .datepicker-footer{background:#f8fbff}.datepicker .datepicker-cell.selected,.datepicker .datepicker-cell.range-start,.datepicker .datepicker-cell.range-end{background-color:var(--primary,#3a5d8e);color:var(--white)}.datepicker .datepicker-cell.range{background-color:#56b5e62e}.transaction-status-row{align-items:flex-start;gap:14px}.transaction-status-row strong{color:var(--gray-900);padding-top:10px;font-size:.96rem}.transaction-status-row .order-status-tabs{flex:auto;min-width:0}.transaction-reset{color:var(--blue-700);cursor:pointer;background:0 0;border:0;flex:none;padding:12px 0 0;font-size:.96rem;font-weight:800}.transaction-card{gap:18px;padding:18px 20px}[data-order-card][hidden]{display:none!important}.transaction-card-header{justify-content:flex-start}.transaction-card-meta{color:var(--gray-500);flex-wrap:wrap}.transaction-type{color:var(--gray-900);font-size:1rem}.transaction-type-icon{width:26px;height:26px;color:var(--blue-700);background:var(--blue-50);border-radius:999px;place-items:center;display:inline-grid}.transaction-order-number{color:#8090a7;font-weight:600}.transaction-product{gap:14px;min-width:0;display:grid}.transaction-store{color:var(--gray-900);gap:10px}.transaction-store-mark{background:var(--blue-600);border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 5px #e3edf8e6}.transaction-total-box{border-left:1px solid #e2e8f0f2;flex:0 0 220px;align-content:center;gap:6px;min-height:112px;padding-left:24px;display:grid}.transaction-total-box span{color:var(--gray-500);font-size:.92rem}.transaction-total-box strong{color:var(--gray-900);font-size:1.08rem}.transaction-actions{justify-content:flex-end;align-items:center;width:100%}.transaction-action-form{margin:0;display:inline-flex}.transaction-link{color:var(--blue-700);margin-right:auto;font-weight:800}.transaction-more{background:var(--white);width:46px;height:46px;color:var(--gray-700);cursor:pointer;border:1px solid #e2e8f0f2;border-radius:14px;place-items:center;display:inline-grid}.transaction-pagination{justify-content:space-between;align-items:center;gap:14px;padding-top:6px;display:flex}.transaction-pagination-info{color:var(--gray-500);font-size:.9rem}.transaction-pagination-controls,.transaction-page-numbers{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.transaction-page-button,.transaction-page-number{background:var(--white);min-height:40px;color:var(--gray-700);cursor:pointer;border:1px solid #e2e8f0f2;border-radius:12px;padding:8px 14px;font-size:.88rem;font-weight:700;transition:border-color .25s,color .25s,background .25s}.transaction-page-number{justify-content:center;min-width:40px;display:inline-flex}.transaction-page-button:disabled,.transaction-page-button.is-disabled{opacity:.48;cursor:default}.transaction-page-number.is-active{border-color:var(--blue-700);background:var(--blue-700);color:var(--white)}.home-product-pagination{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #e2e8f0f2;border-radius:18px;margin-top:28px;padding:16px 18px}.home-product-pagination .transaction-pagination-controls{justify-content:flex-end}.home-product-pagination a.transaction-page-button:hover,.home-product-pagination a.transaction-page-number:hover{border-color:var(--blue-700);background:var(--blue-50);color:var(--blue-700)}.product-section-actions,.product-per-page-form{align-items:center;gap:12px;display:flex}.product-section-actions{flex-wrap:wrap;justify-content:flex-end}.product-per-page-form{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-500);border-radius:14px;padding:6px 8px 6px 12px;font-size:.84rem;font-weight:700}.product-per-page-form select{background:var(--blue-50);min-height:34px;color:var(--blue-700);font:inherit;cursor:pointer;border:0;border-radius:10px;padding:0 30px 0 10px}.order-card{gap:16px;padding:18px;display:grid}.order-product{grid-template-columns:92px minmax(0,1fr);gap:16px;display:grid}.order-product img,.detail-product-card img{aspect-ratio:1;object-fit:cover;border-radius:16px;width:92px}.order-product-info{gap:6px;display:grid}.order-product-info h3,.detail-product-copy h3{margin:0;font-size:1rem}.order-note{color:var(--gray-500);font-size:.84rem;line-height:1.45}.order-product-meta{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-card-footer,.history-card-footer,.history-filter-bar,.order-detail-title,.detail-meta-row,.detail-product-card{justify-content:space-between;align-items:center;gap:16px;display:flex}.order-card-header,.order-card-footer{flex-wrap:wrap}.history-filter-bar{flex-wrap:wrap;align-items:end}.history-period-filter select{min-width:220px}.history-card{gap:16px;padding:18px;display:grid}.history-card-body{gap:8px;display:grid}.history-empty-state{text-align:center;background:linear-gradient(#f7f9fcd9,#fffffff5);border:1px dashed #344f792e;border-radius:18px;justify-items:center;gap:12px;padding:36px 20px;display:grid}.history-empty-state[hidden]{display:none}.history-empty-state h2{margin:0}.history-empty-state p{max-width:420px;color:var(--gray-500);margin:0}.history-empty-state strong{color:var(--blue-700)}.history-empty-icon{background:var(--blue-50);width:56px;height:56px;color:var(--blue-700);border-radius:18px;place-items:center;display:grid}.catalog-search-summary{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.catalog-search-badge,.catalog-search-count{border-radius:999px;align-items:center;min-height:36px;padding:0 14px;font-size:.85rem;font-weight:700;display:inline-flex}.catalog-search-badge{color:var(--blue-700);background:#4d69961f}.catalog-search-count{color:var(--gray-600);background:#e1e8f2b3}.catalog-empty-state{margin-top:8px}.catalog-empty-state svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:24px;height:24px}.catalog-empty-actions{justify-content:center;display:flex}.account-modal{place-items:center;padding:20px;display:grid;inset:0;overflow-y:auto;transform:scale(.98)}.account-modal-dialog{flex-direction:column;width:min(720px,100%);max-height:min(100vh - 40px,920px);padding:22px;display:flex;overflow:hidden}.account-modal-dialog-small{width:min(460px,100%)}.review-modal-dialog{width:min(720px,100%)}.account-modal-header{flex:none;justify-content:space-between;align-items:start;gap:16px;margin-bottom:20px;display:flex}.address-form{flex:auto;min-height:0;padding-bottom:18px;padding-right:4px;overflow-y:auto}.review-form{flex-direction:column;flex:auto;gap:16px;min-height:0;display:flex;overflow:hidden}.review-order-context{background:#f8fafc;border:1px solid #e2e8f0f2;border-radius:16px;gap:4px;padding:14px 16px;display:grid}.review-order-context span,.review-rating-field legend{color:var(--gray-500);text-transform:uppercase;font-size:.78rem;font-weight:800}.review-order-context strong{color:var(--gray-900);font-size:.98rem}.review-product-list{overscroll-behavior:contain;gap:14px;max-height:min(58vh,620px);padding-right:6px;display:grid;overflow-y:auto}.review-product-list::-webkit-scrollbar{width:8px}.review-product-list::-webkit-scrollbar-track{background:#eef2f7;border-radius:999px}.review-product-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.review-product-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:16px;gap:14px;padding:16px;display:grid}.review-product-card-header{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;display:grid}.review-product-card-header img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:64px}.review-product-card-header div{gap:4px;min-width:0;display:grid}.review-product-card-header h3{color:var(--gray-900);margin:0;font-size:1rem}.review-product-card-header span,.review-product-card-header small{color:var(--gray-500);font-size:.84rem;line-height:1.4}.review-product-card-header small{color:var(--blue-700);font-weight:800}.review-rating-field{border:0;gap:8px;padding:0;display:grid}.review-rating-options{flex-direction:row-reverse;justify-content:flex-end;gap:4px;display:flex}.review-rating-options label{cursor:pointer}.review-rating-options input{opacity:0;pointer-events:none;position:absolute}.review-rating-options span{color:#cbd5e1;place-items:center;width:36px;height:36px;font-size:0;transition:color .18s,transform .18s;display:inline-grid}.review-rating-options span:before{content:"★";font-size:1.85rem;line-height:1}.review-rating-options label:hover span,.review-rating-options label:hover~label span{color:#f59e0b}.review-rating-options label:has(input:checked) span{color:#f59e0b}.review-rating-options label:has(input:checked)~label span{color:#f59e0b}.review-rating-options label:active span{transform:scale(.94)}.review-rating-field .field-error{color:#c84a5d;font-size:.8rem;font-weight:700;display:none}.review-rating-field.has-error .field-error{display:block}.review-product-card .account-field textarea{min-height:118px}body.has-account-modal-open .account-modal.is-open{opacity:1;pointer-events:auto;transform:scale(1)}.order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.order-progress{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.order-progress-step{gap:10px;padding-right:18px;display:grid;position:relative}.order-progress-step:after{content:"";background:#e2e8f0f2;height:2px;position:absolute;top:10px;left:22px;right:-6px}.order-progress-step:last-child:after{display:none}.order-progress-dot{background:var(--gray-200);border-radius:999px;width:20px;height:20px;box-shadow:0 0 0 6px #f7f9fc}.order-progress-step.is-done .order-progress-dot,.order-progress-step.is-done:after{background:var(--blue-700)}.order-progress-copy{gap:4px;display:grid}.order-progress-copy span,.detail-meta-row span,.detail-block span{color:var(--gray-500);font-size:.88rem}.detail-block{gap:8px;display:grid}.detail-meta-list{gap:14px}.detail-meta-row{border-bottom:1px solid #e2e8f0f2;gap:10px;padding-bottom:12px}.detail-meta-row.is-total{border-bottom:0;padding-top:2px}.detail-product-card{background:#fcfdff;border:1px solid #e2e8f0f2;border-radius:18px;grid-template-columns:92px minmax(0,1fr) auto auto auto;padding:16px;display:grid}.order-detail-products,.order-action-panel{gap:14px;display:grid}.order-action-primary,.order-action-secondary{gap:10px;display:grid}.order-action-secondary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.order-action-primary:empty,.order-action-secondary:empty{display:none}.order-action-primary .button,.order-action-secondary .button,.order-action-cancel .button{justify-content:center;width:100%;min-height:48px}.order-action-secondary form,.order-action-cancel form{margin:0;display:grid}.order-action-cancel{border-top:1px solid #e2e8f0f2;gap:10px;padding-top:14px;display:grid}.order-action-cancel .button-danger{background:#fff7f8;border:1px solid #c84a5d47}.order-action-cancel .button-danger:hover{background:#fbe7ea;border-color:#c84a5d80}.order-action-feedback{border-radius:14px;padding:12px 14px;font-size:.88rem;font-weight:700;line-height:1.5}.order-action-feedback.is-success{color:#15803d;background:#ecfdf3;border:1px solid #16a34a2e}.order-action-feedback.is-danger{color:#b42318;background:#fff1f3;border:1px solid #c84a5d2e}.detail-product-image{display:block}.detail-product-copy{min-width:0}.detail-product-copy a{color:inherit}.detail-product-total{justify-items:end;gap:10px;display:grid}.detail-product-total .button{white-space:nowrap}.account-toast{z-index:95;min-width:260px;max-width:min(360px,100vw - 32px);color:var(--white);opacity:0;pointer-events:none;background:#16a34a;border:1px solid #bbf7d0b8;border-radius:16px;padding:14px 16px;transition:opacity .25s,transform .25s;position:fixed;top:24px;bottom:auto;right:24px;transform:translateY(-10px);box-shadow:0 18px 38px #16a34a47}.account-toast.is-top-right{top:24px;bottom:auto}.account-toast.is-visible{opacity:1;transform:translateY(0)}@media (width<=1080px){.account-layout,.payment-layout{grid-template-columns:1fr}.payment-summary-card{position:static}.payment-product-list,.payment-product-list-wide{max-height:460px}.payment-product-item{grid-template-columns:1fr}.payment-product-side{justify-items:start}.account-sidebar{display:none}.account-mobile-nav{margin-bottom:16px;display:block}.order-detail-grid,.detail-product-card{grid-template-columns:1fr}.order-card-footer,.history-card-footer,.order-detail-title,.transaction-filter-top,.transaction-status-row,.transaction-card-body,.transaction-card-footer,.transaction-pagination{flex-direction:column;align-items:start}.transaction-select,.transaction-date,.transaction-total-box{flex-basis:auto;width:100%}.transaction-total-box{border-top:1px solid #e2e8f0f2;border-left:0;min-height:0;padding-top:18px;padding-left:0}.transaction-actions{justify-content:flex-start}.transaction-link{margin-right:0}}@media (width<=860px){.account-card,.account-modal-dialog{padding:18px}.payment-card{padding:20px}.payment-accordion-card .payment-card-header{padding:20px 20px 0}.payment-heading,.payment-qris-panel{flex-direction:column;align-items:stretch}.payment-heading .payment-copy-button,.payment-va-number .payment-copy-button{align-self:start}.payment-qris-code{flex-basis:auto;width:min(100%,280px)}.payment-resolution-card{grid-template-columns:1fr}.payment-resolution-icon{width:48px;height:48px}.account-modal{align-items:start;padding:14px}.account-modal-dialog{max-height:calc(100vh - 28px)}.account-form-grid,.address-form-grid,.order-progress{grid-template-columns:1fr}.checkout-address-option-top,.profile-hero,.address-card-header,.address-footer,.history-filter-bar{flex-direction:column;align-items:start}.order-progress-step{grid-template-columns:20px minmax(0,1fr);align-items:start;padding-bottom:10px;padding-right:0}.order-progress-step:after{width:2px;height:calc(100% - 8px);top:22px;left:9px;right:auto}.order-product{grid-template-columns:74px minmax(0,1fr)}.order-product img,.detail-product-card img{width:74px}}@media (width<=640px){.account-layout{gap:18px}.account-card-header,.account-actions,.order-actions,.order-detail-title-actions,.payment-status-row,.payment-card-header,.payment-deadline,.payment-va-number{flex-direction:column;align-items:start;width:100%}.account-actions .button,.order-actions .button,.order-detail-title-actions .button,.history-card-footer .button,.address-footer .button,.payment-copy-button{width:100%}.order-card,.history-card,.address-card,.transaction-card{padding:16px}.history-period-filter,.history-period-filter select{width:100%}.order-status-tabs{flex-wrap:nowrap;gap:0;overflow-x:auto}.order-status-tab{min-height:48px;padding:8px 18px 12px;font-size:.84rem}.transaction-search,.transaction-select,.transaction-date{min-height:52px}.transaction-status-row strong{padding-top:0}.transaction-actions .button,.transaction-more{width:100%}.account-toast{top:16px;bottom:auto;right:16px}.account-toast.is-top-right{top:16px;bottom:auto}}@media (width<=860px){.site-header+main{padding-top:0!important}.hero-carousel-section{padding-top:12px!important}}@media (width<=420px){.hero-carousel-section{padding-top:10px!important}}@media (width<=860px){body.product-detail-page .site-header+main,body.product-detail-page .product-detail-section-revamp{padding-top:0!important}body.products-page{background:#f8fbff;overflow-x:hidden}body.products-page main{overflow-x:hidden;padding-top:0!important}body.products-page .page-header,body.products-page .section{background:#f8fbff}body.products-page .page-header .container,body.products-page .section .container.catalog-layout{width:100%;max-width:none;margin:0;padding-inline:16px}body.products-page .catalog-layout{gap:14px;display:block}body.products-page .catalog-content{justify-self:stretch;gap:12px;width:calc(100vw - 32px);min-width:0;max-width:100%;display:grid}body.products-page .catalog-toolbar{width:100%}body.products-page .product-grid{justify-content:stretch;justify-items:stretch;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important}body.products-page .product-card{width:100%}}@media (width<=640px){body.products-page .page-header .container,body.products-page .section .container.catalog-layout{padding-inline:12px}body.products-page .catalog-content,body.products-page .product-grid{width:calc(100vw - 24px);max-width:100%}}@media (width<=860px){body.products-page .page-header{border-bottom:1px solid #d2def2b8;z-index:auto!important;box-shadow:none!important;background:#f8fbff!important;padding:12px 0 14px!important;position:relative!important;top:auto!important}body.products-page .products-mobile-topbar{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;min-height:42px;margin-bottom:12px!important;display:grid!important}body.products-page .products-mobile-back{justify-self:start;min-height:36px}body.products-page .products-mobile-topbar strong{grid-column:2;justify-self:center;font-size:1rem;line-height:1.2}body.products-page .products-mobile-search{width:100%;max-width:none;margin-bottom:12px!important;display:grid!important}body.products-page .page-header h1{display:none!important}body.products-page .page-header p{line-height:1.55;margin-top:0!important}body.products-page .category-chips{margin-top:12px!important}body.products-page .mobile-toolbar{margin-top:14px;background:0 0!important;padding:0!important;position:static!important}}@media (width<=640px){body.products-page .page-header{padding:10px 0 12px!important}}@media (width<=860px){body.products-page .page-header{padding:10px 0 12px!important}body.products-page .products-mobile-topbar{min-height:36px;margin-bottom:10px!important}body.products-page .products-mobile-back{gap:6px;min-height:34px;font-size:.94rem}body.products-page .products-mobile-back svg{width:17px;height:17px}body.products-page .products-mobile-topbar strong{font-size:.98rem}body.products-page .products-mobile-search{background:var(--white);border-radius:999px;grid-template-columns:minmax(0,calc(100% - 48px)) 48px;width:100%;min-width:0;max-width:100%;min-height:48px;overflow:hidden;box-shadow:0 8px 20px #2b426814,inset 0 0 0 1px #94a3b824;margin-bottom:12px!important}body.products-page .products-mobile-search input{min-height:48px;padding:0 16px;font-size:.95rem}body.products-page .products-mobile-search button{background:#e9eef6;width:48px}body.products-page .products-mobile-search .header-search-suggestions{border-radius:16px;top:calc(100% + 8px)}body.products-page .page-header p{max-width:32rem;color:var(--gray-700);font-size:.92rem;line-height:1.45}body.products-page .page-title-row{gap:0;min-width:0;display:grid}body.products-page .page-title-row>div:first-child{min-width:0}body.products-page .category-chips{scrollbar-width:none;gap:8px;padding-bottom:0;margin-top:10px!important}body.products-page .category-chips::-webkit-scrollbar{display:none}body.products-page .category-chip{min-height:36px;box-shadow:none;border-radius:999px;padding:0 14px;font-size:.9rem}body.products-page .mobile-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}body.products-page .filter-open,body.products-page .sort-open{border-radius:999px;width:100%;min-width:0;min-height:44px;font-size:.94rem}body.products-page .section{padding:20px 0 34px}body.products-page .catalog-content{gap:14px;width:100%;min-width:0;max-width:100%;overflow:hidden}body.products-page .catalog-toolbar{gap:10px;display:grid}body.products-page .catalog-toolbar strong{color:var(--gray-900);font-size:1rem}body.products-page .catalog-toolbar form,body.products-page .catalog-toolbar select{width:100%;max-width:none}body.products-page .catalog-toolbar select{border-radius:12px;min-height:44px;font-size:.94rem}body.products-page .product-grid{width:100%;min-width:0;max-width:100%;overflow:hidden;grid-template-columns:repeat(2,minmax(0,calc(50vw - 22px)))!important;gap:9px!important}body.products-page .product-card{border-radius:12px;width:100%;min-width:0;max-width:100%;box-shadow:0 8px 20px #2b42680f}body.products-page .product-image{aspect-ratio:1/.76}body.products-page .product-badge{min-height:22px;padding:3px 7px;font-size:.66rem;top:8px;left:8px}body.products-page .wishlist-button{width:30px;height:30px;top:8px;right:8px}body.products-page .product-content{min-width:0;padding:8px}body.products-page .product-title-row,body.products-page .product-title-row h3,body.products-page .product-title-row a{min-width:0}body.products-page .product-title-row h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.48em;font-size:.8rem;line-height:1.24;display:-webkit-box;overflow:hidden}body.products-page .product-card-price-stack{gap:4px 6px;margin-top:6px}body.products-page .product-card-price-stack .product-price{font-size:.9rem;line-height:1.2}body.products-page .product-meta{gap:5px;min-width:0;margin-top:5px;font-size:.72rem;line-height:1.35}body.products-page .product-location{text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.72rem;overflow:hidden}body.products-page .button-cart{white-space:nowrap;border-radius:999px;max-width:100%;min-height:32px;margin-top:8px;padding:7px 9px;font-size:.76rem}}@media (width<=420px){body.products-page .page-header .container,body.products-page .section .container.catalog-layout{padding-inline:12px}body.products-page .product-grid{width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,calc(50vw - 17px)))!important;gap:8px!important}body.products-page .product-content{padding:8px}body.products-page .button-cart{width:100%;padding-inline:7px}}.analytics-consent{z-index:10000;color:#fff;background:#172033;border:1px solid #ffffff24;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;max-width:760px;margin-inline:auto;padding:1rem 1.1rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 18px 48px #0f172a47}.analytics-consent[hidden]{display:none}.analytics-consent__copy strong{margin-bottom:.25rem;display:block}.analytics-consent__copy p{color:#d7deeb;margin:0;font-size:.88rem;line-height:1.45}.analytics-consent__actions{flex:none;gap:.5rem;display:flex}.analytics-consent__button{appearance:none;color:#fff;background:var(--blue-700,#2563eb);cursor:pointer;font:inherit;border:0;border-radius:10px;padding:.65rem .9rem;font-weight:700}.analytics-consent__button--secondary{color:#e7ecf5;background:#ffffff1f}@media (width<=640px){.analytics-consent{bottom:calc(5rem + env(safe-area-inset-bottom));flex-direction:column;align-items:stretch}.analytics-consent__actions{justify-content:flex-end}}
