/* Mioday storefront v5 — clean commerce layout, isolated from management styles. */
.storefront{
  --shop-ink:#17171a;
  --shop-muted:#6f7078;
  --shop-line:#e8e8eb;
  --shop-soft:#f6f6f4;
  --shop-brand:#ed0061;
  --shop-brand-dark:#c80050;
  --shop-success:#16825b;
  --shop-radius:16px;
  background:#fff;
  color:var(--shop-ink);
}
.storefront .shell{width:min(1440px,calc(100% - 64px));max-width:none;margin-inline:auto;box-sizing:border-box}
.storefront main{min-height:55vh}
.storefront a,.storefront button{transition:border-color .2s,color .2s,background-color .2s,transform .2s,opacity .2s}
.storefront img{max-width:100%}
.storefront [hidden]{display:none!important}
.storefront .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.storefront :focus-visible{outline:2px solid var(--shop-brand);outline-offset:3px}

/* Header */
.storefront .top-strip{background:#202124;color:#fff;font-size:12px}
.storefront .announcement-track{min-height:32px;display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:.02em}
.storefront .announcement-track span{animation:announcement-in .25s ease}
@keyframes announcement-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.storefront .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);border-bottom:1px solid var(--shop-line);backdrop-filter:blur(14px)}
.storefront .header-main{min-height:86px;display:grid;grid-template-columns:180px minmax(260px,1fr) auto;align-items:center;gap:34px}
.storefront .brand{display:flex;align-items:center}
.storefront .brand img{display:block;width:156px;height:auto}
.storefront .mobile-menu{display:none;width:42px;height:42px;padding:11px;border:1px solid var(--shop-line);border-radius:50%;background:#fff}
.storefront .mobile-menu span{display:block;height:1.5px;margin:4px 0;background:currentColor}
.storefront .search-box{height:50px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;overflow:hidden;border:1px solid #dedee2;border-radius:999px;background:#f7f7f7}
.storefront .search-box:focus-within{border-color:#aaa;background:#fff;box-shadow:0 0 0 4px rgba(237,0,97,.07)}
.storefront .search-box>svg{margin-left:19px;color:#5f6065}
.storefront .search-box input{min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--shop-ink);font-size:14px}
.storefront .search-box button{height:38px;margin-right:6px;padding:0 22px;border:0;border-radius:999px;background:var(--shop-ink);color:#fff;font-size:12px;font-weight:750;text-transform:uppercase;cursor:pointer}
.storefront .search-box button:hover{background:var(--shop-brand)}
.storefront .header-actions{display:flex;align-items:center;gap:8px}
.storefront .account-button,.storefront .cart-button{min-height:48px;display:flex;align-items:center;gap:10px;padding:6px 13px;border-radius:999px}
.storefront .account-button{border:1px solid transparent}
.storefront .account-button:hover{border-color:var(--shop-line);background:#fafafa}
.storefront .account-button>svg{color:var(--shop-brand)}
.storefront .account-button span{display:flex;flex-direction:column;max-width:130px}
.storefront .account-button strong{font-size:13px}
.storefront .account-button small{overflow:hidden;color:var(--shop-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.storefront .cart-button{position:relative;background:var(--shop-brand);color:#fff;font-size:13px;font-weight:750}
.storefront .cart-button:hover{background:var(--shop-brand-dark)}
.storefront .cart-button b{position:absolute;top:-5px;right:-3px;min-width:21px;height:21px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--shop-ink);font-size:9px}
.storefront .category-nav{border-top:1px solid #f0f0f1;background:#fff}
.storefront .category-nav-inner{min-height:50px;display:flex;align-items:stretch;gap:5px;overflow:visible}
.storefront .category-nav-inner>a,.storefront .nav-category>a{display:flex;align-items:center;padding:0 13px;border-bottom:2px solid transparent;color:#393a3f;font-size:12px;font-weight:650;white-space:nowrap}
.storefront .category-nav-inner>a:hover,.storefront .nav-category>a:hover{border-color:var(--shop-brand);color:var(--shop-brand)}
.storefront .all-products-link{font-weight:800!important}
.storefront .nav-category{position:relative;display:flex;align-items:stretch}
.storefront .nav-category>details{display:flex;align-items:center}
.storefront .nav-category>details>summary{height:100%;display:grid;place-items:center;padding:0 7px;list-style:none;cursor:pointer}
.storefront .nav-category>details>summary::-webkit-details-marker{display:none}
.storefront .nav-category>details[open]>summary span{transform:rotate(180deg)}
.storefront .nav-category>details>summary span{display:block;color:#777;font-size:14px;transition:transform .2s}
.storefront .category-dropdown{position:absolute;top:100%;left:-100px;z-index:30;width:min(680px,90vw);max-height:65vh;overflow:auto;padding:24px;border:1px solid var(--shop-line);border-radius:0 0 16px 16px;background:#fff;box-shadow:0 24px 55px rgba(20,20,25,.12)}
.storefront .dropdown-title{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--shop-line)}
.storefront .dropdown-title strong{font-size:18px}
.storefront .dropdown-title a{color:var(--shop-brand);font-size:12px;font-weight:750}
.storefront .dropdown-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding-top:18px}
.storefront .dropdown-columns>div{display:flex;flex-direction:column;align-items:flex-start}
.storefront .category-dropdown a{display:block;padding:5px 0;border:0;font-size:12px;white-space:normal}
.storefront .category-dropdown .category-child{margin-bottom:4px;color:var(--shop-ink);font-size:13px;font-weight:750}
.storefront .category-dropdown .category-leaf{color:var(--shop-muted)}
.storefront .category-dropdown a:hover{color:var(--shop-brand)}

/* Hero */
.storefront .hero{position:relative;display:block;min-height:0;margin-top:24px;padding:0;overflow:hidden;border-radius:22px;background:#f1f1f2}
.storefront .hero-slide{position:relative;min-height:500px;display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;isolation:isolate}
.storefront .hero-slide[hidden]{display:none}
.storefront .hero-background{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}
.storefront .hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(15,15,18,.82) 0%,rgba(15,15,18,.56) 39%,rgba(15,15,18,.04) 75%)}
.storefront .hero-copy{position:relative;z-index:2;max-width:690px;padding:64px 30px 76px 68px}
.storefront .hero h1,.storefront .hero h2{max-width:620px;margin:17px 0 20px;color:var(--shop-ink);font-size:clamp(38px,4.3vw,64px);font-weight:650;line-height:1.02;letter-spacing:-.055em}
.storefront .hero-copy>p{max-width:470px;margin:0 0 26px;color:#53545a;font-size:16px;line-height:1.65}
.storefront .hero .eyebrow{color:#595a60}
.storefront .lifestyle-slide .hero-copy,.storefront .lifestyle-slide .hero-copy>p,.storefront .lifestyle-slide h1,.storefront .lifestyle-slide h2,.storefront .lifestyle-slide .eyebrow{color:#fff}
.storefront .hero .primary-button{min-height:48px;padding:0 21px;border-radius:999px;background:#fff;color:var(--shop-ink);font-size:13px}
.storefront .product-slide .primary-button{background:var(--shop-ink);color:#fff}
.storefront .hero .primary-button:hover{background:var(--shop-brand);color:#fff}
.storefront .hero-mini-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:inherit;font-size:11px;font-weight:650;opacity:.82}
.storefront .hero-art{position:relative;min-width:0;height:100%;display:flex;align-items:center;justify-content:center;padding:42px;overflow:hidden}
.storefront .hero-art-halo{position:absolute;width:390px;height:390px;border-radius:50%;background:linear-gradient(135deg,#ffe5ef,#eee8ff);filter:blur(2px)}
.storefront .hero-art img{position:relative;z-index:1;width:100%;height:380px;object-fit:contain;mix-blend-mode:multiply}
.storefront .slider-controls{position:absolute;z-index:4;right:24px;bottom:20px;display:flex;align-items:center;gap:8px;padding:5px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(0,0,0,.08);font-size:11px}
.storefront .slider-controls button{width:31px;height:31px;border:0;border-radius:50%;background:transparent;cursor:pointer}
.storefront .slider-controls button:hover{background:#eee}
.storefront .benefit-strip{min-height:94px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border:1px solid var(--shop-line);border-radius:16px;background:#fff}
.storefront .benefit-strip>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-right:1px solid var(--shop-line)}
.storefront .benefit-strip>div:last-child{border:0}
.storefront .benefit-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#fff0f6;color:var(--shop-brand);font-weight:800}
.storefront .benefit-strip p{display:flex;flex-direction:column;margin:0}
.storefront .benefit-strip strong{font-size:13px}
.storefront .benefit-strip small{margin-top:3px;color:var(--shop-muted);font-size:10px}

/* Sections and categories */
.storefront .eyebrow{color:var(--shop-brand);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.storefront .category-showcase{padding-block:62px 20px}
.storefront .products-section{padding-block:46px}
.storefront .legal-page{width:min(980px,calc(100% - 80px));padding-block:68px}
.storefront .legal-page h1{margin:12px 0 34px;font-size:clamp(34px,5vw,58px);font-weight:560;letter-spacing:-.045em}
.storefront .legal-document{white-space:pre-wrap;line-height:1.82;color:#3f3f3f;font-size:15px}
.storefront .checkout-legal-note,.storefront .account-legal-note{color:var(--shop-muted);font-size:13px;line-height:1.6}
.storefront .checkout-legal-note a,.storefront .account-legal-note a{color:var(--shop-ink);text-decoration:underline;text-underline-offset:3px}
.admin-content-editor{max-width:920px}
.admin-editor-section{margin-top:24px;padding-top:25px;border-top:1px solid #ece9ed}
.admin-editor-section:first-of-type{margin-top:0;padding-top:0;border-top:0}
.admin-editor-section span{color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.12em}
.admin-editor-section h2{margin:6px 0 5px}
.admin-editor-section p{margin:0;color:var(--muted);font-size:13px}
.admin-content-editor .legal-textarea{min-height:300px;line-height:1.55}
.storefront .section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}
.storefront .section-heading-row h2{margin:7px 0 0;color:var(--shop-ink);font-size:clamp(25px,2.4vw,34px);font-weight:620;letter-spacing:-.035em}
.storefront .section-heading-row>a{display:flex;align-items:center;gap:9px;padding-bottom:4px;border-bottom:1px solid #bbb;color:#404147;font-size:12px;font-weight:650}
.storefront .section-heading-row>a:hover{border-color:var(--shop-brand);color:var(--shop-brand)}
.storefront .category-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.storefront .category-tiles>a{position:relative;min-width:0;display:grid;grid-template-columns:1fr auto;gap:12px;padding:0;border:0;background:transparent}
.storefront .category-photo{grid-column:1/-1;position:relative;display:block;aspect-ratio:1.45;overflow:hidden;border-radius:14px;background:var(--shop-soft)}
.storefront .category-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(0,0,0,.04);border-radius:inherit}
.storefront .category-photo img{position:absolute;inset:0;width:100%;height:100%;padding:24px;object-fit:contain;object-position:center;mix-blend-mode:multiply;transition:transform .35s}
.storefront .category-tiles>a:hover img{transform:scale(1.04)}
.storefront .category-copy{display:flex;min-width:0;flex-direction:column}
.storefront .category-copy strong{overflow:hidden;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.storefront .category-copy small{margin-top:4px;color:var(--shop-muted);font-size:10px}
.storefront .category-arrow{font-size:13px}
.storefront .collection-empty{padding:35px;border:1px dashed var(--shop-line);border-radius:14px;color:var(--shop-muted);text-align:center}

/* Product cards */
.storefront .product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 72px)/4);gap:24px;overflow-x:auto;padding:2px 2px 20px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#c9c9cc transparent}
.storefront .product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 22px}
.storefront .product-card{min-width:0;display:flex;flex-direction:column;align-self:start;height:auto;overflow:visible;border:0;border-radius:0;background:#fff;box-shadow:none;scroll-snap-align:start}
.storefront .product-card:hover{transform:none;box-shadow:none}
.storefront .product-card>.product-image-wrap{position:relative;width:100%;display:block;flex:none;aspect-ratio:1/1.04;overflow:hidden;border:1px solid #efeff0;border-radius:14px;background:#f7f7f5}
.storefront .product-card>.product-image-wrap>img{position:absolute;inset:0;width:100%;height:100%;padding:24px;object-fit:contain;object-position:center;mix-blend-mode:multiply;transition:transform .35s}
.storefront .product-card:hover>.product-image-wrap>img{transform:scale(1.035)}
.storefront .discount-badge,.storefront .shipping-badge{position:absolute;z-index:2;top:12px;padding:6px 8px;border-radius:999px;font-size:9px;font-weight:800}
.storefront .discount-badge{left:12px;background:var(--shop-brand);color:#fff}
.storefront .shipping-badge{right:12px;background:#fff;color:var(--shop-success);box-shadow:0 3px 12px rgba(0,0,0,.07)}
.storefront .product-card-body{position:relative;width:100%;display:flex!important;flex-direction:column;flex:none;min-height:182px;padding:15px 2px 0!important;color:var(--shop-ink)}
.storefront .product-brand{color:#85868c;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.storefront .product-title{height:44px;display:-webkit-box;margin:6px 0 8px;overflow:hidden;color:var(--shop-ink);font-size:14px;font-weight:570;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.storefront .product-title:hover{color:var(--shop-brand)}
.storefront .card-stock{display:flex;align-items:center;gap:6px;margin:0 0 10px;color:var(--shop-success);font-size:10px}
.storefront .card-stock span{width:6px;height:6px;border-radius:50%;background:currentColor}
.storefront .card-stock.out{color:#999}
.storefront .price-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-top:auto}
.storefront .price-row>div{min-width:0;display:flex;flex-direction:column}
.storefront .price-row del{color:#999;font-size:10px}
.storefront .price-row strong{margin-top:2px;color:var(--shop-ink);font-size:18px;font-weight:720;white-space:nowrap}
.storefront .price-row form{margin:0}
.storefront .price-row button{height:38px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid var(--shop-ink);border-radius:999px;background:#fff;color:var(--shop-ink);font-size:10px;font-weight:750;cursor:pointer}
.storefront .price-row button:hover{background:var(--shop-ink);color:#fff}
.storefront button:disabled{opacity:.45;cursor:not-allowed}

/* Catalog */
.storefront .breadcrumbs{min-height:54px;display:flex;align-items:center;gap:8px;overflow:hidden;color:var(--shop-muted);font-size:11px;white-space:nowrap}
.storefront .breadcrumbs a:hover{color:var(--shop-brand)}
.storefront .breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}
.storefront .page-heading{padding:35px 0 30px}
.storefront .page-heading h1{margin:7px 0 4px;color:var(--shop-ink);font-size:clamp(32px,4vw,52px);font-weight:620;letter-spacing:-.05em}
.storefront .page-heading p{margin:0;color:var(--shop-muted);font-size:13px}
.storefront .catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}
.storefront .mobile-catalog-toolbar,.storefront .filter-drawer-heading,.storefront .filter-backdrop{display:none}
.storefront .catalog-sort{display:flex;align-items:center;gap:10px}
.storefront .catalog-sort label{color:var(--shop-muted);font-size:11px}
.storefront .catalog-sort select,.storefront .catalog-filter select,.storefront .catalog-filter input{height:44px;padding:0 13px;border:1px solid #dcdce0;border-radius:9px;background:#fff;color:var(--shop-ink);font:inherit;font-size:12px}
.storefront .catalog-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:42px;padding-bottom:70px}
.storefront .catalog-sidebar{min-width:0}
.storefront .filter-categories{margin:0 0 22px;padding:0 0 20px;border:0;border-bottom:1px solid var(--shop-line)}
.storefront .filter-categories summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:14px;font-weight:750;list-style:none;cursor:pointer}
.storefront .filter-categories summary::-webkit-details-marker{display:none}
.storefront .filter-links{max-height:440px;overflow:auto;padding-right:6px}
.storefront .filter-links>a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0;color:#3f4044;font-size:12px}
.storefront .filter-links>a:hover{color:var(--shop-brand)}
.storefront .filter-links small{color:#999;font-size:9px}
.storefront .filter-links .filter-child{padding-left:14px;color:var(--shop-muted);font-size:11px}
.storefront .catalog-filter{display:grid;gap:14px}
.storefront .catalog-filter h2{margin:0;font-size:14px}
.storefront .catalog-filter label{display:grid;gap:7px;color:#4f5055;font-size:11px;font-weight:650}
.storefront .price-filter{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:6px}
.storefront .price-filter input{width:100%;min-width:0}
.storefront .price-filter>span{padding-bottom:13px;color:#999}
.storefront .catalog-filter button{height:43px;border:0;border-radius:999px;background:var(--shop-ink);color:#fff;font-size:11px;font-weight:750;cursor:pointer}
.storefront .catalog-filter button:hover{background:var(--shop-brand)}
.storefront .catalog-filter>a{color:var(--shop-muted);font-size:10px;text-align:center;text-decoration:underline}
.storefront .catalog-results{min-width:0}
.storefront .catalog-empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px;border:1px dashed var(--shop-line);border-radius:16px;text-align:center}
.storefront .catalog-empty>span{font-size:38px}
.storefront .catalog-empty h2{margin:12px 0 4px}
.storefront .catalog-empty p{color:var(--shop-muted)}
.storefront .catalog-empty a{padding:11px 18px;border-radius:999px;background:var(--shop-ink);color:#fff;font-size:12px}
.storefront .panel-pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin:46px 0 0}
.storefront .panel-pagination a{padding:11px 17px;border:1px solid var(--shop-line);border-radius:999px;background:#fff;color:var(--shop-ink);font-size:11px}
.storefront .panel-pagination a:hover{border-color:var(--shop-ink)}
.storefront .panel-pagination span{color:var(--shop-muted);font-size:11px}

/* Product detail */
.storefront .product-detail-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:start;gap:66px;padding:18px 0 64px;border:0;background:transparent;box-shadow:none}
.storefront .detail-gallery{min-width:0}
.storefront .detail-image{position:relative;width:100%;height:min(620px,62vw);min-height:470px;display:block;overflow:hidden;border:1px solid #eeeeef;border-radius:18px;background:#f7f7f5}
.storefront .detail-image>img{position:absolute;inset:0;width:100%;height:100%;max-width:100%;max-height:100%;padding:clamp(24px,4vw,54px);object-fit:contain!important;object-position:center!important;mix-blend-mode:normal}
.storefront .detail-discount{position:absolute;z-index:2;top:16px;left:16px;padding:8px 11px;border-radius:999px;background:var(--shop-brand);color:#fff;font-size:10px;font-weight:800}
.storefront .detail-thumbnails{max-width:100%;display:flex;gap:9px;margin-top:11px;padding:1px 1px 8px;overflow-x:auto}
.storefront .detail-thumbnails button{width:72px;height:72px;display:grid;place-items:center;flex:0 0 72px;padding:5px;border:1px solid var(--shop-line);border-radius:10px;background:#f7f7f5;cursor:pointer}
.storefront .detail-thumbnails button.active{border-color:var(--shop-ink);box-shadow:0 0 0 1px var(--shop-ink)}
.storefront .detail-thumbnails img{width:100%;height:100%;padding:2px;object-fit:contain;object-position:center}
.storefront .detail-info{position:sticky;top:165px;padding:17px 0}
.storefront .detail-brand{color:#77787e;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.storefront .detail-info h1{margin:12px 0 24px;color:var(--shop-ink);font-size:clamp(28px,2.6vw,40px);font-weight:590;line-height:1.22;letter-spacing:-.04em}
.storefront .detail-price{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:22px;border-bottom:1px solid var(--shop-line)}
.storefront .detail-price>div{display:flex;flex-direction:column}
.storefront .detail-price del{color:#999;font-size:12px}
.storefront .detail-price strong{color:var(--shop-ink);font-size:34px;font-weight:720;letter-spacing:-.035em}
.storefront .detail-price small{margin-top:2px;color:var(--shop-muted);font-size:10px}
.storefront .detail-saving{padding:8px 10px;border-radius:999px;background:#fff0f5;color:var(--shop-brand);font-size:10px;font-weight:800}
.storefront .product-meta{display:flex;flex-wrap:wrap;gap:8px 22px;padding:17px 0;border-bottom:1px solid var(--shop-line)}
.storefront .product-meta p{display:flex;flex-direction:column;margin:0}
.storefront .product-meta span{color:var(--shop-muted);font-size:9px}
.storefront .product-meta strong{max-width:210px;margin-top:3px;overflow:hidden;font-size:10px;text-overflow:ellipsis}
.storefront .stock-message{display:flex;align-items:center;gap:8px;margin:18px 0;padding:0;background:none;color:var(--shop-success);font-size:12px}
.storefront .stock-message>span{width:8px;height:8px;border-radius:50%;background:currentColor}
.storefront .stock-message.out{background:none;color:#8c8c91}
.storefront .purchase-controls{display:grid;grid-template-columns:116px minmax(0,1fr);gap:10px}
.storefront .quantity-control{height:52px;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;overflow:hidden;border:1px solid #d7d7da;border-radius:999px}
.storefront .quantity-control button{border:0;background:#f6f6f6;cursor:pointer}
.storefront .quantity-control input{min-width:0;width:100%;border:0;outline:0;background:#fff;text-align:center;font-weight:750}
.storefront .detail-add-button{min-height:52px;border:0;border-radius:999px;background:var(--shop-brand);color:#fff;font-size:14px;font-weight:750;cursor:pointer}
.storefront .detail-add-button:hover{background:var(--shop-brand-dark)}
.storefront .favorite-form{margin-top:10px}
.storefront .favorite-form button{width:100%;height:46px;border:1px solid var(--shop-line);border-radius:999px;background:#fff;color:var(--shop-ink);font-size:12px;cursor:pointer}
.storefront .favorite-form button:hover{border-color:var(--shop-ink)}
.storefront .detail-assurances{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:18px}
.storefront .detail-assurances>div{min-width:0;display:flex;align-items:center;gap:7px;padding:10px;border:1px solid var(--shop-line);border-radius:11px}
.storefront .detail-assurances>div>span{color:var(--shop-brand);font-weight:800}
.storefront .detail-assurances p{min-width:0;display:flex;flex-direction:column;margin:0}
.storefront .detail-assurances strong{font-size:9px}
.storefront .detail-assurances small{margin-top:2px;color:var(--shop-muted);font-size:8px}
.storefront .product-help{display:grid;gap:11px;margin-top:22px;padding-top:19px;border-top:1px solid var(--shop-line)}
.storefront .product-help a{display:flex;align-items:center;justify-content:space-between;color:#404146;font-size:11px}
.storefront .product-help a:hover{color:var(--shop-brand)}
.storefront .detail-description{margin:0 0 65px;border:1px solid var(--shop-line);border-radius:18px;background:#fff;overflow:hidden}
.storefront .description-content{max-width:1050px;padding:40px}
.storefront .description-content h2{margin:8px 0 20px;font-size:25px;font-weight:620;letter-spacing:-.025em}
.storefront .description-content h2:not(:first-of-type){margin-top:38px;padding-top:30px;border-top:1px solid var(--shop-line)}
.storefront .rich-description{color:#55565c;font-size:14px;line-height:1.8}
.storefront .rich-description img{height:auto!important;max-width:100%!important}
.storefront .rich-description table{display:block;max-width:100%;overflow:auto}
.storefront .feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border:1px solid var(--shop-line);border-radius:12px;overflow:hidden}
.storefront .feature-list>div{display:grid;grid-template-columns:minmax(100px,.8fr) minmax(0,1.2fr);gap:12px;padding:13px 15px;border-right:1px solid var(--shop-line);border-bottom:1px solid var(--shop-line)}
.storefront .feature-list>div:nth-child(2n){border-right:0}
.storefront .feature-list dt{color:var(--shop-muted);font-size:10px}
.storefront .feature-list dd{margin:0;overflow-wrap:anywhere;font-size:11px;font-weight:650}

/* Cart, checkout and member */
.storefront .checkout-progress{min-height:72px;display:flex;align-items:center;justify-content:center;gap:15px;border-bottom:1px solid var(--shop-line)}
.storefront .checkout-progress span,.storefront .checkout-progress a{display:flex;align-items:center;gap:7px;color:#999;font-size:11px;font-weight:650}
.storefront .checkout-progress b{width:25px;height:25px;display:grid;place-items:center;border:1px solid #d5d5d8;border-radius:50%;font-size:10px}
.storefront .checkout-progress .active{color:var(--shop-ink)}
.storefront .checkout-progress .active b{border-color:var(--shop-brand);background:var(--shop-brand);color:#fff}
.storefront .checkout-progress i{width:55px;height:1px;background:#dedee1}
.storefront .cart-page,.storefront .checkout-page{padding-bottom:80px}
.storefront .cart-layout,.storefront .checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:30px}
.storefront .cart-items,.storefront .checkout-form,.storefront .cart-summary,.storefront .checkout-summary{border:1px solid var(--shop-line);border-radius:16px;background:#fff}
.storefront .cart-items{padding:8px 22px 20px}
.storefront .cart-item{display:grid;grid-template-columns:100px minmax(0,1fr) 72px 115px 38px;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--shop-line)}
.storefront .cart-image{width:100px;height:100px;display:block;overflow:hidden;border-radius:11px;background:var(--shop-soft)}
.storefront .cart-image img{width:100%;height:100%;padding:8px;object-fit:contain}
.storefront .cart-product{min-width:0;display:flex;flex-direction:column}
.storefront .cart-product>span{color:#88898f;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.storefront .cart-product>a{display:-webkit-box;margin:6px 0;overflow:hidden;font-size:12px;font-weight:650;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.storefront .cart-product>a:hover{color:var(--shop-brand)}
.storefront .cart-product small{color:var(--shop-muted);font-size:9px}
.storefront .cart-item>label{display:grid;gap:5px;color:var(--shop-muted);font-size:9px}
.storefront .cart-item input{width:66px;height:39px;padding:0 8px;border:1px solid var(--shop-line);border-radius:9px}
.storefront .cart-price{display:flex;flex-direction:column;align-items:flex-end}
.storefront .cart-price small{color:var(--shop-muted);font-size:9px}
.storefront .cart-price strong{margin-top:4px;font-size:13px}
.storefront .remove-button{width:34px;height:34px;border:0;border-radius:50%;background:#fff3f6;color:var(--shop-brand);font-size:20px;cursor:pointer}
.storefront .remove-button:hover{background:var(--shop-brand);color:#fff}
.storefront .cart-update-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:18px}
.storefront .cart-update-row>a{font-size:11px;font-weight:650}
.storefront .cart-update-row .secondary-button{min-height:42px;border-radius:999px;font-size:11px}
.storefront .cart-empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.storefront .cart-empty>span{font-size:42px}
.storefront .cart-empty>strong{margin-top:12px;font-size:20px}
.storefront .cart-empty p{max-width:360px;color:var(--shop-muted);font-size:12px}
.storefront .cart-empty .primary-button{min-height:44px;border-radius:999px;font-size:11px}
.storefront .cart-summary,.storefront .checkout-summary{position:sticky;top:164px;padding:26px;box-shadow:0 14px 40px rgba(20,20,25,.055)}
.storefront .summary-kicker{color:var(--shop-brand);font-size:9px;font-weight:800;letter-spacing:.15em}
.storefront .cart-summary h2,.storefront .checkout-summary h2{margin:6px 0 22px;font-size:24px}
.storefront .cart-summary>div:not(.summary-trust),.storefront .checkout-totals>p{display:flex;align-items:center;justify-content:space-between;margin:13px 0;color:var(--shop-muted);font-size:11px}
.storefront .cart-summary>div strong,.storefront .checkout-totals strong{color:var(--shop-ink)}
.storefront .free-shipping{color:var(--shop-success)!important}
.storefront .cart-summary hr{margin:20px 0;border:0;border-top:1px solid var(--shop-line)}
.storefront .cart-summary .summary-total,.storefront .checkout-totals .summary-total{display:flex;align-items:center;justify-content:space-between;color:var(--shop-ink);font-size:14px}
.storefront .cart-summary .summary-total strong,.storefront .checkout-totals .summary-total strong{font-size:22px}
.storefront .cart-summary .primary-button{width:100%;min-height:50px;margin-top:20px;border-radius:999px;font-size:12px}
.storefront .cart-summary>p{color:var(--shop-muted);font-size:9px;line-height:1.5;text-align:center}
.storefront .summary-trust{display:flex!important;justify-content:center!important;gap:12px!important;margin-top:16px!important;color:var(--shop-success)!important;font-size:9px!important}
.storefront .checkout-form{padding:29px}
.storefront .checkout-form fieldset{margin:0 0 31px;padding:0;border:0}
.storefront .checkout-form legend{display:flex;align-items:center;gap:10px;margin-bottom:19px;font-size:16px;font-weight:750}
.storefront .checkout-form legend>span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--shop-ink);color:#fff;font-size:10px}
.storefront .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.storefront .form-grid label{display:flex;flex-direction:column;gap:7px;color:#505158;font-size:10px;font-weight:650}
.storefront .form-grid label.wide{grid-column:1/-1}
.storefront .form-grid label small{color:var(--shop-muted);font-weight:400}
.storefront .form-grid input,.storefront .form-grid textarea{width:100%;padding:12px 13px;border:1px solid #dcdce0;border-radius:9px;outline:0;background:#fff;font:inherit;font-size:12px}
.storefront .form-grid input:focus,.storefront .form-grid textarea:focus{border-color:var(--shop-brand);box-shadow:0 0 0 3px rgba(237,0,97,.07)}
.storefront .same-billing{display:flex;align-items:flex-start;gap:11px;margin-bottom:16px;padding:15px;border:1px solid var(--shop-line);border-radius:11px;cursor:pointer}
.storefront .same-billing input{margin-top:2px}
.storefront .same-billing>span{display:flex;flex-direction:column}
.storefront .same-billing strong{font-size:11px}
.storefront .same-billing small{margin-top:3px;color:var(--shop-muted);font-size:9px}
.storefront .terms{display:flex;align-items:flex-start;gap:9px;color:var(--shop-muted);font-size:10px;line-height:1.5}
.storefront .terms input{margin-top:2px}
.storefront .terms a{color:var(--shop-brand);font-weight:700}
.storefront .pay-button{width:100%;min-height:50px;margin-top:20px;border-radius:999px;font-size:12px}
.storefront .form-errors{margin-bottom:22px;padding:15px;border:1px solid #ffc6d8;border-radius:11px;background:#fff4f7;color:#9b1644}
.storefront .form-errors strong{font-size:12px}
.storefront .form-errors p{margin:5px 0 0;font-size:10px}
.storefront .checkout-products{max-height:390px;overflow:auto}
.storefront .checkout-item{display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;align-items:center!important;gap:10px;padding:10px 0;border-bottom:1px solid var(--shop-line)}
.storefront .checkout-item img{width:54px;height:54px;padding:4px;border-radius:8px;background:var(--shop-soft);object-fit:contain}
.storefront .checkout-item>span{min-width:0;display:flex;flex-direction:column}
.storefront .checkout-item strong{display:-webkit-box;overflow:hidden;font-size:10px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.storefront .checkout-item small{margin-top:3px;color:var(--shop-muted);font-size:9px}
.storefront .checkout-item b{font-size:10px;white-space:nowrap}
.storefront .checkout-totals{margin-top:20px;padding-top:4px;border-top:1px solid var(--shop-line)}
.storefront .checkout-totals>p{display:flex!important}
.storefront .checkout-totals .summary-total{margin-top:17px;padding-top:17px;border-top:1px solid var(--shop-line)}
.storefront .checkout-safe{display:block;margin-top:17px;color:var(--shop-success);font-size:9px;text-align:center}
.storefront .member-page{padding-block:48px 75px;min-height:60vh}
.storefront .member-page h1{margin:7px 0;font-size:clamp(31px,4vw,48px);font-weight:620;letter-spacing:-.045em}
.storefront .member-layout{display:flex;align-items:flex-start;gap:46px}
.storefront .member-nav{width:230px;display:grid;gap:4px;flex-shrink:0;padding:17px;border:1px solid var(--shop-line);border-radius:14px;background:#fff}
.storefront .member-nav>strong{padding:8px 9px 13px}
.storefront .member-nav>a,.storefront .member-nav button{width:100%;display:block;padding:11px 9px;border:0;border-radius:8px;background:#fff;color:var(--shop-ink);font-size:11px;text-align:left}
.storefront .member-nav>a:hover,.storefront .member-nav button:hover{background:var(--shop-soft)}
.storefront .member-content{min-width:0;flex:1}
.storefront .account-form{max-width:560px;display:grid;gap:16px;margin-bottom:29px;padding:26px;border:1px solid var(--shop-line);border-radius:14px;background:#fff}
.storefront .account-form label{display:grid;gap:7px;color:#4f5055;font-size:11px;font-weight:650}
.storefront .account-form input,.storefront .account-form textarea,.storefront .account-form select{width:100%;padding:12px 13px;border:1px solid #dcdce0;border-radius:9px;background:#fff;font:inherit;font-size:12px}
.storefront .account-form .checkline{display:flex;align-items:flex-start;gap:8px;line-height:1.45}
.storefront .checkline input{width:16px;flex:0 0 16px;margin-top:1px}
.storefront .account-form button{min-height:43px;border:0;border-radius:999px;background:var(--shop-ink);color:#fff;font-size:11px;cursor:pointer}
.storefront .auth-actions{max-width:560px;display:grid;gap:10px}
.storefront .auth-action-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.storefront .auth-actions a{min-height:45px;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:999px;font-size:11px}
.storefront .auth-register{background:var(--shop-brand);color:#fff}
.storefront .auth-reset{background:var(--shop-ink);color:#fff}
.storefront .auth-guest,.storefront .auth-login{border:1px solid var(--shop-line);background:#fff;color:var(--shop-ink)}
.storefront .home-confidence{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:35px;margin-bottom:70px;padding:55px;border-radius:20px;background:#202124;color:#fff}
.storefront .home-confidence h2{max-width:520px;margin:9px 0 16px;font-size:clamp(30px,3.8vw,52px);line-height:1.05;letter-spacing:-.045em}
.storefront .home-confidence>div>p{max-width:520px;color:#c8c8cb;font-size:13px;line-height:1.7}
.storefront .home-confidence>div>a{display:inline-block;margin-top:14px;padding-bottom:4px;border-bottom:1px solid #888;font-size:12px}
.storefront .confidence-points{display:grid;gap:0}
.storefront .confidence-points p{display:grid;grid-template-columns:150px 1fr;gap:20px;margin:0;padding:20px 0;border-bottom:1px solid #3a3b3f}
.storefront .confidence-points p:last-child{border:0}
.storefront .confidence-points strong{font-size:12px}
.storefront .confidence-points span{color:#bbbcc1;font-size:11px;line-height:1.5}

/* Footer */
.storefront .site-footer{margin-top:45px;padding:0;background:#f5f5f3;border-top:1px solid var(--shop-line)}
.storefront .footer-promise{min-height:76px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-bottom:1px solid #dedede;color:#48494f;font-size:10px;font-weight:650}
.storefront .footer-promise span{text-align:center}
.storefront .footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:38px;padding-block:52px}
.storefront .footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.storefront .footer-grid img{width:132px;height:auto;margin-bottom:6px}
.storefront .footer-grid p{max-width:310px;margin:0;color:var(--shop-muted);font-size:11px;line-height:1.65}
.storefront .footer-grid strong{margin-bottom:5px;font-size:12px}
.storefront .footer-grid a{color:#56575c;font-size:10px}
.storefront .footer-grid a:hover{color:var(--shop-brand)}
.storefront .footer-brand>a{color:var(--shop-brand);font-weight:700}
.storefront .footer-bottom{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #dedede;color:#84858a;font-size:9px}

@media(max-width:1100px){
  .storefront .shell{width:calc(100% - 40px)}
  .storefront .header-main{grid-template-columns:145px minmax(220px,1fr) auto;gap:18px}
  .storefront .brand img{width:130px}
  .storefront .category-nav-inner{overflow-x:auto;scrollbar-width:none}
  .storefront .hero-slide{min-height:440px}
  .storefront .hero-copy{padding-left:44px}
  .storefront .product-carousel{grid-auto-columns:calc((100% - 40px)/3);gap:20px}
  .storefront .product-detail-card{gap:35px}
  .storefront .detail-image{min-height:420px;height:520px}
  .storefront .cart-layout,.storefront .checkout-layout{grid-template-columns:minmax(0,1fr) 340px}
}
@media(max-width:840px){
  .storefront .shell{width:calc(100% - 28px)}
  .storefront .site-header{position:relative}
  .storefront .header-main{grid-template-columns:42px minmax(0,1fr) auto;gap:9px;min-height:70px}
  .storefront .mobile-menu{display:block}
  .storefront .brand img{width:112px}
  .storefront .search-box{grid-column:1/-1;grid-row:2;height:44px;margin-bottom:10px}
  .storefront .search-box button{height:34px;padding:0 17px}
  .storefront .account-button{padding:6px}
  .storefront .account-button span{display:none}
  .storefront .cart-button{min-height:42px;padding:6px 11px}
  .storefront .cart-button>span{display:none}
  .storefront .category-nav{display:none;position:absolute;top:100%;left:0;right:0;z-index:60;max-height:72vh;overflow:auto;box-shadow:0 20px 45px rgba(0,0,0,.14)}
  .storefront .category-nav.open{display:block}
  .storefront .category-nav-inner{display:block;padding:8px 14px 18px;overflow:visible}
  .storefront .category-nav-inner>a,.storefront .nav-category>a{min-height:42px;padding:0 8px;border-bottom:1px solid #f0f0f0}
  .storefront .nav-category{display:grid;grid-template-columns:1fr 40px}
  .storefront .nav-category>details>summary{min-height:42px}
  .storefront .nav-category>details[open]{grid-column:1/-1}
  .storefront .category-dropdown{position:static;width:100%;max-height:none;padding:16px;border:0;border-radius:0;box-shadow:none}
  .storefront .dropdown-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
  .storefront .hero{margin-top:14px;border-radius:16px}
  .storefront .hero-slide{grid-template-columns:1fr;min-height:0}
  .storefront .hero-copy{padding:32px 25px 84px}
  .storefront .hero h1,.storefront .hero h2{font-size:clamp(34px,9vw,48px)}
  .storefront .hero-copy>p{font-size:13px}
  .storefront .hero-background{object-position:60% center}
  .storefront .hero-overlay{background:linear-gradient(90deg,rgba(10,10,12,.82),rgba(10,10,12,.4))}
  .storefront .hero-art{min-height:280px;padding:20px 25px 60px}
  .storefront .hero-art img{height:250px}
  .storefront .hero-art-halo{width:260px;height:260px}
  .storefront .slider-controls{right:14px;bottom:14px}
  .storefront .benefit-strip{grid-template-columns:repeat(2,1fr)}
  .storefront .benefit-strip>div:nth-child(2){border-right:0}
  .storefront .benefit-strip>div:nth-child(-n+2){border-bottom:1px solid var(--shop-line)}
  .storefront .category-tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 12px}
  .storefront .product-carousel{grid-auto-columns:72%;gap:16px}
  .storefront .catalog-heading{display:block;padding-bottom:18px}
  .storefront .desktop-catalog-sort{display:none}
  .storefront .mobile-catalog-toolbar{position:sticky;top:0;z-index:35;display:grid;grid-template-columns:minmax(112px,.72fr) minmax(0,1.28fr);gap:9px;padding-top:9px;padding-bottom:11px;border-bottom:1px solid var(--shop-line);background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}
  .storefront .mobile-catalog-toolbar>button{height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 15px;border:1px solid #dcdce0;border-radius:999px;background:#fff;color:var(--shop-ink);font-size:11px;font-weight:750;cursor:pointer}
  .storefront .mobile-catalog-toolbar>button b{color:var(--shop-brand);font-size:13px}
  .storefront .mobile-catalog-sort{min-width:0;display:block}
  .storefront .mobile-catalog-sort select{width:100%;height:44px;padding:0 35px 0 14px;border-radius:999px;background:#f7f7f7;font-size:11px}
  .storefront .catalog-layout{display:block;padding-top:19px}
  .storefront .catalog-sidebar{position:fixed;inset:0 0 0 auto;z-index:120;width:min(390px,92vw);display:block;padding:20px 18px 34px;overflow-y:auto;overscroll-behavior:contain;background:#fff;box-shadow:-20px 0 60px rgba(15,15,18,.16);transform:translateX(105%);transition:transform .25s ease}
  .storefront .catalog-sidebar.open{transform:translateX(0)}
  .storefront .filter-drawer-heading{position:sticky;top:-20px;z-index:2;display:flex;align-items:center;justify-content:space-between;margin:-20px -18px 22px;padding:18px;border-bottom:1px solid var(--shop-line);background:#fff}
  .storefront .filter-drawer-heading>div{display:flex;flex-direction:column}
  .storefront .filter-drawer-heading small{color:var(--shop-muted);font-size:9px}
  .storefront .filter-drawer-heading strong{margin-top:3px;font-size:18px}
  .storefront .filter-drawer-heading>button{width:38px;height:38px;border:1px solid var(--shop-line);border-radius:50%;background:#fff;color:var(--shop-ink);font-size:23px;line-height:1;cursor:pointer}
  .storefront .filter-backdrop{position:fixed;inset:0;z-index:110;width:100%;height:100%;display:block;border:0;background:rgba(15,15,18,.46);cursor:pointer}
  .storefront.filter-drawer-open{overflow:hidden}
  .storefront .catalog-sidebar .filter-categories{margin-bottom:24px}
  .storefront .filter-links{max-height:240px}
  .storefront .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 13px}
  .storefront .product-detail-card{grid-template-columns:1fr;gap:20px;padding-top:5px}
  .storefront .detail-info{position:static;padding-top:0}
  .storefront .detail-image{height:480px;min-height:0}
  .storefront .cart-layout,.storefront .checkout-layout{grid-template-columns:1fr}
  .storefront .cart-summary,.storefront .checkout-summary{position:static}
  .storefront .member-layout{display:block}
  .storefront .member-nav{width:100%;display:flex;flex-wrap:wrap;margin-bottom:25px}
  .storefront .member-nav>strong{width:100%}
  .storefront .home-confidence{grid-template-columns:1fr;gap:25px;padding:35px}
  .storefront .footer-grid{grid-template-columns:repeat(2,1fr)}
  .storefront .footer-promise{grid-template-columns:repeat(2,1fr)}
  .storefront .footer-promise span{padding:14px}
}
@media(max-width:560px){
  .storefront .shell{width:calc(100% - 20px)}
  .storefront .legal-page{width:calc(100% - 36px);padding-block:42px}
  .storefront .legal-page h1{margin-bottom:24px;font-size:34px}
  .storefront .legal-document{font-size:14px;line-height:1.75}
  .storefront .announcement-track{min-height:29px;font-size:10px}
  .storefront .header-main{grid-template-columns:38px minmax(0,1fr) auto}
  .storefront .mobile-menu{width:38px;height:38px}
  .storefront .brand img{width:100px}
  .storefront .hero-copy{padding:28px 20px 80px}
  .storefront .hero h1,.storefront .hero h2{font-size:35px}
  .storefront .hero-mini-trust{gap:10px;font-size:9px}
  .storefront .benefit-strip{min-height:0}
  .storefront .benefit-strip>div{justify-content:flex-start;padding:12px 9px}
  .storefront .benefit-icon{width:28px;height:28px}
  .storefront .benefit-strip strong{font-size:10px}
  .storefront .benefit-strip small{font-size:8px}
  .storefront .category-showcase{padding-top:45px}
  .storefront .section-heading-row h2{font-size:23px}
  .storefront .section-heading-row>a{font-size:10px}
  .storefront .category-photo{aspect-ratio:1.15}
  .storefront .category-photo img{padding:14px}
  .storefront .category-copy strong{font-size:11px}
  .storefront .products-section{padding-block:32px}
  .storefront .product-carousel{grid-auto-columns:82%}
  .storefront .product-card>.product-image-wrap>img{padding:16px}
  .storefront .product-card-body{min-height:174px;padding-top:12px!important}
  .storefront .product-title{font-size:12px}
  .storefront .price-row{grid-template-columns:1fr}
  .storefront .price-row form{width:100%}
  .storefront .price-row button{width:100%}
  .storefront .product-grid{gap:24px 10px}
  .storefront .catalog-results .product-card-body{min-height:190px}
  .storefront .catalog-sidebar{grid-template-columns:1fr}
  .storefront .page-heading{padding:25px 0}
  .storefront .page-heading h1{font-size:33px}
  .storefront .catalog-sort{width:100%;justify-content:space-between}
  .storefront .catalog-sort select{max-width:70%}
  .storefront .detail-image{height:390px}
  .storefront .detail-image>img{padding:20px}
  .storefront .detail-info h1{font-size:26px}
  .storefront .detail-price strong{font-size:29px}
  .storefront .purchase-controls{grid-template-columns:104px 1fr}
  .storefront .detail-assurances{grid-template-columns:1fr}
  .storefront .detail-assurances>div{padding:9px 12px}
  .storefront .feature-list{grid-template-columns:1fr}
  .storefront .feature-list>div{border-right:0}
  .storefront .description-content{padding:25px 18px}
  .storefront .checkout-progress{gap:7px}
  .storefront .checkout-progress i{width:20px}
  .storefront .checkout-progress span,.storefront .checkout-progress a{font-size:9px}
  .storefront .cart-items{padding:5px 14px 16px}
  .storefront .cart-item{grid-template-columns:78px minmax(0,1fr) 34px;gap:10px}
  .storefront .cart-image{width:78px;height:78px}
  .storefront .cart-item>label{grid-column:2}
  .storefront .cart-price{grid-column:2;align-items:flex-start}
  .storefront .remove-button{grid-column:3;grid-row:1}
  .storefront .cart-update-row{align-items:stretch;flex-direction:column}
  .storefront .checkout-form{padding:20px 15px}
  .storefront .form-grid{grid-template-columns:1fr}
  .storefront .form-grid label.wide{grid-column:auto}
  .storefront .auth-action-row{grid-template-columns:1fr 1fr}
  .storefront .account-form{padding:20px 15px}
  .storefront .home-confidence{margin-bottom:45px;padding:28px 20px}
  .storefront .confidence-points p{grid-template-columns:100px 1fr;gap:12px}
  .storefront .footer-grid{grid-template-columns:1fr;gap:29px}
  .storefront .footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:17px}
}
@media(prefers-reduced-motion:reduce){
  .storefront *,.storefront *::before,.storefront *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* Customer return request and status */
.storefront .member-order-detail{max-width:1050px}.storefront .order-status-card{display:flex;align-items:center;gap:16px;margin:24px 0;padding:20px;border:1px solid var(--shop-line);border-radius:14px;background:#fff}.storefront .order-status-card strong{font-size:17px}.storefront .order-status-card span{color:var(--shop-muted);font-size:12px}.storefront .order-status-card .primary-button{margin-left:auto}.storefront .return-customer-card{margin-top:34px;padding:28px;border:1px solid var(--shop-line);border-radius:16px;background:#fafafa}.storefront .return-customer-card h2{margin:8px 0}.storefront .return-customer-card>p{color:var(--shop-muted);line-height:1.6}.storefront .return-status{display:inline-flex;padding:8px 11px;border-radius:999px;background:#f1ecff;color:#5c42a2;font-size:12px;font-weight:750}.storefront .return-request-form{max-width:none;margin-top:20px;margin-bottom:0}.storefront .return-request-form fieldset{display:grid;gap:10px;margin:0;padding:0;border:0}.storefront .return-request-form legend{margin-bottom:8px;font-size:13px;font-weight:750}.storefront .return-item{display:flex!important;align-items:center;justify-content:space-between;gap:18px;padding:14px;border:1px solid var(--shop-line);border-radius:10px;background:#fff}.storefront .return-item>span{display:grid;gap:4px}.storefront .return-item small{color:var(--shop-muted);font-size:10px}.storefront .return-item select{width:165px}.storefront .return-shipping-box{display:grid;gap:7px;margin:20px 0;padding:20px;border-radius:12px;background:#eef7ff}.storefront .return-shipping-box span{color:var(--shop-muted);font-size:10px;text-transform:uppercase}.storefront .return-shipping-box b{font-size:25px;letter-spacing:.05em}.storefront .return-shipping-box p{margin:5px 0 0;color:var(--shop-muted);font-size:11px}.storefront .return-timeline{display:grid;margin-top:25px}.storefront .return-timeline>div{display:grid;grid-template-columns:170px 1fr;gap:15px;padding:14px 0;border-bottom:1px solid var(--shop-line)}.storefront .return-timeline span{color:var(--shop-muted);font-size:10px}.storefront .return-timeline strong{font-size:11px}.storefront .return-expired{color:#a92b22!important}.storefront .return-customer-card button:disabled{background:#ddd;color:#777}.storefront .address-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:32px}.storefront .address-summary>div{padding:20px;border:1px solid var(--shop-line);border-radius:12px}.storefront .address-summary h3{margin-top:0}.storefront .address-summary p{color:var(--shop-muted);line-height:1.6}
@media(max-width:650px){.storefront .order-status-card{align-items:flex-start;flex-direction:column}.storefront .order-status-card .primary-button{width:100%;margin-left:0}.storefront .return-customer-card{padding:20px 15px}.storefront .return-item{align-items:stretch;flex-direction:column}.storefront .return-item select{width:100%}.storefront .return-timeline>div{grid-template-columns:1fr;gap:5px}.storefront .address-summary{grid-template-columns:1fr}}
