.home-delivery-quote,
.product-delivery-meta,
.compact-shop-row > footer { color: #08764e !important; }

.delivery-price { color: #d51f35; }

.store-detail-summary > div:nth-child(2) b,
.store-detail-summary > div:nth-child(3) b { color: #14231c; }

.store-detail-summary > div:nth-child(2) b { color: #d51f35; }

.product-price-pair {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}

.product-price-pair del {
  color: #9b655f;
  font-size: 10px;
  font-weight: 600;
}

.selling-price {
  color: #14231c;
  font-weight: 900;
}

.product footer > b .product-price-pair {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.live-product-photo .discount-badge,
.compact-store-photo .discount-badge {
  display: inline-block;
  background: #d91f26;
  border-radius: 999px;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  left: 6px;
  padding: 4px 6px;
  position: absolute;
  top: 6px;
  z-index: 2;
}

.shops { scroll-snap-type: x mandatory; scroll-behavior: smooth; }
.shop { scroll-snap-align: start; }
.listing-image-price {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 2;
  background: #ffd21c;
  color: #111;
  border-radius: 8px;
  padding: 7px 9px;
  box-shadow: 0 4px 12px #251f0030;
  font-size: 12px;
  font-weight: 900;
}
.listing-image-price .product-price-pair { display: flex; flex-direction: column; align-items: flex-end; gap: 0; }
.listing-image-price .product-price-pair del { color: #574900; font-size: 8px; }
.listing-image-price .selling-price { color: #111; font-size: 12px; }
.listing-image-add {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  border-radius: 12px;
  background: #07583d;
  color: #fff;
  box-shadow: 0 5px 13px #063a292b;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}
.product-image-hit { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: inherit; overflow: hidden; background: transparent; }
.product-image-hit img { width: 100%; height: 100%; object-fit: cover; }
.pic,.live-product-photo,.compact-store-photo { overflow: visible!important; }
.pic>img { border-radius: inherit; }
.pic .discount-badge,.live-product-photo .discount-badge,.compact-store-photo .discount-badge { z-index: 4; }
.pic .listing-image-price,.live-product-photo .listing-image-price,.compact-store-photo .listing-image-price { z-index: 5; }
.pic .listing-image-add,.live-product-photo .listing-image-add,.compact-store-photo .listing-image-add { z-index: 6; }
#customer > .nav { z-index: 100; isolation: isolate; }
.product h3,.live-mini-product>b,.compact-store-product>b { margin-top: 12px; }
#products.products,
.reference-product-slider,
.compact-product-slider {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: 68%;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 5px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
#products.products { grid-auto-columns:calc((100% - 12px)/2);align-items:start;padding-inline:0; }
#products.products .product { width:100%;min-width:0;overflow:visible;position:relative;z-index:0;isolation:isolate; }
#products.products .pic { width:100%;height:auto;aspect-ratio:1.12/1; }
#products.products .pic>img { position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:16px; }
#products.products .product small,#products.products .product h3,#products.products .product p { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
#products.products::-webkit-scrollbar,.reference-product-slider::-webkit-scrollbar,.compact-product-slider::-webkit-scrollbar { display: none; }
.product,.live-mini-product,.compact-store-product { scroll-snap-align: start; }
.live-mini-product > .live-product-photo { height: 104px; }
.live-shop-slider .live-mini-product > .live-product-photo { height: 122px; }
.compact-store-product > .compact-store-photo { height: 91px; }
.live-shop-slider { display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:68%;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none; }
.live-shop-slider::-webkit-scrollbar { display:none; }

@media (min-width: 720px) {
  #products.products { grid-auto-columns:calc((33.333% - 12px)); }
  .reference-product-slider,.compact-product-slider,.live-shop-slider { grid-auto-columns:31%; }
}

.store-product-groups { display:grid;gap:28px;padding-bottom:18px; }
.shop-empty-note {margin:12px 0;color:#69736e;font-size:14px;line-height:1.4;}
.stock-unavailable {position:absolute;top:9px;left:9px;z-index:2;padding:5px 8px;border-radius:8px;background:#fff7dc;color:#66500b;font-size:11px;font-weight:800;}
.store-product-group>header { position:relative;display:block;margin-bottom:12px; }
.store-product-group>header h2 { margin:0 0 5px;padding-right:96px;font-size:23px;line-height:1.08;color:#14231c; }
.store-product-group>header p { display:flex;gap:7px;margin:0;color:#69736e;font-size:clamp(12px,3.25vw,14px);white-space:nowrap;line-height:1.25; }
.store-product-group>header p b { white-space:nowrap; }
.store-product-group>header p span { white-space:nowrap; }
.store-product-group>header button { position:absolute;right:0;top:2px;border:0;background:transparent;color:#07583d;font-weight:900;white-space:nowrap;padding:4px 0; }
.store-product-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px; }
.store-product-slider { grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 12px)/2);overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none; }
.store-product-slider::-webkit-scrollbar { display:none; }
.store-product-slider>.live-mini-product { scroll-snap-align:start; }
.store-product-grid .live-mini-product { min-width:0;padding:0;border:0;background:transparent;box-shadow:none; }
.store-product-grid .live-product-photo { height:auto;aspect-ratio:1.12/1;border-radius:18px; }
.store-product-grid .live-mini-product>b { display:block;margin-top:8px;font-size:16px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.store-product-grid .live-mini-product>small { display:block;margin-top:4px;color:#768079;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.store-product-grid .product-delivery-meta { display:block;margin-top:7px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.store-detail-products { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;gap:14px;overflow:visible;scroll-snap-type:none;padding-bottom:22px; }
.store-detail-products .live-mini-product { min-width:0; }
.store-detail-products .live-product-photo { height:auto;aspect-ratio:1.08/1; }
.store-detail-products .live-mini-product>b { color:#08764e; }
.store-detail-products .live-mini-product>small { color:#d52232; }
.store-detail-products .product-delivery-meta { display:none; }
.shop-rating-summary { border:0;background:transparent;color:inherit;font:inherit;padding:0;cursor:pointer; }
.shop-rating-summary b,.shop-rating-summary small { display:block; }
.shop-rating-overlay { position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:22px;background:#052b218f; }
.shop-rating-card { position:relative;width:min(390px,100%);border-radius:26px;background:#fff;padding:28px 22px;text-align:center;box-shadow:0 24px 70px #001b1266; }
.shop-rating-card>small { color:#07865b;font-weight:900;letter-spacing:.08em; }
.shop-rating-card h2 { margin:8px 0 4px;font-size:25px; }
.shop-rating-card p { color:#66716b; }
.shop-rating-close { position:absolute;right:15px;top:14px;width:38px;height:38px;border:0;border-radius:50%;font-size:24px;background:#eef3f0; }
.shop-rating-stars { display:flex;justify-content:center;gap:7px;margin:20px 0; }
.shop-rating-stars button { border:0;background:transparent;color:#f5b900;font-size:39px;line-height:1;padding:2px;filter:drop-shadow(0 2px 1px #bc850033); }
.shop-rating-message { min-height:22px;margin-bottom:0!important;color:#07583d!important;font-weight:800; }
.search-page-head { margin-bottom:16px; }
.product-search-form { display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center; }
.product-search-submit { height:52px;border:0;border-radius:14px;padding:0 17px;background:#07583d;color:#fff;font-weight:900; }
.search-category-section { margin:24px 0 8px; }
.search-category-section>h2 { margin:0 0 14px;font-size:21px; }
.search-category-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 12px; }
.search-category-card { min-width:0;border:0;background:transparent;padding:0;color:#17251f;text-align:center;cursor:pointer; }
.search-category-cover { display:block;width:100%;aspect-ratio:1/1;border:2px solid transparent;border-radius:18px;background:linear-gradient(145deg,#e4f4eb,#f2f7f4);background-position:center;background-size:cover;box-shadow:0 4px 14px #073e2b0b; }
.search-category-card b { display:block;margin-top:8px;font-size:14px;line-height:1.2;font-weight:700; }
.search-category-card.selected .search-category-cover { border-color:#08764e;box-shadow:0 0 0 3px #08764e1c; }
.search-category-card.selected b { color:#08764e;font-weight:900; }
.category-result-head { display:flex;align-items:flex-start;gap:13px;margin-bottom:18px; }
.category-result-head>button { flex:0 0 42px;width:42px;height:42px;border:1px solid #d7e2dc;border-radius:50%;background:#fff;color:#07583d;font-size:24px; }
.category-result-head small { color:#08764e;font-weight:900;letter-spacing:.08em; }
.category-result-head h1 { margin:4px 0;font-size:27px; }
.category-result-head p { margin:0;color:#6c7871; }
.category-search-form { display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center; }
.individual-product-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;padding-bottom:18px; }
.individual-product-grid .live-mini-product { min-width:0;border:0;background:transparent;padding:0; }
.individual-product-grid .live-product-photo { height:auto;aspect-ratio:1.08/1;border-radius:17px; }
.individual-product-grid .search-product-shop { display:block;margin-top:9px;color:#08764e;font-size:11px;font-weight:900;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.individual-product-grid .live-mini-product>b { margin-top:4px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.individual-product-grid .live-mini-product>small { margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.individual-product-grid .product-delivery-meta { display:block;margin-top:6px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.search-product-empty { grid-column:1/-1; }
.shopping-choice-overlay { position:fixed;inset:0;z-index:140;display:flex;align-items:flex-end;justify-content:center;padding-top:30px;background:#03261b75;backdrop-filter:blur(2px); }
.shopping-choice-card { width:min(520px,100%);border-radius:26px 26px 0 0;background:#fff;padding:24px 22px calc(24px + env(safe-area-inset-bottom));text-align:center;box-shadow:0 -16px 45px #001b1240; }
.shopping-choice-check { display:grid;place-items:center;width:48px;height:48px;margin:0 auto 10px;border-radius:50%;background:#dff5e8;color:#08764e;font-size:25px;font-weight:900; }
.shopping-choice-card>small { color:#08764e;font-weight:900;letter-spacing:.08em; }
.shopping-choice-card h2 { margin:7px 0 5px;font-size:23px; }
.shopping-choice-card p { margin:0 auto 18px;max-width:390px;color:#66736c;line-height:1.4; }
.shopping-choice-card>div { display:grid;grid-template-columns:1fr 1fr;gap:9px; }
.shopping-choice-card button { min-height:48px;border:1px solid #bfd1c7;border-radius:13px;background:#eef5f1;color:#07583d;font-weight:900; }
.shopping-choice-card [data-view-added-shop] { border-color:#07583d;background:#07583d;color:#fff; }
.shopping-choice-card [data-proceed-cart] { grid-column:1/-1;border-color:#07583d;background:#07583d;color:#fff; }
.quantity-modal { z-index:130; }
.quantity-card { max-height:calc(100dvh - 16px);overflow-y:auto;overscroll-behavior:contain;padding-bottom:calc(30px + env(safe-area-inset-bottom)); }
@media(max-width:390px){.search-category-grid{gap:15px 9px}.search-category-cover{border-radius:15px}.search-category-card b{font-size:12px}.product-search-submit{padding-inline:13px}}
@media(min-width:720px){.search-category-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:18px}.search-category-card b{font-size:15px}.individual-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.shopping-choice-overlay{align-items:center;padding:24px}.shopping-choice-card{border-radius:26px}}
@media (min-width:720px) { .store-product-grid:not(.store-product-slider) { grid-template-columns:repeat(3,minmax(0,1fr));gap:18px; } }
@media (min-width:720px) { .store-detail-products { grid-template-columns:repeat(3,minmax(0,1fr));gap:18px; } }
