.shop-hero{background:radial-gradient(ellipse 900px 500px at 15% -10%,rgb(255 255 255 / .1),transparent 60%),radial-gradient(ellipse 700px 500px at 110% 30%,rgb(217 38 47 / .18),transparent 55%),var(--gradient-hero);color:#fff;padding:var(--space-7) 0 calc(var(--space-7) + 30px);position:relative;overflow:hidden}.shop-hero-pattern{position:absolute;inset:0;background-image:radial-gradient(rgb(255 255 255 / .14) 1.5px,transparent 1.5px);background-size:26px 26px;-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0 / .9),transparent 85%);mask-image:linear-gradient(180deg,rgb(0 0 0 / .9),transparent 85%);pointer-events:none}.shop-hero-wave{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:40px;display:block;pointer-events:none}.shop-hero-inner{position:relative;z-index:1;text-align:center;max-width:720px;margin:0 auto}.shop-hero-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-full);background:rgb(255 255 255 / .14);border:1px solid rgb(255 255 255 / .22);font-size:.78rem;font-weight:700;margin-bottom:var(--space-4)}.shop-hero-eyebrow .icon{width:14px;height:14px;color:#ffd166}.shop-hero h1{color:#fff;margin-bottom:var(--space-3)}.shop-hero-highlight{color:#ffd166}.shop-hero p.lead{color:rgb(255 255 255 / .88);max-width:560px;margin:0 auto}.shop-hero-search{display:flex;margin:var(--space-5) auto 0;max-width:560px;box-shadow:0 24px 60px rgb(0 0 0 / .25);border-radius:var(--radius-lg);overflow:hidden}.shop-hero-search input{flex:1;padding:16px 20px;border:none;font-size:1rem;background:var(--color-surface);color:var(--color-ink)}.shop-hero-search button{padding:0 24px;border:none;background:var(--color-accent);color:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.shop-hero-search button:hover{background:#b81f27}.shop-hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-5);margin-top:var(--space-6)}.shop-hero-trust span{display:inline-flex;align-items:center;gap:6px;color:rgb(255 255 255 / .9);font-weight:700;font-size:.9rem}.shop-hero-trust .icon{width:16px;height:16px;color:#ffd166}.shop-category-showcase{padding-bottom:var(--space-6)}.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:var(--space-6);align-items:start}@media (max-width:860px){.shop-layout{grid-template-columns:1fr}}.filter-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);position:sticky;top:var(--space-4)}.filter-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3)}.filter-panel-head h4{margin:0;display:flex;align-items:center;gap:6px;font-size:.95rem}.filter-panel-head h4 .icon{width:16px;height:16px;color:var(--color-primary)}.filter-panel-divider{display:flex;align-items:center;gap:6px;margin:var(--space-4) 0 var(--space-2);font-weight:700;font-size:.85rem;color:var(--color-ink-muted)}.filter-panel-divider .icon{width:14px;height:14px}@media (max-width:860px){.filter-panel{position:static}}.shop-category-list{display:flex;flex-direction:column;gap:2px}.shop-category-list a{display:flex;align-items:center;gap:8px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-ink-muted);font-weight:600;font-size:.92rem;transition:background 0.15s,color 0.15s}.shop-category-list a .icon{width:15px;height:15px;flex-shrink:0}.shop-category-list a:hover{background:var(--color-surface-alt);color:var(--color-ink)}.shop-category-list a.is-active{background:var(--color-primary-light);color:var(--color-primary)}.shop-category-list-count{margin-left:auto;background:var(--color-surface-alt);color:var(--color-ink-faint);font-size:.75rem;font-weight:700;padding:1px 7px;border-radius:var(--radius-full)}.shop-category-list a.is-active .shop-category-list-count{background:var(--color-primary);color:#fff}.filter-panel-trust{margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px dashed var(--color-border);display:flex;flex-direction:column;gap:var(--space-2)}.filter-panel-trust p{display:flex;align-items:center;gap:8px;margin:0;color:var(--color-ink-muted);font-size:.85rem;font-weight:600}.filter-panel-trust .icon{width:15px;height:15px;color:var(--color-primary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-5);margin-top:var(--space-5)}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.product-card-img{width:100%;aspect-ratio:1 / 1;object-fit:cover;background:var(--color-surface-alt);transition:transform 0.35s ease}.product-card:hover .product-card-img{transform:scale(1.06)}.product-card-img-placeholder{display:flex;align-items:center;justify-content:center;color:var(--color-ink-faint);background:linear-gradient(135deg,var(--color-surface-alt),var(--color-border) 180%)}.product-card-img-placeholder .icon{width:48px;height:48px}.product-card-badge{position:absolute;top:var(--space-3);left:var(--space-3);z-index:1;box-shadow:var(--shadow-sm)}.product-card-badge-outofstock{background:var(--color-urgency-expired-bg);color:var(--color-urgency-expired)}.product-card-body{padding:var(--space-4);display:flex;flex-direction:column;gap:6px;flex:1}.product-card-category{font-size:.75rem;font-weight:700;color:var(--color-primary);text-transform:uppercase;letter-spacing:.03em}.product-card-body h3{font-size:1rem;margin:0;line-height:1.4;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-body .excerpt{color:var(--color-ink-muted);font-size:.85rem;margin:0}.product-card-rating{display:inline-flex;align-items:center;gap:4px;color:var(--color-urgency-soon);font-size:.8rem;font-weight:700}.product-card-rating .icon{width:.9em;height:.9em}.product-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-2)}.product-price{font-weight:800;font-size:1.05rem;color:var(--color-ink)}.product-price-lg{font-size:1.8rem;color:var(--color-primary)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-7);margin-top:var(--space-5)}@media (max-width:860px){.product-detail{grid-template-columns:1fr;gap:var(--space-5)}}.product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface-alt);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-main-placeholder .icon{width:72px;height:72px;color:var(--color-ink-faint)}.product-gallery-thumbs{display:flex;gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap}.product-gallery-thumb{width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid #fff0;padding:0;cursor:pointer;background:var(--color-surface-alt)}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-gallery-thumb.is-active{border-color:var(--color-primary)}.product-info h1{margin:var(--space-2) 0 var(--space-2);font-size:1.6rem}.product-short-desc{color:var(--color-ink-muted);margin-bottom:var(--space-3)}.product-price-row{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4)}.product-trust-list{list-style:none;padding:0;margin:0 0 var(--space-5);display:flex;flex-direction:column;gap:var(--space-2)}.product-trust-list li{display:flex;align-items:center;gap:var(--space-2);color:var(--color-ink-muted);font-size:.9rem}.product-trust-list .icon{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.add-to-cart-form{display:flex;gap:var(--space-3);align-items:center;flex-wrap:wrap}.add-to-cart-message{margin-top:var(--space-3);font-weight:600}.qty-stepper{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.qty-btn{width:40px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-surface-alt);border:none;cursor:pointer;color:var(--color-ink)}.qty-btn:hover{background:var(--color-primary-light);color:var(--color-primary)}.qty-btn .icon{width:16px;height:16px}.qty-stepper input{width:48px;height:44px;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);text-align:center;font-weight:700;-moz-appearance:textfield;appearance:textfield}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-description{margin-top:var(--space-7)}.product-description h2{margin-bottom:var(--space-3)}.rich-text img{max-width:100%;border-radius:var(--radius-md)}.rich-text p{margin:0 0 var(--space-3);line-height:1.8}.cart-items{display:flex;flex-direction:column;gap:var(--space-3);margin:var(--space-5) 0}.cart-item{display:grid;grid-template-columns:64px 1fr auto auto auto;align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}@media (max-width:640px){.cart-item{grid-template-columns:56px 1fr auto;grid-template-areas:"img body remove" "img qty  total";row-gap:var(--space-2)}.cart-item-img{grid-area:img}.cart-item-body{grid-area:body}.cart-item-qty-form{grid-area:qty}.cart-item-line-total{grid-area:total;justify-self:end;align-self:end}.cart-item-remove-form{grid-area:remove;justify-self:end}}.cart-item-img{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-surface-alt);display:flex;align-items:center;justify-content:center}.cart-item-img.product-card-img-placeholder .icon{width:28px;height:28px}.cart-item-body{display:flex;flex-direction:column;gap:4px}.cart-item-body a{font-weight:700;color:var(--color-ink)}.cart-item-qty-form select{width:68px}.cart-item-line-total{font-weight:700;white-space:nowrap}.cart-item-remove-form{margin:0}.cart-item-remove{background:none;border:none;color:var(--color-ink-faint);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:var(--space-2);border-radius:var(--radius-sm)}.cart-item-remove:hover{color:var(--color-accent);background:var(--color-accent-light)}.cart-item-remove .icon{width:18px;height:18px}.cart-page-header{display:flex;align-items:baseline;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-2)}.cart-page-header h1{margin:0}.cart-page-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:var(--space-6);align-items:start;margin-top:var(--space-5)}@media (max-width:860px){.cart-page-layout{grid-template-columns:1fr}}.cart-item-unit{font-weight:400;color:var(--color-ink-faint);font-size:.8rem}.cart-continue-shopping{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--color-primary);margin-top:var(--space-2)}.cart-continue-shopping .icon{width:16px;height:16px;transform:rotate(180deg)}.cart-continue-shopping:hover{color:var(--color-primary-hover)}.cart-summary,.checkout-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);margin-top:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.cart-page-layout .cart-summary,.checkout-layout .checkout-summary{margin-top:0;position:sticky;top:calc(var(--space-4) + 70px)}@media (max-width:860px){.cart-page-layout .cart-summary,.checkout-layout .checkout-summary{position:static;margin-top:var(--space-5)}}.cart-summary h3,.checkout-summary h3{margin:0 0 2px}.cart-summary-row{display:flex;justify-content:space-between;font-size:.95rem;color:var(--color-ink-muted)}.cart-summary-total{font-weight:800;font-size:1.2rem;color:var(--color-ink);border-top:1px dashed var(--color-border);padding-top:var(--space-3)}.cart-summary-trust{list-style:none;padding:0;margin:var(--space-2) 0 0;display:flex;flex-direction:column;gap:6px}.cart-summary-trust li{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--color-ink-muted)}.cart-summary-trust .icon{width:15px;height:15px;color:var(--color-primary);flex-shrink:0}.checkout-summary-line{display:flex;justify-content:space-between;font-size:.9rem;padding-bottom:var(--space-2);border-bottom:1px dashed var(--color-border)}.checkout-steps{display:flex;align-items:center;gap:var(--space-2);margin:var(--space-4) 0 var(--space-3);flex-wrap:wrap}.checkout-step{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:700;color:var(--color-ink-faint)}.checkout-step .icon{width:15px;height:15px}.checkout-step.is-done{color:var(--color-primary)}.checkout-step.is-active{color:var(--color-ink)}.checkout-step-sep{width:24px;height:1px;background:var(--color-border)}.checkout-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--space-6);align-items:start;margin-top:var(--space-5)}@media (max-width:860px){.checkout-layout{grid-template-columns:1fr}}.checkout-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5)}.checkout-form-section{margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px dashed var(--color-border)}.checkout-form-section:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:var(--space-4)}.checkout-form-section h4{display:flex;align-items:center;gap:8px;margin:0 0 var(--space-3);font-size:.95rem}.checkout-form-section h4 .icon{width:17px;height:17px;color:var(--color-primary)}.checkout-payment-note{display:flex;gap:var(--space-3);align-items:flex-start;background:var(--color-primary-light);border-radius:var(--radius-md);padding:var(--space-4);margin:var(--space-4) 0}.checkout-payment-note .icon{width:24px;height:24px;color:var(--color-primary);flex-shrink:0}.checkout-payment-note p{margin:2px 0 0;color:var(--color-ink-muted);font-size:.88rem}.checkout-confirm-note{text-align:center;color:var(--color-ink-faint);font-size:.8rem;margin:var(--space-3) 0 0}.checkout-summary-items{display:flex;flex-direction:column;gap:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px dashed var(--color-border)}.checkout-summary-item{display:flex;align-items:center;gap:var(--space-3)}.checkout-summary-item-img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-surface-alt);flex-shrink:0;display:flex;align-items:center;justify-content:center}.checkout-summary-item-img.product-card-img-placeholder .icon{width:22px;height:22px}.checkout-summary-item-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.checkout-summary-item-name{font-weight:700;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-summary-item-qty{font-size:.78rem;color:var(--color-ink-faint)}.checkout-summary-item-price{font-weight:700;font-size:.88rem;white-space:nowrap}.order-confirmation{text-align:center;padding:var(--space-6) 0}.order-confirmation-icon{width:72px;height:72px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-4)}.order-confirmation-icon .icon{width:36px;height:36px}.order-confirmation-note{color:var(--color-ink-muted);max-width:480px;margin:var(--space-2) auto var(--space-5)}.order-confirmation-details{text-align:left;margin:var(--space-5) 0}.order-list{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-5)}.order-list-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4)}.order-list-item-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.order-list-item-body p{margin:2px 0;color:var(--color-ink-muted);font-size:.9rem}.order-list-item-foot{margin-top:var(--space-2);font-weight:700;text-align:right}.product-meta-row{display:flex;align-items:center;gap:var(--space-4);margin:var(--space-2) 0;flex-wrap:wrap}.rating-badge{display:inline-flex;align-items:center;gap:4px;color:var(--color-urgency-soon);font-weight:700}.rating-badge .icon{width:1em;height:1em}.sold-badge{display:inline-flex;align-items:center;gap:4px;color:var(--color-primary);font-weight:700;font-size:.9rem}.sold-badge .icon{width:1em;height:1em}.star-input{display:flex;gap:6px;flex-direction:row-reverse;justify-content:flex-end;border:0;margin:0;padding:0}.star-input legend{font-size:inherit;font-weight:inherit;color:inherit;padding:0;margin-bottom:6px;width:100%}.star-input input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.star-input label{cursor:pointer;color:var(--color-ink-faint);font-size:1.9rem;line-height:1;transition:color 0.15s ease,transform 0.15s ease}.star-input input:checked~label,.star-input label:hover,.star-input label:hover~label{color:var(--color-urgency-soon);transform:scale(1.12)}.star-input input:focus-visible+label{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion:reduce){.star-input label{transition:color 0.15s ease}.star-input input:checked~label,.star-input label:hover,.star-input label:hover~label{transform:none}}.comment-list{display:flex;flex-direction:column;gap:var(--space-4);margin:var(--space-4) 0 var(--space-6)}.comment-item{border-bottom:1px solid var(--color-border);padding-bottom:var(--space-4)}.comment-item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.comment-item .stars{color:var(--color-urgency-soon);font-size:.85rem}.comment-item .date{color:var(--color-ink-faint);font-size:.78rem}.shop-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:50;box-shadow:var(--shadow-sm)}.shop-header-top{background:linear-gradient(90deg,var(--color-primary),#0a5c3b);color:rgb(255 255 255 / .92);max-height:50px;overflow:hidden;transition:max-height 0.25s ease}.shop-header.is-scrolled .shop-header-top{max-height:0}.shop-header-top-inner{display:flex;align-items:center;justify-content:space-between;padding-top:6px;padding-bottom:6px}.shop-back-to-main{display:inline-flex;align-items:center;gap:4px;font-size:.82rem;font-weight:700;color:rgb(255 255 255 / .92)}.shop-back-to-main:hover{color:#ffd166}.shop-back-to-main .icon{width:14px;height:14px;transform:rotate(180deg)}.shop-header-top .theme-toggle{background:rgb(255 255 255 / .14);border-color:rgb(255 255 255 / .3);color:#fff}.shop-header-top .theme-toggle:hover{background:rgb(255 255 255 / .24);border-color:#fff;color:#ffd166}.shop-header-main{display:flex;align-items:center;gap:var(--space-5);padding-top:var(--space-3);padding-bottom:var(--space-3);flex-wrap:wrap}.shop-brand{display:flex;flex-direction:column;line-height:1.1}.shop-brand .brand-bn{font-size:.7rem;color:var(--color-primary);font-weight:700;letter-spacing:.04em}.shop-header-search{display:flex;flex:1;min-width:180px;max-width:420px}.shop-header-search input{flex:1;padding:9px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md) 0 0 var(--radius-md);background:var(--color-surface-alt);color:var(--color-ink)}.shop-header-search button{padding:0 16px;border:1px solid var(--color-primary);background:var(--color-primary);color:#fff;border-radius:0 var(--radius-md) var(--radius-md) 0;cursor:pointer}.shop-header-nav{display:flex;align-items:center;gap:10px;margin-left:auto;flex-shrink:0}.shop-header-account-link{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:.9rem;color:var(--color-ink);padding:9px 14px;border-radius:var(--radius-full);transition:background-color 0.15s,color 0.15s}.shop-header-account-link:hover{background:var(--color-surface-alt);color:var(--color-primary)}.shop-header-account-link .icon{width:18px;height:18px;flex-shrink:0}.shop-header-nav .nav-cart-link{background:var(--color-primary);color:#fff!important;padding:9px 18px;border-radius:var(--radius-full);box-shadow:0 2px 10px rgb(15 122 79 / .28);transition:background 0.15s,transform 0.15s,box-shadow 0.15s}.shop-header-nav .nav-cart-link:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 5px 16px rgb(15 122 79 / .38)}.shop-header-nav .nav-cart-link .nav-cart-count{background:var(--color-accent)}.shop-category-nav-wrap{background:var(--color-surface-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);max-height:60px;overflow:hidden;transition:max-height 0.25s ease}.shop-header.is-scrolled .shop-category-nav-wrap{max-height:0;border-top-color:#fff0;border-bottom-color:#fff0}.shop-category-nav{display:flex;align-items:center;gap:10px;overflow-x:auto;padding-top:12px;padding-bottom:12px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.shop-category-nav::-webkit-scrollbar{display:none}.shop-category-pill{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:8px 16px;border-radius:var(--radius-full);font-size:.85rem;font-weight:700;color:var(--color-ink-muted);background:var(--color-surface);border:1px solid var(--color-border);white-space:nowrap;transition:background-color 0.15s,color 0.15s,border-color 0.15s,transform 0.15s,box-shadow 0.15s}.shop-category-pill .icon{width:15px;height:15px;flex-shrink:0}.shop-category-pill:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-1px)}.shop-category-pill.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 3px 10px rgb(15 122 79 / .3)}@media (max-width:860px){.shop-header-search{order:3;max-width:none;width:100%;flex-basis:100%}.shop-header-nav{order:2}}@media (max-width:480px){.shop-header-account-link span,.shop-header-nav .nav-cart-link span{display:none}.shop-header-account-link,.shop-header-nav .nav-cart-link{padding:9px 11px}}.nav-cart-link{display:inline-flex;align-items:center;gap:6px}.nav-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-full);background:var(--color-accent);color:#fff;font-size:.72rem;font-weight:700}