@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#087443;--deep:#133d2d;--lime:#dcf780;--ink:#192c24;--muted:#748077;--line:#e7ebe6;--bg:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a{color:inherit;text-decoration:none}button{border:0}button:focus-visible,a:focus-visible{outline:3px solid #79ae46;outline-offset:4px}.announcement{background:var(--deep);color:#fff;text-align:center;font-size:12px;letter-spacing:.3px;padding:10px 5%}.announcement span{float:right;font-size:10px;letter-spacing:1.4px;color:#cef291}header{display:flex;align-items:center;gap:25px;padding:24px 4%;border-bottom:1px solid var(--line);background:white}.brand{display:flex;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:24px;font-weight:800;letter-spacing:-1px;white-space:nowrap}.brand-light{font-weight:500;color:var(--green)}.brand small{display:block;font-size:8px;letter-spacing:1.5px;margin-top:4px}.location{background:none;text-align:left;border-left:1px solid var(--line);padding:4px 0 4px 25px;white-space:nowrap}.eyebrow{display:block;font-size:11px;letter-spacing:1.7px;font-weight:700;color:var(--green)}.location strong{font-size:13px;display:block;margin-top:6px}.search{display:flex;align-items:center;gap:12px;background:#f5f7f4;border:1px solid #edf0eb;border-radius:10px;padding:12px 16px;flex:1}.search span{font-size:25px}.search input{min-width:0;width:100%;border:0;outline:0;background:none;font-size:14px}.search kbd{border:1px solid #dfe4de;padding:2px 7px;border-radius:4px;color:#929990}.plain{background:none;white-space:nowrap}.cart-button{background:var(--green);color:white;display:flex;align-items:center;gap:10px;padding:15px;border-radius:8px;font-size:14px}.cart-button b{background:#ffffff25;border-radius:5px;padding:3px 6px}nav{display:flex;justify-content:center;gap:34px;padding:0 4%;border-bottom:1px solid var(--line);overflow-x:auto}nav button{padding:19px 0;background:none;font-size:13px;color:#606b62;white-space:nowrap;border-bottom:3px solid transparent}nav button.active{color:var(--green);border-color:var(--green);font-weight:700}main{max-width:1400px;margin:auto;padding:28px 4% 0}.hero{display:grid;grid-template-columns:1.15fr 1fr;min-height:350px;background:#edf4d9;border-radius:16px;overflow:hidden;position:relative}.hero-copy{padding:35px 40px;z-index:1}.pill{font-size:10px;letter-spacing:1.6px;padding:7px 11px;border:1px solid #bdd28e;border-radius:30px;color:#376038;font-weight:700}h1{font-family:Manrope,sans-serif;font-size:clamp(30px,3.5vw,48px);letter-spacing:-2px;line-height:1.15;margin:20px 0 15px;font-weight:800}h1 em{font-style:normal;color:var(--green)}.hero p{font-size:14px;line-height:1.7;color:#637258}.dark-button{background:var(--deep);color:white;border-radius:7px;padding:13px 20px;font-size:14px;font-weight:600}.dark-button span{margin-left:26px}.hero-note{font-size:11px;color:#59733f;margin-top:22px}.hero-note span{margin-left:18px}.hero-image{position:relative;min-width:0}.hero-image>img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#edf4d9,transparent 35%)}.fresh-sticker{position:absolute;z-index:1;right:25px;bottom:25px;background:var(--lime);padding:22px;border-radius:50%;width:140px;height:140px;transform:rotate(9deg);text-align:center;font-size:20px;line-height:1.3;border:1px dashed #6d853a;outline:5px solid var(--lime)}.fresh-sticker strong{font-size:18px}.fresh-sticker span{display:block;font-size:7px;letter-spacing:1px;margin-top:10px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);padding:25px 0;gap:20px}.benefits>span,.benefits>button{font-size:11px;color:var(--muted);position:relative;padding-left:42px;background:none;text-align:left}.benefits b{display:block;color:var(--ink);font-size:13px;margin-bottom:4px}.benefits i{position:absolute;left:5px;font-size:25px;color:var(--green);font-style:normal}.benefits>button{display:flex;align-items:center;justify-content:space-between}.section{margin-top:32px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}h2{font-family:Manrope,sans-serif;font-size:25px;letter-spacing:-.8px;margin:7px 0 0}.text-button{color:var(--green);background:none;font-size:13px;font-weight:600}.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:16px}.category-card{background:none;padding:0;text-align:center;color:var(--ink);font-weight:600;font-size:13px}.category-art{height:118px;background:var(--category-bg,#f1f5e9);border-radius:13px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:12px;transition:transform .2s}.category-card:hover .category-art{transform:translateY(-4px)}.category-art img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.category-card.active .category-art{outline:2px solid var(--green);outline-offset:3px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product{border:1px solid var(--line);border-radius:13px;padding:15px;position:relative;transition:box-shadow .2s;background:white}.product:hover{box-shadow:0 8px 24px #173c2410}.product-photo{height:148px;width:100%;object-fit:cover;border-radius:8px;margin:8px 0 14px}.discount{position:absolute;top:12px;left:12px;z-index:1;color:var(--green);background:#e9f4de;padding:5px 7px;font-size:10px;font-weight:700;border-radius:4px}.product .type{font-size:9px;letter-spacing:1.2px;color:#859080;text-transform:uppercase}.product h3{font-size:14px;line-height:1.5;font-weight:600;margin:6px 0;min-height:42px}.unit{font-size:12px;color:#80897c}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px;gap:5px}.price{font-size:16px;font-weight:700}.price del{font-size:11px;color:#91998e;font-weight:400;margin-left:5px}.add{background:#f2f8ed;border:1px solid #a8c894;color:var(--green);border-radius:7px;padding:8px 15px;font-size:13px;font-weight:700}.add-qty{display:flex;align-items:center;gap:6px}.qty-input{width:54px;padding:8px 7px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font-size:13px;text-align:center}.quantity{display:flex;align-items:center;background:var(--green);color:white;border-radius:6px;font-size:13px;overflow:hidden}.quantity button{background:none;color:white;padding:8px 10px}.heading-leaf{color:var(--green);font-size:22px}.sort-label{font-size:12px;color:var(--muted)}select{border:1px solid var(--line);border-radius:7px;background:white;padding:9px;color:var(--ink);font-size:12px;margin-left:8px}.bottom-banner{margin:36px 0;background:#eaf1e5;padding:28px 34px;border-radius:13px;display:flex;justify-content:space-between;align-items:center}.bottom-banner h2{font-size:27px}footer{max-width:1400px;margin:30px auto 0;border-top:1px solid var(--line);padding:28px 4%;display:flex;gap:25px;align-items:center}footer .brand{font-size:20px;gap:0}footer p,footer>span{font-size:11px;color:var(--muted)}footer>span{margin-left:auto}dialog{border:0;border-radius:18px;padding:32px;max-width:480px;width:calc(100% - 30px);color:var(--ink);box-shadow:0 20px 100px #0003;max-height:90dvh}dialog::backdrop{background:#0a231d80;backdrop-filter:blur(3px)}.close{position:absolute;right:14px;top:10px;font-size:28px;background:none;color:var(--muted)}dialog h2{margin:0 0 12px}dialog p{font-size:14px;line-height:1.6;color:var(--muted)}form{display:grid;gap:16px;margin-top:20px}form label{display:grid;gap:7px;font-size:13px;font-weight:600}form input,form textarea{padding:12px;border:1px solid #d8e1d7;border-radius:7px;width:100%}form textarea{min-height:85px}.form-error{color:#ac2727;font-size:13px;line-height:1.5}.notice{background:#f0f6e8;border:1px solid #dfead5;border-radius:8px;padding:12px 16px;font-size:13px;line-height:1.5;margin-bottom:18px}.empty{grid-column:1/-1;padding:45px;text-align:center;background:#f7f9f4;border-radius:12px;color:var(--muted)}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--deep);color:white;padding:13px 22px;border-radius:10px;z-index:5;transition:transform .2s;font-size:14px;max-width:90vw}#toast.show{transform:translateX(-50%)}.cart-row{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:16px 0;font-size:14px}.cart-row img{width:52px;height:52px;object-fit:cover;border-radius:6px}.cart-row .item-info{flex:1}.cart-row small{display:block;color:var(--muted);margin-top:5px}.total-row{display:flex;justify-content:space-between;margin:16px 0;font-size:14px}.total-row.final{font-weight:700;font-size:18px;border-top:1px solid var(--line);padding-top:16px}.full{width:100%}.auth-switch{margin-top:18px;text-align:center}.admin-top{display:flex;justify-content:space-between;align-items:center}.admin-stats{display:flex;gap:20px;margin:24px 0}.stat{padding:22px;background:#f1f6ed;border-radius:12px;flex:1}.stat strong{display:block;font-size:30px}.stat span{font-size:13px;color:var(--muted)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:14px}th,td{padding:15px;border-bottom:1px solid var(--line)}th{color:var(--muted);font-size:12px}td img{width:38px;height:38px;object-fit:cover;border-radius:5px;vertical-align:middle;margin-right:12px}.toggle{padding:8px 12px;border-radius:20px;background:#e5f3e2;color:var(--green);font-size:12px}.toggle.off{background:#f2f2f2;color:#7c807a}[hidden]{display:none!important}
@media(min-width:1500px){header{padding-left:max(4%,calc((100vw - 1290px)/2));padding-right:max(4%,calc((100vw - 1290px)/2))}}@media(max-width:1150px){header{gap:16px}.location{display:none}.category-grid{gap:12px}.category-art{height:100px}nav{gap:25px}.product-grid{grid-template-columns:repeat(4,1fr)}.announcement span{display:none}}@media(max-width:760px){header{padding:16px 5%;flex-wrap:wrap;gap:14px}.brand{font-size:22px}.brand small{font-size:7px}.brand img{width:34px;height:34px}.account{margin-left:auto;font-size:14px}.cart-button{padding:10px;gap:6px}.cart-button>span{display:none}.search{order:4;flex-basis:100%;padding:8px 13px}.search input{font-size:13px}nav{justify-content:flex-start;gap:25px;padding:0 5%}nav button{padding:14px 0;font-size:12px}main{padding:18px 5% 0}.hero{min-height:290px;grid-template-columns:1.5fr 1fr}.hero-copy{padding:25px 20px}.hero h1{font-size:30px;letter-spacing:-1.4px}.hero p{font-size:12px}.hero-image:after{background:linear-gradient(90deg,#edf4d9,transparent 90%)}.hero-image{margin-left:-55px}.pill{font-size:8px;letter-spacing:1px}.hero-note{font-size:9px}.hero-note span{display:none}.fresh-sticker{width:90px;height:90px;font-size:13px;padding:14px;right:15px;bottom:20px}.fresh-sticker strong{font-size:12px}.fresh-sticker span{font-size:5px;margin-top:5px}.hero .dark-button{font-size:12px;padding:11px 14px}.benefits{grid-template-columns:repeat(2,1fr);padding:20px 0;gap:20px}.benefits b{font-size:12px}.benefits>span,.benefits>button{font-size:10px}.section{margin-top:25px}h2{font-size:21px}.eyebrow{font-size:9px}.section-heading .text-button{font-size:11px;max-width:100px;text-align:right}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px 12px}.category-art{height:85px;margin-bottom:8px}.category-card{font-size:11px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product{padding:11px}.product-photo{height:135px}.product h3{font-size:13px}.sort-label{font-size:0}.sort-label select{font-size:11px;max-width:122px;padding:8px;margin:0}.bottom-banner{padding:24px;gap:16px;align-items:flex-start;flex-direction:column}.bottom-banner h2{font-size:23px}footer{flex-wrap:wrap;gap:12px 20px}footer p{display:none}footer>span{width:100%;margin:0}.announcement{font-size:10px}.admin-stats{gap:10px}.stat{padding:14px}.stat strong{font-size:24px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Supplied Friends Mart brand artwork, preserved without alteration. */
.brand .store-logo{width:64px;height:64px;object-fit:contain;border-radius:50%;flex-shrink:0}footer .brand .store-logo{width:56px;height:56px;margin-right:10px}@media(max-width:760px){.brand .store-logo{width:46px;height:46px}.brand small{font-size:6px;letter-spacing:.7px}.brand{font-size:20px}}

/* Original generated Indian grocery catalogue artwork. */
.grocery-art{display:block;background-image:url(/grocery-photos-v2.png);background-repeat:no-repeat;background-size:400% 400%;background-position:var(--gx) var(--gy);flex-shrink:0}.grocery-art.product-photo{height:auto;aspect-ratio:1;max-width:200px;margin:8px auto 14px}.category-grid{grid-template-columns:repeat(6,1fr)}.category-art{background:#f5f8ef}.category-photo{width:112px;height:112px;mix-blend-mode:multiply}.cart-photo{width:52px;height:52px;object-fit:contain;border-radius:6px}.product h3{font-size:15px}.type{font-size:11px!important}.unit{font-size:14px}.category-card{font-size:14px}.category-art{height:126px}.brand .store-logo{object-fit:cover}@media(max-width:760px){.category-grid{grid-template-columns:repeat(3,1fr)}.category-card{font-size:12px}.category-photo{width:90px;height:90px}.category-art{height:96px}.product h3{font-size:14px}.hero h1{font-size:28px}.hero-copy{padding-right:8px}.product-bottom{flex-wrap:wrap;gap:10px}.add{min-height:40px}.quantity button{min-width:36px;min-height:40px}.management{grid-template-columns:1fr}.admin-sidebar{position:static}}

.auth-tabs{display:flex;gap:8px;margin-bottom:16px}.auth-tabs button{flex:1;background:#f3f6f0;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600;color:#5d675c}.auth-tabs button.active{background:var(--deep);color:#fff}#admin{max-width:none;padding:0 0 48px}.management{display:grid;grid-template-columns:240px 1fr;min-height:70vh;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.admin-sidebar{background:#10291f;color:#e7f0e4;padding:28px 20px}.admin-sidebar h2{color:#fff;font-size:20px}.admin-sidebar nav{display:grid;gap:4px;margin:22px 0;padding:0;border:0;justify-content:stretch}.admin-sidebar nav a{padding:10px 12px;border-radius:8px;font-size:13px;color:#c5d4c3}.admin-sidebar nav a.active{background:#1c4634;color:#fff;font-weight:700}.admin-content{padding:28px 28px 40px;min-width:0}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;flex-wrap:wrap}.admin-toolbar input[type=search]{min-width:220px;padding:10px 12px;border:1px solid var(--line);border-radius:8px}.admin-help{font-size:13px;color:var(--muted);line-height:1.5}.status-badge{display:inline-block;background:#e9f4de;color:var(--green);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.status-badge.warn{background:#fff4d6;color:#8a6a12}.status-badge.bad{background:#fde8e8;color:#a33}.cell-note{display:block;color:var(--muted);font-size:12px;margin-top:4px}.row-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-panel{background:#f7faf4;border-radius:12px;padding:20px;margin:8px 0 24px}.quick-links{display:grid;gap:10px}.quick-links a{color:var(--green);font-weight:600}.settings-form{max-width:520px}.checkbox-label{display:flex;align-items:center;gap:10px;font-weight:600}.admin-gate{max-width:480px;margin:48px auto;padding:32px;border:1px solid var(--line);border-radius:16px;text-align:center}
/* Original grouped catalogue navigation and compact quick-commerce cards. */
header{position:sticky;top:0;z-index:20;box-shadow:0 4px 18px #173c2409;padding-top:14px;padding-bottom:14px}
#categories{position:sticky;top:82px;z-index:19;background:#fff;justify-content:flex-start;scrollbar-width:thin}
#categories button{padding:13px 0}
.category-grid{display:block}
.category-group{margin-bottom:26px}
.category-group h3{font:700 15px Manrope,sans-serif;margin:0 0 14px;color:var(--deep)}
.category-group-grid{display:grid;grid-template-columns:repeat(10,minmax(90px,1fr));gap:14px}
.category-card{min-width:0;text-align:center;font-size:12px;line-height:1.3}
.category-card>span:last-child{display:block;min-height:30px}
.category-art{height:94px;margin-bottom:9px;border:1px solid #e4ede4;background:#f1f8f2}
.category-glyph{font-size:39px;line-height:1;filter:saturate(.88)}
.category-group:nth-child(2) .category-art{background:#faf5e9}
.category-group:nth-child(3) .category-art{background:#f1f5fb}
.category-group:nth-child(4) .category-art{background:#f8f2f5}
.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.product{display:flex;flex-direction:column;min-width:0}
.product h3{min-height:0;flex:1}
.product-photo{object-fit:contain}
.product-bottom{margin-top:12px}
.stock-note{font-size:12px;font-weight:700}
.stock-note.out{color:#9a4850}
.load-more{display:block;margin:24px auto;padding:12px 20px;border:1px solid #b7d8bd;border-radius:8px;background:#f6faf4}
.load-more[hidden]{display:none}
.admin-content .table-wrap{max-height:65vh;overflow:auto}
.admin-content th{position:sticky;top:0;background:#fff;z-index:1}
@media(max-width:1200px){
 .category-group-grid{grid-template-columns:repeat(7,minmax(90px,1fr))}
 .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:760px){
 header{position:sticky;top:0;padding-top:10px;padding-bottom:10px}
 #categories{top:112px}
 .category-group-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
 .category-art{height:80px}
 .category-glyph{font-size:32px}
 .category-card{font-size:11px}
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .product h3{font-size:13px}
 .category-group{margin-bottom:18px}
}
@media(max-width:380px){.category-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

#categories{display:none!important}
.category-menu-button{display:flex;align-items:center;gap:9px;padding:10px 12px;background:#f3f7f2;color:var(--deep);border:1px solid var(--line);border-radius:9px;font-size:12px;font-weight:700}
.hamburger{display:grid;gap:4px;width:19px}
.hamburger i{display:block;height:2px;background:currentColor;border-radius:2px}
.category-dialog{max-width:720px;padding:30px}
.category-menu-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;margin-top:20px}
.menu-group h3{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin:0 0 8px}
.menu-category{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:9px 10px;background:white;text-align:left;border-radius:6px;font-size:14px;color:var(--ink)}
.menu-category:hover,.menu-category:focus-visible{background:#edf5ed;color:var(--green)}
.menu-category span{font-size:20px;color:var(--green)}
.menu-search-label{display:grid;gap:8px;font-size:12px;color:var(--muted)}
.menu-search-label input{width:100%;padding:12px;border:1px solid #d8e1d7;border-radius:8px;font:inherit;font-size:15px}
.menu-all{padding:12px;text-align:left;border-top:1px solid var(--line)}
.browse-intro{font-size:14px;color:var(--muted)}
.photo-needed{display:flex;justify-content:center;align-items:center;text-align:center;background:#f5f7f4;color:var(--muted);font-size:12px;line-height:1.5;aspect-ratio:1}
@media(max-width:760px){.category-menu-button>span:last-child{display:none}.category-menu-button{padding:12px}.brand small{display:none}.brand .store-logo{width:34px;height:34px}header{gap:9px}.brand{font-size:17px}.category-dialog{padding:24px 18px}.category-menu-list{grid-template-columns:1fr;gap:18px}.menu-category{min-height:46px}}

.home-art{display:block;background-image:url(/home-category-photos.png);background-size:400% 200%;background-position:var(--gx) var(--gy);background-repeat:no-repeat;aspect-ratio:1;height:auto;max-width:200px;width:100%;margin:8px auto 14px}
.preview-status{font-size:11px;font-weight:600;color:#687568;background:#f2f6ef;border-radius:6px;padding:7px 9px}
.product .price{font-size:14px}.products-section{scroll-margin-top:130px}
#product-eyebrow{line-height:1.6}
.hero{min-height:240px}.hero-copy{padding:25px 32px}.hero h1{font-size:34px}
@media(max-width:760px){.hero{min-height:210px}.hero h1{font-size:26px}.home-art{width:100%}.product-bottom{align-items:flex-start;gap:8px}}

/* Photo-led aisle shortcuts: shared imagery, distinct menu and home layouts. */
.aisle-photo{display:block;flex:none;width:100%;aspect-ratio:1;background-color:#fff;background-repeat:no-repeat;background-position:var(--gx) var(--gy);border-radius:12px}
.aisle-food{background-image:url(/grocery-photos-v2.png);background-size:400% 400%}
.aisle-home{background-image:url(/home-category-photos.png);background-size:400% 200%}
.aisle-shelf{margin:0 0 30px}
.aisle-heading{display:flex;align-items:baseline;gap:18px;margin-bottom:14px;flex-wrap:wrap}
.aisle-heading h3{margin:0;font:800 18px Manrope,sans-serif;letter-spacing:-.4px;color:var(--deep)}
.aisle-heading p{margin:0;font-size:12px;color:var(--muted)}
.aisle-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.aisle-card{display:flex;flex-direction:column;min-width:0;text-align:left;background:#fff;border:1px solid #e2e9e0;padding:10px;border-radius:14px;transition:border-color .15s,box-shadow .15s}
.aisle-card:hover{border-color:#83ad86;box-shadow:0 5px 16px #173c2410}
.aisle-card.selected{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}
.aisle-card-label{color:var(--ink);font-size:13px;font-weight:700;line-height:1.4;margin:10px 2px 4px}
.aisle-card-action{display:flex;justify-content:space-between;color:var(--green);font-size:11px;font-weight:600;margin:0 2px 2px}
.category-menu-list{gap:20px 24px}
.menu-category{gap:12px;min-height:70px;padding:7px;border:1px solid transparent}
.menu-category .menu-photo{width:56px;height:56px;border-radius:8px}
.menu-category .menu-category-label{font-size:13px;line-height:1.4;color:var(--ink);flex:1;font-weight:600}
.menu-category .menu-chevron{font-size:20px;flex:none}
.menu-group h3{margin-bottom:10px}
.category-dialog{max-width:790px}
@media(max-width:1000px){.aisle-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){
 .aisle-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
 .aisle-card{padding:7px;border-radius:11px}
 .aisle-card-label{font-size:12px;margin-top:7px}
 .aisle-card-action{font-size:10px}
 .aisle-heading{gap:5px;display:block}
 .aisle-heading h3{font-size:16px;margin-bottom:4px}
 .aisle-heading p{font-size:11px}
 .aisle-shelf{margin-bottom:24px}
 .menu-category .menu-photo{width:52px;height:52px}
 .category-menu-list{grid-template-columns:1fr}
 .location{display:block;order:5;width:100%;border:0;padding:7px 10px;background:#f3f8ef;border-radius:7px}
 .location .eyebrow{display:inline;font-size:9px;margin-right:8px}
 .location strong{display:inline;font-size:12px}
 .products-section{scroll-margin-top:195px}
}

#store.searching>.hero,#store.searching>.benefits,#store.searching>#category-section,#store.searching>.bottom-banner{display:none}
#store.searching .products-section{margin-top:6px}

.item-art{display:block;background-image:var(--sheet);background-size:calc(var(--cols)*100%) calc(var(--rows)*100%);background-position:var(--gx) var(--gy);background-repeat:no-repeat;flex-shrink:0}.item-art.product-photo{width:100%;height:auto;aspect-ratio:1;max-width:220px;margin:8px auto 14px}.item-art.cart-photo{width:52px;height:52px}.add-qty{display:flex;gap:5px;align-items:center}.qty-input{width:48px;min-height:40px;padding:4px;border:1px solid #cbd8cd;border-radius:6px}.product-bottom{flex-wrap:wrap;gap:8px}.product .add{min-height:40px;padding:8px 16px}

/* Keep adjacent sprite cells outside the product photo frame. */
.item-art{position:relative;overflow:hidden;background-image:none;background-color:#fff}.item-art::before{content:"";position:absolute;inset:-12%;background-image:var(--sheet);background-size:calc(var(--cols)*100%) calc(var(--rows)*100%);background-position:var(--gx) var(--gy);background-repeat:no-repeat}
