.grocery-store-list{margin:0 -2px}
.compact-shop-list{display:grid;gap:14px}
.compact-shop-row{background:#fff;border:1px solid #dfe7e2;border-radius:18px;padding:13px 12px 11px;overflow:hidden}
.compact-shop-row>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}
.compact-shop-row h2{color:#14231c;font-size:19px;line-height:1.15;margin:0 0 4px}
.compact-shop-row header p{color:#718078;font-size:12px;margin:0}
.compact-shop-row header p b{font-weight:900}.shop-open{color:#08764e}.shop-closed{color:#8a5555}
.compact-shop-row header button{border:0;background:transparent;color:#07583d;font-size:13px;font-weight:900;padding:4px 0;white-space:nowrap}
.compact-product-slider{display:grid;grid-auto-flow:column;grid-auto-columns:43%;gap:9px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
.compact-product-slider::-webkit-scrollbar{display:none}
.compact-store-product{position:relative;scroll-snap-align:start;min-width:0;border:1px solid #e1e8e4;border-radius:14px;padding:7px 7px 9px;background:#fff}
.compact-store-photo{height:82px;border-radius:10px;background:#e9f4ee;overflow:hidden;position:relative}
.compact-store-photo img{width:100%;height:100%;object-fit:cover}
.compact-store-photo i{position:absolute;left:5px;top:5px;background:#d91f26;color:#fff;border-radius:99px;padding:3px 5px;font-size:8px;font-style:normal;font-weight:900}
.compact-store-product>b{display:block;margin:6px 34px 3px 0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.compact-store-product>strong{display:block;color:#14231c;font-size:13px;padding-right:31px}
.compact-store-product>button{position:absolute;right:7px;bottom:7px;width:28px;height:28px;border:0;border-radius:9px;background:#07583d;color:#fff;font-size:19px;line-height:1}
.compact-store-product>.compact-store-photo{display:block;position:relative;inset:auto;width:100%;height:82px;padding:0;border:0;background:#e9f4ee;color:inherit;cursor:pointer}.compact-store-product>small{display:block;color:#718078;font-size:10px;line-height:1.25;margin:2px 34px 4px 0}
.compact-shop-row>footer{color:#08764e;font-size:11px;font-weight:900;margin-top:2px}
.compact-search .live-results-title{font-size:19px;margin:17px 0 10px}
@media(max-width:390px){.compact-product-slider{grid-auto-columns:47%}.compact-store-photo{height:76px}.compact-shop-row h2{font-size:18px}}
@media(min-width:720px){.compact-shop-list{grid-template-columns:1fr 1fr}.compact-product-slider{grid-auto-columns:42%}.compact-store-photo{height:96px}}
