
:root{
  --red:#8f1d18;
  --red2:#72130f;
  --cream:#fff8ec;
  --cream2:#f7efe2;
  --ink:#281d18;
  --muted:#685b52;
  --line:#e5d2bb;
  --green:#128c4a;
  --shadow:0 16px 45px rgba(66,45,30,.12);
}
*{box-sizing:border-box}
body{margin:0;background:#fffaf1;color:var(--ink);font-family:Arial,system-ui,-apple-system,Segoe UI,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.store-header{position:sticky;top:0;background:#fffaf1;border-bottom:1px solid var(--line);z-index:1000}
.topbar{height:76px;display:grid;grid-template-columns:90px 1fr 90px;align-items:center;max-width:1240px;margin:auto;padding:0 18px}
.brand{justify-self:center}
.brand img{height:58px;width:auto}
.menu-btn,.cart-pill,.drawer-head button{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:44px;font-weight:900;cursor:pointer}
.menu-btn{width:54px;font-size:26px}
.cart-pill{justify-self:end;display:inline-flex;align-items:center;gap:8px;padding:0 14px}
.cart-icon{font-size:22px}.cart-icon-img{width:24px;height:24px;display:block;object-fit:contain;border-radius:6px;flex:0 0 24px}.cart-pill [data-cart-count]{background:#333;color:#fff;border-radius:999px;min-width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;font-weight:900}
.side-menu,.cart-drawer{position:fixed;top:0;bottom:0;background:#fffaf1;z-index:1200;width:min(390px,92vw);box-shadow:var(--shadow);transition:transform .25s ease}
.side-menu{left:0;transform:translateX(-105%)}.cart-drawer{right:0;transform:translateX(105%)}
.side-menu.is-open,.cart-drawer.is-open{transform:translateX(0)}
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.36);z-index:1100;display:none}.drawer-overlay.is-open{display:block}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid var(--line)}
.drawer-head strong{font-size:20px}.drawer-head button{width:42px;font-size:28px}
.side-menu nav{display:grid;gap:4px;padding:18px}.side-menu a{padding:12px;border-radius:12px;font-weight:800}.side-menu a:hover{background:var(--cream2)}.side-menu hr{width:100%;border:0;border-top:1px solid var(--line)}
.hero{min-height:610px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(32,21,15,.70),rgba(32,21,15,.28)),url('/assets/img/editorial/hero-new.webp') center/cover no-repeat;color:#fff}
.hero-inner{max-width:1240px;margin:auto;padding:80px 20px}.eyebrow{text-transform:uppercase;letter-spacing:.07em;font-size:12px;font-weight:900;color:#8d6a3a}.hero .eyebrow{color:#ffd89a}
h1,h2{font-family:Georgia,'Times New Roman',serif;color:var(--red);line-height:1.03} .hero h1{font-size:clamp(52px,9vw,96px);color:#fff;margin:10px 0}.hero p{font-size:20px;max-width:680px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:11px;font-weight:900;border:1px solid transparent;cursor:pointer;text-align:center}
.btn.primary,.button.primary{background:var(--red)!important;color:#fff!important;border-color:var(--red)!important}.btn.primary:hover{background:var(--red2)!important}
.btn.ghost{background:#fff;color:var(--red);border-color:var(--line)}.btn.outline{background:#fffaf1;color:var(--red);border-color:#d5bda2}
.container,.section{max-width:1240px;margin:auto;padding:54px 20px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-head h2{font-size:42px;margin:0}.section-head p{color:var(--muted)}
.catalog-tools{display:grid;grid-template-columns:minmax(280px,1fr) minmax(220px,300px) minmax(220px,300px);gap:14px;align-items:end;margin:30px 0}.tool{display:grid;gap:8px;font-weight:900;color:#5f5148}.tool input,.tool select{height:48px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 14px;font-weight:800;font-size:15px}
.results{color:var(--red);font-weight:900;margin:0 0 20px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.product-image{background:#fff4e6;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-info h3{margin:0;font-size:18px}.price{font-size:22px;color:var(--red)}
.card-actions{display:grid;gap:8px;margin-top:auto}.card-actions .btn{width:100%}
.product-detail{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:34px;align-items:start}.detail-image{background:#fff4e6;border:1px solid var(--line);border-radius:18px;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:contain}.detail-info h1{font-size:46px;margin:0 0 14px}.detail-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.meta-box{border:1px solid var(--line);border-radius:12px;background:var(--cream);padding:14px}.meta-box small{display:block;font-weight:900;color:var(--muted);margin-bottom:5px}.detail-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin:16px 0}.detail-actions .btn{width:100%}.note{font-size:14px;color:var(--muted)}
.qty-control{display:flex;align-items:center;border:1px solid #d1bba0;border-radius:12px;background:#fff;overflow:hidden;width:fit-content}.qty-control button{width:42px;height:42px;border:0;background:#fff4e6;font-size:24px;font-weight:900;cursor:pointer}.qty-control input{width:78px;height:42px;border:0;text-align:center;font-weight:900;font-size:16px}.product-qty{margin:6px 0;width:100%}.product-qty input{flex:1}
.related-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.related-row .product-card .card-actions{display:none}
.cart-items{padding:14px;display:grid;gap:12px;max-height:calc(100vh - 230px);overflow:auto}.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff}.cart-item img{width:78px;height:78px;object-fit:contain;background:#fff4e6;border-radius:8px}.cart-item h4{margin:0}.cart-summary{padding:16px;border-top:1px solid var(--line);display:grid;gap:10px}
.checkout{display:grid;grid-template-columns:1fr 420px;gap:24px}.checkout-form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;gap:12px}.checkout-form label{display:grid;gap:7px;font-weight:800}.checkout-form input,.checkout-form select,.checkout-form textarea{border:1px solid var(--line);border-radius:10px;min-height:44px;padding:10px;font-weight:700}
.quote-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:2000;display:flex;align-items:center;justify-content:center;padding:18px}.quote-modal{width:min(680px,96vw);max-height:92vh;overflow:auto;background:#fffaf1;border-radius:18px;box-shadow:var(--shadow)}.quote-modal header{display:flex;justify-content:space-between;padding:18px;border-bottom:1px solid var(--line)}.quote-modal form{display:grid;gap:12px;padding:18px}.quote-modal input,.quote-modal textarea{border:1px solid var(--line);border-radius:10px;min-height:44px;padding:10px}
.store-footer{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;background:#211914;color:#fff4e7;padding:40px 20px}.store-footer h3{margin-top:0}.store-footer a{display:block;color:#fff4e7;margin:6px 0}.copyright{background:#150f0c;color:#fff;padding:16px;text-align:center}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-detail,.checkout{grid-template-columns:1fr}.detail-actions{grid-template-columns:1fr}.store-footer{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.product-grid,.related-row{grid-template-columns:1fr 1fr}.catalog-tools{grid-template-columns:1fr}.topbar{grid-template-columns:70px 1fr 70px}.brand img{height:48px}.hero{min-height:500px}.section{padding:40px 16px}.section-head{display:block}.store-footer{grid-template-columns:1fr}}
@media(max-width:460px){.product-grid,.related-row{grid-template-columns:1fr}.hero h1{font-size:48px}}

/* ===== Ajustes visuales: tipografías elegantes + WhatsApp ===== */
body {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: -0.01em;
}

p, li, label, input, select, textarea {
  font-weight: 400 !important;
}

.product-info h3,
.detail-info h1,
.section-head h2,
.nosotros-content h2,
.nosotros-hero h1 {
  letter-spacing: -0.02em;
}

.product-info h3 {
  font-weight: 650 !important;
}

.product-info p,
.meta-box strong,
.tool,
.note {
  font-weight: 500 !important;
}

.btn,
.menu-btn,
.cart-pill {
  font-weight: 750 !important;
}

.eyebrow {
  font-weight: 700 !important;
  letter-spacing: .08em;
}

.wa-float-clean {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 62px;
  height: 62px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  background: transparent;
}

.wa-float-clean img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
}

.menu-whatsapp {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  background: #e9fff0;
  color: #127a3a !important;
  border: 1px solid #b7ebc7;
}

.menu-whatsapp img {
  width: 24px;
  height: 24px;
}

.nosotros-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(37,23,15,.70), rgba(37,23,15,.25)), url('/assets/img/editorial/hero-new.webp') center/cover no-repeat;
  color: #fff;
}

.nosotros-hero__content {
  max-width: 1180px;
  margin: auto;
  padding: 80px 20px;
}

.nosotros-hero h1 {
  color: #fff;
  font-size: clamp(52px, 8vw, 92px);
  margin: 10px 0;
}

.nosotros-hero p {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.55;
}

.nosotros-content {
  display: grid;
  gap: 34px;
  line-height: 1.72;
  font-size: 18px;
}

.nosotros-content article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(22px, 4vw, 38px);
  box-shadow: 0 12px 38px rgba(66,45,30,.07);
}

.nosotros-content h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 48px);
}

.nosotros-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}

.info-card {
  background: var(--cream) !important;
}

.final-message {
  background: linear-gradient(135deg, #fff8ec, #fff) !important;
  border-color: #dabf9e !important;
}

@media (max-width: 760px) {
  .nosotros-grid {
    grid-template-columns: 1fr;
  }

  .wa-float-clean {
    width: 56px;
    height: 56px;
    right: 15px;
    bottom: 15px;
  }

  .wa-float-clean img {
    width: 56px;
    height: 56px;
  }
}

/* ===== Menú bajo logo + áreas políticas ===== */
.store-header {
  background: #fffaf1;
}

.desktop-nav-line {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-top: 1px solid rgba(229,210,187,.45);
}

.desktop-nav-line a {
  color: var(--ink);
  font-weight: 750;
  font-size: 15px;
  padding: 10px 4px 0;
  position: relative;
}

.desktop-nav-line a::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -5px;
  height: 2px;
  border-radius: 999px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.desktop-nav-line a:hover::after {
  transform: scaleX(1);
}

.policy-menu-block {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.policy-menu-block strong {
  color: var(--red);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.policy-menu-block a {
  font-size: 14px;
  padding: 8px 10px !important;
}

.store-footer {
  grid-template-columns: repeat(5, 1fr) !important;
}

.policy-page {
  max-width: 920px;
}

.policy-page h1 {
  font-size: clamp(42px, 6vw, 72px);
  margin: 0 0 18px;
}

.policy-page h2 {
  margin-top: 28px;
}

.policy-page p {
  font-size: 18px;
  line-height: 1.72;
  color: #4d4038;
}

@media (max-width: 1050px) {
  .store-footer {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 780px) {
  .desktop-nav-line {
    display: none;
  }

  .store-footer {
    grid-template-columns: 1fr !important;
  }
}


/* ===== Corrección menú: sin WhatsApp lateral y sin menú duplicado ===== */
.menu-whatsapp {
  display: none !important;
}

@media (max-width: 780px) {
  .desktop-nav-line {
    display: none !important;
  }
}

/* Si una página antigua carga este CSS, evita que el menú bajo logo aparezca sin diseño */
.site-header + .desktop-nav-line,
.site-header .desktop-nav-line {
  display: none !important;
}


/* ===== FIX DEFINITIVO WHATSAPP FLOTANTE: PNG cuadrado sin deformación ===== */
.wa-float-clean {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  max-width: 62px !important;
  max-height: 62px !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.22) !important;
  transform: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.wa-float-clean img {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  max-width: 62px !important;
  max-height: 62px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
  background: transparent !important;
  aspect-ratio: 1 / 1 !important;
  box-shadow: none !important;
}

.wa-float-clean::before,
.wa-float-clean::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 768px) {
  .wa-float-clean {
    right: 15px !important;
    bottom: 15px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    border-radius: 16px !important;
  }

  .wa-float-clean img {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    border-radius: 16px !important;
  }
}

/* ===== Página Precios de despacho ===== */
.dispatch-prices-page {
  max-width: 1240px;
}

.dispatch-hero {
  background: linear-gradient(135deg, #fff3d7, #fffaf1);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 18px 44px rgba(66,45,30,.08);
  margin-bottom: 28px;
}

.dispatch-hero h1 {
  font-size: clamp(46px, 7vw, 84px);
  margin: 8px 0 14px;
}

.dispatch-hero .lead {
  font-size: 20px;
  line-height: 1.6;
  max-width: 820px;
  color: #5e5047;
}

.dispatch-map-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-bottom: 28px;
}

.dispatch-map-card img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
}

.dispatch-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.dispatch-free {
  background: linear-gradient(135deg, #fff1bf, #fffaf1) !important;
  border-color: #e0ad33 !important;
}

.dispatch-rates {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 38px);
  box-shadow: 0 15px 40px rgba(66,45,30,.08);
}

.dispatch-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.dispatch-rate {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid #ead7bd;
  background: #fffaf1;
  border-radius: 16px;
  padding: 14px;
}

.dispatch-rate strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: #f1c447;
  color: #2b1d13;
  font-size: 20px;
  font-weight: 900;
}

.dispatch-rate p {
  margin: 0;
  color: #4d4038;
  line-height: 1.45;
}

.dispatch-important {
  margin-top: 22px;
  border-left: 5px solid var(--red);
  padding: 18px 20px;
  background: #fff4e7;
  border-radius: 16px;
}

.dispatch-cta {
  padding-top: 0;
}

@media (max-width: 820px) {
  .dispatch-summary,
  .dispatch-rate-grid {
    grid-template-columns: 1fr;
  }

  .dispatch-rate {
    grid-template-columns: 1fr;
  }

  .dispatch-rate strong {
    width: fit-content;
    padding: 0 18px;
  }
}


/* ===== FIX MÓVIL FINAL: menú lateral, carrito y modales ===== */

/* Bloquea el scroll de la página cuando el menú, carrito o modal están abiertos */
body.drawer-open,
body.modal-open {
  overflow: hidden !important;
  touch-action: none !important;
}

/* El menú lateral debe desplazarse por dentro, no mover la web de fondo */
.side-menu,
.cart-drawer {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
}

/* En móvil el menú debe ocupar casi todo el alto y no cortarse */
@media (max-width: 780px) {
  .side-menu {
    width: min(88vw, 380px) !important;
    max-width: 88vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding-bottom: 42px !important;
  }

  .side-menu nav {
    padding-bottom: 80px !important;
  }

  .drawer-head {
    position: sticky !important;
    top: 0 !important;
    background: #fffaf1 !important;
    z-index: 2 !important;
  }
}

/* Carrito: el número no debe salirse del cuadro */
.cart-pill {
  position: relative !important;
  min-width: 86px !important;
  height: 52px !important;
  padding: 0 14px !important;
  justify-content: center !important;
  overflow: visible !important;
}

.cart-icon-img {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  object-fit: contain !important;
}

.cart-pill [data-cart-count] {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  min-width: 30px !important;
  height: 30px !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  background: #303030 !important;
  color: #ffffff !important;
  border: 2px solid #fffaf1 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  z-index: 3 !important;
}

@media (max-width: 540px) {
  .cart-pill {
    min-width: 72px !important;
    height: 48px !important;
    padding: 0 12px !important;
  }

  .cart-icon-img {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
  }

  .cart-pill [data-cart-count] {
    top: -7px !important;
    right: -7px !important;
    min-width: 28px !important;
    height: 28px !important;
    font-size: 13px !important;
  }
}

/* Modal de cotización/detal: adaptado al móvil */
.quote-modal-backdrop {
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 12px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
}

.quote-modal {
  width: min(680px, 100%) !important;
  max-width: 100% !important;
  max-height: calc(100dvh - 24px) !important;
  margin: 0 auto !important;
  overflow-y: auto !important;
  border-radius: 18px !important;
}

.quote-modal header {
  position: sticky !important;
  top: 0 !important;
  background: #fffaf1 !important;
  z-index: 2 !important;
}

.quote-modal form {
  display: grid !important;
  gap: 14px !important;
}

.quote-modal label {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.quote-modal input,
.quote-modal textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
}

.quote-modal textarea {
  min-height: 96px !important;
  resize: vertical !important;
}

.quote-modal .btn {
  width: 100% !important;
  min-height: 52px !important;
}

@media (max-width: 540px) {
  .quote-modal-backdrop {
    padding: 10px !important;
  }

  .quote-modal {
    width: 100% !important;
    border-radius: 16px !important;
    max-height: calc(100dvh - 20px) !important;
  }

  .quote-modal header {
    padding: 14px 16px !important;
  }

  .quote-modal form {
    padding: 16px !important;
  }

  .quote-modal p {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .quote-modal label {
    font-size: 15px !important;
  }
}


/* ===== Cálculo automático de despacho por comuna ===== */
.shipping-message {
  background: #fff4e7;
  border: 1px solid #e6cdb0;
  border-radius: 14px;
  padding: 14px 16px;
  color: #5a4336;
  font-weight: 700 !important;
  line-height: 1.45;
}

.checkout-totals-box {
  display: grid;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  margin: 12px 0 18px;
}

.checkout-totals-box p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: #4d4038;
  font-size: 16px;
}

.checkout-totals-box strong {
  color: var(--red);
  white-space: nowrap;
}

.checkout-totals-box .grand-total {
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-top: 12px;
  font-size: 20px;
}

.checkout-form select[data-dispatch-commune] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  min-height: 44px;
  padding: 10px;
  font-weight: 700;
  background: #fff;
  color: var(--ink);
}


/* ===== Select de comunas para despacho ===== */
select[data-dispatch-commune],
.checkout-form select[name="comuna"],
.quote-modal select[name="comuna"] {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 46px !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--ink) !important;
  padding: 10px 12px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
}

select[data-dispatch-commune]:focus {
  outline: 2px solid rgba(143,29,24,.18) !important;
  border-color: var(--red) !important;
}
