/* =========================================================
   ColRider Storefront Theme
   Base visual global para pedir.colrider.com
   ========================================================= */

:root{
  /* Marca ColRider */
  --cr-primary:#80D030;
  --cr-primary-600:#70C030;
  --cr-primary-700:#5CB028;
  --cr-dark:#306020;

  /* Base clara premium */
  --cr-bg:#F5F7F4;
  --cr-bg-2:#EEF5EA;
  --cr-surface:#FFFFFF;
  --cr-surface-soft:#F8FAF7;

  /* Texto */
  --cr-ink:#111518;
  --cr-ink-soft:#29323A;
  --cr-muted:#608050;

  /* Bordes/sombras */
  --cr-border:#E7EEE4;
  --cr-border-strong:#D5E4CF;
  --cr-shadow-sm:0 8px 20px rgba(48,96,32,.08);
  --cr-shadow-md:0 18px 45px rgba(48,96,32,.12);
  --cr-shadow-lg:0 28px 70px rgba(17,21,24,.16);

  /* Radios */
  --cr-radius-sm:12px;
  --cr-radius-md:18px;
  --cr-radius-lg:24px;
  --cr-radius-xl:32px;

  /* Branding por comercio */
  --brand-primary:#80D030;
  --brand-secondary:#306020;
  --brand-accent:#70C030;
  --brand-on-primary:#0B1608;
}

/* Reset base */
*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(128,208,48,.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--cr-bg) 100%);
  color:var(--cr-ink);
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}

h1,h2,h3,
.hero-title,
.section-title,
.cr-search-copy h1{
  font-family:"Plus Jakarta Sans", system-ui, sans-serif;
  font-weight:900;
  letter-spacing:-.045em;
}

a{
  color:inherit;
  text-decoration:none;
}

a,
a:hover,
a:focus,
a:active,
a:visited,
.store-card,
.store-card *,
.cr-category-tile,
.cr-category-tile *,
.nav a,
.nav a *,
.mobile-bottom-nav a,
.mobile-bottom-nav a *{
  text-decoration:none !important;
}

img{
  max-width:100%;
}

/* Contenedores */
.cr-wrap,
.public-wrap,
.wrap{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
}

/* =========================================================
   Header Pro ColRider Storefront
   ========================================================= */

.cr-topbar,
.cr-store-header,
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:
    radial-gradient(circle at 16% 0%, rgba(128,208,48,.38), transparent 30%),
    linear-gradient(135deg, #183d14 0%, #306020 52%, #70c030 140%);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.14);
  box-shadow:0 14px 34px rgba(48,96,32,.18);
}

.cr-topbar-inner,
.cr-store-header-inner,
.topbar-inner{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:950;
  color:#ffffff;
}

.brand-mark{
  width:44px;
  height:44px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.78), transparent 36%),
    linear-gradient(135deg, var(--cr-primary), var(--cr-dark));
  color:#ffffff;
  font-weight:950;
  border:1px solid rgba(255,255,255,.65);
  box-shadow:0 14px 30px rgba(0,0,0,.16);
}

/* Menú glass */
.nav{
  display:flex;
  align-items:center;
  gap:4px;
  flex-wrap:wrap;
  padding:6px;
  border-radius:24px;
  background:rgba(17,21,24,.28);
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  backdrop-filter:blur(18px);
}

.nav a{
  position:relative;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#f4fff0;
  font-size:13px;
  font-weight:950;
  background:transparent;
  border:1px solid transparent;
  box-shadow:none;
  transition:background .18s ease, transform .12s ease, box-shadow .18s ease, border-color .18s ease;
}

.nav a:hover,
.nav a.is-active{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20);
  transform:translateY(1px);
}

.nav a:active{
  transform:translateY(2px);
}

/* Selector ubicación */
.location-btn{
  min-height:40px;
  padding:0 12px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#ffffff;
  font-size:12px;
  font-weight:950;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.26);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
  cursor:pointer;
  transition:background .18s ease, transform .12s ease, border-color .18s ease;
}

.location-btn:hover{
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.34);
  transform:translateY(1px);
}

/* Carrito header */
.cr-cart-trigger{
  position:relative;
  width:56px;
  min-width:56px;
  height:48px;
  padding:0;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.20);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 12px 28px rgba(0,0,0,.18);
  backdrop-filter:blur(18px);
  cursor:pointer;
  transition:background .18s ease, transform .12s ease;
}

