/*
Theme Name: Zalot Market
Theme URI: https://example.com/zalot-market
Author: Custom Store Theme
Description: A mobile-first WooCommerce marketplace theme with horizontal product rails, circular departments, promotional banners and a saved delivery-location picker.
Version: 12.5.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zalot-market
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
  --zl-blue: #0b84c6;
  --zl-dark: #27313a;
  --zl-muted: #68737d;
  --zl-border: #dce2e7;
  --zl-surface: #f4f5f6;
  --zl-page: #dff2f5;
  --zl-green: #13c58b;
  --zl-yellow: #f5b800;
  --zl-radius: 6px;
  --zl-shadow: 0 1px 4px rgba(26, 40, 52, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--zl-dark);
  background: var(--zl-page);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}
body.zl-lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.site-shell {
  width: min(100%, 1180px);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 12px rgba(31, 52, 63, .12);
}
.zl-container { width: min(100% - 32px, 1120px); margin-inline: auto; }

/* Header */
.zl-announcement { padding: 7px 16px; color: #fff; background: var(--zl-blue); text-align: center; font-size: 12px; font-weight: 700; }
.zl-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--zl-border); }
.zl-header-main { display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; align-items: center; gap: 18px; min-height: 68px; }
.zl-brand { display: inline-flex; align-items: center; gap: 8px; font-size: 25px; font-weight: 800; letter-spacing: -.8px; }
.custom-logo { width: auto; max-height: 38px; }
.zl-brand-dot { color: var(--zl-blue); }
.zl-icon-button {
  display: inline-grid; place-items: center; width: 40px; height: 40px; padding: 0;
  color: #303941; background: transparent; border: 0; border-radius: 50%;
}
.zl-icon-button:hover { background: #f2f5f7; }
.zl-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.zl-header-actions { display: flex; align-items: center; gap: 4px; }
.zl-header-actions [data-zl-search-toggle] { display: none; }
.zl-cart { position: relative; }
.zl-cart-count { position: absolute; top: 0; right: 0; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; color: #fff; background: #e5484d; border-radius: 20px; font-size: 10px; font-weight: 800; }
.zl-search { position: relative; width: 100%; }
.zl-search input[type="search"] { width: 100%; height: 42px; padding: 0 48px 0 16px; border: 1px solid #cfd7dd; border-radius: 22px; outline: 0; background: #f7f8f9; }
.zl-search input[type="search"]:focus { border-color: var(--zl-blue); box-shadow: 0 0 0 3px rgba(11,132,198,.12); background: #fff; }
.zl-search button { position: absolute; inset: 0 4px 0 auto; width: 40px; padding: 0; border: 0; background: transparent; color: var(--zl-blue); }
.zl-menu-button { display: none; }
.zl-nav { border-top: 1px solid #edf0f2; }
.zl-nav .menu { display: flex; align-items: center; gap: 26px; min-height: 43px; margin: 0; padding: 0; list-style: none; overflow-x: auto; scrollbar-width: none; }
.zl-nav .menu::-webkit-scrollbar { display: none; }
.zl-nav a { display: block; white-space: nowrap; font-size: 13px; font-weight: 650; }
.zl-nav a:hover { color: var(--zl-blue); }

/* Location */
.zl-location-bar { background: #fff; border-bottom: 1px solid var(--zl-border); }
.zl-location-button { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 52px; padding: 0; border: 0; background: transparent; text-align: left; }
.zl-location-button .zl-location-copy { flex: 1; }
.zl-location-label { display: block; font-weight: 600; }
.zl-location-note { display: block; color: var(--zl-muted); font-size: 11px; }
.zl-location-add { color: var(--zl-blue); font-style: normal; font-weight: 700; }
.zl-modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: end center; padding: 16px; background: rgba(19,30,38,.5); }
.zl-modal.is-open { display: grid; }
.zl-modal-card { width: min(100%, 520px); padding: 22px; border-radius: 16px 16px 4px 4px; background: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.zl-modal-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 6px; }
.zl-modal h2 { margin: 0; font-size: 21px; }
.zl-modal p { margin: 0 0 18px; color: var(--zl-muted); font-size: 13px; }
.zl-field { display: grid; gap: 6px; margin-bottom: 13px; }
.zl-field label { font-size: 12px; font-weight: 700; }
.zl-field input { height: 45px; padding: 0 13px; border: 1px solid #cbd3d8; border-radius: var(--zl-radius); outline: 0; }
.zl-field input:focus { border-color: var(--zl-blue); box-shadow: 0 0 0 3px rgba(11,132,198,.12); }
.zl-primary-button { width: 100%; min-height: 46px; padding: 0 18px; color: #fff; background: var(--zl-blue); border: 0; border-radius: var(--zl-radius); font-weight: 800; }

/* Home */
.zl-home { background: var(--zl-surface); }
.zl-section { padding: 28px 0; border-bottom: 1px solid var(--zl-border); }
.zl-section--white { background: #fff; }
.zl-section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.zl-section-title { margin: 0; font-size: 21px; line-height: 1.2; }
.zl-view-more { flex: 0 0 auto; color: var(--zl-blue); font-size: 13px; font-weight: 750; }
.zl-category-rail, .zl-product-rail { display: grid; grid-auto-flow: column; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.zl-category-rail::-webkit-scrollbar, .zl-product-rail::-webkit-scrollbar { display: none; }
.zl-category-rail { grid-auto-columns: 112px; gap: 18px; padding: 2px 3px 8px; }
.zl-category-card { display: grid; justify-items: center; gap: 8px; scroll-snap-align: start; text-align: center; font-size: 12px; color: #53606a; }
.zl-category-circle { display: grid; place-items: center; width: 82px; aspect-ratio: 1; overflow: hidden; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--zl-blue), #3ab2e8); box-shadow: 0 2px 7px rgba(23,50,67,.18); font-size: 28px; font-weight: 900; }
.zl-category-circle img { width: 100%; height: 100%; object-fit: cover; }
.zl-category-card:nth-child(3n+2) .zl-category-circle { background: linear-gradient(145deg,#f05e73,#ef8b5f); }
.zl-category-card:nth-child(3n+3) .zl-category-circle { background: linear-gradient(145deg,#102d43,#245c76); }
.zl-category-card:hover .zl-category-circle { transform: translateY(-2px); }
.zl-category-circle { transition: transform .2s ease; }
.zl-product-rail { grid-auto-columns: minmax(176px, 21%); gap: 10px; padding: 2px 2px 10px; }
.zl-product-card { position: relative; display: flex; flex-direction: column; min-height: 345px; overflow: hidden; scroll-snap-align: start; background: #fff; border: 1px solid #d8dee2; border-radius: 3px; box-shadow: 0 1px 2px rgba(32,50,60,.06); }
.zl-product-card:hover { box-shadow: 0 4px 14px rgba(32,50,60,.13); }
.zl-product-image { position: relative; display: grid; place-items: center; aspect-ratio: 1 / .86; padding: 14px; background: #fff; }
.zl-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.zl-product-card:hover .zl-product-image img { transform: scale(1.035); }
.zl-sale-badge { position: absolute; z-index: 2; top: 8px; left: 8px; display: grid; place-items: center; min-width: 48px; min-height: 48px; padding: 5px; color: #fff; background: #2eb2d9; clip-path: polygon(50% 0,63% 13%,82% 10%,89% 29%,100% 42%,90% 59%,92% 79%,72% 86%,60% 100%,42% 90%,23% 94%,14% 75%,0 64%,9% 45%,5% 26%,27% 18%); text-align: center; font-size: 9px; font-weight: 850; line-height: 1.05; }
.zl-product-body { display: flex; flex: 1; flex-direction: column; padding: 10px 14px 14px; }
.zl-product-name { margin: 0 0 8px; color: #424b52; font-size: 14px; font-weight: 500; line-height: 1.25; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.zl-price { margin-top: auto; color: #151a1e; font-size: 16px; font-weight: 800; }
.zl-price del { margin-left: 5px; color: #8b949b; font-size: 11px; font-weight: 400; }
.zl-price ins { text-decoration: none; }
.zl-rating { margin-top: 6px; color: #8b949b; font-size: 11px; }
.zl-stars { color: var(--zl-yellow); letter-spacing: -1px; }
.zl-more-colours { margin-top: 5px; color: #8b949b; font-size: 11px; }
.zl-more-colours::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--zl-green); vertical-align: 1px; }
.zl-empty { padding: 34px; color: var(--zl-muted); background: #fff; border: 1px dashed #cbd4da; text-align: center; }

.zl-promo { padding: 0; overflow: hidden; background: #46c83f; }
.zl-promo-inner { position: relative; min-height: 330px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; overflow: hidden; }
.zl-promo-copy { position: relative; z-index: 2; padding: 42px; color: #fff; }
.zl-promo-kicker { display: inline-block; margin-bottom: 8px; padding: 5px 9px; color: #18351b; background: #eaff47; border-radius: 3px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.zl-promo-title { margin: 0; max-width: 530px; font-size: clamp(38px, 7vw, 72px); line-height: .9; letter-spacing: -3px; }
.zl-promo-text { max-width: 440px; margin: 18px 0 24px; font-size: 18px; }
.zl-promo-link { display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px; color: #fff; background: #17212a; border-radius: 4px; font-weight: 800; }
.zl-promo-art { position: relative; align-self: stretch; }
.zl-promo-art::before, .zl-promo-art::after { content: ""; position: absolute; border-radius: 50%; }
.zl-promo-art::before { width: 340px; height: 340px; top: 16%; right: -40px; background: radial-gradient(circle at 34% 30%, #b9f5ff, #23a8e1 55%, #0877b2 100%); box-shadow: inset -25px -30px 55px rgba(0,0,0,.16); }
.zl-promo-art::after { width: 220px; height: 75px; top: 52%; right: 48px; border: 24px solid #141719; border-top-width: 31px; border-bottom-width: 31px; border-radius: 42% 42% 48% 48%; box-shadow: inset 0 0 0 6px #151515, 0 22px 26px rgba(0,0,0,.25); transform: rotate(-5deg); }

.zl-promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.zl-mini-promo { min-height: 168px; display: flex; align-items: end; padding: 18px; overflow: hidden; border-radius: var(--zl-radius); color: #fff; background: linear-gradient(135deg,#6f3dd9,#df5ea6); }
.zl-mini-promo:nth-child(2) { background: linear-gradient(135deg,#1279ad,#54c9d1); }
.zl-mini-promo:nth-child(3) { background: linear-gradient(135deg,#ea612f,#f0b53b); }
.zl-mini-promo strong { display: block; max-width: 210px; font-size: 22px; line-height: 1.05; }

/* Content and WooCommerce */
.zl-content { min-height: 55vh; padding: 34px 0 60px; }
.entry-title, .woocommerce-products-header__title { margin-top: 0; font-size: clamp(28px,5vw,42px); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 14px; background: #fff; border: 1px solid var(--zl-border); border-radius: var(--zl-radius); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { color: #fff; background: var(--zl-blue); border-radius: 4px; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 38px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--zl-blue); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--zl-blue); }

/* Footer */
.zl-footer { color: #dae0e4; background: #202c35; }
.zl-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 34px; padding: 42px 0; }
.zl-footer h3 { margin: 0 0 13px; color: #fff; font-size: 15px; }
.zl-footer p { color: #aeb8bf; }
.zl-footer ul { margin: 0; padding: 0; list-style: none; }
.zl-footer li + li { margin-top: 8px; }
.zl-footer a { color: #bbc4ca; font-size: 13px; }
.zl-footer a:hover { color: #fff; }
.zl-footer-bottom { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.09); color: #95a2aa; font-size: 12px; }
.zl-mobile-nav { display: none; }
.zl-drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.zl-drawer.is-open { visibility: visible; }
.zl-drawer-backdrop { position: absolute; inset: 0; background: rgba(18,27,34,.5); opacity: 0; transition: opacity .2s; }
.zl-drawer.is-open .zl-drawer-backdrop { opacity: 1; }
.zl-drawer-panel { position: absolute; inset: 0 auto 0 0; width: min(84%,360px); padding: 22px; background: #fff; transform: translateX(-102%); transition: transform .25s ease; overflow-y: auto; }
.zl-drawer.is-open .zl-drawer-panel { transform: none; }
.zl-drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.zl-drawer .menu { margin: 0; padding: 0; list-style: none; }
.zl-drawer .menu a { display: block; padding: 13px 0; border-bottom: 1px solid #edf0f2; font-weight: 650; }

@media (max-width: 820px) {
  body { background: #fff; padding-bottom: 59px; }
  .site-shell { width: 100%; box-shadow: none; }
  .zl-container { width: calc(100% - 30px); }
  .zl-announcement { display: none; }
  .zl-header-main { grid-template-columns: 42px 1fr auto; min-height: 61px; gap: 8px; }
  .zl-menu-button { display: inline-grid; }
  .zl-brand { justify-self: center; font-size: 23px; }
  .zl-header-actions .zl-account { display: none; }
  .zl-header-actions [data-zl-search-toggle] { display: inline-grid; }
  .zl-header-main > .zl-search { position: absolute; left: 0; right: 0; top: 61px; display: none; padding: 10px 15px; background: #fff; border-bottom: 1px solid var(--zl-border); }
  .zl-header-main > .zl-search.is-open { display: block; }
  .zl-nav { display: none; }
  .zl-location-button { min-height: 51px; }
  .zl-section { padding: 18px 0; }
  .zl-section-title { font-size: 17px; }
  .zl-category-rail { grid-auto-columns: 104px; gap: 4px; margin-right: -15px; }
  .zl-category-circle { width: 72px; }
  .zl-product-rail { grid-auto-columns: 160px; margin-right: -15px; }
  .zl-product-card { min-height: 288px; }
  .zl-product-image { aspect-ratio: 1; padding: 11px; }
  .zl-product-body { padding: 9px 12px 12px; }
  .zl-product-name { font-size: 13px; }
  .zl-sale-badge { min-width: 44px; min-height: 44px; }
  .zl-promo-inner { min-height: 310px; grid-template-columns: 1fr; }
  .zl-promo-copy { padding: 35px 22px; }
  .zl-promo-title { max-width: 290px; font-size: 49px; }
  .zl-promo-text { max-width: 260px; font-size: 14px; }
  .zl-promo-art { position: absolute; inset: 0 0 0 42%; }
  .zl-promo-art::before { width: 285px; height: 285px; right: -85px; top: 20%; }
  .zl-promo-art::after { width: 174px; height: 58px; right: -6px; top: 54%; border-width: 20px; }
  .zl-promo-grid { display: flex; overflow-x: auto; margin-right: -15px; scrollbar-width: none; }
  .zl-mini-promo { flex: 0 0 80%; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 20px; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1; }
  .zl-footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 20px; padding-bottom: 30px; }
  .zl-mobile-nav { position: fixed; z-index: 70; inset: auto 0 0; display: grid; grid-template-columns: repeat(4,1fr); min-height: 59px; background: #fff; border-top: 1px solid var(--zl-border); box-shadow: 0 -3px 12px rgba(30,48,58,.08); }
  .zl-mobile-nav a, .zl-mobile-nav button { display: grid; width: 100%; height: auto; place-items: center; align-content: center; gap: 2px; color: #59646c; background: #fff; border: 0; border-radius: 0; font-size: 10px; }
  .zl-mobile-nav .zl-icon { width: 20px; height: 20px; }
}

@media (max-width: 430px) {
  .zl-product-rail { grid-auto-columns: 155px; }
  .zl-footer-grid { grid-template-columns: 1fr; }
  .zl-footer-brand { grid-column: 1; }
}

/* Complete shop archive */
.woocommerce-breadcrumb { margin: 0 0 18px !important; color: #7a858d !important; font-size: 12px !important; }
.woocommerce-breadcrumb a { color: #53606a; }
.zl-shop-hero { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 170px; margin-bottom: 25px; padding: 28px 36px; overflow: hidden; border-radius: 10px; background: linear-gradient(110deg,#e8f7fb 0%,#f7fbfc 60%,#d9f0f6 100%); }
.zl-shop-hero span { color: var(--zl-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.zl-shop-hero h1 { margin: 4px 0 0; font-size: clamp(30px,5vw,49px); line-height: 1; }
.zl-shop-hero .term-description p { margin: 10px 0 0; color: var(--zl-muted); }
.zl-shop-hero-badge { display: grid; align-content: center; flex: 0 0 215px; min-height: 104px; padding: 18px; color: #fff; background: var(--zl-blue); border-radius: 50% 9px 50% 9px; text-align: center; transform: rotate(2deg); }
.zl-shop-hero-badge strong, .zl-shop-hero-badge small { display: block; transform: rotate(-2deg); }
.zl-shop-hero-badge strong { font-size: 19px; }
.zl-shop-hero-badge small { opacity: .85; }
.zl-shop-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 28px; }
.zl-shop-sidebar { align-self: start; padding: 20px; background: #fff; border: 1px solid var(--zl-border); border-radius: 8px; }
.zl-shop-sidebar h2 { margin: 0 0 12px; font-size: 16px; }
.zl-shop-sidebar a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 8px; color: #5d6870; border-bottom: 1px solid #edf0f2; font-size: 13px; }
.zl-shop-sidebar a:last-child { border: 0; }
.zl-shop-sidebar a:hover, .zl-shop-sidebar a.is-active { color: var(--zl-blue); font-weight: 750; }
.zl-shop-sidebar small { display: grid; place-items: center; min-width: 24px; height: 21px; padding: 0 5px; background: #edf2f4; border-radius: 12px; font-size: 10px; }
.zl-shop-toolbar { min-height: 46px; margin-bottom: 15px; }
.zl-shop-toolbar .woocommerce-result-count { margin: 10px 0; color: var(--zl-muted); font-size: 13px; }
.zl-shop-toolbar .woocommerce-ordering { margin: 0; }
.zl-shop-toolbar select { height: 42px; padding: 0 38px 0 12px; background: #fff; border: 1px solid var(--zl-border); border-radius: 5px; }
.woocommerce .zl-shop-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
.woocommerce ul.products li.product.zl-shop-card { display: flex; flex-direction: column; min-width: 0; padding: 0; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.woocommerce ul.products li.product.zl-shop-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(32,50,60,.12); }
.zl-shop-card-image { position: relative; display: grid !important; place-items: center; aspect-ratio: 1; padding: 15px; background: #fff; }
.woocommerce ul.products li.product.zl-shop-card .zl-shop-card-image img { width: 100%; height: 100%; margin: 0; object-fit: contain; }
.zl-shop-card-body { display: flex; flex: 1; flex-direction: column; padding: 13px 14px 15px; border-top: 1px solid #f0f2f3; }
.zl-shop-card-category { margin-bottom: 6px; color: var(--zl-blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.zl-shop-card-category a { color: inherit; }
.woocommerce ul.products li.product.zl-shop-card h2 { min-height: 39px; margin: 0 0 7px; padding: 0; color: #39434a; font-size: 14px; font-weight: 650; line-height: 1.35; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.zl-shop-card-rating { display: flex; align-items: center; gap: 6px; min-height: 20px; }
.zl-shop-card-rating .star-rating { margin: 0; font-size: 11px; color: var(--zl-yellow); }
.zl-shop-card-rating small { color: #90999f; }
.zl-shop-card-bottom { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 10px; }
.woocommerce ul.products li.product.zl-shop-card .price { margin: 0; color: #151a1e; font-size: 15px; font-weight: 850; }
.woocommerce ul.products li.product.zl-shop-card .price del { display: block; color: #98a0a5; font-size: 10px; font-weight: 400; }
.woocommerce ul.products li.product.zl-shop-card .price ins { text-decoration: none; }
.woocommerce ul.products li.product.zl-shop-card .button { display: grid; place-items: center; min-width: 38px; width: 38px; height: 38px; margin: 0; padding: 0; overflow: hidden; color: transparent; font-size: 0; border-radius: 50%; }
.woocommerce ul.products li.product.zl-shop-card .button::before { content: "+"; color: #fff; font-size: 23px; font-weight: 400; }
.woocommerce nav.woocommerce-pagination { margin-top: 28px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { margin: 0 3px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; padding: 10px; border-radius: 50%; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--zl-blue); }

/* Complete product page */
.woocommerce div.product.zl-pdp { display: block; }
.zl-pdp-top { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: 42px; padding: 26px; background: #fff; border: 1px solid var(--zl-border); border-radius: 10px; }
.woocommerce div.product.zl-pdp .zl-pdp-gallery div.images, .woocommerce div.product.zl-pdp .summary { width: auto; margin: 0; float: none; }
.zl-pdp-gallery { min-width: 0; }
.zl-pdp-gallery .woocommerce-product-gallery { padding: 20px; background: #fafbfb; border: 1px solid #e4e8ea; border-radius: 8px; }
.zl-pdp-gallery .woocommerce-product-gallery__image a { display: grid; place-items: center; min-height: 450px; }
.zl-pdp-gallery .woocommerce-product-gallery__image img { max-height: 520px; object-fit: contain; }
.zl-pdp-gallery .flex-control-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 12px !important; }
.zl-pdp-gallery .flex-control-thumbs li { width: auto !important; border: 1px solid var(--zl-border); border-radius: 5px; overflow: hidden; }
.woocommerce div.product.zl-pdp .onsale { top: 12px; left: 12px; z-index: 2; min-width: 54px; min-height: 54px; display: grid; place-items: center; padding: 6px; background: #e5484d; line-height: 1; }
.woocommerce div.product.zl-pdp .summary { align-self: start; }
.woocommerce div.product.zl-pdp .product_title { margin: 0 0 11px; font-size: clamp(27px,4vw,40px); line-height: 1.1; letter-spacing: -.5px; }
.woocommerce div.product.zl-pdp .woocommerce-product-rating { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; color: #71808a; font-size: 12px; }
.woocommerce div.product.zl-pdp .woocommerce-product-rating .star-rating { color: var(--zl-yellow); }
.woocommerce div.product.zl-pdp p.price { margin: 10px 0; color: #172128; font-size: 29px; font-weight: 850; }
.woocommerce div.product.zl-pdp p.price del { margin-right: 8px; color: #9aa3a9; font-size: 16px; font-weight: 400; }
.woocommerce div.product.zl-pdp p.price ins { text-decoration: none; }
.woocommerce div.product.zl-pdp .woocommerce-product-details__short-description { margin: 15px 0; color: #5c6870; font-size: 14px; }
.woocommerce div.product.zl-pdp .stock { display: inline-flex; margin: 0 0 12px; padding: 5px 9px; color: #10815c; background: #eaf8f2; border-radius: 4px; font-size: 11px; font-weight: 750; }
.woocommerce div.product.zl-pdp .summary > .stock { display: none; }
.zl-pdp-delivery { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; margin: 15px 0; padding: 13px; background: #f5fafc; border: 1px solid #d8eaf2; border-radius: 6px; }
.zl-pdp-delivery .zl-icon { color: var(--zl-blue); }
.zl-pdp-delivery strong, .zl-pdp-delivery span { display: block; }
.zl-pdp-delivery strong { font-size: 13px; }
.zl-pdp-delivery span { color: #73808a; font-size: 11px; }
.zl-pdp-delivery button { padding: 6px 9px; color: var(--zl-blue); background: transparent; border: 0; font-size: 12px; font-weight: 800; }
.woocommerce div.product.zl-pdp form.cart { display: flex; gap: 10px; margin: 19px 0 13px; }
.woocommerce div.product.zl-pdp form.cart .quantity .qty { width: 64px; height: 49px; border: 1px solid #cdd5da; border-radius: 5px; }
.woocommerce .quantity { display: inline-flex; align-items: stretch; }
.woocommerce .quantity .zl-qty-button { width: 32px; padding: 0; color: #39464e; background: #f3f6f7; border: 1px solid #cdd5da; font-size: 18px; }
.woocommerce .quantity .zl-qty-button:first-child { border-radius: 5px 0 0 5px; border-right: 0; }
.woocommerce .quantity .zl-qty-button:last-child { border-radius: 0 5px 5px 0; border-left: 0; }
.woocommerce div.product.zl-pdp form.cart .quantity .qty { border-radius: 0; }
.woocommerce div.product.zl-pdp form.cart .button { flex: 1; min-height: 49px; padding: 0 22px; background: var(--zl-blue); font-size: 15px; font-weight: 850; }
.woocommerce div.product.zl-pdp form.cart .button:hover { background: #076ea6; }
.woocommerce div.product.zl-pdp .product_meta { display: grid; gap: 4px; padding-top: 12px; border-top: 1px solid #e8ebed; color: #7a858d; font-size: 11px; }
.zl-pdp-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 13px; }
.zl-pdp-trust span { display: grid; justify-items: center; gap: 3px; padding: 10px 5px; color: #66727a; background: #f6f7f8; border-radius: 4px; text-align: center; font-size: 10px; }
.zl-pdp-trust b { color: var(--zl-green); font-size: 17px; }
.zl-pdp-service-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 18px; overflow: hidden; background: var(--zl-border); border: 1px solid var(--zl-border); border-radius: 8px; }
.zl-pdp-service-strip > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 18px; background: #fff; }
.zl-pdp-service-strip b { display: grid; place-items: center; width: 35px; height: 35px; color: #fff; background: var(--zl-blue); border-radius: 50%; }
.zl-pdp-service-strip strong, .zl-pdp-service-strip small { display: block; }
.zl-pdp-service-strip strong { font-size: 13px; }
.zl-pdp-service-strip small { color: #7d878e; font-size: 10px; }
.zl-pdp-after { margin-top: 24px; }
.woocommerce div.product.zl-pdp .woocommerce-tabs { grid-column: auto; padding: 25px 30px; background: #fff; border: 1px solid var(--zl-border); border-radius: 8px; }
.woocommerce div.product.zl-pdp .woocommerce-tabs ul.tabs { display: flex; gap: 28px; margin: 0 0 24px; padding: 0; border-bottom: 1px solid var(--zl-border); overflow-x: auto; }
.woocommerce div.product.zl-pdp .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product.zl-pdp .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.woocommerce div.product.zl-pdp .woocommerce-tabs ul.tabs li::before, .woocommerce div.product.zl-pdp .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product.zl-pdp .woocommerce-tabs ul.tabs li a { padding: 0 0 12px; color: #68737d; white-space: nowrap; }
.woocommerce div.product.zl-pdp .woocommerce-tabs ul.tabs li.active a { color: var(--zl-blue); border-bottom: 3px solid var(--zl-blue); }
.woocommerce div.product.zl-pdp .woocommerce-tabs h2 { font-size: 21px; }
.woocommerce div.product.zl-pdp .woocommerce-tabs .panel { color: #59656d; }
.woocommerce div.product.zl-pdp .related { grid-column: auto; margin-top: 28px; }
.woocommerce div.product.zl-pdp .related > h2 { font-size: 22px; }

/* Cart, checkout, order confirmation and account */
.zl-commerce-page .zl-content { background: #f4f6f7; }
.zl-commerce-page .entry-title { margin-bottom: 25px; font-size: 32px; }
.woocommerce form .form-row { margin: 0 0 15px; padding: 0; }
.woocommerce form .form-row label { margin-bottom: 6px; color: #4c5860; font-size: 12px; font-weight: 750; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 47px; padding: 10px 13px; color: #27313a; background: #fff; border: 1px solid #cdd5da; border-radius: 5px; outline: 0; }
.woocommerce form .form-row textarea { min-height: 100px; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--zl-blue); box-shadow: 0 0 0 3px rgba(11,132,198,.1); }
.select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 25px; }
.woocommerce-cart .entry-content > .woocommerce { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 24px; align-items: start; }
.woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, .woocommerce-cart .return-to-shop { grid-column: 1 / -1; }
.woocommerce-cart form.woocommerce-cart-form { grid-column: 1; padding: 20px; background: #fff; border: 1px solid var(--zl-border); border-radius: 8px; }
.woocommerce-cart .cart-collaterals { grid-column: 2; width: auto; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; padding: 22px; background: #fff; border: 1px solid var(--zl-border); border-radius: 8px; }
.woocommerce-cart .cart-collaterals .cart_totals h2 { margin-top: 0; font-size: 20px; }
.woocommerce table.shop_table { margin: 0; border: 0; border-collapse: collapse; }
.woocommerce table.shop_table th { color: #68737d; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.woocommerce table.shop_table td { border-top: 1px solid #edf0f2; }
.woocommerce-cart table.cart img { width: 76px; padding: 5px; background: #f6f7f8; border-radius: 5px; }
.woocommerce-cart table.cart td.product-name a { font-weight: 700; }
.woocommerce-cart table.cart .product-remove a { color: #a7afb4 !important; font-size: 22px; }
.woocommerce-cart table.cart .product-remove a:hover { color: #e5484d !important; background: transparent; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 170px; height: 43px; padding: 0 12px; border: 1px solid #cdd5da; border-radius: 4px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { min-height: 50px; margin: 14px 0 0; padding: 15px 18px; background: var(--zl-blue); font-size: 15px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background: #076ea6; }

.woocommerce-checkout .zl-location-bar, .woocommerce-checkout .zl-nav, .woocommerce-checkout .zl-announcement { display: none; }
.woocommerce-checkout .zl-header-main > .zl-search, .woocommerce-checkout .zl-header-actions .zl-account { display: none; }
.woocommerce-checkout .zl-header-main { grid-template-columns: auto 1fr auto; }
.zl-checkout-head { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 28px; padding: 16px; background: #fff; border: 1px solid var(--zl-border); border-radius: 7px; }
.zl-checkout-head span { display: flex; align-items: center; gap: 7px; color: #889299; font-size: 12px; font-weight: 700; }
.zl-checkout-head b { display: grid; place-items: center; width: 25px; height: 25px; background: #e9edef; border-radius: 50%; }
.zl-checkout-head .is-active { color: var(--zl-blue); }
.zl-checkout-head .is-active b { color: #fff; background: var(--zl-blue); }
.zl-checkout-head i { width: 45px; height: 1px; background: #d7dde1; }
.woocommerce form.checkout { display: grid; grid-template-columns: minmax(0,1fr) 420px; gap: 0 25px; align-items: start; }
.woocommerce form.checkout #customer_details { grid-column: 1; grid-row: 1 / 3; width: 100%; padding: 24px; background: #fff; border: 1px solid var(--zl-border); border-radius: 8px; }
.woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 { width: 100%; float: none; }
.woocommerce form.checkout #customer_details .col-2 { margin-top: 20px; }
.woocommerce form.checkout h3 { margin: 0 0 20px; font-size: 20px; }
.woocommerce form.checkout #order_review_heading { grid-column: 2; margin: 0; padding: 22px 22px 0; background: #fff; border: 1px solid var(--zl-border); border-bottom: 0; border-radius: 8px 8px 0 0; }
.woocommerce form.checkout #order_review { grid-column: 2; padding: 12px 22px 22px; background: #fff; border: 1px solid var(--zl-border); border-top: 0; border-radius: 0 0 8px 8px; }
.woocommerce-checkout-review-order-table .product-name { font-size: 12px; }
.woocommerce-checkout-review-order-table .product-total { text-align: right; }
.woocommerce-checkout #payment { background: #f3f6f7; border-radius: 6px; }
.woocommerce-checkout #payment ul.payment_methods { padding: 16px; border-bottom-color: #dbe1e4; }
.woocommerce-checkout #payment div.payment_box { background: #e6ecef; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #e6ecef; }
.woocommerce-checkout #payment div.form-row { padding: 16px; }
.woocommerce-checkout #payment #place_order { width: 100%; min-height: 51px; background: var(--zl-blue); font-size: 15px; font-weight: 850; }
.woocommerce-checkout #payment #place_order:hover { background: #076ea6; }
.woocommerce-order { padding: 28px; background: #fff; border: 1px solid var(--zl-border); border-radius: 9px; }
.woocommerce-order .woocommerce-thankyou-order-received { margin: 0 0 24px; padding: 22px; color: #116b4d; background: #e9f8f2; border-radius: 6px; font-size: 18px; font-weight: 800; text-align: center; }
.woocommerce ul.order_details { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 0 0 28px; padding: 0; background: var(--zl-border); border: 1px solid var(--zl-border); }
.woocommerce ul.order_details li { margin: 0; padding: 15px; background: #fff; border: 0; }
.woocommerce-MyAccount-navigation { width: 220px !important; padding: 10px; background: #fff; border: 1px solid var(--zl-border); border-radius: 7px; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation a { display: block; padding: 11px; border-bottom: 1px solid #edf0f2; font-size: 13px; font-weight: 650; }
.woocommerce-MyAccount-navigation .is-active a { color: var(--zl-blue); }
.woocommerce-MyAccount-content { width: calc(100% - 250px) !important; padding: 22px; background: #fff; border: 1px solid var(--zl-border); border-radius: 7px; }

/* WooCommerce block cart/checkout */
.wc-block-cart, .wc-block-checkout { gap: 24px !important; }
.wc-block-cart-items, .wc-block-components-sidebar, .wc-block-checkout__main { background: #fff; border: 1px solid var(--zl-border) !important; border-radius: 8px; }
.wc-block-components-sidebar { padding: 20px !important; }
.wc-block-components-button:not(.is-link) { min-height: 49px; color: #fff; background: var(--zl-blue); border-radius: 5px; font-weight: 800; }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input { border-color: #cdd5da !important; border-radius: 5px !important; }
.wc-block-components-checkout-step { padding: 22px !important; background: #fff; border: 1px solid var(--zl-border); border-radius: 8px; }

/* Footer service strip */
.zl-footer-services { color: #27313a; background: #f5f7f8; border-top: 1px solid var(--zl-border); }
.zl-footer-services-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.zl-footer-service { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 76px; padding: 13px; border-right: 1px solid var(--zl-border); }
.zl-footer-service:last-child { border-right: 0; }
.zl-footer-service b { color: var(--zl-blue); font-size: 21px; }
.zl-footer-service strong, .zl-footer-service small { display: block; }
.zl-footer-service strong { font-size: 12px; }
.zl-footer-service small { color: #7a858d; font-size: 10px; }
.zl-footer-about { max-width: 280px; }
.zl-footer-mark { display: inline-block; margin-top: 8px; padding: 7px 10px; color: #cbd4d9; border: 1px solid #53616a; border-radius: 4px; font-size: 10px; font-weight: 800; }
.zl-footer-extras { display: grid; grid-template-columns: 1.2fr .6fr 1.5fr; gap: 28px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.09); }
.zl-footer-extras h3 { margin: 0 0 10px; color: #fff; font-size: 13px; }
.zl-app-badges, .zl-social-links, .zl-payment-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.zl-app-badges a, .zl-app-badges span { min-width: 118px; padding: 6px 10px; color: #fff; background: #11191e; border: 1px solid #526069; border-radius: 5px; }
.zl-app-badges small, .zl-app-badges strong { display: block; }
.zl-app-badges small { color: #aeb8bf; font-size: 8px; }
.zl-app-badges strong { font-size: 13px; }
.zl-social-links a, .zl-social-links span { display: grid; place-items: center; width: 35px; height: 35px; color: #fff; background: #35434d; border-radius: 50%; font-weight: 800; }
.zl-payment-badges span { padding: 7px 9px; color: #2f3b43; background: #fff; border-radius: 3px; font-size: 9px; font-weight: 800; }

@media (max-width: 900px) {
  .zl-shop-layout { grid-template-columns: 1fr; }
  .zl-shop-sidebar { display: flex; gap: 6px; padding: 8px; overflow-x: auto; }
  .zl-shop-sidebar h2 { display: none; }
  .zl-shop-sidebar a { flex: 0 0 auto; padding: 8px 10px; border: 0; background: #f1f4f5; border-radius: 20px; }
  .woocommerce .zl-shop-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .zl-pdp-top { grid-template-columns: 1fr 1fr; gap: 24px; padding: 20px; }
  .woocommerce-cart .entry-content > .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-cart form.woocommerce-cart-form, .woocommerce-cart .cart-collaterals { grid-column: 1; }
  .woocommerce form.checkout { grid-template-columns: minmax(0,1fr) 360px; }
  .zl-footer-services-inner { grid-template-columns: repeat(2,1fr); }
  .zl-footer-service:nth-child(2) { border-right: 0; }
  .zl-footer-service:nth-child(-n+2) { border-bottom: 1px solid var(--zl-border); }
  .zl-footer-extras { grid-template-columns: 1fr 1fr; }
  .zl-payment-area { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .zl-shop-hero { min-height: 125px; padding: 22px; }
  .zl-shop-hero-badge { display: none; }
  .zl-shop-layout { gap: 15px; }
  .zl-shop-toolbar { min-height: 40px; }
  .zl-shop-toolbar .woocommerce-result-count { display: none; }
  .woocommerce .zl-shop-results ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .woocommerce ul.products li.product.zl-shop-card h2 { font-size: 12px; }
  .zl-shop-card-body { padding: 10px; }
  .zl-shop-card-category { font-size: 8px; }
  .zl-shop-card-bottom { align-items: center; }
  .woocommerce ul.products li.product.zl-shop-card .price { font-size: 13px; }
  .zl-pdp-top { grid-template-columns: 1fr; gap: 18px; padding: 12px; border: 0; }
  .zl-pdp-gallery .woocommerce-product-gallery { padding: 10px; }
  .zl-pdp-gallery .woocommerce-product-gallery__image a { min-height: 300px; }
  .woocommerce div.product.zl-pdp .product_title { font-size: 27px; }
  .woocommerce div.product.zl-pdp p.price { font-size: 24px; }
  .zl-pdp-trust { gap: 4px; }
  .zl-pdp-service-strip { grid-template-columns: 1fr; }
  .zl-pdp-service-strip > div { justify-content: start; }
  .woocommerce div.product.zl-pdp .woocommerce-tabs { padding: 18px 15px; border-right: 0; border-left: 0; border-radius: 0; }
  .woocommerce div.product.zl-pdp .woocommerce-tabs ul.tabs { gap: 20px; }
  .woocommerce div.product.zl-pdp .related ul.products { display: flex; overflow-x: auto; }
  .woocommerce div.product.zl-pdp .related ul.products li { flex: 0 0 155px; }
  .woocommerce-cart form.woocommerce-cart-form { padding: 10px; }
  .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail { display: block; text-align: center !important; }
  .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail::before { display: none; }
  .woocommerce-cart table.cart img { width: 120px; }
  .woocommerce-cart table.cart td.actions .coupon { float: none; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { flex: 1; width: auto; }
  .woocommerce form.checkout { display: block; }
  .woocommerce form.checkout #customer_details, .woocommerce form.checkout #order_review_heading, .woocommerce form.checkout #order_review { margin-bottom: 16px; }
  .zl-checkout-head { gap: 5px; padding: 12px 6px; }
  .zl-checkout-head span { font-size: 10px; }
  .zl-checkout-head i { width: 16px; }
  .woocommerce ul.order_details { grid-template-columns: repeat(2,1fr); }
  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { width: 100% !important; float: none; }
  .woocommerce-MyAccount-content { margin-top: 14px; }
}

/* Reference-style navigation drawer */
.zl-drawer-panel { padding: 0; overflow: hidden; }
.zl-drawer-view { display: none; height: 100%; overflow-y: auto; background: #f2f3f4; }
.zl-drawer-view.is-active { display: block; }
.zl-drawer-top, .zl-drawer-subhead { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; min-height: 48px; margin: 0; padding: 0 8px; background: #fff; border-bottom: 1px solid #e1e5e7; }
.zl-drawer-top > button { grid-column: 3; }
.zl-drawer-subhead strong { text-align: center; font-size: 13px; }
.zl-drawer-links { display: block; background: #fff; }
.zl-drawer-links > a, .zl-drawer-links > button { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; width: 100%; min-height: 45px; margin: 0; padding: 0 13px; color: #1f2a31; background: #fff; border: 0; border-bottom: 1px solid #e5e8ea; border-radius: 0; text-align: left; font-size: 12px; font-weight: 500; }
.zl-drawer-links > a > span:first-of-type, .zl-drawer-links > button > span:first-of-type { grid-column: 2; }
.zl-drawer-links > a:not(:has(> .zl-icon:first-child)) > span:first-child, .zl-drawer-links > button:not(:has(> .zl-icon:first-child)) > span:first-child { grid-column: 1 / 3; }
.zl-drawer-links > a > .zl-icon:last-child, .zl-drawer-links > button > .zl-icon:last-child { grid-column: 3; width: 14px; height: 14px; }
.zl-drawer-links > a > small { grid-column: 3; color: #53606a; font-size: 10px; font-weight: 400; }
.zl-drawer-links > a > .zl-icon:first-child { grid-column: 1; width: 16px; height: 16px; }
.zl-drawer-links > a:hover, .zl-drawer-links > button:hover { color: var(--zl-blue); background: #f7fafb; }
.zl-drawer-separator { display: block; height: 10px; background: #f0f2f3; border-top: 1px solid #e3e7e9; border-bottom: 1px solid #e3e7e9; }
.zl-drawer-categories > a > span { grid-column: 1 / 3 !important; }

/* Full location selector */
.zl-location-card { width: min(100%, 680px); max-height: min(92vh, 780px); overflow-y: auto; }
.zl-location-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 16px; border-bottom: 1px solid var(--zl-border); }
.zl-location-tabs button { min-height: 43px; color: #6a757d; background: transparent; border: 0; border-bottom: 3px solid transparent; font-size: 13px; font-weight: 750; }
.zl-location-tabs button.is-active { color: var(--zl-blue); border-bottom-color: var(--zl-blue); }
.zl-location-panel { display: none; }
.zl-location-panel.is-active { display: block; }
.zl-saved-address { position: relative; display: grid; gap: 4px; min-height: 82px; align-content: center; margin-bottom: 12px; padding: 14px; background: #f5f7f8; border: 1px solid #e0e5e7; border-radius: 6px; }
.zl-saved-address strong { font-size: 13px; }
.zl-saved-address span { color: #65727a; font-size: 11px; }
.zl-saved-address small { position: absolute; top: 10px; right: 10px; padding: 3px 6px; color: #087653; background: #dff6ed; border-radius: 3px; font-size: 9px; font-weight: 800; }
.zl-outline-button { width: 100%; min-height: 43px; margin-bottom: 15px; color: var(--zl-blue); background: #fff; border: 1px solid var(--zl-blue); border-radius: 5px; font-weight: 800; }
.zl-address-form { padding-top: 8px; border-top: 1px solid #e4e8ea; }
.zl-address-types { display: flex; gap: 22px; margin: 8px 0 15px; font-size: 12px; }
.zl-address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.zl-field-wide { grid-column: 1 / -1; }
.zl-field select { width: 100%; height: 45px; padding: 0 13px; background: #fff; border: 1px solid #cbd3d8; border-radius: var(--zl-radius); }
.zl-pickup-select { display: grid; gap: 6px; margin-bottom: 12px; font-size: 12px; font-weight: 750; }
.zl-pickup-select select { height: 45px; padding: 0 12px; background: #fff; border: 1px solid #cbd3d8; border-radius: 5px; }
.zl-pickup-list { display: grid; gap: 9px; }
.zl-pickup-list button { display: grid; gap: 3px; padding: 13px; background: #fff; border: 1px solid #d9e0e4; border-radius: 5px; text-align: left; }
.zl-pickup-list button:hover { border-color: var(--zl-blue); }
.zl-pickup-list strong { font-size: 12px; }
.zl-pickup-list span { color: #6f7c84; font-size: 10px; }
.zl-use-location { width: 100%; min-height: 45px; margin-top: 15px; color: var(--zl-blue); background: transparent; border: 0; border-top: 1px solid #e3e7e9; font-weight: 800; }
.zl-location-status { min-height: 18px; color: #65727a; text-align: center; font-size: 11px; }

/* Saved-list buttons and page */
.zl-product-card, .woocommerce ul.products li.product.zl-shop-card { position: relative; }
.zl-wishlist-button, .zl-pdp-wishlist { position: absolute; z-index: 5; display: grid; place-items: center; width: 35px; height: 35px; padding: 0; color: #4f5b63; background: rgba(255,255,255,.94); border: 1px solid #dbe0e3; border-radius: 50%; box-shadow: 0 1px 4px rgba(20,35,45,.12); }
.zl-wishlist-button { top: 8px; right: 8px; }
.zl-wishlist-button .zl-icon, .zl-pdp-wishlist .zl-icon { width: 17px; height: 17px; }
.zl-wishlist-button.is-saved, .zl-pdp-wishlist.is-saved { color: #e54863; border-color: #f1b7c2; }
.zl-wishlist-button.is-saved .zl-icon, .zl-pdp-wishlist.is-saved .zl-icon { fill: currentColor; }
.zl-saved-list { padding: 25px; background: #fff; border: 1px solid var(--zl-border); border-radius: 8px; }
.zl-saved-list-head h2 { margin: 0; }
.zl-saved-list-head p { margin: 5px 0 20px; color: var(--zl-muted); }
.zl-saved-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.zl-saved-card { display: flex; flex-direction: column; padding: 12px; border: 1px solid var(--zl-border); border-radius: 6px; }
.zl-saved-card img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #f7f8f9; }
.zl-saved-card h3 { min-height: 39px; font-size: 13px; }
.zl-saved-card strong { display: block; margin-top: 8px; }
.zl-saved-card > button { margin-top: 12px; padding: 8px; color: #e5484d; background: transparent; border: 1px solid #e6c4c6; border-radius: 4px; }
.zl-saved-empty { grid-column: 1 / -1; padding: 45px 15px; color: var(--zl-muted); background: #f6f8f9; text-align: center; }

/* Product detail modules matching the reference flow */
.single-product .zl-content { background: #f0f3f4; }
.woocommerce div.product.zl-pdp .summary { position: relative; }
.zl-pdp-wishlist { top: 0; right: 0; }
.woocommerce div.product.zl-pdp .product_title { padding-right: 45px; }
.zl-pdp-category-line { margin: 1px 0 8px; color: var(--zl-blue); font-size: 11px; }
.zl-pdp-category-line a { color: inherit; }
.woocommerce div.product.zl-pdp p.price::after { content: "i"; display: inline-grid; place-items: center; width: 13px; height: 13px; margin-left: 6px; color: #fff; background: #9ca4a9; border-radius: 50%; font-size: 8px; font-weight: 800; vertical-align: 4px; }
.zl-pdp-delivery-block { margin: 16px 0 0; border-top: 1px solid #e5e8ea; }
.zl-pdp-date-row { display: flex; align-items: center; gap: 8px; min-height: 45px; padding: 0 2px; font-size: 12px; }
.zl-pdp-date-row strong { font-size: 12px; }
.zl-pdp-date-row button { padding: 0; color: var(--zl-blue); background: transparent; border: 0; font-size: 10px; }
.zl-pdp-location-row { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 10px; width: 100%; min-height: 48px; padding: 0 13px; color: #253038; background: #fff; border: 1px solid #cdd5d9; border-radius: 4px; text-align: left; font-size: 11px; }
.zl-pdp-location-row .zl-icon { width: 17px; height: 17px; }
.zl-pdp-location-row i { color: var(--zl-blue); font-style: normal; }
.zl-pdp-membership { margin-top: 9px; padding: 9px 12px; color: #173b46; background: #e1f2f6; font-size: 9px; font-weight: 800; }
.zl-pdp-fulfilment { margin: 12px -1px 0; padding-top: 13px; border-top: 7px solid #f0f3f4; }
.zl-pdp-stock { display: flex; align-items: center; gap: 5px; padding: 0 1px 10px; border-bottom: 1px dotted #ccd3d7; }
.zl-pdp-stock strong { margin-right: 2px; color: #10171c; font-size: 13px; }
.zl-pdp-stock span { padding: 2px 4px; color: #526069; background: #eef1f2; font-size: 7px; font-weight: 850; }
.zl-pdp-stock button { margin-left: 3px; padding: 0; color: var(--zl-blue); background: transparent; border: 0; font-size: 8px; }
.zl-pdp-fulfilment ul { margin: 0; padding: 0; list-style: none; }
.zl-pdp-fulfilment li { display: grid; grid-template-columns: 16px 1fr auto; align-items: center; gap: 5px; min-height: 36px; border-bottom: 1px dotted #ccd3d7; color: #45525a; font-size: 9px; }
.zl-pdp-fulfilment li b { color: #849097; font-weight: 400; }
.zl-pdp-fulfilment li i { display: grid; place-items: center; width: 10px; height: 10px; color: #fff; background: #15935f; border-radius: 50%; font-size: 7px; font-style: normal; font-weight: 800; }
.zl-pdp-card { margin-top: 8px; padding: 22px; background: #fff; border: 1px solid #e0e4e6; border-radius: 6px; }
.zl-pdp-card > h2, .zl-pdp-section-head h2 { margin: 0; font-size: 18px; }
.zl-pdp-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.zl-pdp-section-head a { color: var(--zl-blue); font-size: 11px; font-weight: 800; }
.zl-pdp-rail-section .zl-product-rail { grid-auto-columns: minmax(164px,22%); }
.zl-pdp-description-content { position: relative; max-height: 72px; margin-top: 12px; overflow: hidden; color: #4e5a62; font-size: 12px; }
.zl-pdp-description-content::after { content: ""; position: absolute; inset: auto 0 0; height: 35px; background: linear-gradient(transparent,#fff); }
.zl-pdp-description-content.is-expanded { max-height: none; }
.zl-pdp-description-content.is-expanded::after { display: none; }
.zl-pdp-description > button { width: 100%; margin-top: 15px; padding: 12px 0 0; color: var(--zl-blue); background: transparent; border: 0; border-top: 1px solid #e6e9eb; font-size: 11px; font-weight: 800; }
.zl-product-information dl { margin: 12px 0 0; }
.zl-product-information dl > div { display: grid; grid-template-columns: minmax(100px,42%) 1fr; gap: 15px; min-height: 40px; align-items: center; border-top: 1px solid #e3e7e9; }
.zl-product-information dt { color: #68757d; font-size: 10px; }
.zl-product-information dd { margin: 0; color: #11191e; font-size: 11px; font-weight: 750; }
.zl-pdp-reviews #reviews #comments, .zl-pdp-reviews #reviews #review_form_wrapper { width: 100%; float: none; }
.zl-pdp-reviews #reviews #review_form_wrapper { margin-top: 25px; }
.zl-pdp-reviews .commentlist { padding: 0 !important; }

/* Delivery information overlays */
.zl-info-modal { position: fixed; inset: 0; z-index: 110; display: none; place-items: center; padding: 18px; background: rgba(19,30,38,.55); }
.zl-info-modal.is-open { display: grid; }
.zl-info-modal-card { width: min(100%,540px); max-height: 88vh; overflow-y: auto; padding: 22px; background: #fff; border-radius: 9px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.zl-info-modal-card p { color: #58656d; font-size: 12px; }
.zl-info-modal-card h3 { margin: 22px 0 8px; font-size: 15px; }
.zl-info-modal-card table { width: 100%; border-collapse: collapse; font-size: 11px; }
.zl-info-modal-card th, .zl-info-modal-card td { padding: 10px; border: 1px solid #dfe4e6; text-align: left; }
.zl-info-modal-card th { background: #f3f6f7; }

@media (max-width: 680px) {
  .zl-drawer-panel { width: min(92%, 360px); }
  .zl-location-card { width: 100%; max-height: 95vh; padding: 18px 14px; }
  .zl-address-grid { grid-template-columns: 1fr; }
  .zl-field-wide { grid-column: 1; }
  .zl-saved-grid { grid-template-columns: repeat(2,1fr); }
  .single-product .zl-content { padding-top: 0; }
  .single-product .zl-pdp-page > .zl-container { width: 100%; }
  .single-product .woocommerce-breadcrumb { display: none; }
  .zl-pdp-top { padding: 0; background: #fff; }
  .zl-pdp-gallery .woocommerce-product-gallery { border: 0; border-radius: 0; }
  .woocommerce div.product.zl-pdp .summary { padding: 0 14px 14px; }
  .woocommerce div.product.zl-pdp .product_title { font-size: 20px; }
  .woocommerce div.product.zl-pdp p.price { margin-bottom: 4px; font-size: 25px; }
  .woocommerce div.product.zl-pdp .woocommerce-product-details__short-description { margin: 8px 0; font-size: 10px; }
  .woocommerce div.product.zl-pdp form.cart { margin-top: 14px; }
  .zl-pdp-card { margin-top: 7px; padding: 18px 14px; border-right: 0; border-left: 0; border-radius: 0; }
  .zl-pdp-card > h2, .zl-pdp-section-head h2 { font-size: 15px; }
  .zl-pdp-rail-section .zl-product-rail { grid-auto-columns: 148px; margin-right: -14px; }
  .zl-pdp-rail-section .zl-product-card { min-height: 282px; }
  .zl-pdp-description-content { font-size: 10px; }
  .zl-product-information dl > div { min-height: 39px; }
  .zl-info-modal { place-items: end center; padding: 0; }
  .zl-info-modal-card { width: 100%; max-height: 92vh; border-radius: 14px 14px 0 0; }
  .zl-footer-extras { grid-template-columns: 1fr; padding-inline: 15px; }
  .zl-payment-area { grid-column: 1; }
}

/* Version 4: mobile product controls, full location selector and compact footer */
.zl-rating,
.zl-shop-card-rating,
.zl-pdp-catalogue-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #7f8a91;
  font-size: 11px;
  line-height: 1.25;
}
.zl-pdp-catalogue-rating { margin: 2px 0 8px; }
.zl-rating .zl-stars,
.zl-shop-card-rating .zl-stars,
.zl-pdp-catalogue-rating .zl-stars { color: #f4b400; font-size: 16px; line-height: 1; }

/* Reference-style add-to-cart row. */
.woocommerce div.product.zl-pdp form.cart,
.woocommerce div.product.zl-pdp .woocommerce-variation-add-to-cart { width: 100%; }
.woocommerce div.product.zl-pdp .zl-cart-action-row {
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin: 16px 0 13px;
}
.woocommerce div.product.zl-pdp .zl-cart-action-row .quantity { display: none !important; }
.woocommerce div.product.zl-pdp .zl-cart-action-row .zl-pdp-wishlist {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 50px;
  height: 34px;
  color: #f15d73;
  background: #fff;
  border: 1px solid #f15d73;
  border-radius: 999px;
  box-shadow: none;
}
.woocommerce div.product.zl-pdp .zl-cart-action-row .zl-pdp-wishlist::before { content: "+"; font-size: 16px; font-weight: 300; }
.woocommerce div.product.zl-pdp .zl-cart-action-row .zl-pdp-wishlist .zl-icon { width: 15px; height: 15px; }
.woocommerce div.product.zl-pdp .zl-cart-action-row .single_add_to_cart_button {
  width: 100%;
  min-height: 34px;
  padding: 0 16px;
  color: #fff;
  background: #159447 !important;
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: none;
}
.woocommerce div.product.zl-pdp .zl-cart-action-row .single_add_to_cart_button::before { content: "+  🛒"; margin-right: 6px; font-size: 14px; font-weight: 400; }
.woocommerce div.product.zl-pdp .zl-cart-action-row .single_add_to_cart_button:hover { background: #087d37 !important; }

/* Location sheet */
.zl-location-card {
  display: flex;
  flex-direction: column;
  width: min(100%, 680px);
  height: min(92vh, 780px);
  max-height: 780px;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}
.zl-location-card .zl-modal-head {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  min-height: 62px;
  margin: 0;
  padding: 0 10px;
  border-bottom: 1px solid #e1e5e7;
}
.zl-location-card .zl-modal-head h2 { grid-column: 2; text-align: center; font-size: 18px; }
.zl-location-card .zl-modal-head button { grid-column: 3; }
.zl-location-tabs { flex: 0 0 auto; margin: 10px 14px 0; border: 1px solid #dfe3e6; border-radius: 7px 7px 0 0; overflow: hidden; }
.zl-location-tabs button { min-height: 42px; color: #20292f; background: #f1f2f3; border: 0; border-bottom: 3px solid transparent; font-size: 12px; }
.zl-location-tabs button + button { border-left: 1px solid #dfe3e6; }
.zl-location-tabs button.is-active { color: #111; background: #fff; border-bottom-color: var(--zl-blue); }
.zl-location-intro {
  flex: 0 0 auto;
  margin: 10px 14px 14px !important;
  padding: 10px;
  color: #55636c !important;
  background: #fafafa;
  border: 1px dashed #d6dbde;
  font-size: 11px !important;
  line-height: 1.45;
}
.zl-location-panel { flex: 1 1 auto; min-height: 0; padding: 0 14px 14px; overflow-y: auto; overscroll-behavior: contain; }
.zl-location-panel.is-active { display: block; }
.zl-saved-address { min-height: 70px; margin: 0 0 10px; }
.zl-outline-button { min-height: 38px; margin-bottom: 10px; font-size: 12px; }
.zl-address-form { padding: 2px 3px 24px; border: 0; }
.zl-address-types { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 22px; }
.zl-address-types label { min-height: 52px; padding: 15px 12px; background: #f4f5f6; border-radius: 3px; font-size: 11px; }
.zl-address-grid { display: block; }
.zl-address-grid .zl-field { position: relative; display: grid; gap: 5px; margin: 0 0 24px; }
.zl-address-grid .zl-field label { color: #7b858c; font-size: 10px; font-weight: 500; }
.zl-address-grid .zl-field input,
.zl-address-grid .zl-field select {
  width: 100%;
  height: 31px;
  padding: 0;
  color: #303940;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #bfc6ca;
  border-radius: 0;
  outline: 0;
  font-size: 11px;
}
.zl-address-grid .zl-field input:focus,
.zl-address-grid .zl-field select:focus { border-bottom-color: var(--zl-blue); box-shadow: none; }
.zl-address-grid .zl-field input::placeholder { color: #56616a; opacity: 1; }
.zl-street-field small { position: absolute; right: 0; bottom: -1px; color: #ea4761; background: #fff; font-size: 8px; }
.zl-address-form .zl-primary-button { min-height: 36px; border-radius: 2px; font-size: 11px; }
.zl-pickup-panel { background: #f2f3f4; }
.zl-pickup-panel.is-active { display: flex; flex-direction: column; }
.zl-pickup-select { display: block; margin: 10px 0 8px; }
.zl-pickup-select select {
  width: 100%;
  height: 36px;
  padding: 0 34px 0 30px;
  color: #344049;
  background: #fff;
  border: 1px solid #cdd4d8;
  border-radius: 4px;
  font-size: 10px;
}
.zl-pickup-or { margin: 9px 0; color: #313b42; text-align: center; font-size: 10px; }
.zl-use-location {
  width: 100%;
  min-height: 33px;
  margin: 0;
  color: #0588ce;
  background: #fff;
  border: 1px solid #0588ce;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
}
.zl-location-status { min-height: 23px; padding: 5px 0 0; font-size: 9px; }
.zl-pickup-list { display: block; flex: 1 1 auto; }
.zl-pickup-group > h3 { margin: 5px 0 8px; color: #626c73; font-size: 12px; font-weight: 500; }
.zl-pickup-card {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  min-height: 122px;
  margin-bottom: 8px;
  padding: 14px 12px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.zl-pickup-card.is-selected { border-color: var(--zl-blue); box-shadow: 0 0 0 1px rgba(11,132,198,.08); }
.zl-pickup-card > input { position: absolute; opacity: 0; pointer-events: none; }
.zl-pickup-radio { align-self: center; width: 13px; height: 13px; border: 1px solid #cbd3d8; border-radius: 50%; }
.zl-pickup-card.is-selected .zl-pickup-radio { border: 4px solid var(--zl-blue); }
.zl-pickup-copy { display: grid; align-content: center; min-width: 0; }
.zl-pickup-copy strong,
.zl-pickup-copy b { display: block; color: #080b0d; font-size: 11px; line-height: 1.2; }
.zl-pickup-copy b { margin-bottom: 9px; }
.zl-pickup-copy > span { color: #47535b; font-size: 9px; line-height: 1.45; }
.zl-pickup-copy > button { justify-self: start; margin: 4px 0 0; padding: 0; color: #0089cf; background: transparent; border: 0; font-size: 9px; }
.zl-pickup-copy > small { display: none; margin-top: 5px; color: #78838a; font-size: 8px; }
.zl-pickup-card.is-info-open .zl-pickup-copy > small { display: block; }
.zl-pickup-empty { padding: 24px 15px; color: #66727a; background: #fff; text-align: center; font-size: 10px; }
.zl-pickup-save {
  position: sticky;
  bottom: -14px;
  z-index: 2;
  width: 100%;
  min-height: 35px;
  margin: 8px 0 0;
  color: #fff;
  background: #1389c6;
  border: 0;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 800;
}
.zl-pickup-save:disabled { opacity: .48; cursor: not-allowed; }

/* Footer matching the supplied compact mobile reference. */
.zl-footer { color: #111; background: #fff; }
.zl-footer-connect { display: grid; justify-items: center; padding: 54px 15px 37px; text-align: center; }
.zl-footer-connect h2 { margin: 0 0 10px; color: #050505; font-family: Georgia, serif; font-size: 14px; }
.zl-app-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.zl-app-badges > a,
.zl-app-badges > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 91px;
  min-height: 28px;
  padding: 4px 7px;
  color: #fff;
  background: #050505;
  border: 1px solid #050505;
  border-radius: 5px;
  text-align: left;
}
.zl-app-badges i { color: #fff; font-size: 13px; font-style: normal; }
.zl-app-badges > a > span,
.zl-app-badges > span > span { min-width: 0; min-height: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.zl-app-badges .zl-play-mark { color: #5ed26d; }
.zl-app-badges small,
.zl-app-badges strong { display: block; color: #fff; line-height: 1.03; }
.zl-app-badges small { font-size: 5px; font-weight: 500; letter-spacing: .02em; }
.zl-app-badges strong { font-size: 11px; }
.zl-app-badges-huawei { margin-top: 8px; }
.zl-app-badges-huawei > a,
.zl-app-badges-huawei > span { min-width: 100px; }
.zl-app-badges-huawei i { color: #e54b5c; }
.zl-footer-connect .zl-follow-title { margin-top: 14px; }
.zl-social-links { display: flex; justify-content: center; gap: 8px; }
.zl-social-links a,
.zl-social-links span { display: grid; place-items: center; width: 20px; height: 20px; color: #fff; background: #2e5987; border-radius: 50%; font-size: 11px; font-weight: 800; }
.zl-social-links a:nth-child(2), .zl-social-links span:nth-child(2) { background: #050505; }
.zl-social-links a:nth-child(3), .zl-social-links span:nth-child(3) { background: #3b718d; }
.zl-footer-payment-band { padding: 20px 15px 22px; color: rgba(255,255,255,.9); background: #178fc6; text-align: center; }
.zl-footer-payment-band .zl-payment-badges { display: grid; grid-template-columns: repeat(5, minmax(44px, 1fr)); gap: 12px 18px; width: min(100%, 390px); margin: 0 auto; align-items: center; }
.zl-footer-payment-band .zl-payment-badges span { padding: 0; color: rgba(255,255,255,.5); background: transparent; font-size: 8px; font-weight: 800; line-height: 1.05; }
.zl-footer-payment-band .zl-payment-badges span:first-child { font-size: 15px; font-style: italic; }
.zl-footer-payment-band p { margin: 21px 0 0; color: #fff; font-size: 9px; }

@media (max-width: 820px) {
  body { padding-bottom: 0; }
  .zl-mobile-nav { display: none; }
  .zl-header-main { position: relative; display: flex; min-height: 48px; gap: 4px; }
  .zl-brand { position: absolute; left: 50%; max-width: 145px; overflow: hidden; justify-content: center; transform: translateX(-50%); white-space: nowrap; text-overflow: ellipsis; font-size: 19px; }
  .zl-brand .custom-logo { max-width: 145px; max-height: 31px; }
  .zl-header-actions { margin-left: auto; }
  .zl-header-main > .zl-search { top: 48px; }
  .zl-header-actions .zl-icon-button, .zl-menu-button { width: 36px; height: 36px; }
  .zl-header-actions .zl-icon { width: 19px; height: 19px; }
}

@media (max-width: 680px) {
  body { font-size: 13px; }
  .zl-modal { place-items: stretch; padding: 0; }
  .zl-location-card { width: 100%; height: 100dvh; max-height: none; padding: 0; border-radius: 0; }
  .zl-location-card .zl-modal-head { min-height: 48px; }
  .zl-location-card .zl-modal-head h2 { font-size: 14px; }
  .zl-location-card .zl-modal-head .zl-icon { width: 17px; height: 17px; }
  .zl-location-tabs { margin: 10px 13px 0; }
  .zl-location-tabs button { min-height: 36px; font-size: 10px; }
  .zl-location-intro { margin: 9px 13px 14px !important; font-size: 9px !important; }
  .zl-location-panel { padding: 0 13px 13px; }
  .zl-address-grid { display: block; }
  .zl-address-grid .zl-field { margin-bottom: 24px; }
  .woocommerce div.product.zl-pdp .product_title { font-size: 18px; }
  .woocommerce div.product.zl-pdp p.price { font-size: 24px; }
  .woocommerce div.product.zl-pdp form.cart { margin: 12px 0; }
  .zl-pdp-date-row { min-height: 43px; gap: 6px; font-size: 10px; }
  .zl-pdp-date-row strong { font-size: 10px; }
  .zl-pdp-date-row button { font-size: 8px; }
  .zl-pdp-location-row { font-size: 10px; }
  .zl-footer-connect { padding-top: 52px; }
  .zl-footer-payment-band .zl-payment-badges { gap: 12px 8px; }
}

/* Version 5: complete catalogue, slide-in cart and reference cart page. */
.zl-pdp-summary-line {
  max-width: 560px;
  margin: 0 0 7px;
  color: #74808a;
  font-size: 11px;
  line-height: 1.45;
}
.zl-department-section { border-top: 7px solid #f1f3f4; }
.zl-department-rail { padding-bottom: 12px; }

/* Added-to-cart drawer. */
.zl-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 100000;
  visibility: hidden;
  pointer-events: none;
}
.zl-cart-drawer.is-open { visibility: visible; pointer-events: auto; }
.zl-cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(9, 15, 18, .72);
  border: 0;
  opacity: 0;
  transition: opacity .22s ease;
}
.zl-cart-drawer.is-open .zl-cart-drawer-backdrop { opacity: 1; }
.zl-cart-drawer-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(300px, 66vw, 370px);
  height: 100dvh;
  overflow-y: auto;
  color: #26323a;
  background: #f4f4f4;
  border-left: 1px solid #d9e1e4;
  box-shadow: -8px 0 24px rgba(0,0,0,.14);
  transform: translateX(102%);
  transition: transform .24s ease;
}
.zl-cart-drawer.is-open .zl-cart-drawer-panel { transform: translateX(0); }
.zl-cart-drawer-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  min-height: 46px;
  padding: 0 6px;
  background: #fff;
  border-bottom: 1px solid #dde3e6;
}
.zl-cart-drawer-head::before { content: ""; }
.zl-cart-drawer-head h2 { margin: 0; text-align: center; font-size: 14px; }
.zl-cart-drawer-head .zl-icon-button { grid-column: 3; width: 36px; height: 36px; }
.zl-cart-drawer-body { padding: 12px; }
.zl-cart-drawer .widget_shopping_cart_content { padding: 11px; background: #fff; border: 1px solid #d6dcdf; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.zl-mini-cart-items { margin: 0; padding: 0; list-style: none; }
.zl-mini-cart-item { display: grid; grid-template-columns: 60px minmax(0,1fr); gap: 10px; }
.zl-mini-cart-image { display: grid; place-items: center; }
.zl-mini-cart-image img { display: block; width: 58px; height: 74px; object-fit: contain; }
.zl-mini-cart-copy { min-width: 0; }
.zl-mini-cart-name { display: block; color: #0087cc; font-size: 11px; font-weight: 800; line-height: 1.22; }
.zl-mini-cart-copy p { margin: 5px 0; color: #707b82; font-size: 8px; line-height: 1.35; }
.zl-mini-cart-copy small { color: #28333a; font-size: 9px; }
.zl-go-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 34px;
  margin-top: 12px;
  color: #fff;
  background: #5a5a5a;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}
.zl-go-to-cart span { font-size: 15px; }
.zl-cart-drawer-recommend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  margin-top: 12px;
  padding: 0 12px;
  background: #fff;
  border-radius: 3px;
  font-size: 9px;
}
.zl-cart-drawer-recommend a { color: #0087cc; font-weight: 800; }
.zl-cart-drawer-status { margin: 9px 1px; color: #c63f4f; font-size: 9px; }
.zl-mini-cart-empty { display: grid; gap: 11px; padding: 24px 8px; text-align: center; }
.zl-mini-cart-empty a { color: var(--zl-blue); font-weight: 800; }

/* Classic cart laid out like the supplied mobile reference. */
.woocommerce-cart .zl-content { padding-top: 0; background: #f4f4f4; }
.woocommerce-cart .zl-content > .zl-container { width: min(100%, 760px); }
.woocommerce-cart article.page > .entry-title { display: none; }
.woocommerce-cart .entry-content > .woocommerce { display: block; }
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .return-to-shop { display: block; }
.zl-cart-page-title { min-height: 41px; padding: 11px 12px; color: #111; background: #fff; border-bottom: 1px solid #ccd4d8; font-size: 12px; }
.zl-cart-membership { position: relative; min-height: 112px; padding: 17px 12px 34px; background: #fff; border-bottom: 8px solid #f0f1f2; }
.zl-cart-membership-logo { display: block; margin-bottom: 7px; color: #092d4c; font-size: 15px; letter-spacing: -.05em; }
.zl-cart-membership-logo i { margin-left: 2px; color: #f3616f; font-size: 11px; font-style: italic; }
.zl-cart-membership p { max-width: 320px; margin: 0; color: #111; font-size: 12px; line-height: 1.45; }
.zl-cart-membership > a { position: absolute; right: 13px; bottom: 13px; color: #0086ce; font-size: 9px; }
.woocommerce-cart form.woocommerce-cart-form.zl-reference-cart { padding: 0; background: #fff; border: 0; border-radius: 0; }
.zl-cart-items { background: #fff; }
.zl-cart-item { padding: 16px 12px 12px; border-bottom: 1px solid #dfe4e6; }
.zl-cart-item-main { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 11px; min-height: 160px; }
.zl-cart-item-image { display: grid; align-content: start; justify-content: center; padding-top: 20px; }
.zl-cart-item-image img { display: block; width: 62px; height: 76px; object-fit: contain; }
.zl-cart-item-copy { min-width: 0; }
.zl-cart-item-name { display: block; margin-bottom: 3px; color: #131a1f; font-size: 11px; line-height: 1.35; }
.zl-cart-item-price { display: block; margin-bottom: 6px; color: #111; font-size: 12px; }
.zl-cart-item-copy > p { margin: 0 0 7px; color: #6f7a81; font-size: 8px; line-height: 1.4; }
.zl-cart-item-stock { display: flex; align-items: center; gap: 4px; margin-bottom: 7px; font-size: 8px; }
.zl-cart-item-stock b { margin-right: 2px; color: #198944; }
.zl-cart-item-stock span { padding: 1px 4px; color: #536069; background: #edf0f1; font-size: 6px; }
.zl-cart-item-delivery { display: flex; align-items: center; gap: 7px; color: #101820; font-size: 9px; }
.zl-cart-item-delivery i { display: grid; place-items: center; width: 19px; height: 19px; color: #199953; background: #e2f6e8; font-style: normal; }
.zl-cart-item-controls { display: grid; grid-template-columns: 36px 36px minmax(0,1fr); gap: 8px; margin-top: 9px; }
.zl-cart-remove,
.zl-cart-save { display: grid; place-items: center; width: 36px; height: 34px; padding: 0; color: #68737a; background: #fff; border: 1px solid #d4dbde; border-radius: 3px; }
.zl-cart-remove .zl-icon,
.zl-cart-save .zl-icon { width: 15px; height: 15px; }
.zl-cart-save.is-saved { color: #e94f66; border-color: #e9a2ad; }
.zl-cart-quantity { display: grid; grid-template-columns: 47px 1fr; align-items: center; height: 34px; padding-left: 9px; border: 1px solid #d4dbde; border-radius: 3px; font-size: 9px; }
.zl-cart-quantity select { width: 100%; height: 32px; background: #fff; border: 0; outline: 0; font-size: 10px; }
.zl-reference-cart.is-updating { opacity: .58; pointer-events: none; }
.zl-cart-reservation-note { margin: 0; padding: 15px 9px; color: #48555e; background: #fff; border-bottom: 1px solid #dfe4e6; font-size: 8px; line-height: 1.5; }
.zl-cart-promo { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 128px; padding: 18px 12px; color: #fff; background: #062741; }
.zl-cart-promo div { display: grid; }
.zl-cart-promo strong { color: #ff5f6e; font-size: 21px; line-height: 1.1; }
.zl-cart-promo b { color: #fff; font-size: 21px; line-height: 1.1; }
.zl-cart-promo span { margin-top: 6px; color: #d8edf4; font-size: 8px; }
.zl-cart-promo a { padding: 8px 10px; color: #082a42; background: #52d6dd; font-size: 9px; font-weight: 800; text-align: center; }
.woocommerce-cart .cart-collaterals { display: block; width: auto; background: #fff; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; padding: 17px 12px 12px; background: #fff; border: 0; border-radius: 0; }
.zl-cart-total-line { display: flex; align-items: center; justify-content: space-between; color: #111; font-size: 9px; }
.zl-cart-total-line small { font-size: 7px; font-weight: 400; }
.zl-cart-total-line > b { color: #138b32; font-size: 9px; }
.zl-cart-total-line .woocommerce-Price-amount { color: inherit; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: grid;
  place-items: center;
  min-height: 35px;
  margin: 11px 0 0;
  padding: 8px 15px;
  color: #fff;
  background: #139c4c;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background: #087d37; }

/* Footer proportions and real badge glyphs. */
.zl-footer-connect { padding: 70px 15px 38px; }
.zl-app-icon { flex: 0 0 auto; width: 16px; height: 16px; }
.zl-app-badges-huawei .zl-app-icon { width: 15px; height: 15px; }
.zl-footer-connect .zl-follow-title { margin-top: 15px; }

@media (max-width: 680px) {
  body.single-product { padding-bottom: calc(54px + env(safe-area-inset-bottom)); }
  .single-product .zl-pdp-summary-line { margin-bottom: 6px; font-size: 10px; }
  .woocommerce div.product.zl-pdp .zl-cart-action-row {
    position: fixed !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 95;
    grid-template-columns: 50px minmax(0,1fr);
    margin: 0;
    padding: 7px 15px max(7px, env(safe-area-inset-bottom));
    background: #eaf7f9;
    border-top: 1px solid #c9dadd;
    box-shadow: 0 -2px 7px rgba(20,40,50,.08);
  }
  .woocommerce div.product.zl-pdp .zl-cart-action-row .zl-pdp-wishlist,
  .woocommerce div.product.zl-pdp .zl-cart-action-row .single_add_to_cart_button { height: 34px; }
  .woocommerce-cart .site-shell { background: #f4f4f4; }
  .woocommerce-cart .zl-content > .zl-container { width: 100%; }
  .woocommerce-cart .entry-content { margin: 0; }
  .zl-cart-promo strong,
  .zl-cart-promo b { font-size: 18px; }
  .zl-footer-connect { padding-top: 70px; }
}

@media (max-width: 390px) {
  .zl-cart-drawer-panel { width: min(300px, 100vw); }
  .zl-cart-promo { grid-template-columns: 1fr 135px; }
  .zl-cart-promo strong,
  .zl-cart-promo b { font-size: 16px; }
}

/* Version 6: guaranteed mobile purchase dock, visible location close and category branches. */
.zl-drawer { z-index: 180; }
.zl-modal { z-index: 190; }
.zl-info-modal { z-index: 195; }
.zl-cart-drawer { z-index: 200; }
.zl-drawer-branches .zl-drawer-view-all { color: var(--zl-blue); font-weight: 800; }
.zl-drawer-branches > a > span,
.zl-drawer-categories > button > span { grid-column: 1 / 3 !important; }
.zl-location-card .zl-modal-head { position: relative; }
.zl-location-card .zl-modal-head .zl-location-close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 4;
  display: grid !important;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #111;
  background: transparent;
  border: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}
.zl-location-card .zl-modal-head .zl-location-close:hover { background: #f1f3f4; }
.zl-mobile-buy-dock { display: none; }

.zl-cart-promo-copy { display: grid; }
.zl-cart-promo-side { display: grid; justify-items: stretch; gap: 12px; }
.zl-cart-promo-brands { display: flex; align-items: center; justify-content: space-around; gap: 8px; }
.zl-cart-promo-brands b { color: #fff; font-size: 12px; }
.zl-cart-promo-brands i { display: grid; place-items: center; width: 35px; height: 35px; color: #082a42; background: #54d6dd; border-radius: 5px; font-size: 9px; font-style: normal; font-weight: 900; }
.zl-cart-promo-side > a { display: block; }

@media (max-width: 680px) {
  body.single-product { padding-bottom: calc(57px + env(safe-area-inset-bottom)); }
  .zl-mobile-buy-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 140;
    display: grid;
    grid-template-columns: 50px minmax(0,1fr);
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 7px 16px max(7px, env(safe-area-inset-bottom));
    background: #edf9fa;
    border-top: 1px solid #bfd7dc;
    box-shadow: 0 -2px 8px rgba(26,48,58,.09);
  }
  .zl-mobile-buy-wishlist,
  .zl-mobile-buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin: 0;
  }
  .zl-mobile-buy-wishlist {
    gap: 2px;
    width: 50px;
    padding: 0;
    color: #f05a72;
    background: #fff;
    border: 1px solid #f05a72;
    border-radius: 999px;
  }
  .zl-mobile-buy-wishlist b { font-size: 16px; font-weight: 300; line-height: 1; }
  .zl-mobile-buy-wishlist .zl-icon { width: 14px; height: 14px; }
  .zl-mobile-buy-wishlist.is-saved .zl-icon { fill: currentColor; }
  .zl-mobile-buy-button {
    gap: 5px;
    width: 100%;
    padding: 0 16px;
    color: #fff;
    background: #159447;
    border: 0;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
  }
  .zl-mobile-buy-button b { font-size: 16px; font-weight: 400; line-height: 1; }
  .zl-mobile-buy-button .zl-icon { width: 11px; height: 11px; }
  .zl-mobile-buy-button:disabled { opacity: .55; }
  .zl-mobile-buy-dock > small {
    position: absolute;
    right: 16px;
    bottom: calc(48px + env(safe-area-inset-bottom));
    max-width: calc(100% - 32px);
    padding: 3px 7px;
    color: #a52d3d;
    background: #fff;
    font-size: 9px;
  }
  .zl-mobile-buy-dock > small:empty { display: none; }
  .woocommerce div.product.zl-pdp.product-type-simple form.cart {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .woocommerce div.product.zl-pdp.product-type-variable .single_variation_wrap .single_add_to_cart_button,
  .woocommerce div.product.zl-pdp.product-type-variable .single_variation_wrap .quantity { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden; opacity: 0; pointer-events: none; }
  .zl-location-card .zl-modal-head { min-height: 49px; padding: 0 48px; }
  .zl-location-card .zl-modal-head h2 { grid-column: 1 / -1; font-size: 14px; }
  .zl-location-card .zl-modal-head .zl-location-close { top: 5px; right: 5px; }
  .zl-location-tabs { margin: 11px 15px 0; border-radius: 7px; }
  .zl-location-intro { margin: 10px 15px 12px !important; padding: 10px !important; }
  .zl-location-panel { padding: 0 15px 14px; }
  .zl-cart-promo { grid-template-columns: minmax(0,1fr) 180px; }
}

@media (max-width: 390px) {
  .zl-mobile-buy-dock { padding-inline: 12px; }
  .zl-cart-promo { grid-template-columns: minmax(0,1fr) 142px; }
  .zl-cart-promo-brands b { font-size: 10px; }
}

/* Version 7: English delivery dates, exact mobile buy bar and stable cart rows. */
.zl-pdp-date-row > .zl-icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: #59656c;
  stroke-width: 1.7;
}

.zl-cart-item {
  padding: 14px 16px 10px;
}
.zl-cart-item-main {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  min-height: 166px;
}
.zl-cart-item-image {
  padding-top: 27px;
}
.zl-cart-item-image a {
  display: block;
}
.zl-cart-item-image img {
  width: 62px !important;
  height: 76px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  object-fit: contain;
}
.zl-cart-item-controls {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding-top: 11px;
  border-top: 1px dashed #d9dfe2;
}
.zl-cart-remove,
.zl-cart-save {
  flex: 0 0 36px !important;
  float: none !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.zl-cart-quantity {
  display: flex !important;
  flex: 1 1 auto !important;
  align-items: center !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 0 0 9px !important;
}
.zl-cart-quantity > span {
  flex: 0 0 47px;
}
.zl-cart-quantity select {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
}
.zl-cart-item-delivery i .zl-icon {
  width: 14px;
  height: 14px;
  stroke-width: 1.6;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button br {
  display: none !important;
}

@media (max-width: 680px) {
  body.single-product {
    padding-bottom: calc(57px + env(safe-area-inset-bottom));
  }
  .woocommerce div.product.zl-pdp .zl-cart-action-row {
    display: none !important;
  }
  .zl-mobile-buy-dock {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 8px;
    min-height: 56px;
    padding: 7px 16px max(7px, env(safe-area-inset-bottom));
    background: #edf9fa;
    border-top-color: #bfd7dc;
  }
  .zl-mobile-sticky-price {
    display: none;
    grid-column: 1 / -1;
    color: #2d363d;
    font-size: 11px;
    font-weight: 600;
  }
  .zl-mobile-sticky-price span {
    color: #111;
    font-weight: 800;
  }
  .zl-mobile-buy-wishlist,
  .zl-mobile-buy-button {
    height: 34px;
    min-height: 34px;
    box-shadow: none;
  }
  .zl-mobile-buy-wishlist {
    gap: 1px;
    width: 50px;
    min-width: 50px;
    color: #ef5b72;
    background: #fff;
    border: 1px solid #ef5b72;
  }
  .zl-mobile-plus-icon,
  .zl-mobile-heart-icon,
  .zl-mobile-add-plus {
    display: block;
    flex: 0 0 auto;
    fill: currentColor;
    stroke: none;
  }
  .zl-mobile-plus-icon {
    width: 15px;
    height: 15px;
  }
  .zl-mobile-heart-icon {
    width: 14px;
    height: 14px;
  }
  .zl-mobile-buy-wishlist.is-saved .zl-mobile-heart-icon {
    filter: drop-shadow(0 0 0 currentColor);
  }
  .zl-mobile-buy-button {
    gap: 5px;
    padding: 0 18px;
    color: #fff;
    background: #159447;
    border: 0;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
  }
  .zl-mobile-buy-button:hover,
  .zl-mobile-buy-button:focus {
    color: #fff;
    background: #0d843c;
  }
  .zl-mobile-add-plus {
    width: 16px;
    height: 16px;
  }
  .zl-mobile-buy-button .zl-icon {
    width: 11px;
    height: 11px;
    stroke-width: 2;
  }
}

/* Version 12.3: deterministic product add-to-cart and viewport cart drawer. */
body > .zl-cart-drawer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100000 !important;
}
body > .zl-cart-drawer > .zl-cart-drawer-panel {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100dvh !important;
  max-height: 100dvh;
}
.zl-pickup-save[aria-busy="true"] { cursor: wait; opacity: .72; }

@media (max-width: 480px) {
  .woocommerce-cart .zl-content > .zl-container {
    width: 100%;
  }
  .zl-cart-membership {
    min-height: 112px;
    padding: 17px 16px 34px;
  }
  .zl-cart-item-name {
    font-size: 11px;
  }
  .zl-cart-item-price {
    font-size: 12px;
  }
  .zl-cart-reservation-note {
    padding: 13px 20px;
    text-align: center;
  }
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 17px 18px 16px;
  }
}

/* Version 8: narrow reference shell, complete home, working rails and compact category drawer. */
.site-shell {
  width: min(100%, 480px);
}
.zl-container {
  width: calc(100% - 30px);
}
.zl-announcement,
.zl-nav,
.zl-mobile-nav {
  display: none !important;
}
.zl-header-main {
  position: relative;
  display: flex;
  min-height: 48px;
  gap: 4px;
}
.zl-menu-button {
  display: inline-grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}
.zl-brand {
  position: absolute;
  left: 50%;
  max-width: 145px;
  overflow: hidden;
  justify-content: center;
  transform: translateX(-50%);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 19px;
}
.zl-brand .custom-logo {
  max-width: 145px;
  max-height: 31px;
}
.zl-header-actions {
  margin-left: auto;
}
.zl-header-actions .zl-account {
  display: none;
}
.zl-header-actions [data-zl-search-toggle] {
  display: inline-grid;
}
.zl-header-actions .zl-icon-button,
.zl-menu-button {
  width: 36px;
  height: 36px;
}
.zl-header-actions .zl-icon {
  width: 19px;
  height: 19px;
}
.zl-header-main > .zl-search {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  z-index: 5;
  display: none;
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid var(--zl-border);
}
.zl-header-main > .zl-search.is-open {
  display: block;
}
.zl-location-button {
  min-height: 51px;
}
.zl-location-note {
  display: none;
}

.zl-home .zl-section {
  padding: 17px 0 18px;
  background: #fff;
  border-bottom: 7px solid #f0f2f3;
}
.zl-home .zl-section-head {
  margin-bottom: 12px;
}
.zl-home .zl-section-title {
  font-size: 16px;
  font-weight: 800;
}
.zl-home .zl-view-more {
  font-size: 10px;
}
.zl-rail-frame {
  position: relative;
}
.zl-rail-frame [data-zl-scroll-rail] {
  scroll-behavior: smooth;
}
.zl-rail-arrow {
  position: absolute;
  top: 45%;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 25px;
  height: 36px;
  padding: 0;
  color: #168ac5;
  background: rgba(255,255,255,.94);
  border: 1px solid #dce4e7;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(21,45,58,.16);
  transform: translateY(-50%);
}
.zl-rail-arrow .zl-icon {
  width: 13px;
  height: 13px;
}
.zl-rail-arrow--prev {
  left: -8px;
}
.zl-rail-arrow--next {
  right: -8px;
}
.zl-category-rail {
  grid-auto-columns: 101px;
  gap: 7px;
  margin-right: -15px;
  padding: 1px 1px 5px;
}
.zl-category-card {
  gap: 7px;
  font-size: 11px;
  line-height: 1.25;
}
.zl-category-circle {
  width: 72px;
  height: 72px;
  aspect-ratio: auto;
}
.zl-category-badge {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 7px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1;
  text-align: center;
}
.zl-category-name {
  min-height: 28px;
}
.zl-category-card--4 .zl-category-circle { background: linear-gradient(145deg,#ffb400,#f27a21); }
.zl-category-card--5 .zl-category-circle { background: linear-gradient(145deg,#6b4fd6,#9b73ec); }
.zl-category-card--6 .zl-category-circle { background: linear-gradient(145deg,#19a36a,#35cc8a); }
.zl-department-frame .zl-category-badge {
  font-size: 9px;
}
.zl-product-rail {
  grid-auto-columns: 148px;
  gap: 7px;
  margin-right: -15px;
  padding: 1px 1px 7px;
}
.zl-product-card {
  min-height: 282px;
}
.zl-product-image {
  aspect-ratio: 1;
  padding: 10px;
}
.zl-product-body {
  padding: 8px 11px 11px;
}
.zl-product-name {
  font-size: 12px;
}

.zl-promo {
  border-bottom: 7px solid #f0f2f3;
}
.zl-promo-inner {
  min-height: 230px;
  grid-template-columns: 1fr;
}
.zl-promo-copy {
  padding: 27px 21px;
}
.zl-promo-title {
  max-width: 270px;
  font-size: 39px;
  letter-spacing: -2px;
}
.zl-promo-text {
  max-width: 265px;
  margin: 12px 0 17px;
  font-size: 12px;
}
.zl-promo-link {
  min-height: 36px;
  padding: 0 14px;
  font-size: 11px;
}
.zl-promo-art {
  position: absolute;
  inset: 0 0 0 45%;
}
.zl-promo-art::before {
  width: 235px;
  height: 235px;
  top: 16%;
  right: -78px;
}
.zl-promo-art::after {
  width: 142px;
  height: 47px;
  top: 53%;
  right: -2px;
  border-width: 16px;
}
.zl-promo-art > span {
  position: absolute;
  top: 23px;
  right: 16px;
  z-index: 3;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.zl-top-searches {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 7px;
}
.zl-top-searches a {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 10px;
  color: #27343c;
  background: #f5f7f8;
  border: 1px solid #e0e5e7;
  border-radius: 3px;
  font-size: 10px;
}
.zl-top-searches .zl-icon {
  width: 14px;
  height: 14px;
  color: var(--zl-blue);
}
.zl-home-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.zl-home-story {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 155px;
  padding: 15px;
  overflow: hidden;
  color: #fff;
  border-radius: 4px;
}
.zl-home-story--blue { background: linear-gradient(145deg,#17374d,#168dc2); }
.zl-home-story--coral { background: linear-gradient(145deg,#d54d67,#f48a65); }
.zl-home-story small { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.zl-home-story strong { margin: 4px 0 13px; font-size: 17px; line-height: 1.08; }
.zl-home-story span { font-size: 9px; font-weight: 800; }
.zl-home-end-banner {
  padding: 22px 15px;
  color: #fff;
  background: #082b44;
  border-bottom: 7px solid #f0f2f3;
}
.zl-home-end-banner > div {
  display: grid;
  justify-items: start;
}
.zl-home-end-banner small { color: #63d8df; font-size: 9px; text-transform: uppercase; }
.zl-home-end-banner strong { max-width: 330px; margin: 5px 0 14px; font-size: 21px; line-height: 1.12; }
.zl-home-end-banner a { padding: 7px 12px; color: #082b44; background: #61d8de; font-size: 9px; font-weight: 800; }

.zl-drawer-panel {
  left: max(0px, calc(50vw - 240px));
  width: min(100vw, 308px);
  max-width: 308px;
}
.zl-drawer-category-head {
  grid-template-columns: 32px minmax(0,1fr) 32px;
  min-height: 58px;
  padding: 0 8px;
}
.zl-drawer-category-head > .zl-icon-button {
  width: 30px;
  height: 30px;
}
.zl-drawer-category-head > .zl-icon-button .zl-icon {
  width: 14px;
  height: 14px;
}
.zl-drawer-category-head > span {
  display: grid;
  justify-items: start;
  align-content: center;
  line-height: 1.05;
}
.zl-drawer-category-head > span small {
  display: block;
  margin: 0 0 2px;
  color: #1f2a31;
  font-size: 9px;
  font-weight: 400;
}
.zl-drawer-category-head > span strong {
  max-width: 210px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
}
.zl-drawer-categories > a,
.zl-drawer-categories > button {
  min-height: 35px;
  gap: 6px;
  padding: 0 11px;
  font-size: 11px;
  line-height: 1.1;
}
.zl-drawer-categories > a > .zl-icon:last-child,
.zl-drawer-categories > button > .zl-icon:last-child {
  width: 11px;
  height: 11px;
}
.zl-drawer-categories > .zl-drawer-deals > .zl-icon:first-child {
  grid-column: 1;
  width: 14px;
  height: 14px;
}
.zl-drawer-categories > .zl-drawer-deals > span {
  grid-column: 2 !important;
}
.zl-drawer-categories > .zl-drawer-deals,
.zl-drawer-categories > .zl-drawer-deals:hover {
  color: #fff;
  background: #20c96b;
  font-weight: 800;
}
.zl-drawer-branches .zl-drawer-view-all {
  min-height: 42px;
  color: #087fbd;
  background: #eef8fc;
  font-weight: 800;
}

.zl-cart-membership {
  min-height: 112px;
  padding: 17px 12px 34px;
}
.zl-cart-membership-logo {
  display: inline-flex;
  align-items: baseline;
  margin-bottom: 7px;
  color: #082d4b;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.06em;
  white-space: nowrap;
}
.zl-cart-membership-logo i {
  margin-left: 1px;
  color: #f45d72;
  font-size: 10px;
  font-style: italic;
  letter-spacing: -.05em;
}
.zl-cart-membership p {
  max-width: 345px;
  font-size: 12px;
  line-height: 1.45;
}
.zl-cart-promo-brands b small {
  color: inherit;
  font-size: 7px;
}
.zl-mobile-buy-button.is-loading {
  opacity: .72;
  cursor: wait;
}

.single-product .zl-pdp-page > .zl-container {
  width: 100%;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.zl-pdp-top {
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 0;
  background: #fff;
  border: 0;
}
.woocommerce div.product.zl-pdp .summary {
  padding: 0 14px 14px;
}
.zl-pdp-gallery .woocommerce-product-gallery {
  border: 0;
  border-radius: 0;
}
.zl-pdp-gallery .woocommerce-product-gallery__image a {
  min-height: 300px;
}
.woocommerce div.product.zl-pdp .product_title {
  font-size: 20px;
}
.zl-pdp-card {
  margin-top: 7px;
  padding: 18px 14px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.zl-pdp-card > h2,
.zl-pdp-section-head h2 {
  font-size: 15px;
}
.woocommerce .zl-shop-results ul.products,
.woocommerce ul.products {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
}
.woocommerce form.checkout {
  display: block;
}
.woocommerce form.checkout #customer_details,
.woocommerce form.checkout #order_review_heading,
.woocommerce form.checkout #order_review {
  margin-bottom: 16px;
}

@media (max-width: 680px) {
  .zl-rail-arrow--prev { left: -5px; }
  .zl-rail-arrow--next { right: -5px; }
}

/* Version 9: single-view swipe gallery, visible saved state and staged checkout. */
.zl-pdp-gallery .flex-control-thumbs,
.zl-pdp-gallery .woocommerce-product-gallery .flex-control-thumbs {
  display: none !important;
}
.zl-pdp-gallery .woocommerce-product-gallery,
.zl-pdp-gallery .flex-viewport {
  overflow: hidden !important;
}
.zl-pdp-gallery .woocommerce-product-gallery__wrapper {
  touch-action: pan-y pinch-zoom;
}
.zl-pdp-gallery .woocommerce-product-gallery__image {
  width: 100%;
}
.zl-pdp-gallery .woocommerce-product-gallery__image a {
  min-height: 390px;
}
.zl-pdp-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.zl-mobile-buy-wishlist,
.zl-wishlist-button,
.zl-pdp-wishlist {
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}
.zl-mobile-buy-wishlist:active,
.zl-wishlist-button:active,
.zl-pdp-wishlist:active {
  transform: scale(.93);
}
.zl-mobile-buy-wishlist.is-saved {
  color: #fff;
  background: #ef5b72;
  border-color: #ef5b72;
}
.zl-mobile-buy-wishlist.is-saved .zl-mobile-plus-icon {
  display: none;
}
.zl-mobile-buy-wishlist.is-saved .zl-mobile-heart-icon {
  fill: currentColor;
  filter: none;
}
.zl-wishlist-button.is-saved,
.zl-pdp-wishlist.is-saved {
  color: #fff;
  background: #ef5b72;
  border-color: #ef5b72;
}

.woocommerce-checkout .zl-content {
  padding: 0 0 42px;
  background: #f2f3f4;
}
.woocommerce-checkout .zl-content > .zl-container {
  width: 100%;
}
.woocommerce-checkout article.page > .entry-title,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-account-fields {
  display: none !important;
}
.woocommerce-checkout .entry-content {
  margin: 0;
}
.woocommerce-checkout .entry-content > .woocommerce {
  width: 100%;
}
.woocommerce form.checkout.zl-staged-checkout {
  display: block !important;
  width: 100%;
}
.zl-checkout-app [hidden] {
  display: none !important;
}
.zl-checkout-title {
  padding: 18px 16px 13px;
  background: #fff;
  border-bottom: 1px solid #dce2e5;
}
.zl-checkout-title h1 {
  margin: 0;
  color: #11191e;
  font-size: 18px;
}
.zl-checkout-title p {
  margin: 4px 0 0;
  color: #6e7980;
  font-size: 10px;
}
.zl-fulfilment-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px 15px;
  background: #fff;
  border-bottom: 7px solid #eef0f1;
}
.zl-fulfilment-switch button {
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto auto;
  gap: 1px 7px;
  min-height: 66px;
  padding: 10px;
  color: #263139;
  background: #f5f6f7;
  border: 1px solid #dce2e5;
  border-radius: 4px;
  text-align: left;
}
.zl-fulfilment-switch button > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #0089cf;
  background: #fff;
  border-radius: 50%;
}
.zl-fulfilment-switch .zl-icon { width: 16px; height: 16px; }
.zl-fulfilment-switch b { align-self: end; font-size: 11px; }
.zl-fulfilment-switch small { align-self: start; color: #748087; font-size: 8px; }
.zl-fulfilment-switch button.is-active {
  background: #eef8fc;
  border-color: #078bd0;
  box-shadow: inset 0 0 0 1px #078bd0;
}
.zl-checkout-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 62px;
  margin: 0;
  padding: 10px 13px;
  background: #fff;
  border-bottom: 1px solid #dfe4e6;
}
.zl-checkout-progress span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  color: #8a949a;
}
.zl-checkout-progress span.is-hidden,
.zl-checkout-progress em.is-hidden { display: none; }
.zl-checkout-progress span b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background: #e8ecee;
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
}
.zl-checkout-progress span i {
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}
.zl-checkout-progress span.is-active { color: #0788ca; }
.zl-checkout-progress span.is-active b { color: #fff; background: #0788ca; }
.zl-checkout-progress span.is-complete { color: #138e4a; }
.zl-checkout-progress span.is-complete b { color: #fff; background: #138e4a; }
.zl-checkout-progress em {
  flex: 1 1 32px;
  max-width: 42px;
  height: 1px;
  background: #d4dade;
}
.zl-checkout-step {
  padding: 10px 8px 0;
}
.zl-checkout-card,
.zl-checkout-step[data-zl-checkout-step="payment"] {
  padding: 18px 15px;
  background: #fff;
  border: 1px solid #dfe4e6;
}
.zl-checkout-card-head {
  margin-bottom: 13px;
}
.zl-checkout-card-head h2,
.woocommerce form.checkout.zl-staged-checkout #order_review_heading {
  margin: 0;
  padding: 0;
  color: #1d272e;
  background: transparent;
  border: 0;
  font-size: 15px;
}
.zl-checkout-card-head small {
  display: block;
  margin-top: 3px;
  color: #748087;
  font-size: 9px;
}
.zl-checkout-address-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 18px;
}
.zl-checkout-address-types label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 53px;
  padding: 0 16px;
  background: #f4f4f5;
  border-radius: 3px;
  font-size: 10px;
}
.zl-checkout-address-types input {
  width: 13px;
  height: 13px;
  accent-color: #078bd0;
}
.woocommerce form.checkout.zl-staged-checkout #customer_details {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.woocommerce form.checkout.zl-staged-checkout #customer_details .col-1 {
  width: 100%;
  float: none;
}
.woocommerce form.checkout.zl-staged-checkout .form-row {
  float: none;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
}
.woocommerce form.checkout.zl-staged-checkout .form-row label {
  display: block;
  margin: 0 0 5px;
  color: #71808a;
  font-size: 9px;
  font-weight: 500;
}
.woocommerce form.checkout.zl-staged-checkout .form-row .required {
  color: #ef5b72;
}
.woocommerce form.checkout.zl-staged-checkout .form-row input.input-text,
.woocommerce form.checkout.zl-staged-checkout .form-row select,
.woocommerce form.checkout.zl-staged-checkout .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 39px;
  padding: 8px 0;
  color: #27343c;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aeb8be;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  font-size: 10px;
}
.woocommerce form.checkout.zl-staged-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 0;
}
.woocommerce form.checkout.zl-staged-checkout .form-row input.input-text:focus,
.woocommerce form.checkout.zl-staged-checkout .form-row select:focus {
  border-bottom-color: #078bd0;
  box-shadow: inset 0 -1px 0 #078bd0;
}
.woocommerce form.checkout.zl-staged-checkout .form-row.woocommerce-invalid input.input-text,
.woocommerce form.checkout.zl-staged-checkout .form-row.woocommerce-invalid select {
  border-bottom-color: #df4459;
  box-shadow: inset 0 -1px 0 #df4459;
}
.zl-checkout-app.is-pickup .zl-delivery-only-field {
  display: none !important;
}
.zl-checkout-pickup-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  padding: 13px;
  background: #f4f7f8;
  border: 1px solid #dce3e6;
  border-radius: 4px;
}
.zl-checkout-pickup-summary div { min-width: 0; }
.zl-checkout-pickup-summary strong,
.zl-checkout-pickup-summary span { display: block; }
.zl-checkout-pickup-summary strong { color: #172229; font-size: 11px; }
.zl-checkout-pickup-summary span { margin-top: 3px; color: #68767e; font-size: 8px; line-height: 1.35; }
.zl-checkout-pickup-summary button {
  padding: 6px 7px;
  color: #078bd0;
  background: #fff;
  border: 1px solid #078bd0;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 800;
}
.zl-checkout-step-error {
  min-height: 16px;
  margin: 0 0 5px;
  color: #c4384d;
  font-size: 9px;
}
.zl-checkout-next {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 39px;
  padding: 8px 15px;
  color: #fff;
  background: #148ec9;
  border: 0;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
}
.zl-checkout-next:hover { background: #0678b1; }
.zl-checkout-navigation {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 8px;
  margin-top: 15px;
}
.zl-checkout-navigation > button:first-child,
.zl-checkout-back-link {
  min-height: 39px;
  padding: 7px 10px;
  color: #3d4b53;
  background: #fff;
  border: 1px solid #ccd5d9;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 700;
}
.zl-checkout-shipping-options {
  display: grid;
  gap: 8px;
}
.zl-checkout-shipping-options > p {
  margin: 0;
  padding: 18px 12px;
  color: #6d7980;
  background: #f5f7f8;
  text-align: center;
  font-size: 9px;
}
.zl-shipping-choice {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #d5dde1;
  border-radius: 4px;
  cursor: pointer;
}
.zl-shipping-choice > input {
  position: absolute;
  opacity: 0;
}
.zl-shipping-choice-dot {
  width: 14px;
  height: 14px;
  border: 1px solid #aeb9bf;
  border-radius: 50%;
}
.zl-shipping-choice input:checked + .zl-shipping-choice-dot {
  border: 4px solid #078bd0;
}
.zl-shipping-choice:has(input:checked) {
  border-color: #078bd0;
  background: #f2faff;
}
.zl-shipping-choice-copy {
  color: #26333b;
  font-size: 10px;
  font-weight: 700;
}
.zl-shipping-choice-copy .woocommerce-Price-amount {
  float: right;
  color: #138e4a;
}
.zl-checkout-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 12px;
}
.woocommerce form.checkout.zl-staged-checkout #order_review_heading {
  margin-bottom: 13px;
}
.woocommerce form.checkout.zl-staged-checkout #order_review {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}
.woocommerce form.checkout.zl-staged-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 13px;
  border: 1px solid #e0e5e7;
}
.woocommerce form.checkout.zl-staged-checkout .woocommerce-checkout-review-order-table th,
.woocommerce form.checkout.zl-staged-checkout .woocommerce-checkout-review-order-table td {
  padding: 9px;
  font-size: 9px;
}
.woocommerce form.checkout.zl-staged-checkout #payment {
  background: #f4f6f7;
  border-radius: 4px;
}
.woocommerce form.checkout.zl-staged-checkout #payment ul.payment_methods {
  padding: 13px;
}
.woocommerce form.checkout.zl-staged-checkout #payment div.form-row {
  margin: 0;
  padding: 13px;
}
.woocommerce form.checkout.zl-staged-checkout #payment #place_order {
  width: 100%;
  min-height: 40px;
  color: #fff;
  background: #159447;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}
.woocommerce form.checkout.zl-staged-checkout #payment #place_order:hover { background: #0b7e39; }
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
  margin: 8px !important;
  font-size: 10px;
}

@media (max-width: 680px) {
  .zl-pdp-gallery .woocommerce-product-gallery__image a { min-height: 320px; }
  .zl-checkout-step { padding-inline: 5px; }
  .zl-checkout-card,
  .zl-checkout-step[data-zl-checkout-step="payment"] { padding-inline: 12px; }
}

/* The classic cart always keeps the reference membership mark and full footer. */
.woocommerce-cart .zl-cart-membership-logo {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.woocommerce-cart .zl-footer {
  display: block !important;
  visibility: visible !important;
  margin-top: 0;
}
.woocommerce-cart .zl-footer-connect { display: grid; }
.woocommerce-cart .zl-footer-payment-band { display: block; }
.woocommerce-cart .zl-footer-payment-band {
  padding-bottom: max(22px, env(safe-area-inset-bottom));
}

/* Version 10: reference checkout overview and full-screen location states. */
.zl-cart-membership p > span { display: block; }

.zl-location-card { position: relative; }
.zl-location-card .zl-modal-head .zl-location-back {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5;
  grid-column: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #14212a;
  background: transparent;
  border: 0;
}
.zl-location-card .zl-modal-head .zl-location-back[hidden] { display: none !important; }
.zl-location-card .zl-modal-head .zl-location-back .zl-icon { width: 18px; height: 18px; }
.zl-location-panel[data-zl-location-panel="address"].is-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f4f4f6;
}
.zl-address-empty {
  display: grid;
  justify-items: center;
  width: 100%;
  padding: 36px 15px 15px;
  text-align: center;
}
.zl-address-empty[hidden] { display: none !important; }
.zl-address-empty-art { display: block; width: 82px; height: 82px; margin-bottom: 17px; }
.zl-address-empty-art svg { display: block; width: 100%; height: 100%; }
.zl-address-empty strong { max-width: 190px; color: #0a0e11; font-size: 16px; line-height: 1.25; }
.zl-location-panel[data-zl-location-panel="address"] > .zl-outline-button {
  width: auto;
  min-width: 107px;
  min-height: 32px;
  margin: 0 auto;
  padding: 7px 18px;
  color: #fff;
  background: #118bc8;
  border: 0;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 800;
}
.zl-saved-address {
  display: grid;
  width: calc(100% - 6px);
  min-height: 90px;
  margin: 15px 3px 12px;
  padding: 14px;
  color: #25323a;
  background: #fff;
  border: 1px solid #dce2e5;
  border-radius: 3px;
}
.zl-saved-address[hidden] { display: none !important; }
.zl-saved-address strong { font-size: 11px; }
.zl-saved-address span { margin-top: 5px; color: #5f6b73; font-size: 9px; line-height: 1.45; }
.zl-saved-address small { justify-self: end; color: #138bc8; font-size: 8px; }
.zl-location-card.is-address-form .zl-location-tabs,
.zl-location-card.is-address-form .zl-location-intro,
.zl-location-card.is-address-form .zl-pickup-panel,
.zl-location-card.is-address-form .zl-location-panel[data-zl-location-panel="address"] > .zl-address-empty,
.zl-location-card.is-address-form .zl-location-panel[data-zl-location-panel="address"] > .zl-saved-address,
.zl-location-card.is-address-form .zl-location-panel[data-zl-location-panel="address"] > .zl-outline-button { display: none !important; }
.zl-location-card.is-address-form .zl-location-panel[data-zl-location-panel="address"] {
  position: static;
  display: block !important;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: #fff;
}
.zl-location-card.is-address-form .zl-address-form {
  position: absolute;
  top: 49px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex !important;
  flex-direction: column;
  padding: 12px 11px 0;
  overflow-y: auto;
  background: #fff;
}
.zl-location-card.is-address-form .zl-address-types { flex: 0 0 auto; }
.zl-location-card.is-address-form .zl-address-grid { flex: 1 0 auto; padding: 8px 7px 35px; }
.zl-location-card.is-address-form .zl-address-grid .zl-field { margin-bottom: 25px; }
.zl-location-card.is-address-form .zl-address-form .zl-primary-button {
  position: sticky;
  bottom: 0;
  flex: 0 0 auto;
  width: 100%;
  min-height: 34px;
  margin: 0;
  color: #fff;
  background: #118bc8;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 -8px 0 #fff;
}
.zl-location-card.is-address-form .zl-street-field small { display: none !important; }

.woocommerce-checkout .zl-announcement,
.woocommerce-checkout .zl-header,
.woocommerce-checkout .zl-location-bar,
.woocommerce-checkout .zl-footer { display: none !important; }
.woocommerce-checkout .site-shell { min-height: 100dvh; background: #ddf2f5; }
.woocommerce-checkout .zl-content { padding: 0 0 65px; background: #ddf2f5; }
.woocommerce-checkout .zl-content > .zl-container { width: 100%; }
.woocommerce-checkout article.page > .entry-title { display: none; }
.woocommerce-checkout article.page,
.woocommerce-checkout .entry-content,
.woocommerce-checkout .entry-content > .woocommerce { margin: 0; padding: 0; }
.woocommerce form.checkout.zl-reference-checkout {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f1f2f3;
}
.zl-reference-checkout-app { width: 100%; min-height: 100dvh; }
.zl-reference-checkout-app [hidden] { display: none !important; }
.zl-reference-checkout-step { width: 100%; }
.zl-reference-checkout-head {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  min-height: 47px;
  color: #080b0d;
  background: #fff;
  border-bottom: 1px solid #d9dfe2;
}
.zl-reference-checkout-head h1 { margin: 0; text-align: center; font-family: Georgia, serif; font-size: 14px; }
.zl-reference-checkout-head > a,
.zl-reference-checkout-head > button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #1e2a31;
  background: transparent;
  border: 0;
  font-size: 21px;
}
.zl-checkout-more-banner {
  display: grid;
  justify-items: center;
  min-height: 56px;
  padding: 6px 10px 5px;
  color: #fff;
  background: #062e49;
  text-align: center;
}
.zl-checkout-more-banner strong { display: inline-flex; align-items: baseline; font-family: Arial, sans-serif; font-size: 21px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.zl-checkout-more-banner strong i { margin-left: 1px; color: #f35d71; font-size: 12px; font-style: italic; }
.zl-checkout-more-banner b { margin-top: -1px; color: #fff; font-size: 8px; line-height: 1.05; }
.zl-checkout-more-banner b em { color: #37d8dd; font-style: normal; }
.zl-checkout-more-banner small { color: #fff; font-size: 6px; line-height: 1.05; }
.zl-checkout-overview-card { padding: 14px 13px; background: #fff; border-bottom: 7px solid #eef0f1; }
.zl-checkout-overview-card h2 { margin: 0 0 10px; color: #151d22; font-size: 11px; font-weight: 500; }
.zl-reference-fulfilment { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.zl-reference-fulfilment button {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 51px;
  padding: 7px 8px;
  color: #101417;
  background: #fff;
  border: 1px solid #cdd4d8;
  border-radius: 5px;
  text-align: left;
}
.zl-reference-fulfilment button.is-active { background: #eaf8fd; border: 2px solid #0796dd; }
.zl-reference-fulfilment button > b { font-family: Georgia, serif; font-size: 13px; }
.zl-reference-fulfilment button > i {
  position: absolute;
  top: -1px;
  right: -1px;
  display: none;
  place-items: center;
  width: 16px;
  height: 18px;
  color: #fff;
  background: #0a91d0;
  border-radius: 0 4px 0 4px;
  font-size: 10px;
  font-style: normal;
}
.zl-reference-fulfilment button.is-active > i { display: grid; }
.zl-method-icon { display: grid; place-items: center; width: 31px; height: 31px; margin-right: 3px; color: #fff; border-radius: 2px; }
.zl-method-icon .zl-icon { width: 22px; height: 22px; }
.zl-method-icon-delivery { background: #25cf75; }
.zl-method-icon-collect { background: #9ad9ee; }
.zl-checkout-location-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  min-height: 57px;
  padding: 9px 14px;
  background: #fff;
  border-bottom: 7px solid #eef0f1;
}
.zl-checkout-location-row div { min-width: 0; }
.zl-checkout-location-row strong,
.zl-checkout-location-row small { display: block; }
.zl-checkout-location-row strong { color: #182127; font-size: 9px; font-weight: 500; }
.zl-checkout-location-row small { margin-top: 3px; overflow: hidden; color: #6b767d; font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }
.zl-checkout-location-row button { padding: 8px 0 8px 12px; color: #0789cc; background: transparent; border: 0; font-size: 8px; }
.zl-checkout-coupon { background: #fff; border-bottom: 7px solid #eef0f1; }
.zl-checkout-coupon > button { width: 100%; min-height: 42px; padding: 0 14px; color: #057fbe; background: #fff; border: 0; border-bottom: 1px solid #e0e4e6; text-align: left; font-size: 8px; }
.zl-checkout-coupon > button span { display: inline-block; margin-right: 7px; transform: rotate(-90deg); }
.zl-checkout-coupon.is-open > button span { transform: rotate(0); }
.zl-checkout-coupon > div { display: none; padding: 17px 17px 24px; }
.zl-checkout-coupon.is-open > div { display: block; }
.zl-checkout-coupon label span { display: block; color: #333e45; font-size: 8px; }
.zl-checkout-coupon input { width: 100%; height: 29px; padding: 3px 5px; border: 0; border-bottom: 1px solid #078bce; border-radius: 0; outline: 0; }
.zl-checkout-coupon [data-zl-coupon-apply] { display: block; width: calc(100% - 54px); min-height: 31px; margin: 18px auto 0; color: #fff; background: #80bbdb; border: 0; border-radius: 999px; font-size: 8px; font-weight: 800; }
.zl-checkout-coupon [data-zl-coupon-status] { min-height: 12px; margin: 6px 0 0; color: #59666e; text-align: center; font-size: 8px; }
.zl-checkout-summary-card h2 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 13px; }
.zl-checkout-summary-line,
.zl-checkout-summary-pay { display: flex; align-items: center; justify-content: space-between; min-height: 34px; border-bottom: 1px dotted #cfd6da; font-size: 9px; }
.zl-checkout-summary-line b { font-weight: 500; }
.zl-checkout-summary-pay { margin-top: 5px; border-bottom: 0; font-size: 7px; }
.zl-checkout-summary-pay b { color: #109544; font-size: 9px; }
.zl-checkout-charity { display: grid; grid-template-columns: 13px 1fr 15px; align-items: center; gap: 3px; min-height: 34px; margin: 5px 0 10px; padding: 7px 9px; background: #f4f5f6; font-size: 7px; }
.zl-checkout-charity input { width: 12px; height: 12px; margin: 0; }
.zl-checkout-charity i { display: grid; place-items: center; width: 11px; height: 11px; color: #fff; background: #1a9a52; border-radius: 50%; font-size: 7px; font-style: normal; font-weight: 800; }
.zl-checkout-step-error { min-height: 12px; margin: 0; color: #cf3d51; text-align: center; font-size: 8px; }
.zl-checkout-main-action {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 34px;
  padding: 7px 14px;
  color: #fff;
  background: #118bc8;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 2px 4px rgba(0,0,0,.16);
  font-size: 8px;
  font-weight: 800;
}
.zl-checkout-items { min-height: 111px; padding: 14px 17px; background: #fff; }
.zl-checkout-items > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.zl-checkout-items strong { font-size: 8px; }
.zl-checkout-items button { padding: 0; color: #0789cc; background: transparent; border: 0; font-size: 7px; }
.zl-checkout-item-images { display: flex; gap: 7px; margin-top: 12px; }
.zl-checkout-item-images a { display: grid; place-items: center; width: 53px; height: 54px; border: 1px solid #d9dfe2; }
.zl-checkout-item-images img { width: 45px !important; height: 45px !important; object-fit: contain; }
.zl-reference-step-card,
.zl-reference-contact-card { margin: 8px 5px; padding: 17px 13px; background: #fff; border: 1px solid #dfe4e6; }
.zl-reference-step-card h2 { margin: 0 0 4px; font-size: 14px; }
.zl-reference-step-card > p { margin: 0 0 14px; color: #6d7980; font-size: 9px; }
.zl-reference-step-card .zl-checkout-main-action { margin-top: 15px; }
.zl-reference-contact-card label { display: block; margin-bottom: 5px; color: #71808a; font-size: 9px; }
.zl-reference-contact-card input { width: 100%; min-height: 37px; padding: 7px 0; border: 0; border-bottom: 1px solid #aeb8be; border-radius: 0; outline: 0; }
.zl-reference-contact-card p { min-height: 12px; margin: 4px 0 0; color: #cf3d51; font-size: 8px; }
.woocommerce form.checkout.zl-reference-checkout #order_review_heading { margin: 8px 5px 0; padding: 16px 13px 4px; background: #fff; border: 1px solid #dfe4e6; border-bottom: 0; border-radius: 0; font-size: 14px; }
.woocommerce form.checkout.zl-reference-checkout #order_review { width: auto; margin: 0 5px 8px; padding: 8px 13px 16px; background: #fff; border: 1px solid #dfe4e6; border-top: 0; border-radius: 0; }
.woocommerce form.checkout.zl-reference-checkout #payment #place_order { background: #159447; border-radius: 999px; }
.zl-checkout-native-fields { display: none !important; }

@media (max-width: 680px) {
  .zl-location-card { width: 100%; height: 100dvh; max-height: none; border-radius: 0; }
  .zl-location-panel[data-zl-location-panel="address"].is-active { padding: 0 13px 13px; }
  .zl-location-card.is-address-form .zl-location-panel[data-zl-location-panel="address"] { padding: 0; }
}

/* Version 11: force-loaded checkout shell with a DOM fallback for block/plugin checkouts. */
.woocommerce-checkout .woocommerce-form-coupon-toggle.zl-native-checkout-hidden,
.woocommerce-checkout form.checkout_coupon.zl-native-checkout-hidden { display: none !important; }
.woocommerce-checkout .zl-reference-checkout-app {
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 0 0 1px #d7dde0;
}
.zl-reference-contact-card-persistent {
  width: 100%;
  margin: 0;
  padding: 13px 14px 12px;
  background: #fff;
  border: 0;
  border-bottom: 7px solid #eef0f1;
}
.zl-reference-contact-card-persistent h2 {
  margin: 0 0 8px;
  color: #172027;
  font-size: 11px;
  font-weight: 600;
}
.zl-reference-contact-card-persistent label {
  margin: 0 0 6px;
  color: #202a30;
  font-size: 9px;
}
.zl-reference-contact-card-persistent input {
  width: 100%;
  min-height: 40px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #cbd4d9;
  border-radius: 4px;
  font-size: 12px;
}
.zl-reference-contact-card-persistent input:focus {
  border-color: #0b8fd3;
  box-shadow: 0 0 0 1px #0b8fd3;
}
.zl-reference-contact-card-persistent p { min-height: 0; margin: 4px 0 0; }
.zl-fallback-method-symbol { font-size: 17px; line-height: 1; }
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] {
  padding-top: 7px;
  background: #eef0f1;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] #order_review_heading {
  margin: 0;
  padding: 14px 14px 5px;
  background: #fff;
  border: 0;
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] #order_review {
  width: 100%;
  margin: 0;
  padding: 0 14px 20px;
  background: #fff;
  border: 0;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] .woocommerce-checkout-review-order-table {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] #payment {
  margin: 0;
  background: #fff;
  border-radius: 0;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] #payment ul.payment_methods {
  padding: 4px 0 12px;
  border: 0;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] #payment div.payment_box {
  margin: 10px 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #dde2e5;
  border-radius: 7px;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] #payment div.payment_box::before { display: none; }
.woocommerce form.checkout.zl-reference-checkout .zl-reference-checkout-step[data-zl-checkout-step="payment"] #payment div.form-row { padding: 10px 0 0; }
.woocommerce form.checkout.zl-reference-checkout .zl-reference-step-card {
  margin: 0;
  padding: 17px 14px 22px;
  border: 0;
  border-top: 7px solid #eef0f1;
}
.woocommerce-checkout .zl-checkout-fallback-active #customer_details,
.woocommerce-checkout .zl-checkout-native-fields,
.woocommerce-checkout .zl-checkout-native-fields #customer_details { display: none !important; }

/* Version 12: always-visible gateway, no shipping-method step, saved-address card. */
.zl-checkout-location-block {
  padding-bottom: 7px;
  background: #eef0f1;
}
.zl-checkout-location-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 9px 14px;
  background: #fff;
}
.zl-checkout-location-head > span {
  color: #222c32;
  font-size: 10px;
  font-weight: 500;
}
.zl-checkout-location-head > button {
  min-height: 28px;
  padding: 5px 0 5px 12px;
  color: #0789cc;
  background: transparent;
  border: 0;
  font-size: 10px;
}
.zl-checkout-location-block .zl-checkout-location-row {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0,1fr);
  gap: 7px;
  align-items: center;
  min-height: 126px;
  margin-top: 7px;
  padding: 15px 38px 15px 16px;
  background: #fff;
  border: 0;
}
.zl-checkout-location-block .zl-checkout-location-row[hidden] { display: none !important; }
.zl-checkout-location-block .zl-checkout-location-row > i {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #048ecc;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff;
  background: #079bdc;
}
.zl-checkout-location-block .zl-checkout-location-row > div { min-width: 0; }
.zl-checkout-location-block .zl-checkout-location-row strong {
  display: block;
  color: #050708;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.08;
  white-space: normal;
}
.zl-checkout-location-block .zl-checkout-location-row strong[data-address-type]::before {
  content: attr(data-address-type);
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 7px;
  padding: 2px 7px;
  overflow: hidden;
  color: #fff;
  background: #66645e;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zl-checkout-location-block .zl-checkout-location-row small {
  display: block;
  margin-top: 6px;
  overflow: visible;
  color: #657078;
  font-size: 9px;
  line-height: 1.3;
  white-space: normal;
  text-overflow: clip;
}
.zl-saved-address strong {
  justify-self: start;
  padding: 2px 7px;
  color: #fff;
  background: #66645e;
  border-radius: 999px;
  font-size: 8px;
  line-height: 1.1;
}
.zl-saved-address span {
  margin-top: 7px;
  color: #050708;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.08;
}
.zl-reference-payment {
  width: 100%;
  padding: 0 14px 17px;
  background: #fff;
  border-bottom: 7px solid #eef0f1;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #order_review_heading {
  margin: 0;
  padding: 15px 0 8px;
  background: #fff;
  border: 0;
  font-family: inherit;
  font-size: 9px;
  font-weight: 500;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #order_review {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: #fff;
  border: 0;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment .woocommerce-checkout-review-order-table {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment {
  width: 100%;
  margin: 0;
  overflow: visible;
  background: #fff;
  border-radius: 0;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment ul.payment_methods > li {
  margin: 0;
  padding: 0;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment ul.payment_methods > li > label {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin: 0;
  color: #11191e;
  font-size: 12px;
  font-weight: 700;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment ul.payment_methods > li > label img {
  width: auto;
  max-height: 15px;
  margin: 0 0 0 5px;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment ul.payment_methods > li:only-child > input.input-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment div.payment_box {
  width: 100%;
  min-height: 0;
  margin: 11px 0 4px;
  padding: 14px;
  overflow: visible;
  background: #fff;
  border: 1px solid #dce1e4;
  border-radius: 7px;
  color: #242e34;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment div.payment_box::before { display: none; }
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment div.form-row { padding: 10px 0 0; }
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment iframe { max-width: 100%; }
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment #place_order {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.woocommerce form.checkout.zl-reference-checkout .zl-reference-payment #payment .place-order { margin: 0; }
.woocommerce form.checkout.zl-reference-checkout .zl-checkout-main-action {
  min-height: 35px;
  background: #118dcc;
  font-size: 9px;
}

/* Version 12.1: real donation totals, compact checkout ending and responsive pickup sheet. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.woocommerce-checkout .site-shell,
.woocommerce-checkout .zl-content,
.woocommerce-checkout .zl-reference-checkout-app,
.woocommerce-checkout form.checkout.zl-reference-checkout {
  min-height: 0 !important;
}
.woocommerce-checkout .site-shell,
.woocommerce-checkout .zl-content { background: #fff; }
.woocommerce-checkout .zl-content { padding-bottom: 0 !important; }
.woocommerce-checkout .zl-reference-checkout-step { background: #fff; }
.woocommerce-checkout .zl-checkout-items {
  min-height: 0;
  padding-bottom: 14px;
}

.zl-checkout-summary-line { min-height: 22px; border-bottom: 0; }
.zl-checkout-summary-donation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cfd6da;
  font-size: 9px;
}
.zl-checkout-summary-donation b { font-weight: 500; }
.zl-checkout-summary-donation[hidden] + .zl-checkout-summary-pay {
  border-top: 1px dotted #cfd6da;
}

.zl-modal[data-zl-location-modal] {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.zl-location-card,
.zl-location-panel,
.zl-pickup-panel,
.zl-pickup-list,
.zl-pickup-group,
.zl-pickup-card,
.zl-pickup-copy {
  min-width: 0;
  max-width: 100%;
}
.zl-location-card,
.zl-location-panel,
.zl-pickup-panel,
.zl-pickup-list { width: 100%; overflow-x: hidden; }
.zl-location-intro {
  max-width: calc(100% - 28px);
  white-space: normal !important;
  overflow-wrap: anywhere;
}
.zl-pickup-select {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.zl-pickup-select-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #078dcc;
  pointer-events: none;
  transform: translateY(-50%);
}
.zl-pickup-select-icon .zl-icon { width: 14px; height: 14px; }
.zl-pickup-select select {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding-right: 32px;
  padding-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zl-use-location {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #078dcc !important;
  -webkit-text-fill-color: #078dcc;
  line-height: 1.2;
  visibility: visible !important;
  opacity: 1 !important;
}
.zl-use-location .zl-icon { width: 15px; height: 15px; color: inherit; }
.zl-use-location span { color: inherit !important; visibility: visible !important; }
.zl-pickup-card { width: 100%; overflow: hidden; }
.zl-pickup-copy strong,
.zl-pickup-copy b,
.zl-pickup-copy > span,
.zl-pickup-copy > small {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
}
.zl-pickup-save {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 39px;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 11px !important;
  line-height: 1.2;
  visibility: visible !important;
}
.zl-pickup-save:disabled { color: #fff !important; -webkit-text-fill-color: #fff; opacity: .62; }

@media (max-width: 680px) {
  .zl-modal[data-zl-location-modal] {
    inset: 0;
    padding: 0;
  }
  .zl-location-card {
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
  }
  .zl-location-tabs,
  .zl-location-intro,
  .zl-location-panel { min-width: 0; max-width: 100%; }
  .zl-pickup-panel { padding-right: 13px; padding-left: 13px; }
  .zl-pickup-save { bottom: -13px; }
}

/* Version 12.2: match the reference pickup sheet; only the location cards scroll. */
body.zl-lock {
  overflow: hidden !important;
  overscroll-behavior: none;
}
.zl-modal[data-zl-location-modal] {
  top: 0;
  bottom: 0;
  height: 100dvh;
  max-height: 100dvh;
  overscroll-behavior: none;
}
.zl-location-card .zl-modal-head {
  position: sticky;
  top: 0;
  z-index: 6;
  width: 100%;
  background: #fff;
}
.zl-location-tabs,
.zl-location-intro { flex: 0 0 auto; }
.zl-pickup-panel.is-active {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden !important;
}
.zl-pickup-select,
.zl-pickup-or,
.zl-use-location,
.zl-location-status,
.zl-pickup-save { flex: 0 0 auto; }
.zl-location-status:empty {
  min-height: 0;
  padding: 0;
}
.zl-pickup-list {
  flex: 1 1 0;
  min-height: 0;
  padding-bottom: 8px;
  overflow-x: hidden !important;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.zl-pickup-list::-webkit-scrollbar { display: none; width: 0; height: 0; }
.zl-pickup-save {
  position: relative;
  bottom: auto;
  z-index: 4;
  min-height: 35px;
  margin: 0;
}

@media (max-width: 680px) {
  .zl-location-card .zl-modal-head {
    min-height: 49px;
    padding: 0 46px;
  }
  .zl-location-card .zl-modal-head h2 {
    grid-column: 1 / -1;
    font-size: 14px;
  }
  .zl-location-tabs {
    margin: 8px 9px 0;
    border-radius: 7px;
  }
  .zl-location-intro {
    width: auto;
    max-width: none;
    margin: 10px 9px 14px !important;
    padding: 9px 10px;
  }
  .zl-pickup-panel {
    padding: 0 9px 5px;
  }
  .zl-pickup-select { margin-top: 10px; }
  .zl-pickup-select select { height: 34px; }
  .zl-use-location { min-height: 33px; }
  .zl-pickup-group > h3 { margin-top: 6px; }
  .zl-pickup-save {
    bottom: auto;
    min-height: 35px;
  }
}

/* Version 12.5: complete marketplace information pages. */
.zl-info-page {
  --zl-info-ink: #13232d;
  --zl-info-soft: #f3f7f9;
  max-width: 980px;
  margin: 0 auto 42px;
  color: var(--zl-info-ink);
}
.zl-page-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--zl-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.zl-info-hero {
  overflow: hidden;
  padding: clamp(30px, 6vw, 62px);
  color: #fff;
  background: linear-gradient(135deg, #06324b 0%, #087eb8 62%, #13a9cd 100%);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(16, 56, 78, .14);
}
.zl-info-hero.is-light {
  color: var(--zl-info-ink);
  background: linear-gradient(135deg, #e8f7fc 0%, #f7fbfd 100%);
  border: 1px solid #d3e9f2;
  box-shadow: none;
}
.zl-info-hero .zl-page-kicker { color: #bcefff; }
.zl-info-hero.is-light .zl-page-kicker { color: var(--zl-blue); }
.zl-info-hero h2 {
  max-width: 650px;
  margin: 0;
  color: inherit;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.zl-info-hero > p {
  max-width: 660px;
  margin: 18px 0 0;
  color: inherit;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1.65;
  opacity: .9;
}
.zl-info-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.zl-info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 20px;
  color: #fff !important;
  background: var(--zl-blue);
  border: 1px solid var(--zl-blue);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease;
}
.zl-info-button:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(4, 88, 130, .18); }
.zl-info-hero .zl-info-button { color: #075477 !important; background: #fff; border-color: #fff; }
.zl-info-hero .zl-info-button.is-secondary { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.65); }
.zl-info-section { padding: 46px 4px 0; }
.zl-info-heading { margin-bottom: 18px; }
.zl-info-heading > span { color: var(--zl-blue); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.zl-info-heading h3 { margin: 5px 0 0; font-size: clamp(21px, 3vw, 28px); line-height: 1.2; letter-spacing: -.02em; }
.zl-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.zl-info-grid article {
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #dce5e9;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(28, 55, 70, .055);
}
.zl-info-grid h4 { margin: 14px 0 7px; font-size: 16px; }
.zl-info-grid p { margin: 0; color: #61717a; font-size: 13px; line-height: 1.6; }
.zl-info-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #057eb8;
  background: #e3f5fb;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}
.zl-info-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.zl-info-steps li { display: flex; align-items: flex-start; gap: 12px; }
.zl-info-steps li > b {
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--zl-blue);
  border-radius: 50%;
  font-size: 12px;
}
.zl-info-steps h4 { margin: 1px 0 5px; font-size: 14px; }
.zl-info-steps p { margin: 0; color: #64727b; font-size: 12px; line-height: 1.55; }
.zl-info-note { margin-top: 42px; padding: 18px 20px; background: #f2f7f9; border-left: 4px solid var(--zl-blue); border-radius: 0 7px 7px 0; }
.zl-info-note strong { font-size: 13px; }
.zl-info-note p { margin: 5px 0 0; color: #5d6d76; font-size: 12px; line-height: 1.6; }

.zl-help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.zl-help-grid > a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #dce4e8;
  border-radius: 8px;
}
.zl-help-grid > a:hover { border-color: #72bfe1; box-shadow: 0 4px 14px rgba(18, 76, 104, .07); }
.zl-help-grid > a > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--zl-blue); background: #e8f6fb; border-radius: 50%; font-weight: 850; }
.zl-help-grid h3 { margin: 0 0 3px; font-size: 14px; }
.zl-help-grid p { margin: 0; color: #697780; font-size: 11px; }
.zl-help-grid b { color: var(--zl-blue); font-size: 22px; font-weight: 400; }
.zl-help-faq details { background: #fff; border-top: 1px solid #dce4e8; }
.zl-help-faq details:last-child { border-bottom: 1px solid #dce4e8; }
.zl-help-faq summary { position: relative; padding: 17px 38px 17px 3px; cursor: pointer; font-size: 13px; font-weight: 750; list-style: none; }
.zl-help-faq summary::-webkit-details-marker { display: none; }
.zl-help-faq summary::after { content: "+"; position: absolute; right: 8px; color: var(--zl-blue); font-size: 20px; font-weight: 400; }
.zl-help-faq details[open] summary::after { content: "−"; }
.zl-help-faq details p { margin: -3px 38px 18px 3px; color: #607079; font-size: 12px; line-height: 1.65; }
.zl-help-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 40px; padding: 24px; background: #f2f7f9; border-radius: 9px; }
.zl-help-contact h3 { margin: 0 0 4px; font-size: 18px; }
.zl-help-contact p { max-width: 630px; margin: 0; color: #607079; font-size: 12px; }
.zl-help-contact .zl-info-button { flex: 0 0 auto; }

.zl-seller-hero { background: linear-gradient(135deg, #123848 0%, #087aa8 64%, #13aa93 100%); }
.zl-seller-split { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.zl-check-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.zl-check-list li { position: relative; padding-left: 28px; color: #53636c; font-size: 13px; line-height: 1.5; }
.zl-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 18px; height: 18px; color: #fff; background: #16a477; border-radius: 50%; font-size: 10px; font-weight: 900; }
.zl-info-steps.is-compact { grid-template-columns: 1fr; gap: 15px; }

.zl-saved-list { max-width: 980px; margin: 0 auto 42px; padding: 28px; }
.zl-saved-list-head h2 { font-size: clamp(23px, 3vw, 30px); }
.zl-saved-empty { display: grid; justify-items: center; padding: 56px 18px; border-radius: 7px; }
.zl-saved-empty-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 10px; color: var(--zl-blue); background: #e2f4fb; border-radius: 50%; font-size: 30px; line-height: 1; }
.zl-saved-empty h3 { margin: 0; color: var(--zl-info-ink); font-size: 18px; }
.zl-saved-empty p { max-width: 390px; margin: 7px 0 18px; color: #65747c; font-size: 12px; }
.zl-saved-card a { display: block; }
.zl-saved-card h3 { margin-bottom: 4px; }

@media (max-width: 680px) {
  .zl-info-page, .zl-saved-list { width: calc(100% + 18px); margin-right: -9px; margin-left: -9px; margin-bottom: 18px; }
  .zl-info-hero { padding: 30px 20px; border-radius: 8px; }
  .zl-info-hero h2 { font-size: 29px; }
  .zl-info-hero > p { font-size: 13px; line-height: 1.55; }
  .zl-info-actions { display: grid; grid-template-columns: 1fr; }
  .zl-info-actions .zl-info-button { width: 100%; }
  .zl-info-section { padding: 32px 5px 0; }
  .zl-info-grid, .zl-info-steps, .zl-help-grid, .zl-seller-split { grid-template-columns: 1fr; }
  .zl-info-grid { gap: 9px; }
  .zl-info-grid article { padding: 19px; }
  .zl-info-steps { gap: 15px; }
  .zl-info-note { margin: 30px 5px 0; }
  .zl-help-grid { gap: 8px; margin-top: 10px; }
  .zl-help-grid > a { padding: 15px 13px; }
  .zl-help-contact { align-items: stretch; flex-direction: column; margin-top: 30px; padding: 20px; }
  .zl-help-contact .zl-info-button { width: 100%; }
  .zl-seller-split { gap: 32px; }
  .zl-saved-list { padding: 20px 14px; border-radius: 5px; }
  .zl-saved-empty { padding: 42px 13px; }
}
