/*
 * Bonita Sorpresa Master 0.7.0 · App UX
 * Mejora progresiva: sólo se aplica cuando JS añade body.bsm70-ux.
 * No altera [hidden] funcional de Suite salvo los paneles bsm70 creados por Master.
 */
body.bsm70-ux{
  --bsm70-green:#123c2b;
  --bsm70-green-2:#1f5d42;
  --bsm70-mint:#eaf5ef;
  --bsm70-orange:#f26a2e;
  --bsm70-orange-2:#ff8a50;
  --bsm70-cream:#fff7ef;
  --bsm70-page:#f3f6f3;
  --bsm70-ink:#14231b;
  --bsm70-muted:#6d786f;
  --bsm70-line:rgba(18,60,43,.10);
  --bsm70-shadow:0 18px 55px rgba(20,55,40,.12);
  --bsm70-soft:0 9px 28px rgba(20,55,40,.075);
  background:var(--bsm70-page)!important;
  color:var(--bsm70-ink)!important;
}
body.bsm70-ux *{box-sizing:border-box}
body.bsm70-ux a{-webkit-tap-highlight-color:transparent}
body.bsm70-ux .bs-v3-home-proposal,
body.bsm70-ux .bs-v3-catalog{max-width:1180px!important;margin:0 auto!important;padding-left:14px!important;padding-right:14px!important}

