:root{--orange:#ff6b1a;--dark:#252321;--cream:#f8f6f2;--line:#ece7e0;--muted:#807a73;--green:#159b72}*{box-sizing:border-box}body{margin:0;color:var(--dark);font:14px "Noto Sans SC","PingFang SC",Arial,sans-serif;background:var(--cream)}button,input{font:inherit}button{border:0;cursor:pointer}.shop-body{padding-bottom:92px;max-width:700px;margin:auto;background:#fff;min-height:100vh}.shop-header{height:62px;padding:0 17px;display:flex;gap:10px;align-items:center;position:sticky;top:0;z-index:3;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid #f3f0eb}.logo{display:flex;gap:7px;align-items:center;color:var(--dark);text-decoration:none;font-weight:800;font-size:16px}.logo i{font-family:Georgia;font-style:italic;display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:var(--orange);color:#fff}.logo small{display:block;font-weight:400;font-size:9px;color:#99928a;letter-spacing:.2px}.location{margin-left:auto;max-width:160px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:#fff5ed;color:#a24a17;border:1px solid #ffe1cc;border-radius:18px;padding:7px 9px;font-size:10px}.user-dot{font-size:10px;color:#605a54;background:#f3f0ec;border-radius:18px;padding:7px 9px}.shop-hero{margin:14px 15px 10px;border-radius:16px;padding:14px 18px;color:#fff;background:linear-gradient(120deg,#ff7020,#ff9f48);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:6px}.hero-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.hero-secondline{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.hero-delivery{font-size:15px;font-weight:700;line-height:1.2}.hero-fee{font-size:11px;line-height:1.35;color:rgba(255,255,255,.92);min-width:0;flex:1 1 auto}.hero-copy{font-size:11px;color:rgba(255,255,255,.85);white-space:nowrap}.hero-membership-btn{flex:0 0 auto;padding:4px 10px;border:1px solid rgba(255,255,255,.8);border-radius:14px;background:rgba(255,255,255,.16);color:#fff;font-size:11px;font-weight:600;line-height:1.4;cursor:pointer}.hero-membership-btn:disabled{opacity:.6;cursor:default}.shop-hero:after{content:"";position:absolute;width:155px;height:155px;border:1px solid rgba(255,255,255,.22);border-radius:50%;right:-27px;top:-53px;box-shadow:0 0 0 24px rgba(255,255,255,.08),0 0 0 48px rgba(255,255,255,.06)}.catalog{padding:22px 16px}.catalog-heading{display:flex;align-items:end;justify-content:space-between}.catalog-heading p{font-size:9px;letter-spacing:1px;color:#aaa29a;margin:0 0 3px}.catalog-heading h2{margin:0;font-size:19px}.catalog-heading button{background:transparent;color:#ed5a14;font-size:10px;font-weight:700}.category-row{display:flex;gap:6px;overflow:auto;padding:17px 0 12px}.category-row button{white-space:nowrap;padding:6px 10px;background:#f6f3ef;border-radius:13px;color:#837c75;font-size:10px}.category-row button.active{background:#2b2927;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.loading{color:#aaa;font-size:12px}.product{border:1px solid #f1ece6;border-radius:12px;padding:10px;position:relative;background:#fff}.product-cover{height:94px;border-radius:8px;background:linear-gradient(135deg,#fff5e8,#fde0bd);display:grid;place-items:center;font-size:42px}.product:nth-child(4n+2) .product-cover{background:linear-gradient(135deg,#eaf6ea,#bee0af)}.product:nth-child(4n+3) .product-cover{background:linear-gradient(135deg,#ecf4ff,#b9d4ef)}.product h3{font-size:12px;line-height:1.45;margin:9px 0 3px;min-height:34px}.product p{margin:0;color:#aca49d;font-size:9px}.price{display:flex;align-items:center;margin-top:7px}.price b{color:#ee5812;font-size:15px}.price small{color:#a8a09a;margin-left:4px;font-size:9px;text-decoration:line-through}.add{margin-left:auto;width:24px;height:24px;border-radius:50%;background:var(--orange);color:#fff;font-size:18px;line-height:20px}.cart-bar{position:fixed;z-index:5;bottom:16px;left:max(16px,calc(50% - 334px));right:max(16px,calc(50% - 334px));height:58px;border-radius:14px;background:#2b2927;color:white;box-shadow:0 10px 30px rgba(42,35,29,.25);display:flex;align-items:center;gap:10px;padding:0 15px;text-align:left}.cart-icon{font-size:22px}.cart-bar b{font-size:14px;display:block}.cart-bar small{font-size:9px;color:#bdb8b2}.cart-bar em{margin-left:auto;font-style:normal;font-size:11px;border-radius:7px;background:var(--orange);padding:8px 10px}.cart-count{position:absolute;left:26px;top:7px;background:#ffb72b;color:#532b0e;border-radius:12px;padding:1px 5px;font:700 9px Arial}.sheet{display:none;position:fixed;z-index:8;inset:0;background:rgba(24,22,20,.4);align-items:end}.sheet.show{display:flex}.sheet-panel{width:100%;max-width:700px;margin:auto;background:#fff;border-radius:18px 18px 0 0;min-height:230px;padding:22px;max-height:82vh;overflow:auto}.sheet-panel h2{font-size:18px;margin:0 0 8px}.sheet-panel>p{font-size:11px;color:#888078;line-height:1.7}.close{float:right;background:#f3f0ec;width:26px;height:26px;border-radius:50%;font-size:18px;color:#7e766e}.cart-line{display:grid;grid-template-columns:1fr auto auto;align-items:center;padding:12px 0;border-bottom:1px solid #f1ece6;font-size:12px}.cart-line small{display:block;color:#99918a;font-size:10px;margin-top:3px}.qty{display:flex;align-items:center;gap:8px}.qty button{width:22px;height:22px;border-radius:50%;background:#f3f0ec;color:#5b554f}.sheet-total{display:flex;justify-content:space-between;align-items:center;padding:17px 0}.sheet-total strong{font-size:18px;color:#e95914}.primary{background:var(--orange);color:#fff;border-radius:8px;padding:11px 14px;font-weight:700;font-size:12px;width:100%}.outline{background:#fff3e9;color:#df5410;border-radius:8px;padding:10px 13px;font-size:11px}.form-grid{display:grid;gap:10px;margin:15px 0}.form-grid label{display:grid;gap:5px;color:#796f67;font-size:10px}.form-grid input{padding:10px;border:1px solid var(--line);border-radius:7px}.notice{border-radius:7px;padding:9px 10px;font-size:10px;background:#fff5ed;color:#9e5429;line-height:1.6}.member-card{background:linear-gradient(135deg,#2e2944,#684b9b);color:#fff;border-radius:12px;padding:18px;margin:14px 0}.member-card small{color:#d5c7ed}.member-card h3{font-size:22px;margin:6px 0}.member-card h3 b{color:#ffc065}.plan-row{display:flex;gap:7px;margin-top:13px}.plan-row button{flex:1;background:rgba(255,255,255,.13);color:#eee8fb;border-radius:6px;padding:7px;font-size:10px}.plan-row button.active{background:#ffc065;color:#3e2e1f}.admin-body{background:#f6f5f2;min-height:100vh}.admin-login{max-width:390px;margin:12vh auto;background:#fff;border:1px solid #ebe7e1;border-radius:15px;padding:32px;box-shadow:0 14px 40px rgba(58,47,37,.06)}.admin-login h1{font-size:23px;margin:0 0 6px}.admin-login p{font-size:11px;color:#8e867e;margin:0 0 20px}.admin-login input{width:100%;border:1px solid var(--line);padding:11px;border-radius:7px;margin:6px 0}.admin-shell{display:none}.admin-top{height:64px;background:#292725;color:#fff;display:flex;align-items:center;padding:0 max(20px,calc(50% - 590px));gap:15px}.admin-top h1{font-size:16px;margin:0}.admin-top span{font-size:10px;color:#b6afa8}.admin-top button{margin-left:auto;color:#e7ddd4;background:#403d39;border-radius:6px;padding:7px 9px;font-size:10px}.admin-main{max-width:1180px;margin:28px auto;padding:0 20px}.admin-main h2{font-size:24px;margin:0}.admin-main>p{color:#888078;font-size:12px;margin:6px 0 21px}.admin-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.metric{background:#fff;padding:17px;border:1px solid #ebe7e1;border-radius:10px}.metric span{font-size:10px;color:#928a82}.metric b{display:block;font-size:24px;margin-top:8px}.admin-panel{background:#fff;border:1px solid #ebe7e1;border-radius:11px;padding:18px}.admin-panel header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.admin-panel h3{margin:0;font-size:15px}.admin-panel button{border-radius:6px;background:#fff2e8;color:#db5210;padding:7px 9px;font-size:10px}.product-table{width:100%;border-collapse:collapse;font-size:11px}.product-table th{text-align:left;background:#faf9f7;color:#938a82;font-weight:400;padding:10px}.product-table td{padding:12px 10px;border-top:1px solid #f2efeb}.product-table input{border:1px solid #eee9e3;padding:5px;width:75px;border-radius:4px;font-size:10px}.status-pill{font-size:9px;background:#e7f6ef;color:#168e67;padding:4px 5px;border-radius:4px}.status-pill.off{background:#f2f0ed;color:#8d857e}.toast{position:fixed;top:14px;left:50%;transform:translate(-50%,-80px);background:#292725;color:#fff;padding:10px 13px;border-radius:7px;font-size:11px;transition:.3s;z-index:20}.toast.show{transform:translate(-50%,0)}@media(max-width:650px){.admin-metrics{grid-template-columns:repeat(2,1fr)}.product-table{min-width:650px}.admin-panel{overflow:auto}.admin-login{margin:8vh 18px}.shop-hero h1{font-size:23px}}
.product-toolbar{gap:15px}.admin-panel header p{font-size:10px;color:#999088;margin:5px 0 0}.product-actions{display:flex;gap:8px;align-items:center}.product-actions input{height:31px;width:180px;border:1px solid #ebe6df;border-radius:6px;padding:0 9px;font-size:10px}.table-scroll{overflow:auto}.product-table{min-width:760px}.product-table td{vertical-align:middle}.product-table strong{display:block;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-table small{display:block;font-size:9px;color:#aaa29a;margin-top:3px}.admin-product-cover{display:inline-grid;place-items:center;vertical-align:middle;width:29px;height:29px;border-radius:7px;margin-right:7px;background:#fff3e7;font-size:16px}.price-text{color:#de5410}.stock-low{color:#cf8520}.table-buttons{white-space:nowrap}.table-buttons button+button{margin-left:5px}.empty-state{text-align:center;color:#aaa29a;padding:28px!important}.admin-modal{position:fixed;z-index:30;inset:0;display:none;align-items:center;justify-content:center;background:rgba(35,32,29,.45);padding:18px}.admin-modal.show{display:flex}.product-form{width:min(570px,100%);background:#fff;border-radius:13px;padding:22px;box-shadow:0 20px 50px rgba(33,29,24,.2)}.modal-heading{display:flex;justify-content:space-between;gap:15px}.modal-heading h3{font-size:18px;margin:0}.modal-heading p{color:#958c84;font-size:10px;margin:6px 0 18px}.modal-close{font-size:22px!important;background:#f3f0ec!important;color:#7e766f!important;border-radius:50%!important;width:28px;height:28px;padding:0!important}.form-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-fields label{font-size:10px;color:#766d65;display:grid;gap:5px}.form-fields input{height:35px;border:1px solid #e9e4de;border-radius:6px;padding:0 9px;color:#393531}.listed-check{display:flex;align-items:center;gap:7px;font-size:11px;color:#5e5750;margin-top:16px}.listed-check input{accent-color:#ff6b1a}.modal-footer{margin-top:20px;display:flex;justify-content:flex-end;gap:8px}.modal-footer .secondary{background:#f0ede9;color:#70675f}.modal-footer .primary{width:auto;padding:10px 15px}.toast{z-index:40}@media(max-width:650px){.admin-panel{padding:14px}.product-toolbar,.product-actions{align-items:stretch;flex-direction:column}.product-actions input{width:100%}.form-fields{grid-template-columns:1fr}}
.danger-button{background:#fff0ee!important;color:#c4402c!important}
.site-footer{padding:4px 20px 112px;text-align:center}.site-footer a{color:#9d958d;font-size:10px;text-decoration:none}.site-footer a:hover{color:#ff6b1a}

/* Full product details: product cards navigate here; the photo can be enlarged on this page. */
.product-detail-page{padding-bottom:82px}.detail-header{position:sticky;top:0;z-index:10}.detail-back{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#403a35;text-decoration:none;font-size:31px;line-height:1;background:#f5f2ee}.detail-cart-link{margin-left:auto;color:#655e58;text-decoration:none;font-size:11px}.detail-cart-link b{display:inline-grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:#ff6b1a;color:#fff;font-size:9px}.product-detail-main{min-height:420px;background:#fff}.product-detail-main>.loading{padding:40px 18px}.detail-image{display:block;width:100%;height:min(55vw,480px);min-height:270px;padding:0;overflow:hidden;border:0;background:#f7f4f0;cursor:zoom-in}.detail-image img{display:block;width:100%;height:100%;object-fit:contain}.detail-image-fallback{display:grid;place-items:center;color:#d96a2f;font-family:Georgia,serif;font-size:88px;font-weight:700}.detail-product-info{padding:20px 18px 28px}.detail-category{margin:0;color:#a38b7d;font-size:11px}.detail-product-info h1{margin:7px 0 13px;color:#292522;font-size:23px;line-height:1.35}.detail-price{display:flex;align-items:center;gap:9px}.detail-price strong{color:#ee5812;font-size:27px}.detail-price span{padding:3px 6px;border-radius:5px;background:#fff1e6;color:#df5510;font-size:10px}.detail-meta{display:flex;gap:10px;margin:15px 0 20px;color:#89817a;font-size:11px}.detail-meta span+span{padding-left:10px;border-left:1px solid #e7e1db}.detail-notice{margin-top:10px;padding:12px;border-radius:9px;background:#faf8f5;color:#736b64;font-size:11px;line-height:1.6}.detail-notice b{color:#4a443f}.detail-notice p{margin:4px 0 0}.detail-action-bar{position:fixed;z-index:15;right:0;bottom:0;left:0;display:flex;gap:10px;align-items:center;justify-content:center;padding:12px max(16px,calc((100vw - 1120px)/2 + 18px));border-top:1px solid #eee8e1;background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}.detail-continue{padding:12px 15px;border:1px solid #f0d7c5;border-radius:9px;color:#d95711;text-decoration:none;font-size:12px}.detail-add{min-width:180px;padding:12px 22px;border:0;border-radius:9px;background:#ff6b1a;color:#fff;font-weight:700;font-size:13px}.detail-image-overlay{position:fixed;z-index:100;inset:0;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(20,18,16,.86)}.detail-image-overlay button{position:absolute;top:18px;right:18px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#35302c;font-size:25px;line-height:30px}.detail-image-overlay img{max-width:94vw;max-height:86vh;object-fit:contain;border-radius:10px;background:#fff}@media(max-width:560px){.detail-image{height:82vw;min-height:260px}.detail-product-info{padding:18px 15px 24px}.detail-product-info h1{font-size:21px}.detail-action-bar{justify-content:stretch}.detail-continue{flex:1;text-align:center}.detail-add{flex:1;min-width:0}}
.detail-image-gallery{display:flex;gap:8px;overflow-x:auto;padding:10px 15px;border-bottom:1px solid #f1ece6;background:#fff}.detail-image-thumb{width:58px;height:58px;flex:0 0 58px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:8px;background:#f4f1ed}.detail-image-thumb.active{border-color:#ff6b1a}.detail-image-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.detail-attributes{margin:1px 0 16px;border-top:1px solid #f0ebe5;border-bottom:1px solid #f0ebe5}.detail-attributes h2{margin:0;padding:14px 0 10px;color:#38332f;font-size:14px}.detail-attributes dl{margin:0;padding:0}.detail-attributes dl>div{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;padding:9px 0;border-top:1px solid #f6f2ed;font-size:11px;line-height:1.55}.detail-attributes dt{color:#9a9189}.detail-attributes dd{min-width:0;margin:0;color:#514a44;word-break:break-word}

/* Customer catalog cards: real product images, recommendation strips and responsive layout. */
.shop-body .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.shop-body .loading{grid-column:1/-1}.shop-body .product{overflow:hidden;padding:0;border:1px solid #f0eae3;border-radius:15px;box-shadow:0 5px 14px rgba(48,38,30,.035);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.shop-body .product:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(48,38,30,.1)}.shop-body .product-cover{position:relative;display:block;height:auto;aspect-ratio:1/.8;overflow:hidden;font-size:inherit}.shop-body .product-image-button{position:absolute;z-index:1;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.shop-body .product-photo,.shop-body .recommendation-photo{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.shop-body .product:hover .product-photo{transform:scale(1.045)}.shop-body .product-image-fallback,.shop-body .recommendation-image-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#d96a2f;font-family:Georgia,serif;font-size:43px;font-weight:700}.shop-body .product-badge{position:absolute;z-index:2;top:7px;left:7px;padding:3px 6px;border-radius:5px;background:rgba(53,43,34,.72);color:#fff;font-size:9px}.shop-body .product-info{padding:10px 10px 11px}.shop-body .product-category{overflow:hidden;margin:0;color:#ad8b76;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.shop-body .product h3{display:-webkit-box;overflow:hidden;margin:5px 0 3px;min-height:34px;color:#2d2926;font-size:12px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shop-body .product-stock{margin:0;overflow:hidden;color:#aca49d;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.shop-body .price{margin-top:8px}.shop-body .price b{font-size:16px}.shop-body .add{width:25px;height:25px;font-size:19px;transition:transform .16s ease}.shop-body .add:hover{transform:scale(1.08)}.recommendations{padding:2px 0 4px}.recommendation-block{margin:9px 0 20px}.recommendation-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:9px}.recommendation-heading h3{margin:0;color:#2d2926;font-size:15px}.recommendation-heading span{color:#a19991;font-size:10px}.recommendation-row{display:flex;gap:10px;overflow-x:auto;padding:1px 1px 7px;scrollbar-width:none}.recommendation-row::-webkit-scrollbar{display:none}.recommendation-card{width:134px;min-width:134px;padding:7px;overflow:hidden;border:1px solid #eee7df;border-radius:11px;background:#fff;color:#292725;text-align:left;box-shadow:0 3px 10px rgba(48,38,30,.025)}.recommendation-card:active{transform:scale(.98)}.recommendation-cover{position:relative;display:block;aspect-ratio:1/.64;overflow:hidden;border-radius:7px;background:linear-gradient(135deg,#fff5e8,#fde0bd)}.recommendation-photo{position:absolute;z-index:1;inset:0}.recommendation-image-fallback{font-size:27px}.recommendation-name{display:block;overflow:hidden;margin-top:7px;color:#39342f;font-size:11px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.recommendation-price{display:block;margin-top:4px;color:#ed5a14;font-size:12px;font-weight:700}@media(min-width:560px){.shop-body .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.shop-body .product-cover{aspect-ratio:1/.82}.shop-body .product-info{padding:11px}}@media(max-width:360px){.shop-body .catalog{padding-left:12px;padding-right:12px}.shop-body .product-grid{gap:9px}.shop-body .product-info{padding:8px}.shop-body .recommendation-card{width:124px;min-width:124px}}

/* Keep catalog thumbnails compact; full resolution remains available in the image preview. */
.shop-body .product-cover{aspect-ratio:1/.64}.shop-body .recommendation-cover{aspect-ratio:1/.52}@media(min-width:560px){.shop-body .product-cover{aspect-ratio:1/.66}}

/* Product-list hierarchy: image first, name lower, inventory below the price. */
.shop-body .product-cover{aspect-ratio:1/.76}.shop-body .product-info{padding-top:12px}.shop-body .product h3{margin:0 0 7px}.shop-body .price{margin-top:0}.shop-body .product-stock{margin:7px 0 0}@media(min-width:560px){.shop-body .product-cover{aspect-ratio:1/.78}}

/* Keep price, limited-stock indicator and add control aligned on one row. */
.shop-body .price{display:grid;grid-template-columns:minmax(0,1fr) auto 25px;align-items:center;gap:5px}.shop-body .price-main{display:flex;align-items:center;min-width:0}.shop-body .product-stock{margin:0;color:#a39a92;font-size:9px;white-space:nowrap;text-align:center}.shop-body .add{grid-column:3;margin-left:0}

/* Compact the information block below the product image. */
.shop-body .product-info{padding:9px 10px 9px}.shop-body .product h3{margin-bottom:5px;min-height:30px;line-height:1.28}.shop-body .price{gap:4px}.shop-body .product-stock{font-size:8px}

/* Prioritize product photography in the catalog. */
.shop-body .product-cover{aspect-ratio:1/.86}@media(min-width:560px){.shop-body .product-cover{aspect-ratio:1/.88}}

/* Deliberately photo-first catalog cards: move the title substantially lower. */
.shop-body .product-cover{aspect-ratio:1/1.1}@media(min-width:560px){.shop-body .product-cover{aspect-ratio:1/1.12}}

/* Storefront catalogue: Taobao-style product tiles on desktop and supermarket list on phones. */
.shop-body{max-width:1160px}
.catalog-store-layout{padding:26px 20px 118px}
.catalog-store-layout .catalog-heading{margin-bottom:17px}
.storefront-summary{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:0 12px;line-height:1.7}
.storefront-summary #membership-btn,.delivery-note #membership-btn{padding:3px 7px;border:1px solid #ffd5bd;border-radius:10px;background:#fff5ed;color:#e75512;font-size:10px;font-weight:800;white-space:nowrap}
.shop-header #account-btn{margin-left:auto}
.catalog-browser{display:grid;grid-template-columns:138px minmax(0,1fr);overflow:hidden;border:1px solid #eee8e1;border-radius:16px;background:#fff;box-shadow:0 7px 24px rgba(48,38,30,.035)}
.catalog-store-layout .category-row.category-rail{display:flex;flex-direction:column;align-items:stretch;gap:4px;overflow:auto;max-height:720px;margin:0;padding:12px 9px;background:#f7f8fa;border-right:1px solid #eee8e1}
.catalog-store-layout .category-rail button{min-height:39px;padding:8px 11px;border-radius:8px;background:transparent;color:#6e737c;font-size:13px;text-align:left}
.catalog-store-layout .category-rail button.active{background:#fff1e8;color:#ed5a14;font-weight:800;box-shadow:inset 0 0 0 1px #ffd4ba}
.catalog-product-pane{min-width:0;background:#fff}
.catalog-search-slot{padding:14px 16px 0}
.catalog-search-slot>div{width:100%;margin:0!important;padding:10px 12px!important;border-radius:10px!important;background:#f7f8fa!important;border-color:#edf0f2!important}
.catalog-product-heading{display:flex;align-items:baseline;justify-content:space-between;padding:19px 16px 10px}
.catalog-product-heading h3{margin:0;color:#27211d;font-size:18px;letter-spacing:-.3px}
.catalog-product-heading span{color:#9a938c;font-size:11px}
.catalog-store-layout .recommendations{padding:0 16px}
.catalog-store-layout .recommendation-block{margin:0 0 16px}
.catalog-store-layout .recommendation-heading{margin:0 0 9px}
.catalog-store-layout .recommendation-card{width:142px;min-width:142px}
.catalog-store-layout .product-grid{grid-template-columns:repeat(auto-fill,minmax(158px,1fr));gap:16px;padding:0 16px 20px}
.catalog-store-layout .product{border:0;border-radius:0;box-shadow:none;overflow:visible;transform:none!important}
.catalog-store-layout .product-cover{aspect-ratio:1/1!important;border-radius:11px;background:#f5f5f5}
.catalog-store-layout .product:hover{box-shadow:none}
.catalog-store-layout .product-info{padding:9px 0 2px}
.catalog-store-layout .product h3{min-height:36px;margin:0 0 5px;font-size:13px;line-height:1.4}
.catalog-store-layout .price{min-height:28px;margin-top:0}
.catalog-store-layout .price b{color:#ff3b30;font-size:18px}
.catalog-store-layout .product-stock{margin-left:auto;color:#9d968f;font-size:9px}
.catalog-store-layout .add{width:25px;height:25px;background:#ff6b1a;box-shadow:0 3px 9px rgba(255,107,26,.22)}
.catalog-store-layout .service-add{width:auto;min-width:39px;padding:0 7px;border-radius:13px;font-size:9px}
.catalog-store-layout .price.service-row{grid-template-columns:minmax(0,1fr) auto 39px}
.catalog-store-layout .product-badge{top:7px;left:7px}
.cart-bar{left:max(16px,calc(50% - 564px));right:max(16px,calc(50% - 564px))}
/* Keep the inventory label exactly between the price and the add button. */
.catalog-store-layout .price{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:0;width:100%}
.catalog-store-layout .price-main{justify-self:start}
.catalog-store-layout .product-stock{margin:0;justify-self:center;text-align:center}
.catalog-store-layout .add{margin-left:0;justify-self:end}
@media(max-width:760px){
  .shop-body{max-width:700px}
  .catalog-store-layout{padding:20px 0 108px}
  .catalog-store-layout .catalog-heading{margin:0 16px 13px}
  .catalog-browser{grid-template-columns:92px minmax(0,1fr);border-radius:0;border-left:0;border-right:0;box-shadow:none}
  .catalog-store-layout .category-row.category-rail{max-height:calc(100vh - 154px);padding:9px 6px;border-right:0;background:#f5f6f8}
  .catalog-store-layout .category-rail button{min-height:43px;padding:8px 8px;border-radius:7px;font-size:12px;text-align:center;line-height:1.25}
  .catalog-store-layout .category-rail button.active{background:#fff;color:#ed5a14;box-shadow:none}
  .catalog-search-slot{padding:11px 11px 0}
  .catalog-search-slot>div{padding:8px 10px!important}
  .catalog-product-heading{padding:15px 11px 7px}
  .catalog-product-heading h3{font-size:16px}
  .catalog-store-layout .recommendations{padding:0 11px}
  .catalog-store-layout .recommendation-card{width:126px;min-width:126px;padding:6px}
  .catalog-store-layout .product-grid{display:grid;grid-template-columns:1fr;gap:0;padding:0 11px 15px}
  .catalog-store-layout .product{display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;padding:12px 0;border-bottom:1px solid #f1ede9}
  .catalog-store-layout .product-cover{grid-column:1;grid-row:1;width:118px;height:118px;aspect-ratio:auto!important;border-radius:9px}
  .catalog-store-layout .product-info{display:flex;min-width:0;flex-direction:column;padding:3px 0 1px}
  .catalog-store-layout .product h3{min-height:37px;margin:0 0 auto;font-size:13px;line-height:1.45}
  .catalog-store-layout .price{min-height:25px;align-items:center}
  .catalog-store-layout .price b{font-size:17px}
  .catalog-store-layout .product-stock{margin:0;justify-self:center;text-align:center}
  .catalog-store-layout .add{width:25px;height:25px}
  .catalog-store-layout .product-badge{font-size:8px}
  .cart-bar{left:12px;right:12px;bottom:12px}
}
.delivery-breakdown{margin:10px 0;padding:10px;border-radius:8px;background:#faf7f4}.delivery-breakdown>div{display:flex;justify-content:space-between;padding:4px 0;font-size:11px}.delivery-breakdown p,.delivery-breakdown small{display:block;margin:7px 0 0;color:#8d847c;font-size:10px;line-height:1.5}.delivery-snapshot{clear:both;margin-top:12px;padding-top:9px;border-top:1px solid #eee7df;font-size:10px}.delivery-snapshot summary{color:#dc5e1a;cursor:pointer}.delivery-snapshot-note{display:block;clear:both;padding-top:9px;color:#9d958d}.hero-fee[role=button]{cursor:pointer;text-decoration:underline;text-decoration-color:rgba(255,255,255,.45);text-underline-offset:2px}