.cr-cart-trigger:hover{
  background:rgba(255,255,255,.24);
  transform:translateY(1px);
}

.cr-cart-icon{
  width:36px;
  height:36px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.22));
}

.cr-cart-count{
  position:absolute;
  top:-8px;
  right:-7px;
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ef4444;
  color:#ffffff;
  font-size:10px;
  font-weight:950;
  border:2px solid #ffffff;
  box-shadow:0 10px 18px rgba(239,68,68,.20);
}

/* =========================================================
   Botones / Cards / Chips globales
   ========================================================= */

.btn,
.cr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:0 16px;
  border-radius:14px;
  font-weight:950;
  border:1px solid transparent;
  cursor:pointer;
  transition:transform .08s ease, filter .16s ease, box-shadow .16s ease;
  font-family:inherit;
}

.btn:hover,
.cr-btn:hover{
  filter:brightness(1.02);
}

.btn:active,
.cr-btn:active{
  transform:translateY(1px);
}

.btn.green,
.cr-btn.primary{
  background:linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
    color:#ffffff;
  box-shadow:0 12px 28px color-mix(in srgb, var(--brand-primary) 22%, transparent);
}

.btn.dark,
.cr-btn.secondary{
  background:var(--cr-surface);
  color:var(--cr-ink);
  border-color:var(--cr-border);
  box-shadow:var(--cr-shadow-sm);
}

.cr-card,
.category-card,
.store-card,
.product-card,
.cart-box{
  background:var(--cr-surface);
  color:var(--cr-ink);
  border:1px solid var(--cr-border);
  box-shadow:var(--cr-shadow-sm);
}

.chip{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:950;
  background:color-mix(in srgb, var(--brand-primary) 12%, #ffffff);
  color:color-mix(in srgb, var(--brand-secondary) 88%, #111518);
  border:1px solid color-mix(in srgb, var(--brand-primary) 24%, transparent);
}

.chip.green{
  background:color-mix(in srgb, var(--cr-primary) 14%, #ffffff);
  color:#235b11;
  border-color:color-mix(in srgb, var(--cr-primary) 28%, transparent);
}

/* Hero global */
.hero-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--cr-radius-xl);
  background:
    radial-gradient(circle at top left, rgba(128,208,48,.18), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eff8ea 100%);
  border:1px solid var(--cr-border);
  box-shadow:var(--cr-shadow-md);
  color:var(--cr-ink);
}

.hero-title{
  color:var(--cr-ink);
  font-weight:950;
  letter-spacing:-.04em;
}

.hero-text{
  color:var(--cr-ink-soft);
}

.hero-visual{
  background:linear-gradient(135deg, #ffffff, #eff8ea);
  color:var(--cr-muted);
  border:1px solid var(--cr-border);
}

.category-name,
.store-name,
.product-name,
.section-title,
.cart-title{
  color:var(--cr-ink);
}

.store-meta,
.product-desc,
.cart-empty{
  color:var(--cr-muted);
}

.price{
  color:var(--brand-primary);
  font-weight:950;
}

.cart-empty{
  background:var(--cr-surface-soft);
  border:1px dashed var(--cr-border-strong);
}

.empty{
  color:var(--cr-muted);
  background:var(--cr-surface);
  border:1px dashed var(--cr-border-strong);
}

/* Modal ubicación */
.location-box{
  background:#ffffff;
  color:var(--cr-ink);
}

.detect-btn{
  background:linear-gradient(135deg, var(--cr-primary), var(--cr-primary-600));
  color:#0b1608;
}

.location-search:focus,
.location-select-toggle.active{
  border-color:var(--cr-primary);
  box-shadow:0 0 0 3px rgba(128,208,48,.16);
}

.location-city:hover,
.location-city.active{
  border-color:var(--cr-primary);
  background:#eff8ea;
}

/* Logo ColRider global */

.brand-logo-link{
  display:inline-flex;
  align-items:center;
  min-height:56px;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.brand-logo-img{
  height:54px;
  width:auto;
  max-width:230px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));
  transition:transform .22s ease, filter .22s ease;
}

.brand-logo-link:hover .brand-logo-img{
  transform:scale(1.035);
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.22));
}

@media(max-width:760px){
  .brand-logo-img{
    height:46px;
    max-width:190px;
  }
}

.nav a{
  padding-inline:16px;
}

.location-btn{
  margin-left:8px;
  min-width:auto;
  padding:0 13px;
}

.cr-cart-trigger{
  margin-left:2px;
}