/* Appbar: compacto, flotante, una sola lectura visual. */
body.bsm70-ux .bs-v3-home-appbar,
body.bsm70-ux .bs-v3-catalog__topbar{
  position:sticky!important;top:8px!important;z-index:40!important;
  min-height:58px!important;margin:8px 0 14px!important;padding:7px 8px!important;
  border:1px solid rgba(255,255,255,.72)!important;border-radius:20px!important;
  background:rgba(255,255,255,.88)!important;box-shadow:0 12px 34px rgba(28,57,43,.11)!important;
  backdrop-filter:blur(18px) saturate(1.15)!important;-webkit-backdrop-filter:blur(18px) saturate(1.15)!important;
}
body.bsm70-ux .bs-v3-home-brand,
body.bsm70-ux .bs-v3-catalog__brand-logo{background:transparent!important;box-shadow:none!important;border:0!important}
body.bsm70-ux .bs-v3-home-location,
body.bsm70-ux .bs-v3-catalog__home,
body.bsm70-ux .bs-v3-catalog__back{background:var(--bsm70-mint)!important;color:var(--bsm70-green)!important;border:0!important;box-shadow:none!important}
body.bsm70-ux .bs-v3-home-cart,
body.bsm70-ux .bs-v3-catalog__cart{background:var(--bsm70-green)!important;color:#fff!important;border:0!important;box-shadow:none!important}

/* HOME · Hero resumido, con acciones claras. */
body.bsm70-home .bs-v3-home-hero{
  min-height:0!important;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr)!important;gap:20px!important;
  padding:clamp(24px,3.6vw,42px)!important;margin:0!important;border-radius:30px!important;
  background:linear-gradient(145deg,#103827 0%,#1b543b 66%,#2d7656 100%)!important;
  box-shadow:var(--bsm70-shadow)!important;overflow:hidden!important;
}
body.bsm70-home .bs-v3-home-hero__copy{align-self:center!important}
body.bsm70-home .bs-v3-home-hero__copy>span{min-height:28px!important;padding:0 11px!important;font-size:9px!important;letter-spacing:.12em!important;background:rgba(255,255,255,.13)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important}
body.bsm70-home .bs-v3-home-hero h1{max-width:610px!important;margin:12px 0 10px!important;font-size:clamp(38px,5.1vw,64px)!important;line-height:.96!important;letter-spacing:-.055em!important;color:#fff!important}
body.bsm70-home .bs-v3-home-hero p{max-width:520px!important;font-size:15px!important;line-height:1.5!important;color:rgba(255,255,255,.78)!important}
.bsm70-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.bsm70-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:0 18px!important;border-radius:15px!important;text-decoration:none!important;font-weight:850!important;font-size:13px!important;transition:transform .18s ease,box-shadow .18s ease!important}
.bsm70-btn:active{transform:scale(.98)}
.bsm70-btn--primary{background:var(--bsm70-orange)!important;color:#fff!important;box-shadow:0 10px 24px rgba(242,106,46,.30)!important}
.bsm70-btn--secondary{background:rgba(255,255,255,.11)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important}
body.bsm70-home .bs-v3-home-hero__mosaic{min-height:330px!important;gap:9px!important}
body.bsm70-home .bs-v3-home-hero__mosaic span,
body.bsm70-home .bs-v3-home-hero__mosaic span:first-child{border:0!important;border-radius:20px!important;box-shadow:none!important;overflow:hidden!important}
body.bsm70-home .bs-v3-home-hero__mosaic img{width:100%!important;height:100%!important;object-fit:cover!important;padding:0!important;transition:transform .35s ease!important}
body.bsm70-home .bs-v3-home-hero__mosaic span:hover img{transform:scale(1.035)}

/* Accesos rápidos: la Home empieza como dashboard, no como folleto. */
.bsm70-quick{margin:12px 0 10px;padding:16px;border:1px solid var(--bsm70-line);border-radius:24px;background:#fff;box-shadow:var(--bsm70-soft)}
.bsm70-quick__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}
.bsm70-quick__head strong{font-size:18px;letter-spacing:-.025em;color:var(--bsm70-green)}
.bsm70-quick__head small{max-width:460px;text-align:right;color:var(--bsm70-muted);font-size:11px}
.bsm70-quick__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.bsm70-quick__item{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:9px;min-height:62px;padding:9px 11px;border:1px solid var(--bsm70-line);border-radius:18px;background:#f9fbf9;color:var(--bsm70-ink)!important;text-decoration:none!important;transition:transform .18s ease,background .18s ease!important}
.bsm70-quick__item:active{transform:scale(.985)}
.bsm70-quick__item.is-ai{background:linear-gradient(135deg,#fff0e7,#fff8f2);border-color:rgba(242,106,46,.18)}
.bsm70-quick__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--bsm70-mint);font-size:20px}
.bsm70-quick__item.is-ai .bsm70-quick__icon{background:var(--bsm70-orange);color:#fff}
.bsm70-quick__item strong{font-size:12px}.bsm70-quick__item b{font-size:21px;color:var(--bsm70-green)}

/* Beneficios = chips horizontales, no otra sección alta. */
body.bsm70-home .bs-v3-home-benefits{display:flex!important;gap:8px!important;margin:10px 0 16px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}
body.bsm70-home .bs-v3-home-benefits::-webkit-scrollbar{display:none}
body.bsm70-home .bs-v3-home-benefits article{flex:1 0 190px!important;min-height:58px!important;padding:8px 10px!important;border:1px solid var(--bsm70-line)!important;border-radius:17px!important;background:#fff!important;box-shadow:none!important;scroll-snap-align:start!important}
body.bsm70-home .bs-v3-home-benefits article>span{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:11px!important;background:var(--bsm70-mint)!important;color:var(--bsm70-green)!important}
body.bsm70-home .bs-v3-home-benefits strong{font-size:10.5px!important}body.bsm70-home .bs-v3-home-benefits small{font-size:8px!important;color:var(--bsm70-muted)!important}

/* 3 pasos = stepper compacto. */
body.bsm70-home .bs-v3-home-how{margin:0 0 16px!important;padding:18px!important;border:1px solid var(--bsm70-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:none!important}
body.bsm70-home .bs-v3-home-how>header{display:flex!important;align-items:baseline!important;gap:10px!important;margin-bottom:12px!important}
body.bsm70-home .bs-v3-home-how>header small{font-size:9px!important;color:var(--bsm70-orange)!important}body.bsm70-home .bs-v3-home-how h2{margin:0!important;font-size:18px!important;color:var(--bsm70-green)!important}
body.bsm70-home .bs-v3-home-how>div{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
body.bsm70-home .bs-v3-home-how article{position:relative!important;min-height:72px!important;padding:10px 9px 9px 46px!important;border:0!important;border-radius:16px!important;background:var(--bsm70-page)!important;box-shadow:none!important}
body.bsm70-home .bs-v3-home-how article b{top:50%!important;left:8px!important;right:auto!important;transform:translateY(-50%)!important;width:30px!important;height:30px!important;border-radius:10px!important;background:var(--bsm70-green)!important;color:#fff!important;font-size:11px!important}
body.bsm70-home .bs-v3-home-how article strong{display:block!important;margin:4px 0 2px!important;font-size:14px!important;color:var(--bsm70-ink)!important}body.bsm70-home .bs-v3-home-how article p{margin:0!important;font-size:9px!important;line-height:1.25!important}

/* Productos = carrusel de app con pista visual del siguiente. */
body.bsm70-home .bs-v3-home-bestsellers{position:relative!important;margin:0 0 16px!important;padding:18px 14px 14px!important;border:1px solid var(--bsm70-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:none!important}
body.bsm70-home .bs-v3-home-bestsellers>header{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 12px!important}
body.bsm70-home .bs-v3-home-bestsellers>header>div{margin-right:auto!important}body.bsm70-home .bs-v3-home-bestsellers>header h2{font-size:22px!important;color:var(--bsm70-green)!important}body.bsm70-home .bs-v3-home-bestsellers>header>a{display:none!important}
.bsm70-carousel-controls{display:flex;gap:6px}.bsm70-carousel-btn{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--bsm70-line);border-radius:13px;background:#f7faf7;color:var(--bsm70-green);font:800 24px/1 system-ui;cursor:pointer}
body.bsm70-home .bs-v3-home-product-rail{display:flex!important;grid-template-columns:none!important;gap:11px!important;overflow-x:auto!important;padding:2px 1px 8px!important;scroll-snap-type:x mandatory!important;overscroll-behavior-inline:contain!important;scrollbar-width:none!important}
body.bsm70-home .bs-v3-home-product-rail::-webkit-scrollbar{display:none}
body.bsm70-home .bs-v3-home-product{flex:0 0 calc((100% - 22px)/3)!important;min-width:0!important;scroll-snap-align:start!important;padding:7px!important;border:1px solid var(--bsm70-line)!important;border-radius:20px!important;background:#fbfdfb!important;box-shadow:none!important}
body.bsm70-home .bs-v3-home-product>span{aspect-ratio:1.18/1!important;border-radius:15px!important;overflow:hidden!important}body.bsm70-home .bs-v3-home-product>strong{font-size:12px!important;line-height:1.28!important}body.bsm70-home .bs-v3-home-product>small{font-size:14px!important}
body.bsm70-home .bs-v3-home-bestsellers__all{min-height:48px!important;margin:8px 0 0!important;border-radius:15px!important;font-size:12px!important;background:var(--bsm70-green)!important;box-shadow:none!important}
.bsm70-carousel-dots{display:flex;justify-content:center;gap:4px;margin-top:6px}.bsm70-carousel-dots span{width:5px;height:5px;border-radius:99px;background:#cbd5ce;transition:width .18s ease,background .18s ease}.bsm70-carousel-dots span.is-active{width:18px;background:var(--bsm70-orange)}

/* Centro interactivo: sustituye el scroll de 6 secciones por una sola tarjeta. */
.bsm70-explore{margin:0 0 16px;padding:18px 14px;border:1px solid var(--bsm70-line);border-radius:26px;background:#fff;box-shadow:none;scroll-margin-top:82px}
.bsm70-explore__head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.bsm70-explore__head small{display:block;margin-bottom:3px;font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--bsm70-orange)}.bsm70-explore__head h2{margin:0;font-size:22px;line-height:1.05;color:var(--bsm70-green);letter-spacing:-.03em}.bsm70-explore__head p{margin:5px 0 0;color:var(--bsm70-muted);font-size:10px}
.bsm70-explore__tabs{display:flex;gap:6px;overflow-x:auto;padding:2px 0 9px;scrollbar-width:none}.bsm70-explore__tabs::-webkit-scrollbar{display:none}
.bsm70-explore__tab{display:flex;align-items:center;gap:6px;flex:0 0 auto;min-height:39px;padding:0 11px;border:1px solid var(--bsm70-line);border-radius:999px;background:#f7faf7;color:var(--bsm70-green);font:700 11px/1 system-ui;cursor:pointer}.bsm70-explore__tab span{font-size:13px}.bsm70-explore__tab.is-active{border-color:var(--bsm70-green);background:var(--bsm70-green);color:#fff}
.bsm70-explore__panel{padding-top:4px;animation:bsm70Panel .22s ease both}.bsm70-explore__panel[hidden]{display:none!important}
@keyframes bsm70Panel{from{opacity:.45;transform:translateY(4px)}to{opacity:1;transform:none}}
.bsm70-explore__panel>.bs-v3-home-payments,.bsm70-explore__panel>.bs-v3-home-services,.bsm70-explore__panel>.bs-v3-home-reviews,.bsm70-explore__panel>.bs-v3-home-videos,.bsm70-explore__panel>.bs-v3-home-coverage,.bsm70-explore__panel>.bs-v3-home-blog,.bsm70-explore__panel>.bs-v3-home-faq{margin:0!important;box-shadow:none!important}
.bsm70-explore__panel>.bs-v3-home-services+*{margin-top:10px!important}.bsm70-explore__panel>.bs-v3-home-videos+*{margin-top:10px!important}

/* SEO sigue disponible, pero fuera del camino principal. */
.bsm70-seo-details{margin:0 0 16px;border:1px solid var(--bsm70-line);border-radius:20px;background:#fff;overflow:hidden}.bsm70-seo-details>summary{display:grid;grid-template-columns:34px minmax(0,1fr) 24px;align-items:center;gap:8px;min-height:58px;padding:9px 13px;cursor:pointer;list-style:none}.bsm70-seo-details>summary::-webkit-details-marker{display:none}.bsm70-seo-details>summary span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--bsm70-mint);color:var(--bsm70-green);font-weight:900}.bsm70-seo-details>summary strong{font-size:11px;color:var(--bsm70-green)}.bsm70-seo-details>summary b{font-size:20px;color:var(--bsm70-orange)}.bsm70-seo-details .bs-v3-home-seo-copy{margin:0!important;border:0!important;border-top:1px solid var(--bsm70-line)!important;border-radius:0!important;box-shadow:none!important}

/* CATÁLOGO HUB · tarjetas de categoría tipo app, no landing estática. */
body.bsm70-catalog .bs-v3-hub-simple{max-width:1020px!important;margin:0 auto!important;padding:18px 0 90px!important}
body.bsm70-catalog .bs-v3-hub-simple>header{padding:6px 2px 12px!important}body.bsm70-catalog .bs-v3-hub-simple>header small{font-size:9px!important;color:var(--bsm70-orange)!important}body.bsm70-catalog .bs-v3-hub-simple>header h1{margin:4px 0!important;font-size:clamp(30px,4.5vw,48px)!important;letter-spacing:-.05em!important;color:var(--bsm70-green)!important}.bsm70-hub-hint{max-width:560px;margin:7px 0 0;color:var(--bsm70-muted);font-size:11px;line-height:1.45}
body.bsm70-catalog .bs-v3-ai-entry{min-height:92px!important;margin:0 0 12px!important;padding:13px 15px!important;border:0!important;border-radius:22px!important;background:linear-gradient(135deg,#143d2c,#236044)!important;color:#fff!important;box-shadow:var(--bsm70-soft)!important}body.bsm70-catalog .bs-v3-ai-entry__icon{background:var(--bsm70-orange)!important;color:#fff!important}body.bsm70-catalog .bs-v3-ai-entry__copy small,body.bsm70-catalog .bs-v3-ai-entry__copy strong,body.bsm70-catalog .bs-v3-ai-entry__copy em,body.bsm70-catalog .bs-v3-ai-entry>b{color:#fff!important}
body.bsm70-catalog .bs-v3-hub-simple__cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
body.bsm70-catalog .bs-v3-hub-simple__card{position:relative!important;display:block!important;min-height:300px!important;padding:0!important;border:0!important;border-radius:24px!important;background:#fff!important;overflow:hidden!important;box-shadow:var(--bsm70-soft)!important}
body.bsm70-catalog .bs-v3-hub-simple__media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border-radius:0!important}body.bsm70-catalog .bs-v3-hub-simple__media:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(180deg,transparent,rgba(11,28,19,.84))}body.bsm70-catalog .bs-v3-hub-simple__media img{width:100%!important;height:100%!important;object-fit:cover!important}
body.bsm70-catalog .bs-v3-hub-simple__card>strong{position:absolute!important;left:16px!important;right:48px!important;bottom:17px!important;z-index:2!important;color:#fff!important;font-size:22px!important;letter-spacing:-.035em!important}body.bsm70-catalog .bs-v3-hub-simple__card>i{position:absolute!important;right:14px!important;bottom:14px!important;z-index:2!important;display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border-radius:13px!important;background:var(--bsm70-orange)!important;color:#fff!important}

/* Selector Fácil/Experto como bottom sheet real. */
body.bsm70-catalog .bs-v3-category-mode__panel{border-radius:28px!important;border:1px solid var(--bsm70-line)!important;box-shadow:0 30px 80px rgba(0,0,0,.22)!important}body.bsm70-catalog .bs-v3-category-mode__options{gap:9px!important}body.bsm70-catalog .bs-v3-category-mode__options>a{border-radius:20px!important;box-shadow:none!important}body.bsm70-catalog .bs-v3-category-mode__options .is-easy{background:linear-gradient(135deg,#eaf6ef,#f8fcfa)!important}body.bsm70-catalog .bs-v3-category-mode__options .is-expert{background:linear-gradient(135deg,#fff1e8,#fff9f4)!important}

/* Categoría/productos: hero compacto + toolbar pegajosa + cambio grid/list. */
body.bsm70-catalog .bs-v3-category-hero{min-height:0!important;margin:0 0 10px!important;padding:12px!important;border-radius:24px!important;background:#fff!important;border:1px solid var(--bsm70-line)!important;box-shadow:none!important}
body.bsm70-catalog .bs-v3-category-hero__media{border-radius:18px!important;overflow:hidden!important}body.bsm70-catalog .bs-v3-category-hero__copy{padding:10px 8px!important}body.bsm70-catalog .bs-v3-category-hero__copy h1{font-size:clamp(28px,4vw,42px)!important;color:var(--bsm70-green)!important}body.bsm70-catalog .bs-v3-category-hero__copy p{font-size:11px!important;line-height:1.45!important;color:var(--bsm70-muted)!important}
.bsm70-catalog-toolbar{position:sticky;top:78px;z-index:30;margin:0 0 10px;padding:8px;border:1px solid rgba(255,255,255,.76);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 10px 26px rgba(20,55,40,.09);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-category-switcher{display:flex!important;gap:6px!important;margin:0 0 7px!important;padding:0!important;overflow-x:auto!important;scrollbar-width:none!important}body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-category-switcher::-webkit-scrollbar{display:none}body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-category-switcher a{flex:0 0 auto!important;min-height:34px!important;padding:0 12px!important;border-radius:999px!important;font-size:10px!important}body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-category-switcher a.is-current{background:var(--bsm70-green)!important;color:#fff!important}
body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-catalog-search{min-height:44px!important;margin:0!important;border-radius:14px!important;background:#f4f7f4!important;border:0!important;box-shadow:none!important}
.bsm70-catalog-toolbar__row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px}.bsm70-count-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--bsm70-mint);color:var(--bsm70-green);font-size:10px;font-weight:800}.bsm70-view-switch{display:flex;gap:4px;padding:3px;border-radius:12px;background:#f1f4f1}.bsm70-view-switch button{display:grid;place-items:center;width:32px;height:28px;padding:0;border:0;border-radius:9px;background:transparent;color:#7b877f;font-size:16px;cursor:pointer}.bsm70-view-switch button.is-active{background:#fff;color:var(--bsm70-green);box-shadow:0 3px 10px rgba(20,55,40,.08)}
body.bsm70-catalog .bs-v3-category-products-head{margin:12px 2px!important}body.bsm70-catalog .bs-v3-category-products-head h2{font-size:21px!important;color:var(--bsm70-green)!important}body.bsm70-catalog .bs-v3-category-products-head>span{font-size:9px!important;color:var(--bsm70-muted)!important}
body.bsm70-catalog .bs-v3-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}body.bsm70-catalog .bs-v3-product-card{border:1px solid var(--bsm70-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}body.bsm70-catalog .bs-v3-product-card__image{border-radius:0!important;background:#f8faf8!important}body.bsm70-catalog .bs-v3-product-card__copy{padding:10px!important}body.bsm70-catalog .bs-v3-product-card__copy h2{font-size:12px!important;line-height:1.25!important}body.bsm70-catalog .bs-v3-product-card__price{font-size:14px!important;color:var(--bsm70-green)!important}
body.bsm70-catalog .bsm70-list-view.bs-v3-catalog .bs-v3-product-grid{grid-template-columns:1fr!important}body.bsm70-catalog .bsm70-list-view .bs-v3-product-card{display:grid!important;grid-template-columns:120px minmax(0,1fr)!important;min-height:120px!important}body.bsm70-catalog .bsm70-list-view .bs-v3-product-card__image{height:100%!important;min-height:120px!important}body.bsm70-catalog .bsm70-list-view .bs-v3-product-card__copy{align-self:center!important;padding:12px!important}

/* Dock inferior flotante = sensación app, más delgado y elegante. */
body.bsm70-ux .bs-v3-bottomdock{left:50%!important;right:auto!important;bottom:max(8px,env(safe-area-inset-bottom,0px))!important;transform:translateX(-50%) translateY(0)!important;width:min(calc(100% - 18px),540px)!important;padding:4px 5px!important;border:1px solid rgba(255,255,255,.86)!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,252,250,.9))!important;box-shadow:0 12px 30px rgba(16,48,34,.14),inset 0 1px 0 rgba(255,255,255,.9)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;transition:transform .28s ease,opacity .24s ease,bottom .24s ease,box-shadow .24s ease,padding .24s ease!important}
body.bsm70-ux .bs-v3-bottomdock a,body.bsm70-ux .bs-v3-bottomdock button{border-radius:13px!important;min-height:40px!important}
body.bsm70-ux .bs-v3-bottomdock a:hover,body.bsm70-ux .bs-v3-bottomdock button:hover,body.bsm70-ux .bs-v3-bottomdock a:focus-visible,body.bsm70-ux .bs-v3-bottomdock button:focus-visible{background:rgba(27,95,32,.07)!important;box-shadow:inset 0 0 0 1px rgba(27,95,32,.08)!important}
body.bsm70-ux .bs-v3-bottomdock .is-active,body.bsm70-ux .bs-v3-bottomdock [aria-current=page]{background:rgba(27,95,32,.09)!important;color:var(--bsm70-green)!important}
body.bsm70-ux .bs-v3-bottomdock.scrolled{bottom:max(6px,env(safe-area-inset-bottom,0px))!important;box-shadow:0 9px 22px rgba(16,48,34,.11)!important}
body.bsm70-ux.bsm70-dock-hidden .bs-v3-bottomdock{opacity:0!important;pointer-events:none!important;transform:translateX(-50%) translateY(calc(100% + 14px))!important}

/* Pop-up mini promo: cierre visible y cierre automático por página. */
#bonito-universal-promo .bp-mini{transition:transform .24s ease,opacity .24s ease,visibility .24s ease,box-shadow .24s ease!important}
#bonito-universal-promo .bp-mini-arrow{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:10px!important;background:rgba(24,51,58,.92)!important;color:#fff!important;font-size:18px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important}
#bonito-universal-promo .bp-mini-arrow.is-bsm71-close{font-size:18px!important}
#bonito-universal-promo.bsm70-mini-collapsed .bp-mini{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px) scale(.97)!important}

@media(max-width:820px){
  body.bsm70-ux .bs-v3-home-proposal,body.bsm70-ux .bs-v3-catalog{padding-left:10px!important;padding-right:10px!important}
  body.bsm70-ux .bs-v3-home-appbar,body.bsm70-ux .bs-v3-catalog__topbar{top:6px!important;margin-top:6px!important;border-radius:18px!important}
  body.bsm70-home .bs-v3-home-hero{display:flex!important;flex-direction:column!important;gap:18px!important;padding:22px 17px 16px!important;border-radius:25px!important}
  body.bsm70-home .bs-v3-home-hero h1{font-size:clamp(35px,10.5vw,48px)!important;line-height:.98!important}
  body.bsm70-home .bs-v3-home-hero p{font-size:13px!important}
  .bsm70-hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;margin-top:16px}.bsm70-btn{min-height:46px!important;padding:0 10px!important;font-size:11px!important}
  body.bsm70-home .bs-v3-home-hero__mosaic{display:flex!important;order:2!important;width:100%!important;min-height:0!important;aspect-ratio:auto!important;overflow-x:auto!important;gap:8px!important;padding:0 0 3px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
  body.bsm70-home .bs-v3-home-hero__mosaic::-webkit-scrollbar{display:none}
  body.bsm70-home .bs-v3-home-hero__mosaic span,body.bsm70-home .bs-v3-home-hero__mosaic span:first-child{display:block!important;flex:0 0 72%!important;aspect-ratio:1.45/1!important;scroll-snap-align:start!important;border-radius:17px!important}
  .bsm70-quick{padding:12px;border-radius:20px}.bsm70-quick__head{display:block;margin-bottom:9px}.bsm70-quick__head strong{font-size:15px}.bsm70-quick__head small{display:none}.bsm70-quick__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.bsm70-quick__item{grid-template-columns:36px minmax(0,1fr) 14px;min-height:54px;padding:7px 8px;border-radius:15px}.bsm70-quick__icon{width:36px;height:36px;border-radius:11px;font-size:17px}.bsm70-quick__item strong{font-size:10.5px}.bsm70-quick__item b{font-size:17px}
  body.bsm70-home .bs-v3-home-benefits article{flex-basis:168px!important}
  body.bsm70-home .bs-v3-home-how{padding:13px!important;border-radius:20px!important}body.bsm70-home .bs-v3-home-how>header{display:block!important;margin-bottom:9px!important}body.bsm70-home .bs-v3-home-how h2{font-size:16px!important}body.bsm70-home .bs-v3-home-how>div{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}body.bsm70-home .bs-v3-home-how article{min-height:78px!important;padding:8px 5px 7px!important;text-align:center!important}body.bsm70-home .bs-v3-home-how article b{position:static!important;display:grid!important;transform:none!important;margin:0 auto 5px!important;width:27px!important;height:27px!important}body.bsm70-home .bs-v3-home-how article strong{font-size:11px!important}body.bsm70-home .bs-v3-home-how article p{display:none!important}
  body.bsm70-home .bs-v3-home-bestsellers{padding:14px 10px 11px!important;border-radius:22px!important}body.bsm70-home .bs-v3-home-bestsellers>header h2{font-size:19px!important}.bsm70-carousel-controls{display:none}body.bsm70-home .bs-v3-home-product{flex:0 0 62%!important}body.bsm70-home .bs-v3-home-product>strong{font-size:11.5px!important}
  .bsm70-explore{padding:14px 10px;border-radius:22px}.bsm70-explore__head{display:block}.bsm70-explore__head h2{font-size:19px}.bsm70-explore__head p{font-size:9px}.bsm70-explore__tab{min-height:36px;padding:0 10px;font-size:10px}
  body.bsm70-catalog .bs-v3-hub-simple{padding-top:8px!important}body.bsm70-catalog .bs-v3-hub-simple>header h1{font-size:34px!important}.bsm70-hub-hint{font-size:10px}
  body.bsm70-catalog .bs-v3-ai-entry{min-height:82px!important;border-radius:19px!important}
  body.bsm70-catalog .bs-v3-hub-simple__cards{display:flex!important;grid-template-columns:none!important;gap:9px!important;overflow-x:auto!important;padding:1px 1px 8px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}body.bsm70-catalog .bs-v3-hub-simple__cards::-webkit-scrollbar{display:none}body.bsm70-catalog .bs-v3-hub-simple__card{flex:0 0 82%!important;min-height:250px!important;scroll-snap-align:start!important;border-radius:21px!important}
  body.bsm70-catalog .bs-v3-category-mode__panel{position:fixed!important;left:8px!important;right:8px!important;bottom:max(8px,env(safe-area-inset-bottom,0px))!important;top:auto!important;max-height:min(82vh,680px)!important;border-radius:25px!important}
  body.bsm70-catalog .bs-v3-category-hero{grid-template-columns:104px minmax(0,1fr)!important;gap:10px!important;padding:9px!important;border-radius:20px!important}body.bsm70-catalog .bs-v3-category-hero__media{min-height:104px!important;height:104px!important;border-radius:15px!important}body.bsm70-catalog .bs-v3-category-hero__copy{padding:2px!important}body.bsm70-catalog .bs-v3-category-hero__copy>span{font-size:8px!important}body.bsm70-catalog .bs-v3-category-hero__copy h1{margin:3px 0!important;font-size:24px!important}body.bsm70-catalog .bs-v3-category-hero__copy p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:9px!important}body.bsm70-catalog .bs-v3-category-hero__copy>div{margin-top:5px!important}
  .bsm70-catalog-toolbar{top:72px;padding:7px;border-radius:17px}body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-category-switcher a{min-height:31px!important;padding:0 10px!important;font-size:9px!important}body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-catalog-search{min-height:41px!important}
  body.bsm70-catalog .bs-v3-category-products-head{margin:9px 2px!important}body.bsm70-catalog .bs-v3-category-products-head h2{font-size:17px!important}body.bsm70-catalog .bs-v3-category-products-head>span{display:none!important}
  body.bsm70-catalog .bs-v3-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}body.bsm70-catalog .bs-v3-product-card{border-radius:16px!important}body.bsm70-catalog .bs-v3-product-card__copy{padding:8px!important}body.bsm70-catalog .bs-v3-product-card__copy h2{font-size:10.5px!important}body.bsm70-catalog .bs-v3-product-card__status{font-size:8px!important}body.bsm70-catalog .bs-v3-product-card__price{font-size:12px!important}
  body.bsm70-catalog .bsm70-list-view .bs-v3-product-card{grid-template-columns:104px minmax(0,1fr)!important;min-height:104px!important}body.bsm70-catalog .bsm70-list-view .bs-v3-product-card__image{min-height:104px!important}
}

@media(min-width:821px){
  body.bsm70-ux .bs-v3-bottomdock{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  body.bsm70-ux *,body.bsm70-ux *:before,body.bsm70-ux *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}
}

@media(max-width:820px){
  body.bsm70-ux .bs-v3-bottomdock{width:min(calc(100% - 16px),520px)!important;padding:4px!important;border-radius:17px!important}
  body.bsm70-ux .bs-v3-bottomdock a,body.bsm70-ux .bs-v3-bottomdock button{min-height:37px!important;border-radius:12px!important}
  body.bsm70-ux .bs-v3-bottomdock svg,body.bsm70-ux .bs-v3-bottomdock i{transform:scale(.92)!important}
  #bonito-universal-promo .bp-mini{width:calc(100vw - 18px)!important;min-height:50px!important;padding:7px 8px!important;border-radius:18px!important}
  #bonito-universal-promo .bp-mini-copy b{font-size:12px!important}
  #bonito-universal-promo .bp-mini-copy span{font-size:8.8px!important}
}


/* =========================================================
   0.7.2 · CATEGORÍAS PHOTO-FIRST
   Las fotos son la jerarquía principal; el texto acompaña.
   ========================================================= */
body.bsm70-catalog .bs-v3-hub-simple{
  padding:8px 0 112px!important;
}
body.bsm70-catalog .bs-v3-hub-simple>header{
  margin:2px 2px 12px!important;
  text-align:left!important;
}
body.bsm70-catalog .bs-v3-hub-simple>header small{
  display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 9px!important;
  border-radius:999px!important;background:var(--bsm70-mint)!important;color:var(--bsm70-green)!important;
  font-size:8px!important;font-weight:900!important;letter-spacing:.11em!important;
}
body.bsm70-catalog .bs-v3-hub-simple>header h1{
  margin:7px 0 0!important;font-size:clamp(30px,5vw,48px)!important;line-height:.98!important;
  letter-spacing:-.055em!important;color:var(--bsm70-green)!important;
}
body.bsm70-catalog .bs-v3-ai-entry{
  min-height:72px!important;margin:0 0 12px!important;padding:10px 12px!important;border-radius:20px!important;
  border:1px solid rgba(242,106,46,.16)!important;background:linear-gradient(135deg,#fff5ee,#fff 62%)!important;
  box-shadow:none!important;
}
body.bsm70-catalog .bs-v3-ai-entry__icon{width:44px!important;height:44px!important;border-radius:14px!important}
body.bsm70-catalog .bs-v3-ai-entry__copy strong{font-size:15px!important}
body.bsm70-catalog .bs-v3-ai-entry__copy em{font-size:9px!important}

body.bsm70-catalog .bs-v3-hub-simple__cards{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;
  overflow:visible!important;padding:0!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card{
  position:relative!important;display:grid!important;grid-template-rows:minmax(250px,1fr) auto!important;
  min-width:0!important;min-height:0!important;padding:6px!important;overflow:hidden!important;
  border:1px solid rgba(18,60,43,.09)!important;border-radius:24px!important;background:#fff!important;
  box-shadow:0 12px 30px rgba(18,60,43,.075)!important;transform:none!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card:hover{
  transform:translateY(-3px)!important;box-shadow:0 20px 40px rgba(18,60,43,.12)!important;
}
body.bsm70-catalog .bs-v3-hub-simple__media{
  position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:250px!important;
  aspect-ratio:1.04/1!important;overflow:hidden!important;border-radius:19px!important;background:#eef3ef!important;
}
body.bsm70-catalog .bs-v3-hub-simple__media>img{
  width:100%!important;height:100%!important;object-fit:cover!important;
}
body.bsm70-catalog .bs-v3-hub-simple__product-mosaic{
  position:absolute!important;inset:0!important;display:grid!important;
  grid-template-columns:minmax(0,1.55fr) minmax(0,.78fr)!important;grid-template-rows:1fr 1fr!important;
  gap:4px!important;padding:0!important;
}
body.bsm70-catalog .bs-v3-hub-simple__product-photo{
  display:block!important;min-width:0!important;min-height:0!important;overflow:hidden!important;background:#edf2ee!important;
}
body.bsm70-catalog .bs-v3-hub-simple__product-photo.is-0{grid-row:1/3!important}
body.bsm70-catalog .bs-v3-hub-simple__product-photo img{
  width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;
  transition:transform .35s ease!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card:hover .bs-v3-hub-simple__product-photo img{transform:scale(1.025)!important}
body.bsm70-catalog .bs-v3-hub-simple__card-copy{
  display:grid!important;gap:1px!important;padding:12px 8px 9px!important;min-width:0!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card-copy strong{
  margin:0!important;font-size:17px!important;line-height:1.05!important;color:var(--bsm70-ink)!important;letter-spacing:-.025em!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card-copy small{
  margin-top:3px!important;color:var(--bsm70-muted)!important;font-size:9px!important;font-weight:750!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card>i{
  position:absolute!important;right:15px!important;bottom:14px!important;display:grid!important;place-items:center!important;
  width:30px!important;height:30px!important;border-radius:11px!important;background:var(--bsm70-green)!important;color:#fff!important;
  font-size:15px!important;font-style:normal!important;
}

/* Categoría individual: hero breve, catálogo protagonista. */
body.bsm70-catalog .bs-v3-catalog-breadcrumbs{margin:4px 2px 8px!important;font-size:9px!important}
body.bsm70-catalog .bs-v3-category-hero{
  display:grid!important;grid-template-columns:170px minmax(0,1fr)!important;gap:15px!important;align-items:center!important;
  min-height:0!important;margin:0 0 10px!important;padding:8px!important;border:1px solid var(--bsm70-line)!important;
  border-radius:22px!important;background:#fff!important;box-shadow:none!important;
}
body.bsm70-catalog .bs-v3-category-hero__media{
  width:100%!important;height:142px!important;min-height:142px!important;border-radius:17px!important;overflow:hidden!important;
}
body.bsm70-catalog .bs-v3-category-hero__media img{width:100%!important;height:100%!important;object-fit:cover!important}
body.bsm70-catalog .bs-v3-category-hero__copy{padding:4px 10px 4px 1px!important}
body.bsm70-catalog .bs-v3-category-hero__copy>span{font-size:8px!important;letter-spacing:.12em!important;color:var(--bsm70-orange)!important}
body.bsm70-catalog .bs-v3-category-hero__copy h1{margin:4px 0 5px!important;font-size:clamp(27px,3.7vw,42px)!important;line-height:.98!important;letter-spacing:-.045em!important;color:var(--bsm70-green)!important}
body.bsm70-catalog .bs-v3-category-hero__copy p{
  display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;
  max-width:720px!important;margin:0!important;font-size:10px!important;line-height:1.35!important;color:var(--bsm70-muted)!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy>div{margin-top:7px!important}
body.bsm70-catalog .bs-v3-category-hero__copy>div strong{font-size:11px!important;color:var(--bsm70-green)!important}
body.bsm70-catalog .bs-v3-category-hero__copy>div small{font-size:8px!important;color:var(--bsm70-muted)!important}

body.bsm70-catalog .bsm70-catalog-toolbar{
  margin:0 0 12px!important;padding:7px!important;border-radius:17px!important;background:rgba(255,255,255,.94)!important;
  box-shadow:0 8px 24px rgba(18,60,43,.08)!important;
}
body.bsm70-catalog .bs-v3-category-products-head{margin:8px 2px 10px!important}
body.bsm70-catalog .bs-v3-category-products-head h2{font-size:18px!important;letter-spacing:-.03em!important}
body.bsm70-catalog .bs-v3-category-products-head>span{font-size:9px!important}

/* Tres columnas en escritorio para que cada foto tenga tamaño real. */
body.bsm70-catalog .bs-v3-product-grid,
body.bsm70-catalog .bs-v3-product-grid--regalos,
body.bsm70-catalog .bs-v3-product-grid--flores,
body.bsm70-catalog .bs-v3-product-grid--desayunos{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;
  max-width:none!important;margin:0!important;padding:0 0 28px!important;overflow:visible!important;
}
body.bsm70-catalog .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--regalos .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--flores .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child{
  position:relative!important;display:block!important;grid-column:auto!important;min-height:0!important;padding:6px!important;
  overflow:hidden!important;border:1px solid rgba(18,60,43,.09)!important;border-radius:22px!important;background:#fff!important;
  box-shadow:0 8px 24px rgba(18,60,43,.06)!important;transform:none!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
body.bsm70-catalog .bs-v3-product-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 34px rgba(18,60,43,.11)!important}
body.bsm70-catalog .bs-v3-product-card__image,
body.bsm70-catalog .bs-v3-product-grid--flores .bs-v3-product-card__image,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card__image,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__image{
  position:relative!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1/1!important;
  overflow:hidden!important;border-radius:17px!important;background:#f0f4f1!important;box-shadow:none!important;
}
body.bsm70-catalog .bs-v3-product-card__img{
  width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;
  transition:transform .32s ease!important;
}
body.bsm70-catalog .bs-v3-product-card:hover .bs-v3-product-card__img{transform:scale(1.025)!important}
body.bsm70-catalog .bs-v3-product-card__image>b{
  position:absolute!important;right:9px!important;bottom:9px!important;display:grid!important;place-items:center!important;
  width:34px!important;height:34px!important;border-radius:12px!important;background:rgba(18,60,43,.94)!important;color:#fff!important;
  font-size:18px!important;box-shadow:0 6px 16px rgba(18,60,43,.18)!important;
}
body.bsm70-catalog .bs-v3-product-card__copy,
body.bsm70-catalog .bs-v3-product-grid--regalos .bs-v3-product-card__copy,
body.bsm70-catalog .bs-v3-product-grid--flores .bs-v3-product-card__copy,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card__copy,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__copy{
  display:block!important;padding:9px 6px 6px!important;
}
body.bsm70-catalog .bs-v3-product-card__status{
  position:absolute!important;left:13px!important;top:13px!important;z-index:2!important;display:inline-flex!important;align-items:center!important;
  min-height:24px!important;padding:0 8px!important;border-radius:999px!important;background:rgba(255,255,255,.91)!important;
  color:var(--bsm70-green)!important;font-size:8px!important;font-weight:900!important;box-shadow:0 4px 12px rgba(18,60,43,.08)!important;
  backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;
}
body.bsm70-catalog .bs-v3-product-card__copy h2,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__copy h2{
  display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;
  min-height:2.5em!important;margin:0 0 5px!important;font-size:13px!important;line-height:1.25!important;letter-spacing:-.015em!important;color:var(--bsm70-ink)!important;
}
body.bsm70-catalog .bs-v3-product-card__price-row{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:7px!important}
body.bsm70-catalog .bs-v3-product-card__price{font-size:16px!important;line-height:1!important;font-weight:900!important;color:var(--bsm70-green)!important}
body.bsm70-catalog .bs-v3-product-card__price-label{font-size:7.5px!important;color:var(--bsm70-muted)!important}

/* La vista lista sigue disponible, pero la nueva sesión abre en cuadrícula foto-first. */
body.bsm70-catalog .bsm70-list-view.bs-v3-catalog .bs-v3-product-grid{grid-template-columns:1fr!important}
body.bsm70-catalog .bsm70-list-view .bs-v3-product-card{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;min-height:150px!important}
body.bsm70-catalog .bsm70-list-view .bs-v3-product-card__image{height:100%!important;min-height:150px!important;aspect-ratio:1/1!important}
body.bsm70-catalog .bsm70-list-view .bs-v3-product-card__copy{align-self:center!important;padding:12px!important}

@media(max-width:820px){
  body.bsm70-catalog .bs-v3-hub-simple{padding-top:3px!important}
  body.bsm70-catalog .bs-v3-hub-simple>header h1{font-size:32px!important}
  body.bsm70-catalog .bs-v3-hub-simple__cards{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;overflow:visible!important;padding:0!important}
  body.bsm70-catalog .bs-v3-hub-simple__card{grid-template-rows:minmax(205px,1fr) auto!important;min-height:0!important;border-radius:21px!important}
  body.bsm70-catalog .bs-v3-hub-simple__media{min-height:205px!important;aspect-ratio:1.55/1!important;border-radius:16px!important}
  body.bsm70-catalog .bs-v3-hub-simple__card-copy{padding:10px 7px 8px!important}
  body.bsm70-catalog .bs-v3-hub-simple__card-copy strong{font-size:15px!important}
  body.bsm70-catalog .bs-v3-hub-simple__card>i{right:13px!important;bottom:11px!important;width:28px!important;height:28px!important}

  body.bsm70-catalog .bs-v3-category-hero{grid-template-columns:104px minmax(0,1fr)!important;gap:9px!important;padding:6px!important;border-radius:18px!important}
  body.bsm70-catalog .bs-v3-category-hero__media{height:104px!important;min-height:104px!important;border-radius:14px!important}
  body.bsm70-catalog .bs-v3-category-hero__copy{padding:1px 4px 1px 0!important}
  body.bsm70-catalog .bs-v3-category-hero__copy h1{font-size:23px!important}
  body.bsm70-catalog .bs-v3-category-hero__copy p{-webkit-line-clamp:2!important;font-size:8.5px!important}
  body.bsm70-catalog .bs-v3-category-hero__copy>div small{display:none!important}

  body.bsm70-catalog .bs-v3-product-grid,
  body.bsm70-catalog .bs-v3-product-grid--regalos,
  body.bsm70-catalog .bs-v3-product-grid--flores,
  body.bsm70-catalog .bs-v3-product-grid--desayunos{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;
  }
  body.bsm70-catalog .bs-v3-product-card,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child{padding:4px!important;border-radius:17px!important}
  body.bsm70-catalog .bs-v3-product-card__image,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__image{border-radius:14px!important}
  body.bsm70-catalog .bs-v3-product-card__status{left:8px!important;top:8px!important;min-height:20px!important;padding:0 6px!important;font-size:7px!important}
  body.bsm70-catalog .bs-v3-product-card__image>b{right:7px!important;bottom:7px!important;width:29px!important;height:29px!important;border-radius:10px!important;font-size:15px!important}
  body.bsm70-catalog .bs-v3-product-card__copy{padding:7px 4px 4px!important}
  body.bsm70-catalog .bs-v3-product-card__copy h2,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__copy h2{min-height:2.4em!important;font-size:10.5px!important;line-height:1.2!important}
  body.bsm70-catalog .bs-v3-product-card__price{font-size:13px!important}
  body.bsm70-catalog .bs-v3-product-card__price-label{font-size:6.5px!important}
  body.bsm70-catalog .bsm70-list-view .bs-v3-product-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:112px!important}
  body.bsm70-catalog .bsm70-list-view .bs-v3-product-card__image{min-height:112px!important}
}


/* =========================================================
   0.7.3 · CATEGORÍAS MÁS APP + FOTO PROTAGONISTA
   Objetivo: que la página de categorías se sienta tan “app” como Home,
   dando prioridad clara a la foto del producto y resumiendo el resto.
   ========================================================= */

/* Hub de categorías: menos “sitio web”, más tarjetas grandes de app. */
body.bsm70-catalog .bs-v3-hub-simple{
  max-width:1040px!important;
  padding-top:6px!important;
}
body.bsm70-catalog .bs-v3-hub-simple>header{
  margin:2px 0 10px!important;
}
body.bsm70-catalog .bs-v3-ai-entry{
  min-height:68px!important;
  margin:0 0 10px!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#fff8f2 0%,#fff 58%,#f4fbf6 100%)!important;
  border:1px solid rgba(18,60,43,.08)!important;
}
body.bsm70-catalog .bs-v3-hub-simple__cards{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card{
  grid-template-rows:minmax(320px,1fr) auto!important;
  padding:7px!important;
  border-radius:28px!important;
  box-shadow:0 14px 38px rgba(18,60,43,.08)!important;
}
body.bsm70-catalog .bs-v3-hub-simple__media{
  min-height:320px!important;
  aspect-ratio:1.12/1!important;
  border-radius:22px!important;
}
body.bsm70-catalog .bs-v3-hub-simple__product-mosaic{
  gap:5px!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card-copy{
  gap:3px!important;
  padding:13px 9px 10px!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card-copy strong{
  font-size:20px!important;
  line-height:1!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card-copy small{
  font-size:10px!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card>i{
  width:34px!important;height:34px!important;border-radius:12px!important;
  right:16px!important;bottom:15px!important;
}

/* Categoría individual: hero muy compacto y catálogo dominante. */
body.bsm70-catalog .bs-v3-category-hero{
  grid-template-columns:118px minmax(0,1fr)!important;
  gap:12px!important;
  padding:7px!important;
  border-radius:20px!important;
  margin:0 0 8px!important;
}
body.bsm70-catalog .bs-v3-category-hero__media{
  height:118px!important;
  min-height:118px!important;
  border-radius:15px!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy{
  padding:1px 6px 1px 0!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy h1{
  font-size:clamp(24px,3vw,34px)!important;
  margin:2px 0 3px!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy p{
  -webkit-line-clamp:2!important;
  font-size:9px!important;
  line-height:1.35!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy>div{margin-top:5px!important}
body.bsm70-catalog .bs-v3-category-hero__copy>div small{display:none!important}

body.bsm70-catalog .bsm70-catalog-toolbar{
  top:72px!important;
  margin:0 0 10px!important;
  padding:8px!important;
  border-radius:19px!important;
}
body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-category-switcher a{
  min-height:36px!important;
  padding:0 13px!important;
  font-size:10px!important;
}
body.bsm70-catalog .bsm70-catalog-toolbar .bs-v3-catalog-search{
  min-height:46px!important;
  border-radius:16px!important;
}

/* El catálogo se ve como feed de app: 2 columnas grandes, fotos dominantes. */
body.bsm70-catalog .bs-v3-category-products-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:6px 2px 11px!important;
}
body.bsm70-catalog .bs-v3-category-products-head h2{
  font-size:17px!important;
  margin:0!important;
}
body.bsm70-catalog .bs-v3-category-products-head>span{
  font-size:8px!important;
}
body.bsm70-catalog .bs-v3-product-grid,
body.bsm70-catalog .bs-v3-product-grid--regalos,
body.bsm70-catalog .bs-v3-product-grid--flores,
body.bsm70-catalog .bs-v3-product-grid--desayunos{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
body.bsm70-catalog .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--regalos .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--flores .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child{
  padding:7px!important;
  border-radius:24px!important;
  box-shadow:0 12px 30px rgba(18,60,43,.07)!important;
}
body.bsm70-catalog .bs-v3-product-card__image,
body.bsm70-catalog .bs-v3-product-grid--flores .bs-v3-product-card__image,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card__image,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__image{
  aspect-ratio:1/1!important;
  min-height:280px!important;
  border-radius:19px!important;
}
body.bsm70-catalog .bs-v3-product-card__status{
  left:12px!important;top:12px!important;
  min-height:26px!important;padding:0 9px!important;
  font-size:8px!important;border-radius:999px!important;
}
body.bsm70-catalog .bs-v3-product-card__copy,
body.bsm70-catalog .bs-v3-product-grid--regalos .bs-v3-product-card__copy,
body.bsm70-catalog .bs-v3-product-grid--flores .bs-v3-product-card__copy,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card__copy,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__copy{
  padding:10px 5px 5px!important;
}
body.bsm70-catalog .bs-v3-product-card__copy h2,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__copy h2{
  min-height:2.35em!important;
  margin:0 0 6px!important;
  font-size:14px!important;
  line-height:1.18!important;
}
body.bsm70-catalog .bs-v3-product-card__price{
  font-size:18px!important;
}
body.bsm70-catalog .bs-v3-product-card__price-label{
  font-size:8px!important;
}
body.bsm70-catalog .bs-v3-product-card__image>b{
  width:36px!important;height:36px!important;border-radius:13px!important;
}

/* Si el usuario cambia a vista lista, sigue disponible pero claramente secundaria. */
body.bsm70-catalog .bsm70-list-view.bs-v3-catalog .bs-v3-product-grid{grid-template-columns:1fr!important}
body.bsm70-catalog .bsm70-list-view .bs-v3-product-card{
  grid-template-columns:168px minmax(0,1fr)!important;
  min-height:168px!important;
}
body.bsm70-catalog .bsm70-list-view .bs-v3-product-card__image{
  min-height:168px!important;
}

@media(max-width:1024px){
  body.bsm70-catalog .bs-v3-product-card__image,
  body.bsm70-catalog .bs-v3-product-grid--flores .bs-v3-product-card__image,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card__image,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__image{
    min-height:240px!important;
  }
}
@media(max-width:820px){
  body.bsm70-catalog .bs-v3-hub-simple{max-width:none!important;padding-bottom:104px!important}
  body.bsm70-catalog .bs-v3-hub-simple__cards{grid-template-columns:1fr!important;gap:10px!important}
  body.bsm70-catalog .bs-v3-hub-simple__card{grid-template-rows:minmax(240px,1fr) auto!important;border-radius:23px!important}
  body.bsm70-catalog .bs-v3-hub-simple__media{min-height:240px!important;aspect-ratio:1.18/1!important;border-radius:18px!important}
  body.bsm70-catalog .bs-v3-hub-simple__card-copy strong{font-size:17px!important}
  body.bsm70-catalog .bs-v3-hub-simple__card-copy small{font-size:9px!important}

  body.bsm70-catalog .bs-v3-category-hero{grid-template-columns:96px minmax(0,1fr)!important;gap:8px!important;padding:6px!important;border-radius:17px!important}
  body.bsm70-catalog .bs-v3-category-hero__media{height:96px!important;min-height:96px!important;border-radius:13px!important}
  body.bsm70-catalog .bs-v3-category-hero__copy h1{font-size:22px!important}
  body.bsm70-catalog .bs-v3-category-hero__copy p{font-size:8.3px!important}

  body.bsm70-catalog .bsm70-catalog-toolbar{top:68px!important;border-radius:17px!important}
  body.bsm70-catalog .bs-v3-product-grid,
  body.bsm70-catalog .bs-v3-product-grid--regalos,
  body.bsm70-catalog .bs-v3-product-grid--flores,
  body.bsm70-catalog .bs-v3-product-grid--desayunos{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.bsm70-catalog .bs-v3-product-card,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child{padding:5px!important;border-radius:18px!important}
  body.bsm70-catalog .bs-v3-product-card__image,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__image{
    min-height:160px!important;
    aspect-ratio:1/1!important;
    border-radius:15px!important;
  }
  body.bsm70-catalog .bs-v3-product-card__copy{padding:7px 3px 4px!important}
  body.bsm70-catalog .bs-v3-product-card__copy h2,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__copy h2{font-size:11px!important;line-height:1.16!important;min-height:2.3em!important}
  body.bsm70-catalog .bs-v3-product-card__price{font-size:14px!important}
  body.bsm70-catalog .bs-v3-product-card__price-label{font-size:6.7px!important}
  body.bsm70-catalog .bsm70-list-view .bs-v3-product-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:112px!important}
  body.bsm70-catalog .bsm70-list-view .bs-v3-product-card__image{min-height:112px!important}
}


/* =========================================================
   0.7.4 · PRODUCTO PHOTO-FIRST + UX APP
   Mejorar ficha sin tocar lógica de compra o personalización.
   ========================================================= */
body.bsm70-product .bs-v3-product{
  padding:10px 10px 118px!important;
}
body.bsm70-product .bs-v3-product__shell{
  max-width:1140px!important;
}
body.bsm70-product .bs-v3-product__topline{
  margin:0 0 10px!important;
}
body.bsm70-product .bs-v3-product__version{
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#eef7f1!important;
  color:var(--bsm70-green)!important;
  font-size:10px!important;
  font-weight:900!important;
}
body.bsm70-product .bs-v3-breadcrumbs{
  margin:0 0 10px!important;
  padding:0 2px!important;
  font-size:10px!important;
}
body.bsm70-product .bs-v3-product__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.86fr)!important;
  gap:18px!important;
  align-items:start!important;
  padding:12px!important;
  border:1px solid rgba(18,60,43,.07)!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#ffffff,#fbfdfb)!important;
  box-shadow:0 16px 42px rgba(18,60,43,.08)!important;
}
body.bsm70-product .bs-v3-gallery{
  position:sticky!important;
  top:82px!important;
}
body.bsm70-product .bs-v3-gallery__stage{
  border:1px solid rgba(18,60,43,.08)!important;
  border-radius:26px!important;
  box-shadow:0 14px 34px rgba(18,60,43,.07)!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#ffffff,#f7faf8)!important;
}
body.bsm70-product .bs-v3-gallery__main{padding:10px!important}
body.bsm70-product .bs-v3-gallery__thumbs{
  justify-content:flex-start!important;
  gap:10px!important;
  padding-top:12px!important;
}
body.bsm70-product .bs-v3-gallery__thumb{
  flex-basis:74px!important;
  width:74px!important;height:74px!important;
  border-radius:16px!important;
  box-shadow:none!important;
}
body.bsm70-product .bs-v3-gallery__thumb img{border-radius:12px!important}
body.bsm70-product .bs-v3-gallery__facts{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:12px!important;
}
body.bsm70-product .bs-v3-gallery__facts span,
body.bsm70-product .bsm74-product-trust span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:34px!important;
  padding:0 12px!important;
  border:1px solid rgba(18,60,43,.07)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--bsm70-green)!important;
  font-size:10px!important;
  font-weight:850!important;
  box-shadow:0 6px 16px rgba(18,60,43,.04)!important;
}
body.bsm70-product .bs-v3-gallery__facts span b,
body.bsm70-product .bsm74-product-trust span b{color:var(--bsm70-orange)!important}

body.bsm70-product .bs-v3-product__summary{
  position:sticky!important;
  top:82px!important;
  display:block!important;
  padding:18px 18px 16px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fffefc 0%,#fff 54%,#f9fcfa 100%)!important;
  box-shadow:0 14px 34px rgba(18,60,43,.07)!important;
}
body.bsm70-product .bs-v3-product__category{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#eef7f1!important;
  color:var(--bsm70-green)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
body.bsm70-product .bs-v3-product__summary h1{
  margin:10px 0 9px!important;
  font-size:clamp(32px,3.5vw,44px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
  color:var(--bsm70-ink)!important;
}
body.bsm70-product .bs-v3-product__rating{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:36px!important;
  padding:0 12px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 6px 16px rgba(18,60,43,.04)!important;
  text-decoration:none!important;
}
body.bsm70-product .bs-v3-product__price-row{
  gap:9px 12px!important;
  margin:12px 0 8px!important;
}
body.bsm70-product .bs-v3-product__price{
  font-size:30px!important;
  line-height:1!important;
  font-weight:900!important;
  color:var(--bsm70-green)!important;
}
body.bsm70-product .bs-v3-price-info{
  min-height:29px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  font-size:9px!important;
}
body.bsm70-product .bs-v3-product__price-note{
  margin:0 0 10px!important;
  font-size:11px!important;
  line-height:1.45!important;
  color:var(--bsm70-muted)!important;
}
body.bsm70-product .bs-v3-product__stock{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#f5faf6!important;
  border:1px solid rgba(38,119,68,.1)!important;
  font-size:10px!important;
  font-weight:850!important;
}
body.bsm70-product .bsm74-product-trust{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:12px 0 0!important;
}
body.bsm70-product .bs-v3-product__intro{
  margin:14px 0 0!important;
  padding:12px 14px!important;
  border-radius:18px!important;
  background:#fbfcfb!important;
  border:1px solid rgba(18,60,43,.07)!important;
  color:var(--bsm70-muted)!important;
  font-size:13px!important;
  line-height:1.58!important;
}
body.bsm70-product .bs-v3-product__cta{
  width:100%!important;
  min-height:58px!important;
  margin-top:14px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#ef6a2c,#e45e20)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  box-shadow:0 14px 28px rgba(239,106,44,.22)!important;
}
body.bsm70-product .bs-v3-product__cta-note{
  display:block!important;
  margin-top:8px!important;
  color:var(--bsm70-muted)!important;
  font-size:10px!important;
  line-height:1.4!important;
}
body.bsm70-product .bsm74-product-shortcuts{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:14px!important;
}
body.bsm70-product .bsm74-product-shortcuts a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(18,60,43,.08)!important;
  color:var(--bsm70-green)!important;
  font-size:10px!important;
  font-weight:850!important;
  text-decoration:none!important;
  box-shadow:0 6px 16px rgba(18,60,43,.04)!important;
}
body.bsm70-product .bsm74-product-shortcuts a.is-primary{
  background:#eef7f1!important;
}
body.bsm70-product .bs-v3-personalizer,
body.bsm70-product .bs-v3-product__details,
body.bsm70-product .bs-v3-reviews{
  margin-top:16px!important;
  border-radius:24px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(18,60,43,.06)!important;
}
body.bsm70-product .bs-v3-personalizer__head,
body.bsm70-product .bs-v3-product__details-head,
body.bsm70-product .bs-v3-reviews__head{
  padding:18px 18px 10px!important;
}
body.bsm70-product .bs-v3-product__details-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:10px!important;
}
body.bsm70-product .bs-v3-product__details-head span,
body.bsm70-product .bs-v3-reviews__head span{
  color:var(--bsm70-orange)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
body.bsm70-product .bs-v3-product__description{
  padding:0 18px 18px!important;
  color:var(--bsm70-muted)!important;
  line-height:1.62!important;
  font-size:14px!important;
}
body.bsm70-product .bs-v3-reviews__head{
  align-items:flex-end!important;
  gap:12px!important;
}
body.bsm70-product .bs-v3-reviews__head h2{
  margin:5px 0 3px!important;
  font-size:28px!important;
  line-height:1!important;
  letter-spacing:-.03em!important;
}
body.bsm70-product .bs-v3-reviews__bars,
body.bsm70-product .bs-v3-reviews__media,
body.bsm70-product .bs-v3-reviews__list{
  padding-left:18px!important;
  padding-right:18px!important;
}
body.bsm70-product .bs-v3-reviews__list{padding-bottom:18px!important}

@media(max-width:980px){
  body.bsm70-product .bs-v3-product__grid{
    grid-template-columns:1fr!important;
  }
  body.bsm70-product .bs-v3-gallery,
  body.bsm70-product .bs-v3-product__summary{position:relative!important;top:auto!important}
}
@media(max-width:820px){
  body.bsm70-product .bs-v3-product{padding:6px 6px 104px!important}
  body.bsm70-product .bs-v3-breadcrumbs,body.bsm70-product .bs-v3-product__topline{display:none!important}
  body.bsm70-product .bs-v3-product__grid{gap:12px!important;padding:8px!important;border-radius:22px!important}
  body.bsm70-product .bs-v3-gallery__stage{border-radius:20px!important}
  body.bsm70-product .bs-v3-gallery__main{padding:2px!important}
  body.bsm70-product .bs-v3-gallery__thumb{flex-basis:64px!important;width:64px!important;height:64px!important;border-radius:14px!important}
  body.bsm70-product .bs-v3-product__summary{padding:14px 14px 13px!important;border-radius:22px!important}
  body.bsm70-product .bs-v3-product__summary h1{font-size:26px!important}
  body.bsm70-product .bs-v3-product__price{font-size:24px!important}
  body.bsm70-product .bs-v3-product__intro{padding:10px 11px!important;font-size:12px!important}
  body.bsm70-product .bsm74-product-shortcuts{gap:7px!important}
  body.bsm70-product .bsm74-product-shortcuts a{min-height:36px!important;padding:0 11px!important;font-size:9px!important}
  body.bsm70-product .bs-v3-personalizer,
  body.bsm70-product .bs-v3-product__details,
  body.bsm70-product .bs-v3-reviews{border-radius:20px!important}
  body.bsm70-product .bs-v3-product__details-head,
  body.bsm70-product .bs-v3-reviews__head,
  body.bsm70-product .bs-v3-personalizer__head{padding:15px 14px 8px!important}
  body.bsm70-product .bs-v3-product__description{padding:0 14px 14px!important;font-size:13px!important}
  body.bsm70-product .bs-v3-reviews__head h2{font-size:24px!important}
  body.bsm70-product .bs-v3-reviews__bars,
  body.bsm70-product .bs-v3-reviews__media,
  body.bsm70-product .bs-v3-reviews__list{padding-left:14px!important;padding-right:14px!important}
  body.bsm70-product .bs-v3-reviews__list{padding-bottom:14px!important}
}


/* =========================================================
   0.7.6 · LIMPIEZA SAFE DE CATEGORÍAS / CATÁLOGO / PRODUCTO
   Base: 0.7.4 conocida. No incluye los overrides amplios de 0.7.5.
   ========================================================= */

/* /categorias/: una sola foto protagonista por categoría. */
body.bsm70-catalog .bs-v3-hub-simple{
  max-width:1080px!important;
  padding-top:8px!important;
}
body.bsm70-catalog .bs-v3-hub-simple__cards{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  max-width:980px!important;
  margin:0 auto!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card{
  display:grid!important;
  grid-template-columns:minmax(280px,42%) minmax(0,1fr)!important;
  grid-template-rows:none!important;
  min-height:280px!important;
  padding:8px!important;
  border-radius:28px!important;
  background:#fff!important;
  overflow:hidden!important;
  border:1px solid rgba(18,60,43,.08)!important;
  box-shadow:0 14px 34px rgba(18,60,43,.075)!important;
}
body.bsm70-catalog .bs-v3-hub-simple__media{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  min-height:264px!important;
  height:auto!important;
  aspect-ratio:1.08/1!important;
  border-radius:21px!important;
  overflow:hidden!important;
  background:#eef3ef!important;
}
body.bsm70-catalog .bs-v3-hub-simple__media:after{display:none!important}
body.bsm70-catalog .bs-v3-hub-simple__product-mosaic{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  padding:0!important;
}
body.bsm70-catalog .bs-v3-hub-simple__product-photo{display:none!important}
body.bsm70-catalog .bs-v3-hub-simple__product-photo.is-0{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
body.bsm70-catalog .bs-v3-hub-simple__product-photo.is-0 img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card-copy{
  align-content:center!important;
  gap:7px!important;
  padding:22px 22px 22px 24px!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card-copy strong{
  font-size:clamp(28px,4vw,44px)!important;
  line-height:.95!important;
  letter-spacing:-.045em!important;
}
body.bsm70-catalog .bs-v3-hub-simple__card-copy small{
  max-width:430px!important;
  font-size:12px!important;
  line-height:1.5!important;
}

/* Página de categoría: feed visual limpio, fotos realmente grandes. */
body.bsm70-catalog .bsm70-view-switch{display:none!important}
body.bsm70-catalog .bs-v3-product-grid,
body.bsm70-catalog .bs-v3-product-grid--regalos,
body.bsm70-catalog .bs-v3-product-grid--flores,
body.bsm70-catalog .bs-v3-product-grid--desayunos{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px!important;
}
body.bsm70-catalog .bs-v3-product-card,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child{
  padding:8px!important;
  border-radius:25px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(18,60,43,.07)!important;
}
body.bsm70-catalog .bs-v3-product-card__image,
body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__image{
  width:100%!important;
  min-height:330px!important;
  aspect-ratio:1/1!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
body.bsm70-catalog .bs-v3-product-card__img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.bsm70-catalog .bs-v3-product-card__copy{
  padding:12px 8px 8px!important;
}
body.bsm70-catalog .bs-v3-product-card__copy h2{
  min-height:auto!important;
  margin:0 0 8px!important;
  font-size:17px!important;
  line-height:1.18!important;
}
body.bsm70-catalog .bs-v3-product-card__price{font-size:21px!important}

/* Producto: el contenedor padre desaparece visualmente; cada zona respira por separado. */
body.bsm70-product #bs-v3-product .bs-v3-product__grid{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  gap:22px!important;
}
body.bsm70-product #bs-v3-product .bs-v3-gallery{
  position:relative!important;
  top:auto!important;
}
body.bsm70-product #bs-v3-product .bs-v3-gallery__stage{
  border-radius:28px!important;
  border:1px solid rgba(18,60,43,.07)!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(18,60,43,.06)!important;
}
body.bsm70-product #bs-v3-product .bs-v3-product__summary{
  padding:8px 4px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.bsm70-product #bs-v3-product .bs-v3-product__intro{
  margin-top:14px!important;
  padding:13px 0 0!important;
  border:0!important;
  border-top:1px solid rgba(18,60,43,.09)!important;
  border-radius:0!important;
  background:transparent!important;
}
body.bsm70-product #bs-v3-product .bsm74-product-shortcuts a{
  background:#fff!important;
}
body.bsm70-product #bs-v3-product .bs-v3-personalizer,
body.bsm70-product #bs-v3-product .bs-v3-product__details,
body.bsm70-product #bs-v3-product .bs-v3-reviews{
  border-radius:24px!important;
  margin-top:18px!important;
}

@media(max-width:820px){
  body.bsm70-catalog .bs-v3-hub-simple__card{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding:6px!important;
    border-radius:23px!important;
  }
  body.bsm70-catalog .bs-v3-hub-simple__media{
    min-height:260px!important;
    aspect-ratio:1.08/1!important;
    border-radius:18px!important;
  }
  body.bsm70-catalog .bs-v3-hub-simple__card-copy{
    padding:14px 10px 12px!important;
  }
  body.bsm70-catalog .bs-v3-hub-simple__card-copy strong{font-size:25px!important}
  body.bsm70-catalog .bs-v3-hub-simple__card-copy small{font-size:11px!important}

  body.bsm70-catalog .bs-v3-product-grid,
  body.bsm70-catalog .bs-v3-product-grid--regalos,
  body.bsm70-catalog .bs-v3-product-grid--flores,
  body.bsm70-catalog .bs-v3-product-grid--desayunos{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body.bsm70-catalog .bs-v3-product-card,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child{
    padding:6px!important;
    border-radius:21px!important;
  }
  body.bsm70-catalog .bs-v3-product-card__image,
  body.bsm70-catalog .bs-v3-product-grid--desayunos .bs-v3-product-card:first-child .bs-v3-product-card__image{
    min-height:300px!important;
    border-radius:17px!important;
  }
  body.bsm70-catalog .bs-v3-product-card__copy{padding:10px 6px 7px!important}
  body.bsm70-catalog .bs-v3-product-card__copy h2{font-size:16px!important}
  body.bsm70-catalog .bs-v3-product-card__price{font-size:20px!important}

  body.bsm70-product #bs-v3-product .bs-v3-product__grid{gap:12px!important}
  body.bsm70-product #bs-v3-product .bs-v3-gallery__stage{border-radius:22px!important}
  body.bsm70-product #bs-v3-product .bs-v3-product__summary{padding:8px 5px 2px!important}
}


/* =========================================================
   0.7.7 · PRODUCTO FULL-WIDTH APP
   Sólo presentación. Rompe visualmente el “mega contenedor” móvil
   sin modificar DOM funcional, formularios, precios ni acciones.
   ========================================================= */

@media(max-width:820px){
  html:has(body.bsm70-product),body.bsm70-product{overflow-x:clip!important}

  /* El producto usa todo el viewport; no hereda una columna estrecha. */
  html body.bsm70-product main#bs-v3-product.bs-v3-product{
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding:0 0 104px!important;
    background:linear-gradient(180deg,#f7faf7 0,#f3f7f4 100%)!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__shell{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }

  /* Nada envuelve galería + resumen en una sola tarjeta. */
  html body.bsm70-product main#bs-v3-product .bs-v3-product__grid{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  /* Galería como bloque visual propio, casi full bleed. */
  html body.bsm70-product main#bs-v3-product .bs-v3-gallery{
    width:100%!important;
    margin:0!important;
    padding:8px 8px 0!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-gallery__stage{
    width:100%!important;
    margin:0!important;
    border:1px solid rgba(18,60,43,.07)!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 8px 24px rgba(18,60,43,.055)!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-gallery__thumbs{
    margin:0!important;
    padding:10px 4px 0!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-gallery__facts{
    margin:9px 0 0!important;
    padding:0 1px!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-gallery__facts::-webkit-scrollbar{display:none!important}
  html body.bsm70-product main#bs-v3-product .bs-v3-gallery__facts span{
    flex:1 0 auto!important;
    min-height:32px!important;
    padding:0 9px!important;
    font-size:8.5px!important;
    white-space:nowrap!important;
  }

  /* Resumen = una “sheet” independiente, no otra tarjeta adentro del padre. */
  html body.bsm70-product main#bs-v3-product .bs-v3-product__summary{
    width:100%!important;
    margin:10px 0 0!important;
    padding:18px 16px 16px!important;
    border-top:1px solid rgba(18,60,43,.06)!important;
    border-right:0!important;
    border-bottom:1px solid rgba(18,60,43,.06)!important;
    border-left:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__summary h1{
    font-size:30px!important;
    line-height:.98!important;
    margin-top:9px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__intro{
    margin:13px 0 0!important;
    padding:13px 0 0!important;
    border:0!important;
    border-top:1px solid rgba(18,60,43,.08)!important;
    border-radius:0!important;
    background:transparent!important;
  }

  /* Resumen de personalización: ancho completo como sheet de app. */
  html body.bsm70-product main#bs-v3-product .bs-v3-personalizer__form{
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary{
    width:100%!important;
    margin:12px 0 0!important;
    padding:16px!important;
    border-top:1px solid rgba(18,60,43,.07)!important;
    border-right:0!important;
    border-bottom:1px solid rgba(18,60,43,.07)!important;
    border-left:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-config,
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-list>li,
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown,
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-count-card{
    border-radius:13px!important;
  }

  /* Personalizador abierto también es una sheet separada. */
  html body.bsm70-product main#bs-v3-product .bs-v3-personalizer{
    width:100%!important;
    margin:12px 0 0!important;
    padding:16px 12px!important;
    border-top:1px solid rgba(18,60,43,.07)!important;
    border-right:0!important;
    border-bottom:1px solid rgba(18,60,43,.07)!important;
    border-left:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }

  /* Detalles y opiniones son secciones de página, no cajas dentro de caja. */
  html body.bsm70-product main#bs-v3-product .bs-v3-product__details,
  html body.bsm70-product main#bs-v3-product .bs-v3-reviews{
    width:100%!important;
    margin:12px 0 0!important;
    padding:18px 16px!important;
    border-top:1px solid rgba(18,60,43,.07)!important;
    border-right:0!important;
    border-bottom:1px solid rgba(18,60,43,.07)!important;
    border-left:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__details-head,
  html body.bsm70-product main#bs-v3-product .bs-v3-reviews__head{
    padding:0 0 12px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__description{
    padding:14px 0 0!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-reviews__bars,
  html body.bsm70-product main#bs-v3-product .bs-v3-reviews__media,
  html body.bsm70-product main#bs-v3-product .bs-v3-reviews__list{
    padding-left:0!important;
    padding-right:0!important;
  }

  /* El CTA flotante/dock se conserva; sólo gana más aire lateral. */
  html body.bsm70-product .bs-v3-product__cta[data-bs-v3-open-start]{
    max-width:calc(100vw - 28px)!important;
  }
}

@media(min-width:821px){
  /* En desktop también eliminamos el panel padre, pero mantenemos dos columnas. */
  html body.bsm70-product main#bs-v3-product .bs-v3-product__grid{
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
}


/* =========================================================
   0.7.8 · HERO DE CATEGORÍA COMPACTO CON FOTO CIRCULAR
   Evita recortes/encimado y da una lectura más app-clean.
   ========================================================= */
body.bsm70-catalog .bs-v3-category-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 112px!important;
  align-items:center!important;
  gap:14px!important;
  min-height:0!important;
  padding:14px!important;
  overflow:visible!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fffaf6 0%,#ffffff 100%)!important;
  box-shadow:0 12px 28px rgba(18,60,43,.06)!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy{
  order:1!important;
  padding:0!important;
  margin:0!important;
  min-width:0!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy>span{
  display:block!important;
  margin:0 0 6px!important;
  font-size:10px!important;
  letter-spacing:.16em!important;
  color:var(--bsm70-orange)!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy h1{
  margin:0 0 6px!important;
  font-size:clamp(30px,4.1vw,44px)!important;
  line-height:.95!important;
  letter-spacing:-.05em!important;
  color:var(--bsm70-green)!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy p{
  margin:0 0 10px!important;
  max-width:unset!important;
  font-size:13px!important;
  line-height:1.45!important;
  color:var(--bsm70-muted)!important;
  -webkit-line-clamp:3!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy>div{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:0!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy>div small{
  display:none!important;
}
body.bsm70-catalog .bs-v3-category-hero__copy>div strong{
  min-height:36px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#edf6ef!important;
  color:var(--bsm70-green)!important;
  font-size:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  font-weight:900!important;
}
body.bsm70-catalog .bs-v3-category-hero__media{
  order:2!important;
  position:relative!important;
  width:112px!important;
  height:112px!important;
  min-height:112px!important;
  justify-self:end!important;
  align-self:start!important;
  border-radius:999px!important;
  overflow:hidden!important;
  background:#eff4f0!important;
  border:5px solid rgba(255,255,255,.96)!important;
  box-shadow:0 10px 24px rgba(18,60,43,.10)!important;
}
body.bsm70-catalog .bs-v3-category-hero__media:after{
  content:none!important;
  display:none!important;
}
body.bsm70-catalog .bs-v3-category-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}

@media(max-width:820px){
  body.bsm70-catalog .bs-v3-category-hero{
    grid-template-columns:minmax(0,1fr) 84px!important;
    gap:10px!important;
    padding:12px!important;
    border-radius:22px!important;
    margin:0 0 10px!important;
  }
  body.bsm70-catalog .bs-v3-category-hero__media{
    width:84px!important;
    height:84px!important;
    min-height:84px!important;
    border-width:4px!important;
  }
  body.bsm70-catalog .bs-v3-category-hero__copy>span{
    margin:0 0 5px!important;
    font-size:8px!important;
  }
  body.bsm70-catalog .bs-v3-category-hero__copy h1{
    margin:0 0 5px!important;
    font-size:24px!important;
  }
  body.bsm70-catalog .bs-v3-category-hero__copy p{
    margin:0 0 8px!important;
    font-size:11px!important;
    line-height:1.38!important;
  }
  body.bsm70-catalog .bs-v3-category-hero__copy>div strong{
    min-height:32px!important;
    padding:0 11px!important;
    font-size:10px!important;
  }
}


/* =========================================================
   0.7.9 · PRODUCTO MÁS RESUMIDO, MENOS TEXTO REDUNDANTE
   ========================================================= */
body.bsm70-product .bsm79-is-redundant{
  display:none!important;
}
body.bsm70-product .bsm79-summary-rail{
  display:flex!important;
  gap:10px!important;
  margin:14px 0 12px!important;
  padding:0 0 2px!important;
  overflow-x:auto!important;
  overscroll-behavior-x:contain!important;
  scroll-snap-type:x proximity!important;
  -webkit-overflow-scrolling:touch!important;
}
body.bsm70-product .bsm79-summary-rail::-webkit-scrollbar{display:none!important}
body.bsm70-product .bsm79-summary-card{
  flex:0 0 180px!important;
  min-height:108px!important;
  padding:12px!important;
  border-radius:18px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdfb 100%)!important;
  box-shadow:0 8px 22px rgba(18,60,43,.05)!important;
  scroll-snap-align:start!important;
}
body.bsm70-product .bsm79-summary-card.is-wide{flex-basis:220px!important}
body.bsm70-product .bsm79-summary-card.is-compact{min-height:96px!important}
body.bsm70-product .bsm79-summary-card__badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  margin-bottom:8px!important;
  border-radius:999px!important;
  background:#eef7f1!important;
  color:var(--bsm70-green)!important;
  font-size:13px!important;
  font-weight:900!important;
}
body.bsm70-product .bsm79-summary-card__title{
  display:block!important;
  margin:0 0 5px!important;
  color:var(--bsm70-ink)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
body.bsm70-product .bsm79-summary-card__body{
  margin:0!important;
  color:var(--bsm70-muted)!important;
  font-size:13px!important;
  line-height:1.38!important;
}
body.bsm70-product .bsm79-cta-note{
  margin-top:6px!important;
  text-align:center!important;
  font-size:11px!important;
}
body.bsm70-product .bsm74-product-shortcuts{
  gap:8px!important;
  margin-top:10px!important;
}
body.bsm70-product .bsm74-product-shortcuts a{
  min-height:36px!important;
  padding:0 12px!important;
  font-size:10px!important;
}
@media(max-width:820px){
  body.bsm70-product .bsm79-summary-rail{
    gap:8px!important;
    margin:12px 0 10px!important;
  }
  body.bsm70-product .bsm79-summary-card{
    flex-basis:152px!important;
    min-height:94px!important;
    padding:10px!important;
    border-radius:16px!important;
  }
  body.bsm70-product .bsm79-summary-card.is-wide{flex-basis:196px!important}
  body.bsm70-product .bsm79-summary-card__badge{width:24px!important;height:24px!important;margin-bottom:6px!important;font-size:11px!important}
  body.bsm70-product .bsm79-summary-card__title{font-size:9px!important;margin-bottom:4px!important}
  body.bsm70-product .bsm79-summary-card__body{font-size:12px!important;line-height:1.32!important}
}


/* =========================================================
   0.8.0 · RESUMEN DE PERSONALIZACIÓN EN CUADRÍCULA APP
   Más importante que las fichas informativas superiores.
   ========================================================= */
body.bsm70-product .bsm79-summary-rail{
  gap:7px!important;
  margin:10px 0 8px!important;
}
body.bsm70-product .bsm79-summary-card{
  flex:0 0 134px!important;
  min-height:82px!important;
  padding:9px!important;
  border-radius:14px!important;
  box-shadow:none!important;
  background:#fbfdfb!important;
}
body.bsm70-product .bsm79-summary-card.is-wide{flex-basis:174px!important}
body.bsm70-product .bsm79-summary-card__badge{
  width:22px!important;height:22px!important;margin-bottom:5px!important;font-size:10px!important;
}
body.bsm70-product .bsm79-summary-card__title{font-size:8.5px!important;margin-bottom:3px!important}
body.bsm70-product .bsm79-summary-card__body{font-size:11px!important;line-height:1.28!important}

html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary{
  margin:14px 0 0!important;
  padding:18px 16px 16px!important;
  border-top:0!important;
  border-bottom:0!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fff9f4 0%,#ffffff 100%)!important;
  box-shadow:0 16px 34px rgba(18,60,43,.06)!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-head{
  margin-bottom:14px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-head span{
  font-size:12px!important;
  letter-spacing:.11em!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-head button{
  min-height:36px!important;
  padding:0 14px!important;
  font-size:11px!important;
  box-shadow:0 8px 16px rgba(31,111,67,.16)!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-config{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  min-height:78px!important;
  margin-bottom:12px!important;
  padding:14px!important;
  border-radius:20px!important;
  background:#ffffff!important;
  box-shadow:0 8px 20px rgba(18,60,43,.04)!important;
}
html body.bsm70-product main#bs-v3-product .bsm80-fixed-summary-config__icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:46px!important;
  height:46px!important;
  border-radius:16px!important;
  background:#eef7f1!important;
  font-style:normal!important;
  font-size:22px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-config span{font-size:10px!important}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-config strong{font-size:18px!important;line-height:1.05!important}

html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-list{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-list>li{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-head{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:126px!important;
  padding:14px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  border-radius:20px!important;
  background:#ffffff!important;
  box-shadow:0 8px 22px rgba(18,60,43,.04)!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-head span{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:10px!important;
  font-size:16px!important;
  line-height:1.15!important;
  font-weight:900!important;
  color:var(--bsm70-ink)!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-head span::before{
  content:attr(data-bsm80-icon)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:48px!important;
  height:48px!important;
  border-radius:16px!important;
  background:#fff3ea!important;
  font-size:24px!important;
  box-shadow:inset 0 0 0 1px rgba(239,106,44,.08)!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-head b{
  min-height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-size:10px!important;
  font-weight:900!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-items{
  padding:8px 2px 0!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-items .bs-v3-product__fixed-item-row{
  border-radius:14px!important;
}

html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-foot{
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;
  gap:12px!important;
  margin-top:14px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-count-card,
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown{
  padding:14px!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(18,60,43,.04)!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-count-card span,
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown span{
  font-size:10px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-count-card strong{
  margin-top:6px!important;
  font-size:38px!important;
  line-height:1!important;
  color:var(--bsm70-green)!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown{
  display:grid!important;
  gap:8px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown span{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown span strong{
  margin-top:0!important;
  font-size:15px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown b{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding-top:9px!important;
  border-top:1px solid rgba(18,60,43,.08)!important;
  color:var(--bsm70-green)!important;
  font-size:12px!important;
}
html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown b strong{
  font-size:22px!important;
}

@media(max-width:820px){
  body.bsm70-product .bsm79-summary-card{flex-basis:120px!important;min-height:76px!important}
  body.bsm70-product .bsm79-summary-card.is-wide{flex-basis:164px!important}
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary{
    margin-top:12px!important;
    padding:14px 12px 14px!important;
    border-radius:22px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-config{
    grid-template-columns:38px minmax(0,1fr)!important;
    min-height:70px!important;
    gap:10px!important;
    padding:12px!important;
    border-radius:18px!important;
  }
  html body.bsm70-product main#bs-v3-product .bsm80-fixed-summary-config__icon{
    width:38px!important;height:38px!important;border-radius:13px!important;font-size:18px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-config strong{font-size:16px!important}
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-head{
    min-height:112px!important;
    padding:12px!important;
    border-radius:18px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-head span{
    gap:8px!important;
    font-size:14px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-category-head span::before{
    width:40px!important;
    height:40px!important;
    border-radius:14px!important;
    font-size:20px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-summary-foot{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-count-card strong{font-size:32px!important}
  html body.bsm70-product main#bs-v3-product .bs-v3-product__fixed-price-breakdown b strong{font-size:20px!important}
}

/* =========================================================
   0.9.0 · FLUJO GUIADO REVERSIBLE
   Sólo se activa cuando JS termina de montar la capa segura.
   ========================================================= */
body.bsm90-flow-ready{
  --bsm90-green:#123c2b;
  --bsm90-green-2:#1f6a49;
  --bsm90-orange:#f26a2e;
  --bsm90-orange-soft:#fff1e8;
  --bsm90-mint:#edf7f0;
  --bsm90-ink:#14231b;
  --bsm90-muted:#718078;
}

/* La información secundaria se hace deliberadamente más discreta. */
body.bsm90-flow-ready .bsm79-summary-rail{
  gap:7px!important;
  margin:9px 0 7px!important;
}
body.bsm90-flow-ready .bsm79-summary-card{
  flex:0 0 126px!important;
  min-height:74px!important;
  padding:8px 9px!important;
  border-radius:14px!important;
  box-shadow:none!important;
  background:#fafcfb!important;
}
body.bsm90-flow-ready .bsm79-summary-card.is-wide{flex-basis:164px!important}
body.bsm90-flow-ready .bsm79-summary-card__badge{width:21px!important;height:21px!important;margin-bottom:4px!important;font-size:10px!important}
body.bsm90-flow-ready .bsm79-summary-card__title{font-size:8px!important;margin-bottom:2px!important}
body.bsm90-flow-ready .bsm79-summary-card__body{font-size:10.5px!important;line-height:1.24!important}

/* Progreso persistente: autoridad visual antes del resumen. */
body.bsm90-flow-ready .bsm90-progress{
  width:100%!important;
  margin:16px 0 10px!important;
  padding:15px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#eff8f2 0%,#ffffff 58%,#fff4ec 100%)!important;
  box-shadow:0 12px 30px rgba(18,60,43,.06)!important;
}
body.bsm90-flow-ready .bsm90-progress__top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
body.bsm90-flow-ready .bsm90-progress__copy small{display:block!important;margin-bottom:2px!important;color:var(--bsm90-orange)!important;font-size:8px!important;font-weight:950!important;letter-spacing:.13em!important}
body.bsm90-flow-ready .bsm90-progress__copy strong{display:block!important;color:var(--bsm90-ink)!important;font-size:18px!important;line-height:1!important;letter-spacing:-.02em!important}
body.bsm90-flow-ready .bsm90-progress__count{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;background:#fff!important;color:var(--bsm90-green)!important;font-size:10px!important;font-weight:900!important;box-shadow:0 6px 14px rgba(18,60,43,.05)!important}
body.bsm90-flow-ready .bsm90-progress__track{height:7px!important;margin-top:12px!important;overflow:hidden!important;border-radius:999px!important;background:rgba(18,60,43,.09)!important}
body.bsm90-flow-ready .bsm90-progress__track i{display:block!important;width:0;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,var(--bsm90-orange),#48a766)!important;transition:width .28s ease!important}
body.bsm90-flow-ready .bsm90-progress__actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:11px!important}
body.bsm90-flow-ready .bsm90-progress__next,
body.bsm90-flow-ready .bsm90-progress__resume{min-height:38px!important;padding:0 13px!important;border-radius:13px!important;font-size:10px!important;font-weight:900!important;cursor:pointer!important}
body.bsm90-flow-ready .bsm90-progress__next{border:0!important;background:var(--bsm90-green)!important;color:#fff!important}
body.bsm90-flow-ready .bsm90-progress__resume{border:1px solid rgba(18,60,43,.10)!important;background:#fff!important;color:var(--bsm90-green)!important}
body.bsm90-flow-ready .bsm90-progress__resume[hidden]{display:none!important}

/* Estados del resumen: Listo / Elegir / Opcional. */
body.bsm90-flow-ready [data-bsm90-state="done"] .bs-v3-product__fixed-category-head{border-color:rgba(35,126,74,.16)!important;background:linear-gradient(180deg,#f3fbf5,#fff)!important}
body.bsm90-flow-ready [data-bsm90-state="pending"] .bs-v3-product__fixed-category-head{border-color:rgba(242,106,46,.18)!important;background:linear-gradient(180deg,#fff9f4,#fff)!important}
body.bsm90-flow-ready [data-bsm90-state="optional"] .bs-v3-product__fixed-category-head{border-color:rgba(95,118,106,.12)!important;background:#fafcfb!important}
body.bsm90-flow-ready [data-bsm90-state="done"] .bs-v3-product__fixed-category-head span::before{background:#e8f6ec!important;box-shadow:inset 0 0 0 1px rgba(35,126,74,.08)!important}
body.bsm90-flow-ready [data-bsm90-state="pending"] .bs-v3-product__fixed-category-head span::before{background:#fff0e6!important}
body.bsm90-flow-ready [data-bsm90-state="optional"] .bs-v3-product__fixed-category-head span::before{background:#f0f3f1!important}
body.bsm90-flow-ready [data-bsm90-label]{font-size:0!important}
body.bsm90-flow-ready [data-bsm90-label]::after{content:attr(data-bsm90-label)!important;font-size:10px!important;line-height:1!important}
body.bsm90-flow-ready [data-bsm90-state="done"] [data-bsm90-label]{background:#e9f6ed!important;color:#267447!important}
body.bsm90-flow-ready [data-bsm90-state="pending"] [data-bsm90-label]{background:#fff0e6!important;color:#b75a2d!important}
body.bsm90-flow-ready [data-bsm90-state="optional"] [data-bsm90-label]{background:#f1f4f2!important;color:#68766e!important}
@keyframes bsm90DonePulse{0%{transform:scale(1)}40%{transform:scale(1.025);box-shadow:0 0 0 4px rgba(54,154,91,.10)}100%{transform:scale(1)}}
body.bsm90-flow-ready .bsm90-just-done .bs-v3-product__fixed-category-head{animation:bsm90DonePulse .55s ease!important}

/* CTA inteligente: sustituye los dos CTAs repetidos sólo cuando la capa terminó de montar. */
body.bsm90-flow-ready .bs-v3-start-trigger,
body.bsm90-flow-ready .bs-v3-native-cart-submit{display:none!important}
body.bsm90-flow-ready .bsm90-smart-cta{
  position:fixed!important;
  z-index:2147483400!important;
  left:50%!important;
  bottom:calc(78px + env(safe-area-inset-bottom,0px))!important;
  width:min(560px,calc(100vw - 24px))!important;
  transform:translateX(-50%)!important;
  transition:bottom .24s ease,transform .24s ease,opacity .2s ease!important;
}
body.bsm90-flow-ready.bsm70-dock-hidden .bsm90-smart-cta{bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}
body.bsm90-flow-ready .bsm90-smart-cta__button{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
  min-height:60px!important;
  padding:10px 17px!important;
  border:1px solid rgba(255,255,255,.74)!important;
  border-radius:22px!important;
  background:linear-gradient(90deg,#f16829,#ff7b35)!important;
  color:#fff!important;
  box-shadow:0 18px 38px rgba(225,88,27,.28),inset 0 1px 0 rgba(255,255,255,.35)!important;
  cursor:pointer!important;
  text-align:left!important;
}
body.bsm90-flow-ready .bsm90-smart-cta__button strong{font-size:14px!important;font-weight:950!important;line-height:1.1!important}
body.bsm90-flow-ready .bsm90-smart-cta__button small{max-width:150px!important;font-size:9px!important;font-weight:800!important;line-height:1.15!important;text-align:right!important;opacity:.86!important}
html.bs-v3-start-open body.bsm90-flow-ready .bsm90-smart-cta,
html.bs-v3-app-open body.bsm90-flow-ready .bsm90-smart-cta,
html.bs-v3-decision-open body.bsm90-flow-ready .bsm90-smart-cta,
html.bs-v3-final-open body.bsm90-flow-ready .bsm90-smart-cta,
html.bs-v3-extra-viewer-open body.bsm90-flow-ready .bsm90-smart-cta,
html.bs-v3-server-cart-open body.bsm90-flow-ready .bsm90-smart-cta,
body.bsm90-flow-ready.bsm90-review-open .bsm90-smart-cta{opacity:0!important;pointer-events:none!important;transform:translateX(-50%) translateY(18px)!important}

/* Feedback breve. */
body.bsm90-flow-ready .bsm90-toast{
  position:fixed!important;
  z-index:2147483500!important;
  left:50%!important;
  bottom:calc(150px + env(safe-area-inset-bottom,0px))!important;
  max-width:min(420px,calc(100vw - 28px))!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  background:#153e2d!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(14,47,32,.25)!important;
  font-size:11px!important;
  font-weight:850!important;
  opacity:0!important;
  transform:translate(-50%,10px)!important;
  transition:opacity .18s ease,transform .18s ease!important;
}
body.bsm90-flow-ready .bsm90-toast.is-visible{opacity:1!important;transform:translate(-50%,0)!important}
body.bsm90-flow-ready .bsm90-toast[hidden]{display:none!important}

/* Revisión final tipo recibo: sólo lectura; el submit real sigue siendo el de Suite/WooCommerce. */
body.bsm90-flow-ready .bsm90-review[hidden]{display:none!important}
body.bsm90-flow-ready .bsm90-review{position:fixed!important;z-index:2147483640!important;inset:0!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;padding:10px!important}
body.bsm90-flow-ready .bsm90-review__backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;background:rgba(10,17,12,.60)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}
body.bsm90-flow-ready .bsm90-review__panel{position:relative!important;z-index:1!important;width:min(680px,100%)!important;max-height:min(86dvh,820px)!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;overflow:hidden!important;border-radius:28px 28px 20px 20px!important;background:#fff!important;box-shadow:0 32px 90px rgba(8,22,14,.35)!important}
body.bsm90-flow-ready .bsm90-review__panel>header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:18px!important;border-bottom:1px solid rgba(18,60,43,.08)!important}
body.bsm90-flow-ready .bsm90-review__panel>header small{display:block!important;margin-bottom:3px!important;color:var(--bsm90-orange)!important;font-size:8px!important;font-weight:950!important;letter-spacing:.13em!important}
body.bsm90-flow-ready .bsm90-review__panel>header h2{margin:0!important;color:var(--bsm90-ink)!important;font-size:24px!important;line-height:1!important}
body.bsm90-flow-ready .bsm90-review__close{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;border:0!important;border-radius:50%!important;background:#f0f4f1!important;color:var(--bsm90-ink)!important;font-size:24px!important;cursor:pointer!important}
body.bsm90-flow-ready .bsm90-review__body{min-height:0!important;overflow:auto!important;padding:16px!important}
body.bsm90-flow-ready .bsm90-review__config{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:12px!important;border-radius:16px!important;background:#f1f8f3!important}
body.bsm90-flow-ready .bsm90-review__config span{font-size:9px!important;font-weight:900!important;text-transform:uppercase!important;color:#718078!important}
body.bsm90-flow-ready .bsm90-review__config strong{font-size:13px!important;color:var(--bsm90-green)!important;text-align:right!important}
body.bsm90-flow-ready .bsm90-review__chosen{margin-top:14px!important}
body.bsm90-flow-ready .bsm90-review__chosen h3{margin:0 0 8px!important;font-size:14px!important;color:var(--bsm90-ink)!important}
body.bsm90-flow-ready .bsm90-review__line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:10px 0!important;border-bottom:1px solid rgba(18,60,43,.07)!important}
body.bsm90-flow-ready .bsm90-review__line span{min-width:0!important}
body.bsm90-flow-ready .bsm90-review__line span strong{display:block!important;font-size:12px!important;color:var(--bsm90-ink)!important}
body.bsm90-flow-ready .bsm90-review__line span small{display:block!important;margin-top:2px!important;font-size:9px!important;color:var(--bsm90-muted)!important}
body.bsm90-flow-ready .bsm90-review__line>b{font-size:12px!important;color:var(--bsm90-green)!important}
body.bsm90-flow-ready .bsm90-review__prices{display:grid!important;gap:7px!important;margin-top:14px!important;padding:13px!important;border-radius:18px!important;background:#fff8f2!important}
body.bsm90-flow-ready .bsm90-review__prices>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
body.bsm90-flow-ready .bsm90-review__prices span{font-size:10px!important;color:var(--bsm90-muted)!important}
body.bsm90-flow-ready .bsm90-review__prices strong{font-size:13px!important;color:var(--bsm90-ink)!important}
body.bsm90-flow-ready .bsm90-review__prices .is-total{padding-top:8px!important;border-top:1px solid rgba(18,60,43,.08)!important}
body.bsm90-flow-ready .bsm90-review__prices .is-total span{font-weight:900!important;color:var(--bsm90-green)!important}
body.bsm90-flow-ready .bsm90-review__prices .is-total strong{font-size:20px!important;color:var(--bsm90-green)!important}
body.bsm90-flow-ready .bsm90-review__panel>footer{display:grid!important;grid-template-columns:.8fr 1.2fr!important;gap:9px!important;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px))!important;border-top:1px solid rgba(18,60,43,.08)!important;background:#fff!important}
body.bsm90-flow-ready .bsm90-review__panel>footer button{min-height:50px!important;border-radius:16px!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important}
body.bsm90-flow-ready .bsm90-review__edit{border:1px solid rgba(18,60,43,.12)!important;background:#fff!important;color:var(--bsm90-green)!important}
body.bsm90-flow-ready .bsm90-review__add{border:0!important;background:linear-gradient(90deg,#f16829,#ff7b35)!important;color:#fff!important;box-shadow:0 10px 24px rgba(225,88,27,.20)!important}
body.bsm90-flow-ready .bsm90-review__add:disabled{opacity:.45!important;cursor:not-allowed!important}
body.bsm90-review-open{overflow:hidden!important}

/* El editor existente de Suite se presenta como bottom sheet en móvil; no cambia su lógica. */
@media(max-width:760px){
  body.bsm90-flow-ready .bs-v3-personalizer.is-app-open{
    top:auto!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    height:min(91dvh,820px)!important;
    border:0!important;
    border-radius:28px 28px 0 0!important;
    box-shadow:0 -20px 70px rgba(10,20,13,.28)!important;
  }
  body.bsm90-flow-ready .bs-v3-personalizer.is-app-open::after{
    content:""!important;
    position:absolute!important;
    z-index:30!important;
    top:7px!important;
    left:50%!important;
    width:42px!important;
    height:4px!important;
    border-radius:999px!important;
    background:#d7ded9!important;
    transform:translateX(-50%)!important;
    pointer-events:none!important;
  }
  body.bsm90-flow-ready .bs-v3-app__header{padding-top:15px!important}
  body.bsm90-flow-ready main#bs-v3-product.bs-v3-product{padding-bottom:172px!important}
  body.bsm90-flow-ready .bsm90-progress{margin:12px 0 8px!important;padding:13px!important;border-radius:20px!important}
  body.bsm90-flow-ready .bsm90-progress__copy strong{font-size:16px!important}
  body.bsm90-flow-ready .bsm90-progress__count{min-height:28px!important;font-size:9px!important}
  body.bsm90-flow-ready .bsm90-progress__actions{display:grid!important;grid-template-columns:1fr!important}
  body.bsm90-flow-ready .bsm90-progress__next,body.bsm90-flow-ready .bsm90-progress__resume{width:100%!important;min-height:40px!important}
  body.bsm90-flow-ready .bsm90-smart-cta{bottom:calc(72px + env(safe-area-inset-bottom,0px))!important;width:calc(100vw - 18px)!important}
  body.bsm90-flow-ready.bsm70-dock-hidden .bsm90-smart-cta{bottom:calc(8px + env(safe-area-inset-bottom,0px))!important}
  body.bsm90-flow-ready .bsm90-smart-cta__button{min-height:56px!important;padding:9px 14px!important;border-radius:19px!important}
  body.bsm90-flow-ready .bsm90-smart-cta__button strong{font-size:13px!important}
  body.bsm90-flow-ready .bsm90-smart-cta__button small{max-width:115px!important;font-size:8px!important}
  body.bsm90-flow-ready .bsm90-toast{bottom:calc(136px + env(safe-area-inset-bottom,0px))!important;font-size:10px!important}
  body.bsm90-flow-ready .bsm90-review{padding:0!important}
  body.bsm90-flow-ready .bsm90-review__panel{width:100%!important;max-height:90dvh!important;border-radius:28px 28px 0 0!important}
  body.bsm90-flow-ready .bsm90-review__panel>footer{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
  body.bsm90-flow-ready .bsm90-progress__track i,
  body.bsm90-flow-ready .bsm90-smart-cta,
  body.bsm90-flow-ready .bsm90-toast{transition:none!important}
  body.bsm90-flow-ready .bsm90-just-done .bs-v3-product__fixed-category-head{animation:none!important}
}


/* =========================================================
   0.9.1 · CARRITO + 404 — SÓLO PRESENTACIÓN
   No oculta ni reemplaza controles funcionales.
   ========================================================= */

/* ---------- Carrito ---------- */
body.bsm91-cart{
  --bsm91-green:#123c2b;
  --bsm91-green2:#1f5d42;
  --bsm91-orange:#f26a2e;
  --bsm91-cream:#fff7ef;
  --bsm91-page:#f4f7f4;
  --bsm91-ink:#14231b;
  --bsm91-muted:#6d786f;
  --bsm91-line:rgba(18,60,43,.10);
  background:linear-gradient(180deg,#f7faf8 0%,#f2f6f3 100%)!important;
  color:var(--bsm91-ink)!important;
}
body.bsm91-cart .site-content,
body.bsm91-cart .ast-container,
body.bsm91-cart .site-main,
body.bsm91-cart main,
body.bsm91-cart .entry-content,
body.bsm91-cart .woocommerce{
  max-width:1120px!important;
}
body.bsm91-cart .site-content{padding-bottom:110px!important}
body.bsm91-cart .bs-cart-app-intro{
  margin:14px 0 16px!important;
  padding:20px 22px!important;
  border:1px solid var(--bsm91-line)!important;
  border-radius:26px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f4fbf6 60%,#fff5ed 100%)!important;
  box-shadow:0 14px 38px rgba(18,60,43,.08)!important;
}
body.bsm91-cart .bs-cart-app-intro::after{display:none!important}
body.bsm91-cart .bs-cart-app-intro__eyebrow{color:var(--bsm91-orange)!important;font-size:9px!important}
body.bsm91-cart .bs-cart-app-intro h1{color:var(--bsm91-green)!important;font-size:clamp(28px,4vw,44px)!important}
body.bsm91-cart .bs-cart-app-intro p{margin-top:7px!important;color:var(--bsm91-muted)!important;font-size:13px!important}
body.bsm91-cart .bs-cart-app-step span{border-radius:13px!important;box-shadow:none!important}
body.bsm91-cart .bs-cart-app-step.is-done span{background:var(--bsm91-green)!important;border-color:var(--bsm91-green)!important}
body.bsm91-cart .bs-cart-app-step.is-current span{background:#fff0e7!important;color:var(--bsm91-orange)!important;border-color:rgba(242,106,46,.20)!important;box-shadow:0 0 0 4px rgba(242,106,46,.07)!important}
body.bsm91-cart .bs-cart-app-steps>i{background:linear-gradient(90deg,var(--bsm91-green),rgba(242,106,46,.35))!important}

/* Carrito clásico: tarjetas limpias y foto protagonista. */
body.bsm91-cart table.shop_table.cart{border-spacing:0 14px!important}
body.bsm91-cart table.shop_table.cart tr.cart_item td{
  border-color:var(--bsm91-line)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.bsm91-cart table.shop_table.cart tr.cart_item td:first-child{border-radius:22px 0 0 22px!important}
body.bsm91-cart table.shop_table.cart tr.cart_item td:last-child{border-radius:0 22px 22px 0!important}
body.bsm91-cart td.product-thumbnail{width:146px!important}
body.bsm91-cart td.product-thumbnail img{
  width:118px!important;height:118px!important;padding:0!important;
  border:0!important;border-radius:20px!important;object-fit:cover!important;
  box-shadow:0 8px 22px rgba(18,60,43,.08)!important;
}
body.bsm91-cart td.product-name a{font-size:16px!important;color:var(--bsm91-ink)!important}
body.bsm91-cart dl.variation{
  margin-top:9px!important;padding:9px 11px!important;border-radius:14px!important;
  background:#f2f7f3!important;font-size:11px!important;
}
body.bsm91-cart .cart_totals,
body.bsm91-cart .wc-block-cart__sidebar,
body.bsm91-cart .wp-block-woocommerce-cart-order-summary-block{
  border:1px solid var(--bsm91-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(18,60,43,.07)!important;
  overflow:hidden!important;
}
body.bsm91-cart .cart_totals h2{padding:18px 20px 5px!important;color:var(--bsm91-green)!important;font-size:20px!important}
body.bsm91-cart .cart_totals table{margin:0 16px 10px!important;width:calc(100% - 32px)!important}
body.bsm91-cart .wc-proceed-to-checkout{padding:12px 16px 16px!important}
body.bsm91-cart .wc-proceed-to-checkout .checkout-button,
body.bsm91-cart .wc-block-cart__submit-button{
  min-height:58px!important;border:0!important;border-radius:18px!important;
  background:linear-gradient(180deg,#f47736,#ef6426)!important;color:#fff!important;
  font-size:16px!important;font-weight:900!important;letter-spacing:-.01em!important;
  box-shadow:0 14px 28px rgba(242,106,46,.22)!important;
}
body.bsm91-cart .coupon input.input-text,
body.bsm91-cart .wc-block-components-text-input input,
body.bsm91-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
  min-height:48px!important;border:1px solid var(--bsm91-line)!important;border-radius:15px!important;background:#f7faf8!important;
}
body.bsm91-cart .coupon button,
body.bsm91-cart button[name="update_cart"]{
  min-height:46px!important;border-radius:15px!important;border:1px solid var(--bsm91-line)!important;
  background:#fff!important;color:var(--bsm91-green)!important;font-weight:850!important;
}
body.bsm91-cart .woocommerce-message,
body.bsm91-cart .woocommerce-info,
body.bsm91-cart .woocommerce-error,
body.bsm91-cart .wc-block-components-notice-banner{
  border-radius:18px!important;box-shadow:0 8px 22px rgba(18,60,43,.05)!important;
}

/* WooCommerce Blocks. */
body.bsm91-cart .wc-block-cart{
  gap:18px!important;
}
body.bsm91-cart .wc-block-cart-items{
  border:0!important;
}
body.bsm91-cart .wc-block-cart-items__row{
  margin-bottom:14px!important;
  padding:12px!important;
  border:1px solid var(--bsm91-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(18,60,43,.05)!important;
}
body.bsm91-cart .wc-block-cart-item__image img{
  border-radius:18px!important;object-fit:cover!important;
}
body.bsm91-cart .wc-block-components-product-name{font-size:15px!important;font-weight:900!important;color:var(--bsm91-ink)!important}
body.bsm91-cart .wc-block-components-product-details{border-radius:13px!important;background:#f3f7f4!important}
body.bsm91-cart .wc-block-components-quantity-selector{border-radius:14px!important}
body.bsm91-cart .wc-block-cart-item__remove-link{color:var(--bsm91-orange)!important;font-weight:800!important}

/* Carrito vacío. */
body.bsm91-cart .cart-empty,
body.bsm91-cart .wc-block-cart__empty-cart__title{
  color:var(--bsm91-green)!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
}
body.bsm91-cart .return-to-shop .button,
body.bsm91-cart .wc-block-cart__empty-cart__title + a{
  min-height:50px!important;padding:0 18px!important;border-radius:16px!important;
  background:var(--bsm91-green)!important;color:#fff!important;font-weight:900!important;
}

@media(max-width:820px){
  body.bsm91-cart .site-content{padding-left:8px!important;padding-right:8px!important;padding-bottom:106px!important}
  body.bsm91-cart .bs-cart-app-intro{grid-template-columns:1fr!important;gap:14px!important;padding:16px!important;border-radius:22px!important}
  body.bsm91-cart .bs-cart-app-intro h1{font-size:28px!important}
  body.bsm91-cart .bs-cart-app-intro p{font-size:12px!important;line-height:1.45!important}
  body.bsm91-cart .bs-cart-app-steps{min-width:0!important;justify-content:space-between!important;width:100%!important}
  body.bsm91-cart .bs-cart-app-step{min-width:60px!important}
  body.bsm91-cart .bs-cart-app-step span{width:34px!important;height:34px!important}
  body.bsm91-cart .bs-cart-app-steps>i{flex:1!important;width:auto!important;margin:17px -4px 0!important}
  body.bsm91-cart table.shop_table.cart tr.cart_item{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:0!important;margin-bottom:12px!important;padding:8px!important;border:1px solid var(--bsm91-line)!important;border-radius:22px!important;background:#fff!important}
  body.bsm91-cart table.shop_table.cart tr.cart_item td{display:block!important;width:auto!important;padding:6px!important;border:0!important;border-radius:0!important;background:transparent!important}
  body.bsm91-cart table.shop_table.cart tr.cart_item td.product-remove{position:absolute!important;right:18px!important;margin-top:6px!important;z-index:2!important}
  body.bsm91-cart table.shop_table.cart tr.cart_item td.product-thumbnail{grid-row:1 / span 5!important;grid-column:1!important;width:112px!important}
  body.bsm91-cart table.shop_table.cart tr.cart_item td.product-thumbnail img{width:100px!important;height:100px!important;border-radius:18px!important}
  body.bsm91-cart table.shop_table.cart tr.cart_item td.product-name,
  body.bsm91-cart table.shop_table.cart tr.cart_item td.product-price,
  body.bsm91-cart table.shop_table.cart tr.cart_item td.product-quantity,
  body.bsm91-cart table.shop_table.cart tr.cart_item td.product-subtotal{grid-column:2!important}
  body.bsm91-cart table.shop_table.cart thead{display:none!important}
  body.bsm91-cart .cart_totals{border-radius:22px!important}
  body.bsm91-cart .wc-proceed-to-checkout .checkout-button,
  body.bsm91-cart .wc-block-cart__submit-button{min-height:56px!important;border-radius:17px!important}
  body.bsm91-cart .wc-block-cart-items__row{border-radius:20px!important;padding:10px!important}
}

/* ---------- Error 404 ---------- */
body.bsm91-404{
  --bsm91-green:#123c2b;
  --bsm91-orange:#f26a2e;
  --bsm91-page:#f3f7f4;
  --bsm91-ink:#14231b;
  --bsm91-muted:#6d786f;
  --bsm91-line:rgba(18,60,43,.10);
  background:radial-gradient(circle at 15% 10%,rgba(31,93,66,.08),transparent 32rem),radial-gradient(circle at 95% 75%,rgba(242,106,46,.10),transparent 28rem),var(--bsm91-page)!important;
}
body.bsm91-404 .site-content,
body.bsm91-404 .ast-container,
body.bsm91-404 .site-main{
  max-width:920px!important;
  margin-left:auto!important;margin-right:auto!important;
}
body.bsm91-404 .site-content{min-height:72vh!important;display:flex!important;align-items:center!important;padding:50px 16px 120px!important}
body.bsm91-404 .error-404,
body.bsm91-404 .ast-404-layout-1{
  position:relative!important;
  width:100%!important;
  margin:0 auto!important;
  padding:clamp(28px,5vw,54px)!important;
  border:1px solid var(--bsm91-line)!important;
  border-radius:32px!important;
  background:rgba(255,255,255,.95)!important;
  box-shadow:0 20px 56px rgba(18,60,43,.10)!important;
  overflow:hidden!important;
  text-align:left!important;
}
body.bsm91-404 .error-404::before,
body.bsm91-404 .ast-404-layout-1::before{
  content:'404';display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:38px!important;padding:0 13px!important;margin-bottom:18px!important;
  border-radius:999px!important;background:#fff0e7!important;color:var(--bsm91-orange)!important;
  font-size:12px!important;font-weight:950!important;letter-spacing:.12em!important;
}
body.bsm91-404 .page-title,
body.bsm91-404 .error-404 h1,
body.bsm91-404 .ast-404-layout-1 h1{
  max-width:650px!important;margin:0 0 12px!important;color:var(--bsm91-green)!important;
  font-size:clamp(36px,7vw,66px)!important;line-height:.95!important;font-weight:950!important;letter-spacing:-.055em!important;
}
body.bsm91-404 .page-content,
body.bsm91-404 .error-404 p,
body.bsm91-404 .ast-404-layout-1 p{
  max-width:620px!important;color:var(--bsm91-muted)!important;font-size:15px!important;line-height:1.6!important;
}
body.bsm91-404 .search-form{
  display:flex!important;gap:8px!important;max-width:620px!important;margin-top:22px!important;padding:7px!important;
  border:1px solid var(--bsm91-line)!important;border-radius:18px!important;background:#f7faf8!important;
}
body.bsm91-404 .search-form label{flex:1!important;margin:0!important}
body.bsm91-404 .search-form .search-field{
  width:100%!important;min-height:48px!important;padding:0 14px!important;border:0!important;background:transparent!important;box-shadow:none!important;
}
body.bsm91-404 .search-form .search-submit{
  min-height:48px!important;padding:0 18px!important;border:0!important;border-radius:14px!important;
  background:var(--bsm91-green)!important;color:#fff!important;font-weight:900!important;
}
body.bsm91-404 .widget_recent_entries,
body.bsm91-404 .widget_categories{margin-top:24px!important}
@media(max-width:820px){
  body.bsm91-404 .site-content{padding:24px 10px 110px!important;align-items:flex-start!important}
  body.bsm91-404 .error-404,body.bsm91-404 .ast-404-layout-1{padding:28px 20px!important;border-radius:26px!important}
  body.bsm91-404 .page-title,body.bsm91-404 .error-404 h1,body.bsm91-404 .ast-404-layout-1 h1{font-size:42px!important}
  body.bsm91-404 .page-content,body.bsm91-404 .error-404 p,body.bsm91-404 .ast-404-layout-1 p{font-size:13px!important}
  body.bsm91-404 .search-form{display:grid!important;grid-template-columns:1fr!important}
  body.bsm91-404 .search-form .search-submit{width:100%!important}
}


/* =========================================================
   0.9.6 · Búsqueda realmente mínima: icono discreto en topbar + sheet.
   Revierte el botón grande de 0.9.5. La búsqueda conserva su input original.
   ========================================================= */
.bsm96-search-trigger{
  display:inline-grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  padding:0!important;
  border:1px solid rgba(18,60,43,.09)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#164a35!important;
  box-shadow:0 7px 18px rgba(18,60,43,.07)!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent!important;
}
.bsm96-search-trigger svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
}
.bs-v3-catalog__topbar-actions .bsm96-search-trigger,
.bs-v3-home-appbar__actions .bsm96-search-trigger{
  flex:0 0 40px!important;
}
.bs-v3-personalizer__head .bsm96-search-trigger{
  margin-left:auto!important;
  align-self:flex-start!important;
}

.bsm96-search-sheet{
  position:fixed!important;
  inset:0!important;
  z-index:10050!important;
}
.bsm96-search-sheet[hidden]{display:none!important}
.bsm96-search-sheet__backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  border:0!important;
  background:rgba(12,28,20,.34)!important;
  backdrop-filter:blur(3px)!important;
  -webkit-backdrop-filter:blur(3px)!important;
}
.bsm96-search-sheet__panel{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:min(560px,calc(100% - 28px))!important;
  max-height:min(72vh,640px)!important;
  overflow:auto!important;
  transform:translate(-50%,-50%)!important;
  padding:14px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  border-radius:26px!important;
  background:#fff!important;
  box-shadow:0 28px 80px rgba(12,28,20,.24)!important;
}
.bsm96-search-sheet__panel>header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 10px!important;
  padding:2px 2px 8px!important;
}
.bsm96-search-sheet__panel>header strong{
  color:#173d2c!important;
  font-size:16px!important;
  font-weight:900!important;
}
.bsm96-search-sheet__close{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:#eef4ef!important;
  color:#173d2c!important;
  font-size:22px!important;
  line-height:1!important;
}
.bsm96-search-sheet__slot .bs-v3-catalog-search,
.bsm96-search-sheet__slot .bs-v3-hub-search,
.bsm96-search-sheet__slot .bs-v3-home-search,
.bsm96-search-sheet__slot .bs-v3-personalizer__search,
.bsm96-search-sheet__slot .search-form{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.bsm96-search-sheet__slot .bs-v3-hub-search-results,
.bsm96-search-sheet__slot .bs-v3-home-search-results,
.bsm96-search-sheet__slot .bs-v3-personalizer__search-results{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  left:auto!important;
  max-height:48vh!important;
  margin-top:10px!important;
}
html.bsm96-search-open,html.bsm96-search-open body{overflow:hidden!important}

/* Al mover la búsqueda fuera del toolbar, no debe quedar un hueco enorme. */
body.bsm70-catalog .bsm70-catalog-toolbar{
  padding:8px!important;
  gap:8px!important;
}
body.bsm70-catalog .bsm70-catalog-toolbar>.bs-v3-category-switcher{
  margin:0!important;
}
body.bsm70-catalog .bsm70-catalog-toolbar__row{
  margin-top:0!important;
}

@media(max-width:820px){
  .bsm96-search-trigger{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    border-radius:13px!important;
    box-shadow:none!important;
  }
  .bsm96-search-trigger svg{width:18px!important;height:18px!important}
  .bsm96-search-sheet__panel{
    top:auto!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    max-height:78dvh!important;
    transform:none!important;
    padding:14px 14px calc(16px + env(safe-area-inset-bottom))!important;
    border-radius:26px 26px 0 0!important;
  }
  .bsm96-search-sheet__panel::before{
    content:""!important;
    display:block!important;
    width:42px!important;
    height:4px!important;
    margin:0 auto 10px!important;
    border-radius:999px!important;
    background:#dfe7e1!important;
  }
}


/* =========================================================
   0.9.7 · Búsqueda realmente discreta y global
   Oculta barras visibles incluso antes de que JS las mueva.
   ========================================================= */
body.bsm97-search-global .bs-v3-catalog-search,
body.bsm97-search-global .bs-v3-hub-search,
body.bsm97-search-global .bs-v3-home-search,
body.bsm97-search-global .bs-v3-personalizer__search,
body.bsm97-search-global.bsm91-404 .search-form{
  display:none!important;
}
body.bsm97-search-global [data-bsm97-search-source="1"]{
  display:grid!important;
}
body.bsm97-search-global .bsm97-global-search-trigger{
  display:inline-grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  padding:0!important;
  margin-left:8px!important;
  border:1px solid rgba(18,60,43,.09)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#174b35!important;
  box-shadow:0 8px 20px rgba(18,60,43,.06)!important;
  cursor:pointer!important;
}
body.bsm97-search-global .bsm97-global-search-trigger svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
}
body.bsm97-search-global .bsm97-global-search-trigger.is-floating{
  position:fixed!important;
  top:calc(14px + env(safe-area-inset-top))!important;
  right:16px!important;
  z-index:9998!important;
}
body.bsm97-search-global .bsm97-search-sheet{
  position:fixed!important;
  inset:0!important;
  z-index:10020!important;
}
body.bsm97-search-global .bsm97-search-sheet[hidden]{display:none!important}
body.bsm97-search-global .bsm97-search-sheet__backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  border:0!important;
  background:rgba(8,19,14,.34)!important;
  backdrop-filter:blur(6px)!important;
}
body.bsm97-search-global .bsm97-search-sheet__panel{
  position:absolute!important;
  left:50%!important;
  bottom:max(12px,env(safe-area-inset-bottom))!important;
  transform:translateX(-50%)!important;
  width:min(calc(100% - 20px),620px)!important;
  max-height:min(78dvh,620px)!important;
  overflow:auto!important;
  padding:14px!important;
  border:1px solid rgba(18,60,43,.08)!important;
  border-radius:26px!important;
  background:#fff!important;
  box-shadow:0 24px 70px rgba(8,19,14,.24)!important;
}
body.bsm97-search-global .bsm97-search-sheet__panel>header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:10px!important;
}
body.bsm97-search-global .bsm97-search-sheet__panel>header strong{
  color:#173d2c!important;
  font-size:17px!important;
  font-weight:900!important;
}
body.bsm97-search-global .bsm97-search-sheet__close{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:#f1f5f2!important;
  color:#173d2c!important;
  font-size:20px!important;
}
body.bsm97-search-global .bsm97-search-sheet__slot .bs-v3-catalog-search,
body.bsm97-search-global .bsm97-search-sheet__slot .bs-v3-hub-search,
body.bsm97-search-global .bsm97-search-sheet__slot .bs-v3-home-search,
body.bsm97-search-global .bsm97-search-sheet__slot .bs-v3-personalizer__search,
body.bsm97-search-global .bsm97-search-sheet__slot .search-form{
  display:grid!important;
  width:100%!important;
  margin:0!important;
}
html.bsm97-search-open,html.bsm97-search-open body{overflow:hidden!important}

/* El toolbar del catálogo ya no reserva una fila para búsqueda. */
body.bsm97-search-global.bsm70-catalog .bsm70-catalog-toolbar{
  display:block!important;
  padding:10px!important;
}
body.bsm97-search-global.bsm70-catalog .bsm70-catalog-toolbar__row{
  margin-top:8px!important;
}
@media(max-width:820px){
  body.bsm97-search-global .bsm97-global-search-trigger{
    width:36px!important;height:36px!important;min-width:36px!important;border-radius:13px!important;
  }
  body.bsm97-search-global .bsm97-search-sheet__panel{
    width:calc(100% - 14px)!important;
    bottom:max(7px,env(safe-area-inset-bottom))!important;
    padding:12px!important;
    border-radius:22px!important;
  }
}


/* =========================================================
   0.9.8 · Fix tarjeta IA en catálogo
   La tarjeta pasó a fondo claro en ajustes tardíos, así que
   la tipografía ya no debe permanecer blanca.
   ========================================================= */
body.bsm70-catalog .bs-v3-ai-entry{
  color:var(--bsm70-ink)!important;
}
body.bsm70-catalog .bs-v3-ai-entry__copy small{
  color:var(--bsm70-orange)!important;
  opacity:1!important;
}
body.bsm70-catalog .bs-v3-ai-entry__copy strong{
  color:var(--bsm70-green)!important;
}
body.bsm70-catalog .bs-v3-ai-entry__copy em{
  color:var(--bsm70-muted)!important;
}
body.bsm70-catalog .bs-v3-ai-entry>b{
  color:var(--bsm70-green)!important;
}