.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.header-actions .cr-cart-trigger{
  margin-left:0;
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.22);
}

/* ========================================
   Mobile Header + Bottom Navigation
======================================== */

.mobile-bottom-nav,
.mobile-location-top{
  display:none;
}

@media(max-width:760px){

  body{
    padding-bottom:0;
  }

  .public-wrap,
  .wrap,
  .cr-wrap{
    width:min(100% - 24px, 1180px);
  }

  .topbar-inner{
    position:relative;
    width:min(100% - 24px, 1180px);
    min-height:74px !important;
    display:flex;
    flex-direction:row !important;
    align-items:flex-end !important;
    justify-content:space-between !important;
    gap:10px;
    padding:18px 0 10px !important;
  }

.brand-logo-link{
  flex:1 1 auto;
  min-width:0;
  margin-top:6px;
}

  .brand-logo-img{
    height:40px;
    max-width:160px;
  }

  .header-actions{
    flex:0 0 auto;
    margin-left:auto;
    margin-top:6px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    width:auto;
  }

  .header-actions .nav{
    display:none !important;
  }

  .cr-cart-trigger{
    width:52px;
    min-width:52px;
    height:48px;
  }

  .cr-cart-icon{
    width:34px;
    height:34px;
  }

  .mobile-location-top{
    position:absolute;
    top:4px;
    left:2px;
    display:flex;
    align-items:center;
    z-index:5;
  }

  .mobile-location-chip{
    border:0;
    background:transparent;
    color:#ffffff;
    font-size:13px;
    font-weight:900;
    display:inline-flex;
    align-items:center;
    gap:4px;
    padding:0;
    line-height:1;
    letter-spacing:.1px;
  }

  .mobile-location-pin{
    width:13px;
    height:13px;
    color:#ffffff;
    flex:0 0 auto;
    margin:0;
    transform:none;
  }

  .mobile-location-chevron{
    font-size:10px;
    opacity:.82;
    margin-left:-1px;
    transform:none;
  }

  .mobile-bottom-nav{
    position:fixed;
    left:16px;
    right:16px;
    bottom:14px;
    z-index:70;
    min-height:84px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
    padding:10px;
    border-radius:32px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(230,238,226,.95);
    box-shadow:
      0 16px 45px rgba(48,96,32,.14),
      0 -8px 35px rgba(128,208,48,.16);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    overflow:visible;
  }

  .mobile-bottom-nav::before{
    content:'';
    position:absolute;
    left:50%;
    top:-18px;
    transform:translateX(-50%);
    width:78%;
    height:44px;
    background:radial-gradient(
      ellipse at center,
      rgba(128,208,48,.28) 0%,
      rgba(128,208,48,.10) 40%,
      transparent 75%
    );
    filter:blur(18px);
    pointer-events:none;
    z-index:-1;
  }

.mobile-bottom-nav a{
  position:relative;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  color:rgba(17,21,24,.55);
  font-size:11px;
  font-weight:950;
  letter-spacing:-.01em;
  overflow:visible;
  transform:translateZ(0);
  transition:
    transform .24s cubic-bezier(.34,1.56,.64,1),
    color .18s ease;
}

/* efecto al tocar */
.mobile-bottom-nav a:active{
  transform:scale(.94);
}

.mobile-bottom-nav a:active span{
  transform:scale(.88);
  box-shadow:
    0 12px 28px rgba(128,208,48,.28),
    0 0 0 10px rgba(128,208,48,.18);
}

.mobile-bottom-nav a:active span img{
  transform:scale(.93);
}

/* efecto visible al seleccionar */
.mobile-bottom-nav a.active{
  color:var(--cr-dark);
  animation:navPulse .72s cubic-bezier(.34,1.56,.64,1);
}

@keyframes navPulse{
  0%{
    transform:scale(.92);
  }
  35%{
    transform:scale(1.10);
  }
  65%{
    transform:scale(.98);
  }
  100%{
    transform:scale(1);
  }
}

.mobile-bottom-nav a span{
    width:42px;
    height:42px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:
      radial-gradient(circle at top, #ffffff 0%, #f4f8f2 100%);
    box-shadow:
      0 8px 20px rgba(48,96,32,.10),
      0 0 0 5px rgba(128,208,48,.08);
    transition:
      transform .18s cubic-bezier(.2,.9,.2,1),
      box-shadow .18s ease,
      background .18s ease;
  }

.mobile-bottom-nav a span img{
  width:30px;
  height:30px;
    object-fit:contain;
    display:block;
    filter:drop-shadow(0 7px 12px rgba(0,0,0,.22));
    transition:transform .18s ease, filter .18s ease;
  }

.mobile-bottom-nav a.active span{
  transform:none;
  background:
    radial-gradient(circle at top, #ffffff 0%, #eff8ea 100%);
  box-shadow:
    0 10px 24px rgba(128,208,48,.22),
    0 0 0 6px rgba(128,208,48,.13);
}

.mobile-bottom-nav a.active span img{
  transform:none;
  filter:drop-shadow(0 8px 14px rgba(48,96,32,.24));
}
  .mobile-bottom-nav a:hover{
    color:var(--cr-dark);
  }
  
}
 
/* ========================================
   FOOTER PRO COLRIDER 4 COLUMNAS
======================================== */

.footer,
.cr-footer,
.cr-footer-lite{
  display:none !important;
}

.cr-footer-pro{
  margin-top:42px;
  padding:42px 0 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(128,208,48,.25), transparent 34%),
    linear-gradient(135deg, #12350f 0%, #22521a 58%, #0b2109 100%);
  color:#ffffff;
  border-top:1px solid rgba(255,255,255,.12);
}

.cr-footer-pro-grid{
  display:grid;
  grid-template-columns:1.25fr .85fr .85fr .85fr;
  gap:28px;
  align-items:start;
}

.cr-footer-brand-col p{
  margin:14px 0 0;
  max-width:310px;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.55;
  font-weight:750;
}

.cr-footer-pro .brand-logo-link{
  min-height:auto;
}

.cr-footer-pro .brand-logo-img{
  height:48px;
  max-width:190px;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.24));
}

.cr-footer-location-btn{
  margin-top:18px;
  min-height:42px;
  width:max-content;
  max-width:100%;
  padding:0 18px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.12);
  color:#ffffff;
  font-size:13px;
  line-height:1;
  font-weight:950;
  text-decoration:none !important;
  white-space:nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 10px 22px rgba(0,0,0,.12);
}

.cr-footer-location-btn:hover{
  background:rgba(255,255,255,.18);
  transform:translateY(-1px);
}

.cr-footer-col{
  min-height:170px;
  padding:20px;
  border-radius:26px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.cr-footer-col h3{
  margin:0 0 15px !important;
  padding:0 !important;
  background:none !important;
  color:#ffffff !important;
  font-family:"Inter", system-ui, sans-serif !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:950 !important;
  text-transform:uppercase;
  letter-spacing:.12em !important;
}

.cr-footer-col a{
  display:block;
  margin-top:11px;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.35;
  font-weight:800;
  text-decoration:none;
  transition:color .18s ease, transform .18s ease;
}

.cr-footer-col a:hover{
  color:#ffffff;
  transform:translateX(3px);
}

.cr-footer-socials{
  display:grid;
  grid-template-columns:repeat(3, 46px);
  gap:10px;
}

.cr-footer-socials a{
  margin:0;
  width:46px;
  height:46px;
  border-radius:17px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#ffffff;
  font-size:20px;
  font-weight:950;
  line-height:1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}

.cr-footer-socials a svg{
  width:20px;
  height:20px;
  display:block;
}

/* Ajuste fino iconos personalizados */
.cr-social-web svg,
.cr-social-whatsapp svg{
  width:17px;
  height:17px;
}

.cr-footer-socials .cr-social-web{
  grid-column:1;
  grid-row:1;
}

.cr-footer-socials .cr-social-whatsapp{
  grid-column:2;
  grid-row:1;
}

.cr-footer-socials .cr-social-tiktok{
  grid-column:1;
  grid-row:2;
}

.cr-footer-socials .cr-social-instagram{
  grid-column:2;
  grid-row:2;
}

.cr-footer-socials .cr-social-facebook{
  grid-column:3;
  grid-row:2;
}

.cr-footer-socials a:hover{
  transform:translateY(-2px);
  background:rgba(128,208,48,.18);
}

.cr-footer-pro-bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  font-weight:800;
}

@media(max-width:980px){
  .cr-footer-pro-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:760px){
  .cr-footer-pro{
    margin-top:34px;
    padding:32px 0 118px;
  }

  .cr-footer-pro-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .cr-footer-brand-col{
    padding-bottom:6px;
  }

  .cr-footer-pro .brand-logo-img{
    height:42px;
    max-width:170px;
  }

  .cr-footer-col{
    min-height:auto;
    padding:18px;
    border-radius:24px;
  }

  .cr-footer-socials{
    grid-template-columns:repeat(5, 46px);
  }

  .cr-footer-socials .cr-social-web,
  .cr-footer-socials .cr-social-whatsapp,
  .cr-footer-socials .cr-social-tiktok,
  .cr-footer-socials .cr-social-instagram,
  .cr-footer-socials .cr-social-facebook{
    grid-row:auto;
    grid-column:auto;
  }

  .cr-footer-pro-bottom{
    margin-top:20px;
    padding-bottom:10px;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
  }
}
/* ========================================
   STORE CARD PREMIUM FINAL
======================================== */

.stores-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.store-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  border:1px solid #e7eee4;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
  color:inherit;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.store-cover{
  position:relative;
  height:138px;
  overflow:visible;
  background:#eef8ea;
}

.store-banner-frame{
  position:absolute;
  inset:0;
  overflow:hidden;
  border-radius:28px 28px 0 0;
  background:#eef8ea;
}

.store-banner-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:blur(14px) brightness(.92) saturate(1.08);
  transform:scale(1.12);
}

.store-banner-main{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

@media(max-width:640px){
  .store-banner-main{
    object-fit:cover;
  }
}

.store-cover-overlay{
  position:absolute;
  inset:0;
  z-index:3;
  background:linear-gradient(to bottom, rgba(255,255,255,0) 35%, #fff 100%);
  pointer-events:none;
}

.store-card.is-closed .store-banner-frame{
  filter:brightness(.72) saturate(.78);
}

.store-state-pill{
  position:absolute;
  top:12px;
  right:12px;
  z-index:8;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:9px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.02em;
  color:#ffffff;
  background:rgba(17,24,39,.34);
  border:1px solid rgba(255,255,255,.34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    0 10px 24px rgba(15,23,42,.18);
  backdrop-filter:blur(16px) saturate(1.45);
  -webkit-backdrop-filter:blur(16px) saturate(1.45);
}

.store-state-pill.open{
  color:#f4fff0;
  background:rgba(48,96,32,.34);
}

.store-state-pill.closed{
  color:#ffffff;
  background:rgba(185,28,28,.34);
}

.store-state-dot{
  width:7px;
  height:7px;
  border-radius:999px;
  background:currentColor;
  box-shadow:0 0 0 3px rgba(255,255,255,.14);
}

.store-logo{
  position:absolute;
  left:22px;
  bottom:-26px;
  z-index:7;
  width:64px;
  height:64px;
  border-radius:22px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:transparent;
  border:0;
  color:#306020;
  font-size:28px;
  font-weight:950;
  box-shadow:0 14px 24px rgba(15,23,42,.14);
}

.store-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:0;
  background:transparent;
}

.store-body{
  padding:40px 22px 22px;
}

.store-name{
  margin:0;
  color:#111518;
  font-size:21px;
  line-height:1.12;
  font-weight:950;
}

.store-meta{
  margin-top:8px;
  color:#64748b;
  font-size:15px;
  font-weight:650;
}

.store-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.chip-open-hours,
.chip-muted,
.delivery{
  min-height:32px;
  padding:0 13px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  font-weight:900;
}

.chip-open-hours,
.delivery{
  background:#eef8ea;
  color:#306020;
  border:1px solid #d8edcf;
}

.chip-muted{
  background:#f1f5f9;
  color:#64748b;
  border:1px solid #e2e8f0;
}

.store-bottom-status{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid #edf2ea;
  display:flex;
  align-items:center;
  gap:11px;
  color:#64748b;
  font-size:14px;
  font-weight:850;
}

.store-card.is-open{
  border-color:#80d030;
}

.store-card.is-open .store-bottom-status{
  color:#16a34a;
}

.store-bottom-icon{
  flex:0 0 auto;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
}

.store-bottom-icon svg{
  width:21px;
  height:21px;
  display:block;
}

@media(max-width:980px){
  .stores-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:640px){
  .stores-grid{
    grid-template-columns:1fr;
  }
}

.store-info-row{
  margin-top:8px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}

.store-category-text{
  color:#64748b;
  font-size:15px;
  font-weight:750;
}

.store-hours-text{
  color:#64748b;
  font-size:12px;
  line-height:1.25;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
  text-align:right;
  white-space:nowrap;
}

.store-hours-text svg{
  width:14px;
  height:14px;
  flex:0 0 auto;
}

.store-rating-row{
  margin-top:13px;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:22px;
}

.store-stars{
  display:inline-flex;
  align-items:center;
  gap:2px;
  color:#cbd5e1;
}

.store-stars svg{
  width:15px;
  height:15px;
  display:block;
  fill:currentColor;
}

.store-stars svg.filled{
  color:#f5b301;
}

.store-rating-text{
  color:#334155;
  font-size:12px;
  font-weight:900;
}

.store-no-rating{
  color:#94a3b8;
  font-size:12px;
  font-weight:850;
}

.store-service-row{
  margin-top:14px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}

.store-service-item{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#38642a;
  font-size:13px;
  font-weight:800;
  line-height:1;
  letter-spacing:-0.2px;
}

.store-service-item svg{
  width:15px;
  height:15px;
  flex:0 0 auto;
  color:#4b8f34;
  opacity:.92;
  display:block;
}
/* ========================================
   STORE COMPACT HEADER
======================================== */

@media(max-width:760px){

  .cr-shop-topbar .topbar-inner,
  .cr-shop-topbar-inner{
    min-height:68px !important;
    padding:8px 0 6px !important;
  }

  .cr-shop-topbar,
  .topbar{
    transition:transform .25s ease;
    will-change:transform;
  }

  body.hide-mobile-header .cr-shop-topbar,
  body.hide-mobile-header .topbar{
    transform:translateY(-100%);
  }

}

/* ========================================
   CART DRAWER COLRIDER
======================================== */

.cart-drawer-backdrop{
  position:fixed;
  inset:0;
  z-index:95;
  background:rgba(2,6,23,.54);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}

.cart-drawer{
  position:fixed;
  top:0;
  right:0;
  z-index:96;
  width:min(430px, calc(100% - 22px));
  height:100dvh;
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at top left, rgba(128,208,48,.20), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf6 100%);
  border-left:1px solid rgba(213,228,207,.9);
  box-shadow:-28px 0 70px rgba(15,23,42,.20);
  transform:translateX(104%);
  transition:transform .28s cubic-bezier(.2,.9,.2,1);
}

body.cart-drawer-open .cart-drawer-backdrop{
  opacity:1;
  pointer-events:auto;
}

body.cart-drawer-open .cart-drawer{
  transform:translateX(0);
}

.cart-drawer-head{
  min-height:92px;
  padding:24px 24px 16px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid var(--cr-border);
}

.cart-drawer-kicker{
  display:inline-flex;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  align-items:center;
  background:rgba(128,208,48,.14);
  color:var(--cr-dark);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.cart-drawer-head h3{
  margin:8px 0 0;
  color:var(--cr-ink);
  font-size:26px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.045em;
}

.cart-drawer-close{
  width:42px;
  height:42px;
  border-radius:16px;
  border:1px solid var(--cr-border);
  background:#ffffff;
  color:var(--cr-ink);
  font-size:26px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  box-shadow:var(--cr-shadow-sm);
}

.cart-drawer-body{
  flex:1;
  overflow-y:auto;
  padding:18px 20px;
}

.cart-drawer .cart-empty{
  margin:0;
  padding:18px;
  border-radius:20px;
  color:var(--cr-muted);
  background:#ffffff;
  border:1px dashed var(--cr-border-strong);
}

.cart-drawer-summary{
  padding:18px 20px 22px;
  border-top:1px solid var(--cr-border);
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.cart-drawer-total{
  margin-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--cr-ink);
  font-size:15px;
  font-weight:900;
}

.cart-drawer-total strong{
  color:var(--cr-dark);
  font-size:20px;
  font-weight:950;
}

.cart-checkout-btn,
.cart-clear-btn{
  width:100%;
}

.cart-clear-btn{
  margin-top:10px;
}

@media(max-width:760px){
  .cart-drawer{
    top:auto;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    height:min(82dvh, 720px);
    border-left:0;
    border-radius:30px 30px 0 0;
    transform:translateY(104%);
    box-shadow:0 -24px 70px rgba(15,23,42,.22);
  }

  body.cart-drawer-open .cart-drawer{
    transform:translateY(0);
  }

  .cart-drawer-summary{
    padding-bottom:116px;
  }
  
  .cart-checkout-btn{
  color:#ffffff !important;
}
}

.btn.disabled{
  background:#eef2f7 !important;
  color:#94a3b8 !important;
  border:1px solid #dbe3ee !important;
  cursor:not-allowed !important;
  box-shadow:none !important;
  opacity:.95;
}
