:root{--flt-fuchsia:#0069BB;--flt-teal:#038FCD;--flt-deep:#1e293b;--flt-text:#15262d;--flt-muted:#66777e;--flt-line:#dfe7e9;--flt-bg:#f7f9fa}.flt-public{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--flt-text);background:#fff;padding:32px 0 70px}.flt-container{width:min(1180px,calc(100% - 32px));margin:auto}.flt-hero-small{padding:34px 0}.flt-hero-small>span,.flt-category-label,.flt-card-cat{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--flt-fuchsia);text-transform:uppercase}.flt-hero-small h1,.flt-product-info h1{font-size:clamp(34px,6vw,62px);line-height:1.05;margin:7px 0 12px}.flt-hero-small p,.flt-lead{color:var(--flt-muted);font-size:17px;max-width:760px}.flt-search{display:grid;grid-template-columns:1.5fr 1fr auto;gap:10px;background:var(--flt-bg);padding:12px;border-radius:18px}.flt-search input,.flt-search select{border:1px solid var(--flt-line);border-radius:12px;padding:13px;background:#fff;font:inherit}.flt-search button,.flt-whatsapp,.flt-popup-cta{border:0;border-radius:12px;padding:13px 18px;background:var(--flt-fuchsia);color:#fff;text-decoration:none;font:inherit;font-weight:900;cursor:pointer}.flt-category-chips{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 30px}.flt-category-chips a{background:#f1f5f6;color:var(--flt-deep);border-radius:999px;padding:8px 12px;text-decoration:none;font-size:13px;font-weight:800}.flt-category-section{margin:34px 0}.flt-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:15px}.flt-section-head h2{margin:0;font-size:28px}.flt-section-head p{margin:4px 0 0;color:var(--flt-muted)}.flt-section-head>a{font-weight:800;color:var(--flt-deep);text-decoration:none}.flt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.flt-card{border:1px solid var(--flt-line);border-radius:20px;overflow:hidden;background:#fff;min-width:0}.flt-card-image{aspect-ratio:1/1;background:var(--flt-bg);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--flt-muted);font-size:13px}.flt-card-image img{width:100%;height:100%;object-fit:contain;display:block}.flt-card-body{padding:15px}.flt-card-body h3{font-size:17px;margin:4px 0}.flt-card-body h3 a{text-decoration:none;color:var(--flt-text)}.flt-card-body p{margin:5px 0;color:var(--flt-muted);font-size:13px}.flt-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px}.flt-card-bottom>a{font-size:12px;font-weight:900;color:var(--flt-deep);text-decoration:none}.flt-stock,.flt-availability{font-size:12px;font-weight:900;border-radius:999px;padding:6px 9px;display:inline-block}.flt-stock.available,.flt-availability.available{background:#e7f8f4;color:#0369a1}.flt-stock.low_stock,.flt-availability.low_stock{background:#fff7e6;color:#9a5b00}.flt-stock.out_of_stock,.flt-availability.out_of_stock{background:#fff0f2;color:#a71934}.flt-stock.consult,.flt-availability.consult{background:#edf5ff;color:#1d5f96}.flt-empty{grid-column:1/-1;padding:30px;border:1px dashed var(--flt-line);border-radius:18px;text-align:center;color:var(--flt-muted)}.flt-back{display:inline-block;color:var(--flt-deep);font-weight:800;text-decoration:none;margin:4px 0 18px}.flt-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.flt-product-image{aspect-ratio:1/1;background:var(--flt-bg);border-radius:26px;overflow:hidden;display:flex;align-items:center;justify-content:center}.flt-product-image img{width:100%;height:100%;object-fit:contain}.flt-no-image{color:var(--flt-muted)}.flt-presentation{font-size:18px;font-weight:800;color:var(--flt-deep)}.flt-availability{margin:10px 0 18px}.flt-whatsapp{display:inline-flex}.flt-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:34px}.flt-detail-grid article{border:1px solid var(--flt-line);border-radius:20px;padding:22px}.flt-detail-grid h2{margin:0 0 12px;font-size:20px}.flt-detail-grid p,.flt-detail-grid li{color:var(--flt-muted)}.flt-outline{display:inline-flex;border:1px solid var(--flt-deep);color:var(--flt-deep);border-radius:12px;padding:10px 13px;text-decoration:none;font-weight:800}.flt-related{margin-top:44px}.flt-popup[hidden]{display:none}.flt-popup{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:18px}.flt-popup-backdrop{position:absolute;inset:0;background:rgba(5,16,21,.66);backdrop-filter:blur(3px)}.flt-popup-dialog{position:relative;width:min(430px,92vw);max-height:88vh;background:#fff;border-radius:22px;overflow:auto;box-shadow:0 24px 80px rgba(0,0,0,.34)}.flt-popup-image{display:block;width:100%;height:auto;max-height:72vh;object-fit:contain}.flt-popup-close{position:absolute;top:10px;right:10px;border:0;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.94);font-size:25px;line-height:1;cursor:pointer;z-index:2}.flt-popup-cta{display:flex;margin:12px;justify-content:center}@media(max-width:900px){.flt-grid{grid-template-columns:repeat(2,1fr)}.flt-product-layout{gap:24px}.flt-detail-grid{grid-template-columns:1fr}}@media(max-width:640px){.flt-public{padding-top:18px}.flt-container{width:min(100% - 22px,1180px)}.flt-search{grid-template-columns:1fr}.flt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.flt-card-body{padding:11px}.flt-card-body h3{font-size:14px}.flt-card-bottom{align-items:flex-start;flex-direction:column}.flt-product-layout{grid-template-columns:1fr}.flt-product-info h1{font-size:36px}.flt-section-head h2{font-size:24px}.flt-popup-dialog{width:min(390px,94vw)}}

/* v1.1.0 · Categorías */
.flt-category-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:30px;align-items:center}.flt-category-hero-image{aspect-ratio:3/2;border-radius:22px;overflow:hidden;background:var(--flt-bg);border:1px solid var(--flt-line)}.flt-category-hero-image img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:700px){.flt-category-hero{grid-template-columns:1fr}.flt-category-hero-image{order:-1}}

/* v1.3.33 · navegación comercial de productos */
.flt-product-detail-link{cursor:pointer;text-decoration:none;color:inherit}.flt-product-premium-body h3 .flt-product-title-link{color:#fff;text-decoration:none}.flt-product-premium-body h3 .flt-product-title-link:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.flt-product-catalog-nav{margin-top:34px;padding:26px 28px;border:1px solid var(--flt-line);border-radius:24px;background:linear-gradient(135deg,#f8fbfb,#fff);display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1fr);gap:24px;align-items:center}.flt-product-catalog-nav>div:first-child>span{display:block;color:var(--flt-fuchsia);font-size:11px;font-weight:950;letter-spacing:.12em}.flt-product-catalog-nav h2{margin:6px 0 6px;font-size:clamp(22px,3vw,30px)}.flt-product-catalog-nav p{margin:0;color:var(--flt-muted)}.flt-product-catalog-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}.flt-category-mini-link{display:inline-flex;align-items:center;min-height:40px;padding:8px 13px;border-radius:999px;background:#eef5f5;color:var(--flt-deep);text-decoration:none;font-size:12px;font-weight:850}.flt-catalog-main-link{background:#fff}.flt-quote-box{margin-top:28px;margin-bottom:8px}.flt-product-info-wholesale .flt-whatsapp-primary{font-size:14px;padding:14px 18px}.flt-product-info-wholesale .flt-whatsapp-primary::before,.flt-whatsapp-secondary::before{content:'↗';font-size:12px;font-weight:950}
@media(max-width:760px){.flt-product-catalog-nav{grid-template-columns:1fr;padding:22px}.flt-product-catalog-actions{justify-content:flex-start}.flt-catalog-main-link{width:100%;justify-content:center}.flt-product-info-wholesale .flt-whatsapp-primary{width:100%;justify-content:center}.flt-quote-box{margin-top:24px}}


/* v1.3.37 · navegación superior en ficha de producto */
.flt-product-top-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.flt-product-top-nav .flt-back{margin:0}
.flt-home-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border-radius:12px;background:#11191d;color:#fff;text-decoration:none;font-size:13px;font-weight:850;box-shadow:0 10px 24px rgba(17,25,29,.10);transition:transform .18s ease,box-shadow .18s ease}
.flt-home-link:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(17,25,29,.16)}
@media(max-width:600px){.flt-product-top-nav{align-items:stretch}.flt-product-top-nav .flt-back,.flt-home-link{width:100%;justify-content:center}}


/* v1.3.39 · navegación de catálogo + tarjetas refinadas */
.flt-catalog-top-nav{display:flex;justify-content:flex-end;align-items:center;padding-top:4px;margin-bottom:-8px}.flt-catalog-top-nav .flt-home-link{margin:0}.flt-category-top-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.flt-category-top-nav .flt-back{margin:0}.flt-card{display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.flt-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(17,25,29,.08);border-color:#d2dee1}.flt-card-body{display:flex;flex:1;flex-direction:column}.flt-card-bottom-modern{display:grid;grid-template-columns:1fr;gap:10px;margin-top:auto;padding-top:14px}.flt-card-bottom-modern .flt-stock{width:100%;box-sizing:border-box;text-align:center;border-radius:12px;padding:9px 10px;line-height:1.25}.flt-card-bottom-modern .flt-card-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;box-sizing:border-box;min-height:44px;padding:10px 13px;border-radius:12px;background:#1e293b;color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:900;line-height:1.2;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.flt-card-bottom-modern .flt-card-cta:hover{background:#0f172a;transform:translateY(-1px);box-shadow:0 10px 24px rgba(30,41,59,.18)}.flt-card-bottom-modern .flt-card-cta b{font-size:18px;line-height:1}.flt-stock.available{background:#e7f8f4;color:#0369a1}.flt-stock.low_stock{background:#fff7e6;color:#9a5b00}.flt-stock.out_of_stock{background:#fff0f2;color:#a71934}.flt-stock.consult{background:#edf5ff;color:#1d5f96}@media(max-width:640px){.flt-catalog-top-nav{justify-content:stretch;margin-bottom:0}.flt-catalog-top-nav .flt-home-link{width:100%;justify-content:center}.flt-category-top-nav{display:grid;grid-template-columns:1fr;gap:8px}.flt-category-top-nav .flt-back,.flt-category-top-nav .flt-home-link{width:100%;box-sizing:border-box;text-align:center;justify-content:center}.flt-card-bottom-modern{gap:8px}.flt-card-bottom-modern .flt-stock{font-size:11px;padding:8px}.flt-card-bottom-modern .flt-card-cta{font-size:11px;padding:9px 10px;min-height:42px}.flt-card-bottom-modern .flt-card-cta b{font-size:16px}}


/* v1.3.47 · portada premium de categoría (fichas de producto intactas) */
.flt-category-page{padding-top:22px}.flt-category-top-nav-premium{margin-bottom:16px}.flt-category-cover{position:relative;min-height:430px;border-radius:30px;overflow:hidden;background:#0e1a1e;color:#fff;display:flex;align-items:flex-end;box-shadow:0 26px 70px rgba(17,25,29,.12)}.flt-category-cover-media{position:absolute;inset:0;background-image:var(--flt-category-cover-image);background-size:cover;background-position:center;transform:scale(1.015)}.flt-category-cover.no-image .flt-category-cover-media{background:radial-gradient(circle at 78% 20%,rgba(14,165,233,.40),transparent 28%),radial-gradient(circle at 82% 82%,rgba(0,105,187,.22),transparent 24%),linear-gradient(135deg,#0b171b 0%,#1e293b 100%)}.flt-category-cover-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,17,.94) 0%,rgba(5,14,17,.86) 42%,rgba(5,14,17,.38) 72%,rgba(5,14,17,.18) 100%)}.flt-category-cover-copy{position:relative;z-index:2;width:min(650px,72%);padding:48px}.flt-category-cover-label{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border-radius:999px;border:1px solid rgba(56,189,248,.42);background:rgba(14,165,233,.10);color:#80efe5;font-size:11px;font-weight:950;letter-spacing:.12em}.flt-category-cover h1{margin:14px 0 12px;font-size:clamp(46px,6vw,76px);line-height:.96;letter-spacing:-.05em}.flt-category-cover p{margin:0;max-width:610px;color:rgba(255,255,255,.79);font-size:17px;line-height:1.65}.flt-category-cover-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.flt-category-cover-meta span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.13);font-size:12px;font-weight:800;color:#fff}.flt-category-cover-meta b{margin-right:5px;color:#62e2d7;font-size:15px}.flt-category-cover-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.flt-category-cover-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:13px;text-decoration:none;font-size:13px;font-weight:900}.flt-category-cover-primary{background:#38bdf8;color:#061414}.flt-category-cover-secondary{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);color:#fff}.flt-category-sibling-nav{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin:20px 0 4px;padding:16px 18px;border:1px solid var(--flt-line);border-radius:18px;background:#f8fbfb}.flt-category-sibling-nav>span{font-size:12px;font-weight:950;color:#6b797e;padding-top:7px}.flt-category-sibling-nav>div{display:flex;gap:8px;flex-wrap:wrap}.flt-category-sibling-nav a{display:inline-flex;min-height:32px;align-items:center;padding:0 11px;border-radius:999px;background:#fff;border:1px solid #dfe7e9;color:var(--flt-deep);text-decoration:none;font-size:11px;font-weight:850}.flt-category-sibling-nav a:hover{border-color:#038FCD;color:#087f78}.flt-category-products{padding-top:34px}.flt-category-products-head{margin-bottom:20px}.flt-category-products-head .flt-category-label{display:block;margin-bottom:7px}.flt-category-products-head h2{font-size:clamp(28px,4vw,40px)}
@media(max-width:820px){.flt-category-cover{min-height:390px}.flt-category-cover-copy{width:min(720px,86%);padding:38px}.flt-category-cover-overlay{background:linear-gradient(90deg,rgba(5,14,17,.94) 0%,rgba(5,14,17,.80) 58%,rgba(5,14,17,.42) 100%)}}
@media(max-width:640px){.flt-category-page{padding-top:12px}.flt-category-cover{min-height:500px;border-radius:24px;align-items:flex-end}.flt-category-cover-media{background-position:center top}.flt-category-cover-overlay{background:linear-gradient(180deg,rgba(5,14,17,.18) 0%,rgba(5,14,17,.42) 34%,rgba(5,14,17,.96) 72%,rgba(5,14,17,.99) 100%)}.flt-category-cover-copy{width:auto;padding:26px 22px}.flt-category-cover h1{font-size:clamp(38px,12vw,54px)}.flt-category-cover p{font-size:14px;line-height:1.55}.flt-category-cover-actions{display:grid;grid-template-columns:1fr}.flt-category-cover-actions a{width:100%;box-sizing:border-box}.flt-category-sibling-nav{grid-template-columns:1fr;padding:14px}.flt-category-sibling-nav>span{padding-top:0}.flt-category-sibling-nav>div{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.flt-category-sibling-nav a{white-space:nowrap}.flt-category-products{padding-top:26px}}


/* v1.3.48 · portada fina de producto + hover principal */
.flt-category-cover-secondary:hover{background:#0069BB!important;border-color:#0069BB!important;color:#fff!important;transform:translateY(-1px)}
.flt-product-page{padding-top:22px}.flt-product-cover{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:26px;align-items:center;min-height:280px;margin-bottom:28px;padding:34px 38px;border-radius:28px;background:radial-gradient(circle at 82% 18%,rgba(14,165,233,.24),transparent 26%),radial-gradient(circle at 92% 85%,rgba(0,105,187,.18),transparent 24%),linear-gradient(135deg,#0b171b 0%,#0c313b 100%);color:#fff;overflow:hidden;box-shadow:0 24px 60px rgba(17,25,29,.10)}.flt-product-cover-copy{position:relative;z-index:2;max-width:650px}.flt-product-cover-label{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;border:1px solid rgba(56,189,248,.38);background:rgba(14,165,233,.10);color:#7beadf;font-size:10px;font-weight:950;letter-spacing:.12em}.flt-product-cover h1{margin:12px 0 10px;font-size:clamp(38px,5vw,62px);line-height:.98;letter-spacing:-.045em}.flt-product-cover p{margin:0;max-width:610px;color:rgba(255,255,255,.78);font-size:15px;line-height:1.6}.flt-product-cover-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.flt-product-cover-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:12px;text-decoration:none;font-size:12px;font-weight:900;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.flt-product-cover-primary{background:#38bdf8;color:#061414}.flt-product-cover-primary:hover{background:#60a5fa;color:#061414;transform:translateY(-1px)}.flt-product-cover-secondary{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);color:#fff}.flt-product-cover-secondary:hover{background:#0069BB!important;border-color:#0069BB!important;color:#fff!important;transform:translateY(-1px)}.flt-product-cover-media{position:relative;z-index:2;justify-self:end;width:min(100%,320px);height:230px;border-radius:22px;background:rgba(255,255,255,.94);display:grid;place-items:center;overflow:hidden;box-shadow:0 16px 38px rgba(0,0,0,.18)}.flt-product-cover-media img{width:100%;height:100%;object-fit:contain;display:block;padding:12px;box-sizing:border-box}.flt-product-layout{scroll-margin-top:90px}
@media(max-width:820px){.flt-product-cover{grid-template-columns:1fr minmax(210px,.7fr);padding:30px;min-height:250px}.flt-product-cover-media{height:210px}}
@media(max-width:640px){.flt-product-page{padding-top:12px}.flt-product-cover{grid-template-columns:1fr;gap:18px;padding:24px 20px;border-radius:24px;min-height:0}.flt-product-cover h1{font-size:clamp(36px,12vw,52px)}.flt-product-cover p{font-size:14px}.flt-product-cover-media{order:-1;justify-self:stretch;width:100%;height:210px;border-radius:18px}.flt-product-cover-actions{display:grid;grid-template-columns:1fr}.flt-product-cover-actions a{width:100%;box-sizing:border-box}}

/* v1.3.49 · portada de producto: imagen completa, sin recortes */
.flt-product-cover-media{
  padding:14px;
  box-sizing:border-box;
}
.flt-product-cover-media .flt-product-cover-image,
.flt-product-cover-media > img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:88%!important;
  max-height:88%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  margin:auto!important;
}
@media(max-width:640px){
  .flt-product-cover-media{
    height:260px;
    padding:16px;
  }
  .flt-product-cover-media .flt-product-cover-image,
  .flt-product-cover-media > img{
    max-width:82%!important;
    max-height:88%!important;
  }
}


/* v1.3.50 · corrección definitiva portada producto: fondo contenido, sin crop/srcset */
.flt-product-cover-media.has-image{
  background-color:rgba(255,255,255,.96)!important;
  background-image:var(--flt-product-cover-url)!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-size:contain!important;
  padding:16px!important;
  background-origin:content-box!important;
  background-clip:content-box!important;
}
.flt-product-cover-media.has-image img{display:none!important}
@media(max-width:640px){
  .flt-product-cover-media.has-image{padding:14px!important;background-size:contain!important;background-position:center center!important}
}

/* v1.3.51 · relacionados automáticos */
.flt-related .flt-section-head p{margin:5px 0 0;color:var(--flt-muted);font-size:13px}

/* v1.3.52 · hover principal en categoría del producto */
.flt-product-meta-chips a{transition:color .18s ease,border-color .18s ease,background .18s ease}
.flt-product-meta-chips a:hover{color:#0069BB;border-color:rgba(0,105,187,.55);background:rgba(0,105,187,.08)}

/* v1.3.53 · botones de contacto en blanco + hover principal */
.flt-whatsapp-primary,.flt-whatsapp-secondary{color:#fff!important;transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}
.flt-whatsapp-primary .flt-wa-icon,.flt-whatsapp-secondary .flt-wa-icon{color:#fff!important}
.flt-whatsapp-primary:hover,.flt-whatsapp-primary:focus-visible,.flt-whatsapp-secondary:hover,.flt-whatsapp-secondary:focus-visible{background:var(--flt-fuchsia)!important;color:#fff!important;border-color:var(--flt-fuchsia)!important;box-shadow:0 10px 24px rgba(0,105,187,.24)}
.flt-whatsapp-primary:hover .flt-wa-icon,.flt-whatsapp-primary:focus-visible .flt-wa-icon,.flt-whatsapp-secondary:hover .flt-wa-icon,.flt-whatsapp-secondary:focus-visible .flt-wa-icon{color:#fff!important}

/* v1.3.55 · búsqueda inteligente del catálogo */
.flt-search-hint{margin:9px 4px 0;color:#728087;font-size:11.5px;line-height:1.5}.flt-search-hint b{color:#1e293b}.flt-empty b{display:inline-block;margin-bottom:5px;color:#203137}.flt-empty span{font-size:12px;line-height:1.55}


/* v1.3.56 · buscador predictivo con productos en vivo */
.flt-live-search{position:relative;overflow:visible}.flt-live-search-field{position:relative;min-width:0}.flt-live-search-field>input{width:100%;box-sizing:border-box}.flt-live-results{position:absolute;z-index:250;top:calc(100% + 8px);left:0;width:min(620px,calc(100vw - 32px));max-height:min(520px,70vh);overflow:auto;padding:8px;border:1px solid #dde7e9;border-radius:18px;background:#fff;box-shadow:0 24px 65px rgba(17,25,29,.18)}.flt-live-result{display:grid;grid-template-columns:58px minmax(0,1fr) auto 24px;gap:12px;align-items:center;padding:9px;border-radius:13px;color:var(--flt-text);text-decoration:none;transition:background .16s ease,transform .16s ease}.flt-live-result:hover,.flt-live-result:focus-visible{background:#f5f9f9;transform:translateY(-1px);outline:none}.flt-live-thumb{width:58px;height:58px;border-radius:11px;overflow:hidden;background:#f1f5f6;display:grid;place-items:center;color:var(--flt-fuchsia);font-weight:950}.flt-live-thumb img{width:100%;height:100%;object-fit:contain;display:block}.flt-live-copy{min-width:0;display:grid;gap:4px}.flt-live-copy b{font-size:13px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flt-live-copy small{font-size:11px;line-height:1.3;color:#69777c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flt-live-stock{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;background:#e7f8f4;color:#0369a1;font-size:10px;font-weight:900;white-space:nowrap}.flt-live-stock.low_stock{background:#fff7e6;color:#9a5b00}.flt-live-stock.out_of_stock{background:#fff0f2;color:#a71934}.flt-live-stock.consult{background:#edf5ff;color:#1d5f96}.flt-live-result>i{font-style:normal;color:var(--flt-fuchsia);font-size:18px}.flt-live-empty,.flt-live-loading{padding:18px;display:grid;gap:4px;text-align:center}.flt-live-empty b{font-size:14px}.flt-live-empty span,.flt-live-loading{font-size:12px;color:#6a777c}.flt-live-loading{grid-template-columns:auto 1fr;align-items:center;justify-content:center}.flt-live-loading>span{width:15px;height:15px;border:2px solid #dce6e8;border-top-color:var(--flt-fuchsia);border-radius:50%;animation:fltLiveSpin .7s linear infinite}@keyframes fltLiveSpin{to{transform:rotate(360deg)}}
@media(max-width:640px){.flt-live-search-field{order:-1}.flt-live-results{position:absolute;width:100%;max-height:62vh;box-sizing:border-box;border-radius:16px}.flt-live-result{grid-template-columns:52px minmax(0,1fr) 18px;padding:8px;gap:10px}.flt-live-thumb{width:52px;height:52px}.flt-live-stock{display:none}.flt-live-copy b{font-size:12px}.flt-live-copy small{font-size:10px}}


/* v1.3.57 · catálogo móvil compacto */
@media(max-width:640px){
  .flt-category-section{margin:26px 0}
  .flt-section-head{align-items:center;margin-bottom:11px}
  .flt-section-head h2{font-size:22px}
  .flt-section-head>a{font-size:12px}
  .flt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .flt-card{border-radius:16px}
  .flt-card-image{aspect-ratio:auto!important;height:176px!important;min-height:0!important;padding:8px;box-sizing:border-box}
  .flt-card-image img{width:100%!important;height:100%!important;max-height:160px!important;object-fit:contain!important}
  .flt-card-body{padding:10px}
  .flt-card-cat{font-size:9px;letter-spacing:.08em}
  .flt-card-body h3{font-size:13px;line-height:1.2;margin:4px 0 2px}
  .flt-card-body p{font-size:10px;line-height:1.35;margin:3px 0}
  .flt-card-bottom-modern{padding-top:8px;gap:6px}
  .flt-card-bottom-modern .flt-stock{font-size:9.5px;padding:6px 5px;border-radius:9px}
  .flt-card-bottom-modern .flt-card-cta{min-height:36px;padding:7px 8px;border-radius:9px;font-size:9.5px}
  .flt-card-bottom-modern .flt-card-cta b{font-size:14px}
}
@media(max-width:390px){
  .flt-card-image{height:154px!important;padding:6px}
  .flt-card-image img{max-height:142px!important}
  .flt-grid{gap:7px}
  .flt-card-body{padding:8px}
}

/* v1.3.77 · tarjetas de producto compactas en escritorio.
 * Evita que imágenes verticales con gran tamaño intrínseco expandan la tarjeta.
 * Alcance quirúrgico: fichas relacionadas y listado de una categoría; móvil conserva v1.3.57. */
@media (min-width:641px){
  .flt-product-page .flt-related .flt-card-image,
  .flt-category-page .flt-category-products .flt-card-image{
    aspect-ratio:auto!important;
    height:260px!important;
    min-height:0!important;
    overflow:hidden!important;
    flex:0 0 260px;
    padding:10px;
    box-sizing:border-box;
  }
  .flt-product-page .flt-related .flt-card-image img,
  .flt-category-page .flt-category-products .flt-card-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:240px!important;
    object-fit:contain!important;
  }
}
@media (min-width:641px) and (max-width:900px){
  .flt-product-page .flt-related .flt-card-image,
  .flt-category-page .flt-category-products .flt-card-image{
    height:240px!important;
    flex-basis:240px;
  }
  .flt-product-page .flt-related .flt-card-image img,
  .flt-category-page .flt-category-products .flt-card-image img{
    max-height:220px!important;
  }
}

/* FloricolorLara v1.1.0 · shell y encabezado propios del plugin */
body.flt-site-body{margin:0;font-family:var(--flt-site-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);background:#fff;color:#15262d}.flt-site-header-wrap{position:relative;z-index:900;background:var(--flt-site-secondary,#fff);font-family:var(--flt-site-font,inherit)}.flt-site-header-wrap.is-sticky{position:sticky;top:0}.flt-site-topbar{background:var(--flt-site-primary,#11191d);color:#fff;font-size:12px;font-weight:700;text-align:center;padding:7px 0}.flt-site-header-container{width:min(1180px,calc(100% - 32px));margin:auto}.flt-site-header{background:var(--flt-site-secondary,#fff);border-bottom:1px solid rgba(17,25,29,.1);box-shadow:0 8px 24px rgba(17,25,29,.04)}.flt-site-header-inner{min-height:76px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center}.flt-site-brand{display:inline-flex;align-items:center;min-width:0;color:var(--flt-site-primary,#11191d);text-decoration:none;font-weight:950}.flt-site-brand-text{font-size:20px;letter-spacing:-.02em;white-space:nowrap}.flt-site-logo{display:inline-flex;align-items:center}.flt-site-logo img{display:block;width:auto;height:auto;max-width:210px;max-height:54px;object-fit:contain}.flt-site-logo-mobile{display:none}.flt-site-nav{display:flex;align-items:center;justify-content:center;gap:22px;min-width:0}.flt-site-nav a{color:#26353a;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap;transition:color .16s ease}.flt-site-nav a:hover,.flt-site-nav a:focus-visible{color:var(--flt-site-accent,var(--flt-site-primary,#11191d))}.flt-site-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:12px;background:var(--flt-site-primary,#11191d);color:#fff;text-decoration:none;font-size:12px;font-weight:900;white-space:nowrap}.flt-site-menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(17,25,29,.14);border-radius:11px;background:#fff;padding:9px;cursor:pointer}.flt-site-menu-toggle span{display:block;height:2px;background:#1d2d33;margin:4px 0;border-radius:2px}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:900px){.flt-site-header-container{width:min(100% - 22px,1180px)}.flt-site-header-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:10px;min-height:68px}.flt-site-menu-toggle{display:block;order:2}.flt-site-whatsapp{order:3;padding:0 12px}.flt-site-nav{position:absolute;left:11px;right:11px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px;background:#fff;border:1px solid rgba(17,25,29,.1);border-radius:16px;box-shadow:0 24px 60px rgba(17,25,29,.18)}.flt-site-header-wrap.menu-open .flt-site-nav{display:flex}.flt-site-nav a{padding:13px 12px;border-radius:10px}.flt-site-nav a:hover{background:#f5f7f8}.flt-site-logo img{max-width:170px;max-height:44px}.flt-site-logo-mobile{display:inline-flex}.flt-site-logo-mobile+.flt-site-brand-text{display:none}.flt-site-brand.has-mobile-logo .flt-site-logo-desktop{display:none}}
@media(max-width:560px){.flt-site-header-inner{grid-template-columns:minmax(0,1fr) auto}.flt-site-whatsapp{grid-column:1/-1;order:4;width:100%;box-sizing:border-box;margin:0 0 10px}.flt-site-brand-text{font-size:17px}.flt-site-logo img{max-width:145px;max-height:42px}.flt-site-topbar{font-size:10.5px;line-height:1.35}.flt-site-menu-toggle{order:2}}


/* FloricolorLara v1.3.0 · identidad visual + Home propia */
body.flt-site-body{--flt-fuchsia:var(--flt-site-primary,#0069BB);--flt-teal:var(--flt-site-secondary,#038FCD);}
.flt-site-header-wrap,.flt-site-header{background:#fff}.flt-site-topbar{background:var(--flt-site-primary,#0069BB)}
.flt-site-brand,.flt-site-nav a{color:#17324a}.flt-site-nav a:hover,.flt-site-nav a:focus-visible{color:var(--flt-site-primary,#0069BB)}
.flt-site-whatsapp{background:var(--flt-site-primary,#0069BB)}.flt-site-whatsapp:hover,.flt-site-whatsapp:focus-visible{background:var(--flt-site-secondary,#038FCD)}
.flt-home{font-family:var(--flt-site-font,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);background:#fff;color:#17324a;min-height:calc(100vh - 76px)}
.flt-home-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7fbff 0%,#fff 48%,rgba(3,143,205,.08) 100%);border-bottom:1px solid rgba(0,105,187,.10)}
.flt-home-hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-210px;background:radial-gradient(circle,rgba(0,105,187,.14),rgba(0,105,187,0) 70%);pointer-events:none}
.flt-home-hero-grid{position:relative;z-index:1;min-height:620px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:center;padding-top:64px;padding-bottom:64px}.flt-home-hero-grid.is-no-image{grid-template-columns:minmax(0,820px);justify-content:center;text-align:center}
.flt-home-hero-copy{min-width:0}.flt-home-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:rgba(0,105,187,.09);color:var(--flt-site-primary,#0069BB);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.flt-home-hero h1{margin:14px 0 18px;font-size:clamp(46px,7vw,86px);line-height:.98;letter-spacing:-.055em;color:#12314d}.flt-home-hero p{max-width:690px;margin:0;color:#5a6d7a;font-size:clamp(16px,2vw,20px);line-height:1.65}.is-no-image .flt-home-hero-copy p{margin-left:auto;margin-right:auto}
.flt-home-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.is-no-image .flt-home-actions{justify-content:center}.flt-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:14px;text-decoration:none;font-size:13px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.flt-home-btn:hover{transform:translateY(-1px)}.flt-home-btn.is-primary{background:var(--flt-site-primary,#0069BB);color:#fff;box-shadow:0 14px 30px rgba(0,105,187,.20)}.flt-home-btn.is-primary:hover{background:var(--flt-site-secondary,#038FCD)}.flt-home-btn.is-secondary{background:#fff;color:var(--flt-site-primary,#0069BB);border:1px solid rgba(0,105,187,.25)}
.flt-home-hero-media{border-radius:30px;overflow:hidden;background:#eef7fc;box-shadow:0 28px 70px rgba(18,49,77,.16);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.flt-home-hero-media img{display:block;width:100%;height:100%;object-fit:cover}
@media(max-width:900px){.flt-home-hero-grid{min-height:auto;grid-template-columns:1fr;gap:28px;padding-top:42px;padding-bottom:42px}.flt-home-hero-copy{text-align:center}.flt-home-hero p{margin-left:auto;margin-right:auto}.flt-home-actions{justify-content:center}.flt-home-hero-media{width:min(650px,100%);margin:auto}.flt-home-hero h1{font-size:clamp(42px,11vw,68px)}}
@media(max-width:560px){.flt-home-hero-grid{padding-top:32px;padding-bottom:34px}.flt-home-hero-media{border-radius:22px;aspect-ratio:1/1}.flt-home-actions{display:grid;grid-template-columns:1fr;width:100%}.flt-home-btn{width:100%;box-sizing:border-box}.flt-home-hero h1{font-size:clamp(38px,12vw,54px)}}

/* FloricolorLara v1.4.1 · selector público de opciones */
.flt-variant-picker{margin:20px 0;padding:18px;border:1px solid rgba(17,45,62,.12);border-radius:20px;background:#f8fbfd;display:grid;gap:16px}.flt-variant-picker-head{display:grid;gap:4px}.flt-variant-picker-head b{font-size:17px;color:#102d3e}.flt-variant-picker-head span{font-size:13px;line-height:1.45;color:#657783}.flt-variant-select{display:grid;gap:7px}.flt-variant-select>span,.flt-variant-label{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#365366}.flt-variant-select select{width:100%;min-height:48px;border:1px solid rgba(17,45,62,.16);border-radius:13px;background:#fff;padding:0 13px;color:#102d3e;font:inherit}.flt-color-selector{display:grid;gap:9px}.flt-color-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.flt-color-option{position:relative;display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:center;padding:10px;border:1px solid rgba(17,45,62,.12);border-radius:14px;background:#fff;cursor:pointer}.flt-color-option input{position:absolute;opacity:0;pointer-events:none}.flt-color-option:has(input:checked){border-color:var(--flt-site-primary,#0069BB);box-shadow:0 0 0 2px rgba(0,105,187,.14)}.flt-color-swatch{width:34px;height:34px;border-radius:50%;border:1px solid rgba(17,45,62,.16);background:var(--flt-color,#eef3f6);overflow:hidden}.flt-color-swatch img{width:100%;height:100%;object-fit:cover}.flt-color-copy{display:grid;gap:1px;min-width:0}.flt-color-copy b{font-size:13px;color:#153647}.flt-color-copy small{font-size:11px;color:#768690}
@media(max-width:620px){.flt-color-options{grid-template-columns:1fr}}

/* FloricolorLara v1.5.0 · Marcas + Carta de Colores */
.flt-card-brand{display:inline-flex;margin:2px 0 0;color:var(--flt-site-primary,#0069BB);font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.flt-brand-chip{border-color:rgba(0,105,187,.18)!important;background:rgba(0,105,187,.06)!important;color:#0d5f9a!important}.flt-technical-download{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px}
.flt-color-chart-page{min-height:70vh;background:#f7fafc;color:#17324a}.flt-color-chart-hero{padding:58px 0 44px;background:linear-gradient(135deg,#f4faff,#fff 62%,rgba(3,143,205,.08));border-bottom:1px solid rgba(0,105,187,.09)}.flt-color-chart-hero span{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(0,105,187,.08);color:var(--flt-site-primary,#0069BB);font-size:10px;font-weight:950;letter-spacing:.1em}.flt-color-chart-hero h1{margin:12px 0 10px;font-size:clamp(38px,6vw,68px);line-height:1;letter-spacing:-.04em;color:#12314d}.flt-color-chart-hero p{max-width:760px;margin:0;color:#647785;font-size:16px;line-height:1.65}.flt-color-chart-content{padding-top:30px;padding-bottom:60px}.flt-color-chart-filters{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(200px,.8fr) auto auto;gap:10px;align-items:end;margin-bottom:18px;padding:14px;border:1px solid rgba(18,49,77,.09);border-radius:18px;background:#fff}.flt-color-chart-filters label{display:grid;gap:6px}.flt-color-chart-filters label>span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#607483}.flt-color-chart-filters input,.flt-color-chart-filters select{min-height:46px;border:1px solid rgba(18,49,77,.15);border-radius:12px;padding:0 12px;background:#fff;color:#17324a;font:inherit}.flt-color-chart-filters button,.flt-color-chart-filters>a{min-height:46px;padding:0 17px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;text-decoration:none}.flt-color-chart-filters button{border:0;background:var(--flt-site-primary,#0069BB);color:#fff;cursor:pointer}.flt-color-chart-filters>a{border:1px solid rgba(18,49,77,.14);color:#17324a;background:#fff}.flt-color-chart-summary{margin:0 0 14px;color:#6c7b83;font-size:12px}.flt-color-chart-summary b{color:#17324a;font-size:17px}.flt-color-chart-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.flt-color-chart-card{overflow:hidden;border:1px solid rgba(18,49,77,.09);border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(18,49,77,.05)}.flt-color-chart-swatch{position:relative;aspect-ratio:1.35/1;background:var(--flt-chart-color,#e8edf0)}.flt-color-chart-swatch:after{content:"";position:absolute;inset:0;border-bottom:1px solid rgba(18,49,77,.08);pointer-events:none}.flt-color-chart-swatch img{width:100%;height:100%;object-fit:cover;display:block}.flt-color-chart-copy{padding:14px;display:grid;gap:12px}.flt-color-chart-name{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.flt-color-chart-name h2{margin:0;font-size:16px;line-height:1.25;color:#17324a}.flt-color-chart-name>span{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#f1f5f7;color:#60717b;font-size:9px;font-weight:900}.flt-color-chart-products{display:grid;gap:5px}.flt-color-chart-products small{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#7b8990}.flt-color-chart-products a{color:#1b5578;text-decoration:none;font-size:11px;font-weight:800;line-height:1.35}.flt-color-chart-products a:hover{text-decoration:underline}.flt-color-chart-products>span{font-size:10px;color:#7b8990}.flt-color-chart-note{margin:22px 0 0;padding:13px 15px;border-radius:14px;background:#eef5f9;color:#657884;font-size:11px;line-height:1.5}.flt-color-chart-empty{padding:46px 20px;text-align:center;border:1px dashed rgba(18,49,77,.17);border-radius:20px;background:#fff}.flt-color-chart-empty h2{margin:0 0 7px}.flt-color-chart-empty p{margin:0 0 16px;color:#697a84}.flt-color-chart-empty a{display:inline-flex;min-height:44px;align-items:center;padding:0 16px;border-radius:12px;background:var(--flt-site-primary,#0069BB);color:#fff;text-decoration:none;font-weight:900;font-size:12px}
@media(max-width:1000px){.flt-color-chart-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.flt-color-chart-filters{grid-template-columns:1fr 1fr auto}}
@media(max-width:720px){.flt-color-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flt-color-chart-filters{grid-template-columns:1fr}.flt-color-chart-filters button,.flt-color-chart-filters>a{width:100%;box-sizing:border-box}.flt-color-chart-hero{padding:42px 0 32px}}
@media(max-width:430px){.flt-color-chart-grid{grid-template-columns:1fr}.flt-color-chart-swatch{aspect-ratio:1.6/1}}

/* FloricolorLara v1.5.3 · logos de marca responsivos */
.flt-product-brand-identity{display:flex;align-items:center;gap:10px;margin:4px 0 10px;color:#42606f;font-size:12px;font-weight:800}.flt-product-brand-logo{display:inline-flex;align-items:center;justify-content:flex-start;max-width:180px;max-height:46px}.flt-product-brand-logo img{display:block;width:auto;height:auto;max-width:180px;max-height:46px;object-fit:contain}.flt-card-brand{display:inline-flex!important;align-items:center;gap:6px}.flt-card-brand-logo{width:48px;height:24px;display:inline-grid;place-items:center;border-radius:7px;overflow:hidden;background:#fff;border:1px solid rgba(16,35,46,.08)}.flt-card-brand-logo img{width:100%;height:100%;object-fit:contain;padding:3px;box-sizing:border-box}
@media(max-width:560px){.flt-product-brand-logo{max-width:150px}.flt-product-brand-logo img{max-width:150px;max-height:42px}}

/* FloricolorLara v1.6.0 · Mi Pedido */
.flt-site-header-inner{grid-template-columns:auto minmax(0,1fr) auto auto}.flt-site-order-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 11px;border:1px solid rgba(0,105,187,.18);border-radius:12px;background:#fff;color:var(--flt-site-primary,#0069BB);text-decoration:none;font-size:11px;font-weight:900;white-space:nowrap}.flt-site-order-link:hover,.flt-site-order-link:focus-visible{background:rgba(0,105,187,.06)}.flt-site-order-icon{width:18px;height:18px;display:inline-grid;place-items:center}.flt-site-order-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.flt-site-order-count{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--flt-site-primary,#0069BB);color:#fff;font-size:10px;box-sizing:border-box}.flt-site-order-count.is-empty{background:#dfe8ed;color:#60727d}
.flt-order-add{margin:18px 0 12px;padding:17px;border:1px solid rgba(0,105,187,.14);border-radius:18px;background:linear-gradient(145deg,#f7fbfe,#fff);display:grid;gap:13px}.flt-order-add-head{display:grid;gap:3px}.flt-order-add-head b{font-size:15px;color:#17324a}.flt-order-add-head span{font-size:12px;line-height:1.45;color:#687b87}.flt-order-add-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:10px;align-items:end}.flt-order-qty{display:grid;gap:6px}.flt-order-qty>span:first-child{font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#526a78}.flt-order-qty-control,.flt-order-page-qty{display:grid;grid-template-columns:38px 1fr 38px;min-height:46px;border:1px solid rgba(18,49,77,.14);border-radius:12px;overflow:hidden;background:#fff}.flt-order-qty-control button,.flt-order-page-qty button{border:0;background:#f3f7f9;color:#17324a;font-size:19px;font-weight:800;cursor:pointer}.flt-order-qty-control input,.flt-order-page-qty input{width:100%;min-width:0;border:0;border-left:1px solid rgba(18,49,77,.08);border-right:1px solid rgba(18,49,77,.08);text-align:center;color:#17324a;font-family:inherit;font-size:13px;font-weight:800;outline:none;-moz-appearance:textfield}.flt-order-qty-control input::-webkit-outer-spin-button,.flt-order-qty-control input::-webkit-inner-spin-button,.flt-order-page-qty input::-webkit-outer-spin-button,.flt-order-page-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.flt-add-order-btn{min-height:46px;border:0;border-radius:12px;background:var(--flt-site-primary,#0069BB);color:#fff;font-family:inherit;font-size:12px;font-weight:900;cursor:pointer;padding:0 17px;transition:background .16s ease,transform .16s ease}.flt-add-order-btn:hover{background:var(--flt-site-secondary,#038FCD);transform:translateY(-1px)}.flt-add-order-btn.is-added{background:#16835f}.flt-order-add-feedback{min-height:17px;font-size:11px;color:#4f6876}.flt-order-add-feedback a{color:var(--flt-site-primary,#0069BB);font-weight:900}
.flt-order-page{min-height:70vh;background:#f7fafc}.flt-order-hero{padding:52px 0 38px;background:linear-gradient(135deg,#f3faff,#fff 68%,rgba(3,143,205,.08));border-bottom:1px solid rgba(0,105,187,.09)}.flt-order-hero span{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(0,105,187,.08);color:var(--flt-site-primary,#0069BB);font-size:10px;font-weight:950;letter-spacing:.1em}.flt-order-hero h1{margin:12px 0 9px;font-size:clamp(38px,6vw,64px);line-height:1;letter-spacing:-.04em;color:#12314d}.flt-order-hero p{max-width:700px;margin:0;color:#647785;font-size:15px;line-height:1.6}.flt-order-content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start;padding-top:28px;padding-bottom:64px}.flt-order-list{display:grid;gap:12px}.flt-order-item{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;padding:14px;border:1px solid rgba(18,49,77,.09);border-radius:19px;background:#fff;box-shadow:0 8px 22px rgba(18,49,77,.04)}.flt-order-item-media{display:grid;place-items:center;aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#f2f6f8;color:#74909f;font-size:28px;font-weight:900;text-decoration:none}.flt-order-item-media img{width:100%;height:100%;object-fit:contain}.flt-order-item-body{min-width:0;display:grid;align-content:center;gap:7px}.flt-order-item-brand{font-size:9px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;color:var(--flt-site-primary,#0069BB)}.flt-order-item h2{margin:0;font-size:17px;line-height:1.25;color:#17324a}.flt-order-item h2 a{color:inherit;text-decoration:none}.flt-order-item-meta{display:flex;flex-wrap:wrap;gap:6px}.flt-order-item-meta span{padding:5px 8px;border-radius:999px;background:#f1f5f7;color:#536c79;font-size:10px;font-weight:800}.flt-order-item-controls{display:flex;align-items:center;gap:10px;margin-top:3px}.flt-order-page-qty{width:126px;min-height:38px;grid-template-columns:34px 1fr 34px}.flt-order-remove{border:0;background:transparent;color:#b33a42;font-size:11px;font-weight:900;cursor:pointer;padding:7px}.flt-order-summary{position:sticky;top:100px;padding:20px;border:1px solid rgba(18,49,77,.10);border-radius:20px;background:#fff;box-shadow:0 14px 35px rgba(18,49,77,.07);display:grid;gap:13px}.flt-order-summary-kicker{font-size:9px;font-weight:950;letter-spacing:.1em;color:var(--flt-site-primary,#0069BB)}.flt-order-summary h2{margin:-4px 0 4px;font-size:25px;color:#17324a}.flt-order-summary-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid rgba(18,49,77,.08);font-size:12px;color:#607582}.flt-order-summary-row b{color:#17324a}.flt-order-whatsapp{display:flex;align-items:center;justify-content:center;min-height:48px;padding:0 14px;border-radius:13px;background:#1eaa61;color:#fff;text-decoration:none;font-size:12px;font-weight:950;text-align:center}.flt-order-whatsapp.is-disabled{opacity:.45;cursor:not-allowed}.flt-order-clear{min-height:42px;border:1px solid rgba(18,49,77,.13);border-radius:12px;background:#fff;color:#5e707a;font-family:inherit;font-size:11px;font-weight:800;cursor:pointer}.flt-order-clear:disabled{opacity:.4;cursor:not-allowed}.flt-order-summary-note{margin:0;color:#778891;font-size:10.5px;line-height:1.5}.flt-order-empty{padding:54px 24px;border:1px dashed rgba(18,49,77,.18);border-radius:20px;background:#fff;text-align:center}.flt-order-empty-icon{width:42px;height:42px;margin:auto;color:#8ca2ae}.flt-order-empty-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.flt-order-empty h2{margin:10px 0 6px;color:#17324a}.flt-order-empty p{margin:0 0 17px;color:#6d7f89}.flt-order-empty a{display:inline-flex;min-height:44px;align-items:center;padding:0 16px;border-radius:12px;background:var(--flt-site-primary,#0069BB);color:#fff;text-decoration:none;font-size:12px;font-weight:900}
@media(max-width:900px){.flt-site-header-inner{grid-template-columns:minmax(0,1fr) auto auto auto}.flt-site-menu-toggle{order:2}.flt-site-order-link{order:3}.flt-site-whatsapp{order:4}.flt-order-content{grid-template-columns:1fr}.flt-order-summary{position:static;order:-1}}
@media(max-width:650px){.flt-order-add-row{grid-template-columns:1fr}.flt-order-item{grid-template-columns:92px minmax(0,1fr);gap:12px}.flt-order-item-controls{justify-content:space-between}.flt-order-hero{padding:40px 0 30px}.flt-site-order-label{display:none}.flt-site-order-link{padding:0 8px}}
@media(max-width:560px){.flt-site-header-inner{grid-template-columns:minmax(0,1fr) auto auto}.flt-site-menu-toggle{order:2}.flt-site-order-link{order:3}.flt-site-whatsapp{grid-column:1/-1;order:4}.flt-order-content{padding-top:18px}.flt-order-item{grid-template-columns:76px minmax(0,1fr);padding:11px}.flt-order-item h2{font-size:15px}.flt-order-item-controls{grid-column:1/-1;flex-wrap:wrap}.flt-order-page-qty{width:120px}}


/* FloricolorLara v1.7.0 · precios y filtros de catálogo */
.flt-catalog-filters{margin:22px 0 18px;padding:20px;border:1px solid #dfe8ef;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.flt-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.flt-filter-head span{display:block;color:var(--flt-primary,#0069BB);font-size:11px;font-weight:900;letter-spacing:.12em}.flt-filter-head h2{margin:3px 0 0;font-size:22px}.flt-filter-head>a{font-size:13px;font-weight:800;color:var(--flt-primary,#0069BB);text-decoration:none}
.flt-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;align-items:end}.flt-filter-grid>label,.flt-price-filter{display:grid;gap:7px}.flt-filter-grid>label>span,.flt-price-filter>span{font-size:12px;font-weight:800;color:#475569}.flt-filter-grid select,.flt-filter-grid input{width:100%;min-height:46px;border:1px solid #d8e1e8;border-radius:12px;background:#fff;padding:10px 12px;color:#172033;font:inherit;outline:none}.flt-filter-grid select:focus,.flt-filter-grid input:focus{border-color:var(--flt-primary,#0069BB);box-shadow:0 0 0 3px rgba(0,105,187,.10)}.flt-price-filter>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.flt-price-filter label{display:grid;gap:4px}.flt-price-filter small{font-size:10px;font-weight:800;color:#7b8794}.flt-filter-submit{margin-top:14px;border:0;border-radius:12px;background:var(--flt-primary,#0069BB);color:#fff;padding:12px 18px;font-weight:900;cursor:pointer}.flt-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.flt-active-filters span{display:inline-flex;gap:5px;align-items:center;padding:8px 11px;border-radius:999px;background:#eef7fd;color:#41546a;font-size:12px}.flt-active-filters b{color:var(--flt-primary,#0069BB)}.flt-filter-results{margin-top:24px}
.flt-card-price{display:block;margin:8px 0 2px;color:#0f172a;font-size:18px;line-height:1.15}.flt-product-price{margin:3px 0 12px;color:var(--flt-primary,#0069BB);font-size:28px;font-weight:900;line-height:1.1}.flt-order-item-price{font-weight:800;color:#0f6aa8}.flt-order-item-subtotal{margin-top:8px;font-size:13px;font-weight:900;color:#182235}.flt-order-summary-total{margin-top:5px;padding-top:12px;border-top:1px solid #dce5eb}.flt-order-summary-total b{font-size:18px;color:var(--flt-primary,#0069BB)}
@media(max-width:900px){.flt-filter-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.flt-catalog-filters{padding:16px;border-radius:16px}.flt-filter-head{align-items:center}.flt-filter-head h2{font-size:19px}.flt-filter-grid{grid-template-columns:1fr}.flt-price-filter>div{grid-template-columns:1fr 1fr}.flt-filter-submit{width:100%}.flt-product-price{font-size:24px}}

/* FloricolorLara v1.8.0 · precios en oferta */
.flt-card-offer-row{display:flex;align-items:center;gap:8px;margin-top:8px}
.flt-offer-badge{
  display:inline-flex;align-items:center;justify-content:center;max-width:100%;
  padding:5px 9px;border-radius:999px;background:var(--flt-accent,#F17E1B);color:#fff;
  font-size:10px;font-weight:800;letter-spacing:.06em;line-height:1.1;text-transform:uppercase;
}
.flt-card-price.is-sale{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px}
.flt-card-price.is-sale del{font-size:12px;font-weight:600;color:#8d99a3;text-decoration-thickness:1px}
.flt-card-price.is-sale ins{text-decoration:none;color:var(--flt-primary,#0069BB)}
.flt-product-price-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:8px 0 4px}
.flt-product-price-wrap .flt-product-price{margin:0}
.flt-product-price.is-sale{display:flex;align-items:baseline;flex-wrap:wrap;gap:9px}
.flt-product-price.is-sale del{font-size:.56em;color:#8d99a3;font-weight:600}
.flt-product-price.is-sale ins{text-decoration:none}
.flt-product-offer-badge[hidden]{display:none!important}
.flt-offer-filter-check{
  min-height:46px;display:flex;align-items:center;gap:9px;padding:0 12px;
  border:1px solid #dce4ea;border-radius:12px;background:#fff;color:#273947;
}
.flt-offer-filter-check input{width:18px;height:18px;margin:0;accent-color:var(--flt-primary,#0069BB)}
.flt-offer-filter-check b{font-size:13px;line-height:1.25}



/* FloricolorLara v1.8.1 · opciones fijas vs. seleccionables */
.flt-fixed-variant{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 14px;border:1px solid rgba(0,105,187,.16);border-radius:14px;background:rgba(0,105,187,.045)}
.flt-fixed-variant>span:first-child{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--flt-muted,#607080)}
.flt-fixed-variant>b{font-size:15px;color:var(--flt-text,#17212b)}
.flt-fixed-variant>small{margin-left:auto;font-weight:700;color:var(--flt-primary,#0069bb)}
.flt-fixed-color .flt-color-swatch{width:30px;height:30px;flex:0 0 30px}
@media(max-width:640px){.flt-fixed-variant>small{width:100%;margin-left:0}.flt-fixed-variant{align-items:flex-start}}

/* v1.9.0 · bloque editable de ofertas en Home */
.flt-home-offers{padding:56px 0;background:#f6f9fb}.flt-home-block-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.flt-home-block-head h2{margin:6px 0 0;font-size:clamp(28px,4vw,44px);line-height:1.05}.flt-home-block-head p{max-width:680px;margin:10px 0 0;color:#5f6e77}.flt-home-block-link{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-weight:800;text-decoration:none;color:var(--flt-primary,#0069BB)}.flt-home-offers-grid{margin-top:0}@media(max-width:720px){.flt-home-offers{padding:38px 0}.flt-home-block-head{align-items:flex-start;flex-direction:column;gap:12px}.flt-home-block-link{white-space:normal}}

/* FloricolorLara v1.10.0 · bloques comerciales de la Home */
.flt-home-section{padding:58px 0}.flt-home-section.is-soft{background:#f6f9fb}.flt-home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.flt-home-category-card{position:relative;display:grid;min-height:210px;border:1px solid rgba(18,49,77,.09);border-radius:22px;overflow:hidden;background:#fff;text-decoration:none;color:#17324a;box-shadow:0 10px 28px rgba(18,49,77,.055)}.flt-home-category-media{position:absolute;inset:0}.flt-home-category-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,25,39,.02),rgba(7,25,39,.75))}.flt-home-category-media img{width:100%;height:100%;object-fit:cover;display:block}.flt-home-category-copy{position:relative;z-index:1;align-self:end;display:grid;gap:6px;padding:18px}.flt-home-category-card.has-image .flt-home-category-copy{color:#fff}.flt-home-category-copy b{font-size:19px}.flt-home-category-copy small{font-size:11px;line-height:1.45;opacity:.82}.flt-home-category-copy i{font-style:normal;font-size:18px}.flt-home-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.flt-home-brand-card{min-height:126px;display:grid;place-items:center;align-content:center;gap:10px;padding:16px;border:1px solid rgba(18,49,77,.09);border-radius:18px;background:#fff;color:#17324a;text-decoration:none;text-align:center}.flt-home-brand-card>span{display:grid;place-items:center;width:100%;height:58px}.flt-home-brand-card img{max-width:100%;max-height:58px;width:auto;height:auto;object-fit:contain}.flt-home-brand-card b{font-size:12px}.flt-home-products .flt-grid{margin-top:0}.flt-home-color-chart-grid{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:34px}.flt-home-color-chart-grid.has-image{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}.flt-home-color-chart-copy h2{margin:12px 0 12px;font-size:clamp(30px,4.5vw,52px);line-height:1.02;color:#17324a}.flt-home-color-chart-copy>p{max-width:650px;color:#607582;line-height:1.65}.flt-home-color-chart-media{overflow:hidden;border-radius:26px;aspect-ratio:4/3;background:#fff;box-shadow:0 18px 45px rgba(18,49,77,.11)}.flt-home-color-chart-media img{width:100%;height:100%;object-fit:cover}.flt-home-color-swatches{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0}.flt-home-color-swatches>span{width:42px;height:42px;border-radius:50%;overflow:hidden;background:var(--swatch,#eef3f6);border:3px solid #fff;box-shadow:0 0 0 1px rgba(18,49,77,.13)}.flt-home-color-swatches img{width:100%;height:100%;object-fit:cover}.flt-home-color-chart-copy .flt-home-btn{margin-top:4px}
@media(max-width:980px){.flt-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flt-home-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.flt-home-color-chart-grid.has-image{grid-template-columns:1fr}.flt-home-color-chart-media{max-width:680px}}
@media(max-width:620px){.flt-home-section{padding:40px 0}.flt-home-category-grid{grid-template-columns:1fr}.flt-home-category-card{min-height:190px}.flt-home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flt-home-brand-card{min-height:112px}.flt-home-color-chart-media{border-radius:20px}.flt-home-color-swatches>span{width:36px;height:36px}}

/* FloricolorLara v1.11.0 · Beneficios, Contacto, Redes, Footer y WhatsApp flotante */
.flt-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.flt-benefit-card{display:flex;gap:14px;align-items:flex-start;padding:22px;border:1px solid rgba(13,39,55,.1);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(13,39,55,.06)}
.flt-benefit-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:15px;background:color-mix(in srgb,var(--flt-site-primary) 10%,#fff);color:var(--flt-site-primary)}
.flt-benefit-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.flt-benefit-card h3{font-size:1.02rem;margin:1px 0 6px}.flt-benefit-card p{margin:0;color:#62717a;line-height:1.55;font-size:.92rem}
.flt-contact-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:42px;align-items:start}
.flt-contact-copy>p{max-width:620px;color:#61727b;line-height:1.65;margin:14px 0 22px}
.flt-contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.flt-contact-card{display:flex;flex-direction:column;gap:7px;padding:20px;border-radius:18px;border:1px solid rgba(13,39,55,.1);background:#fff;color:#17242b;text-decoration:none;min-height:108px;justify-content:center}
.flt-contact-card b{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--flt-site-primary)}.flt-contact-card span{line-height:1.5;color:#53656f}.flt-contact-card.is-whatsapp{border-color:color-mix(in srgb,var(--flt-site-primary) 30%,#dbe7ec)}
.flt-social-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.flt-social-card{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;padding:17px 18px;border:1px solid rgba(13,39,55,.1);border-radius:18px;background:#fff;text-decoration:none;color:#17242b;transition:.2s ease}.flt-social-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(13,39,55,.08)}.flt-social-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--flt-site-primary);color:#fff;font-weight:800;font-size:.76rem}.flt-social-card b{font-size:.96rem}.flt-social-card i{font-style:normal;color:#839099}
.flt-site-footer{margin-top:0;background:#0d1b22;color:#dbe6eb;padding:58px 0 22px}.flt-footer-grid{display:grid;grid-template-columns:minmax(220px,1.35fr) repeat(3,minmax(150px,.75fr));gap:38px}.flt-footer-logo{display:block;max-width:230px;margin-bottom:18px}.flt-footer-logo img{display:block;max-width:100%;max-height:84px;width:auto;height:auto;object-fit:contain}.flt-footer-wordmark{display:inline-block;color:#fff;text-decoration:none;font-size:1.35rem;font-weight:850;margin-bottom:16px}.flt-footer-brand p{max-width:440px;color:#9fb1ba;line-height:1.65;margin:0}.flt-footer-col{display:flex;flex-direction:column;gap:10px}.flt-footer-col h3{color:#fff;font-size:.93rem;margin:0 0 8px}.flt-footer-col a,.flt-footer-col span{color:#adc0c8;text-decoration:none;line-height:1.5;font-size:.9rem}.flt-footer-col a:hover{color:#fff}.flt-footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#8398a2;font-size:.82rem}
.flt-floating-whatsapp{position:fixed;z-index:9995;bottom:max(22px,env(safe-area-inset-bottom));display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:0 18px;border-radius:999px;background:#25D366;color:#fff!important;text-decoration:none;font-weight:800;box-shadow:0 16px 38px rgba(0,0,0,.2);transition:transform .2s ease,box-shadow .2s ease}.flt-floating-whatsapp:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.25)}.flt-floating-whatsapp.is-right{right:max(20px,env(safe-area-inset-right))}.flt-floating-whatsapp.is-left{left:max(20px,env(safe-area-inset-left))}.flt-floating-whatsapp svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.flt-floating-whatsapp.hide-label-desktop span{display:none}.flt-floating-whatsapp.hide-label-desktop{width:56px;padding:0;justify-content:center}
@media(max-width:980px){.flt-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flt-social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flt-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flt-contact-layout{grid-template-columns:1fr;gap:26px}}
@media(max-width:640px){.flt-benefit-grid,.flt-social-grid,.flt-contact-cards,.flt-footer-grid{grid-template-columns:1fr}.flt-benefit-card{padding:18px}.flt-site-footer{padding:44px 0 18px}.flt-floating-whatsapp{bottom:max(82px,env(safe-area-inset-bottom));right:16px;left:auto}.flt-floating-whatsapp.is-left{left:16px;right:auto}.flt-floating-whatsapp.hide-label-mobile span{display:none}.flt-floating-whatsapp.hide-label-mobile{width:56px;padding:0;justify-content:center}}

/* FloricolorLara v1.12.0 · pulido visual, responsive y experiencia de uso */
:root{
  --flt-primary:var(--flt-site-primary,#0069BB);
  --flt-secondary:var(--flt-site-secondary,#038FCD);
  --flt-accent:var(--flt-site-accent,#F17E1B);
  --flt-ink:#142736;
  --flt-copy:#5f7280;
  --flt-surface:#ffffff;
  --flt-soft:#f5f9fc;
  --flt-border:rgba(18,49,77,.11);
  --flt-shadow-sm:0 8px 24px rgba(18,49,77,.06);
  --flt-shadow-md:0 16px 38px rgba(18,49,77,.10);
  --flt-radius:20px;
}
html{scroll-behavior:smooth}.flt-site-body{overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.flt-public,.flt-home{color:var(--flt-ink)}
a,button,input,select{outline-color:transparent}.flt-site-body :where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(0,105,187,.22);outline-offset:2px}
.flt-container,.flt-site-header-container{width:min(1200px,calc(100% - 40px))}

/* Encabezado */
.flt-site-header-wrap{transition:box-shadow .2s ease,background .2s ease}.flt-site-header-wrap.is-scrolled{box-shadow:0 10px 30px rgba(18,49,77,.10)}
.flt-site-header{box-shadow:none;background:rgba(255,255,255,.96);backdrop-filter:saturate(140%) blur(12px)}
.flt-site-header-inner{min-height:78px;gap:18px}.flt-site-logo img{max-width:220px;max-height:56px}.flt-site-nav{gap:10px}.flt-site-nav a{position:relative;padding:10px 10px;border-radius:10px;font-size:12.5px;transition:background .18s ease,color .18s ease}.flt-site-nav a:hover,.flt-site-nav a:focus-visible{background:rgba(0,105,187,.07);color:var(--flt-primary)}
.flt-site-order-link,.flt-site-whatsapp{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.flt-site-order-link:hover,.flt-site-whatsapp:hover{transform:translateY(-1px)}.flt-site-whatsapp{box-shadow:0 9px 22px rgba(0,105,187,.17)}
.flt-site-menu-toggle{transition:border-color .18s ease,background .18s ease}.flt-site-menu-toggle:hover{background:#f6f9fb;border-color:rgba(0,105,187,.22)}

/* Hero */
.flt-home-hero{background:linear-gradient(135deg,#f6fbff 0%,#fff 50%,rgba(3,143,205,.09) 100%)}
.flt-home-hero-grid{min-height:600px;gap:64px;padding-top:72px;padding-bottom:72px}.flt-home-hero h1{max-width:820px;color:#102f49;letter-spacing:-.045em}.flt-home-hero p{color:#607582}.flt-home-kicker{border:1px solid rgba(0,105,187,.08)}
.flt-home-hero-media{border:1px solid rgba(0,105,187,.08);box-shadow:0 28px 70px rgba(18,49,77,.14)}.flt-home-hero-media img{transition:transform .5s ease}.flt-home-hero-media:hover img{transform:scale(1.015)}
.flt-home-btn{min-height:48px;border-radius:13px}.flt-home-btn.is-primary{box-shadow:0 12px 26px rgba(0,105,187,.20)}.flt-home-btn.is-secondary{box-shadow:0 6px 18px rgba(18,49,77,.05)}

/* Encabezados de bloque */
.flt-home-section,.flt-home-offers{padding:64px 0}.flt-home-block-head{margin-bottom:26px}.flt-home-block-head h2{color:#16344d;letter-spacing:-.025em}.flt-home-block-head p{line-height:1.65;color:#667985}.flt-home-block-link{min-height:40px;padding:0 2px}.flt-home-block-link:hover{text-decoration:underline;text-underline-offset:4px}

/* Tarjetas de producto */
.flt-grid{gap:18px}.flt-card{border-color:var(--flt-border);border-radius:22px;box-shadow:0 6px 20px rgba(18,49,77,.045);background:#fff}.flt-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(18,49,77,.10);border-color:rgba(0,105,187,.18)}
.flt-card-image{background:linear-gradient(180deg,#fbfdfe,#f4f8fa);padding:12px;box-sizing:border-box;overflow:hidden}.flt-card-image img{transition:transform .3s ease}.flt-card:hover .flt-card-image img{transform:scale(1.025)}
.flt-card-body{padding:16px}.flt-card-cat{font-size:10px;color:var(--flt-primary)}.flt-card-brand{min-height:28px;margin-top:6px!important;color:#587080!important;letter-spacing:0!important;text-transform:none!important}.flt-card-brand-logo{width:56px;height:28px;border-radius:8px}.flt-card-body h3{font-size:16px;line-height:1.3;margin:8px 0 4px}.flt-card-body h3 a:hover{color:var(--flt-primary)}.flt-card-body p{line-height:1.45}.flt-card-price{font-size:19px;color:#16344d}.flt-offer-badge{box-shadow:0 7px 18px rgba(241,126,27,.16)}
.flt-card-bottom-modern .flt-card-cta{background:#17324a;border-radius:11px}.flt-card-bottom-modern .flt-card-cta:hover{background:var(--flt-primary)}.flt-stock.available{background:#e9f8f2;color:#147353}

/* Categorías, marcas, beneficios y redes */
.flt-home-category-card,.flt-home-brand-card,.flt-benefit-card,.flt-social-card,.flt-contact-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.flt-home-category-card:hover,.flt-home-brand-card:hover,.flt-benefit-card:hover,.flt-social-card:hover,.flt-contact-card:hover{transform:translateY(-3px);box-shadow:var(--flt-shadow-md);border-color:rgba(0,105,187,.16)}
.flt-home-category-card{box-shadow:var(--flt-shadow-sm)}.flt-home-category-card.has-image .flt-home-category-media:after{background:linear-gradient(180deg,rgba(7,25,39,0) 28%,rgba(7,25,39,.82) 100%)}
.flt-home-brand-card{min-height:132px}.flt-home-brand-card>span{height:64px}.flt-home-brand-card img{max-height:64px}.flt-home-brand-card b{font-size:12.5px;color:#334e60}
.flt-benefit-card{min-height:132px;box-sizing:border-box}.flt-benefit-icon{background:#edf7fd}.flt-contact-card{box-shadow:0 7px 20px rgba(18,49,77,.04)}

/* Catálogo y filtros */
.flt-search{border:1px solid var(--flt-border);box-shadow:0 8px 24px rgba(18,49,77,.04)}.flt-search input,.flt-search select,.flt-filter-grid select,.flt-filter-grid input{transition:border-color .18s ease,box-shadow .18s ease}
.flt-catalog-filters{padding:22px;border-radius:22px;border-color:var(--flt-border);box-shadow:var(--flt-shadow-sm)}.flt-filter-head{align-items:center}.flt-filter-head h2{color:#18364e}.flt-filter-head-actions{display:flex;align-items:center;gap:10px}.flt-filter-head-actions>a{font-size:12px;font-weight:850;color:var(--flt-primary);text-decoration:none}.flt-filter-toggle{display:none;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 13px;border:1px solid rgba(18,49,77,.13);border-radius:11px;background:#fff;color:#17324a;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.flt-filter-toggle b{font-size:18px;line-height:1;transition:transform .18s ease}.flt-catalog-filters.is-open .flt-filter-toggle b{transform:rotate(180deg)}.flt-filter-body{display:block}.flt-filter-submit{min-height:44px;border-radius:11px}.flt-active-filters span{border:1px solid rgba(0,105,187,.08)}
.flt-category-chips{gap:9px}.flt-category-chips a{border:1px solid rgba(18,49,77,.07);transition:background .18s ease,color .18s ease,border-color .18s ease}.flt-category-chips a:hover{background:#eaf5fb;color:var(--flt-primary);border-color:rgba(0,105,187,.14)}

/* Ficha de producto */
.flt-product-page{padding-bottom:80px}.flt-product-layout{gap:56px;align-items:start}.flt-product-image{position:sticky;top:112px;border:1px solid var(--flt-border);background:linear-gradient(180deg,#fbfdfe,#f4f8fa);box-shadow:var(--flt-shadow-sm);padding:18px;box-sizing:border-box}.flt-product-info h1{color:#15344d;letter-spacing:-.035em}.flt-product-brand-identity{margin-bottom:12px}.flt-variant-picker,.flt-order-add{border-color:rgba(0,105,187,.12);background:linear-gradient(145deg,#f8fcff,#fff);box-shadow:0 7px 20px rgba(18,49,77,.04)}
.flt-color-option{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.flt-color-option:hover{border-color:rgba(0,105,187,.25);transform:translateY(-1px)}.flt-detail-grid article{box-shadow:0 7px 20px rgba(18,49,77,.035)}

/* Mi Pedido */
.flt-order-page{background:#f6f9fb}.flt-order-content{gap:26px}.flt-order-item{border-radius:20px;box-shadow:var(--flt-shadow-sm);transition:border-color .18s ease,box-shadow .18s ease}.flt-order-item:hover{border-color:rgba(0,105,187,.14);box-shadow:0 13px 30px rgba(18,49,77,.075)}.flt-order-summary{border-radius:22px;box-shadow:var(--flt-shadow-md)}.flt-order-whatsapp{min-height:50px;border-radius:13px;box-shadow:0 10px 24px rgba(30,170,97,.18);transition:transform .18s ease,box-shadow .18s ease}.flt-order-whatsapp:not(.is-disabled):hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(30,170,97,.24)}.flt-order-empty{box-shadow:var(--flt-shadow-sm)}

/* Carta de colores */
.flt-color-chart-page{background:#f6f9fb}.flt-color-chart-filters{padding:16px;border-radius:20px;box-shadow:var(--flt-shadow-sm)}.flt-color-chart-grid{gap:16px}.flt-color-chart-card{border-radius:21px;box-shadow:var(--flt-shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.flt-color-chart-card:hover{transform:translateY(-3px);box-shadow:var(--flt-shadow-md);border-color:rgba(0,105,187,.16)}.flt-color-chart-swatch{aspect-ratio:1.45/1}.flt-color-chart-copy{padding:15px}.flt-color-chart-name h2{font-size:16.5px}.flt-color-chart-note{border:1px solid rgba(0,105,187,.07)}

/* Footer y flotantes */
.flt-site-footer{background:linear-gradient(180deg,#0d1b22,#0a161c)}.flt-footer-grid{gap:42px}.flt-footer-col a{transition:color .18s ease,transform .18s ease}.flt-footer-col a:hover{transform:translateX(2px)}.flt-floating-whatsapp{box-shadow:0 16px 38px rgba(21,120,67,.25)}

/* Responsive */
@media(max-width:980px){
  .flt-container,.flt-site-header-container{width:min(100% - 28px,1200px)}
  .flt-home-hero-grid{gap:34px;padding-top:50px;padding-bottom:50px}.flt-home-hero-media{max-width:720px}
  .flt-product-layout{gap:30px}.flt-product-image{position:static}.flt-grid{gap:14px}
}
@media(max-width:900px){
  .flt-site-header-inner{min-height:68px;gap:8px}.flt-site-logo img{max-width:168px;max-height:44px}.flt-site-nav{top:calc(100% + 7px);left:14px;right:14px;border-radius:18px;padding:9px;box-shadow:0 24px 55px rgba(18,49,77,.18)}.flt-site-nav a{padding:14px 13px;font-size:13px}.flt-site-whatsapp{min-height:40px}
  .flt-product-layout{grid-template-columns:1fr}.flt-product-image{max-width:720px;margin:auto;width:100%}
}
@media(max-width:720px){
  .flt-home-section,.flt-home-offers{padding:46px 0}.flt-home-block-head{gap:12px}.flt-home-block-head h2{font-size:clamp(27px,8vw,38px)}
  .flt-home-category-grid{grid-template-columns:1fr 1fr}.flt-home-category-card{min-height:180px}.flt-benefit-grid{grid-template-columns:1fr 1fr}
  .flt-color-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .flt-container,.flt-site-header-container{width:min(100% - 22px,1200px)}
  .flt-site-topbar{padding:6px 0;font-size:11px}.flt-site-header-inner{min-height:62px}.flt-site-logo img{max-width:146px;max-height:40px}.flt-site-menu-toggle{width:40px;height:40px;border-radius:10px}.flt-site-order-link{min-width:40px;min-height:40px;border-radius:10px}.flt-site-whatsapp{grid-column:auto!important;order:4!important;min-width:40px;max-width:none;padding:0 9px;font-size:10px;border-radius:10px}.flt-site-header-inner{grid-template-columns:minmax(0,1fr) auto auto auto!important}.flt-site-nav{left:11px;right:11px}
  .flt-home-hero-grid{padding-top:36px;padding-bottom:40px}.flt-home-hero-copy{text-align:left}.flt-home-hero p{margin-left:0;margin-right:0;font-size:16px}.flt-home-actions{justify-content:stretch}.flt-home-hero-media{aspect-ratio:4/3;border-radius:20px}.flt-home-hero h1{font-size:clamp(38px,12vw,52px)}
  .flt-home-category-grid{grid-template-columns:1fr}.flt-benefit-grid{grid-template-columns:1fr}.flt-social-grid{grid-template-columns:1fr}.flt-home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.flt-home-brand-card{min-height:105px;padding:12px}.flt-home-brand-card>span{height:52px}.flt-home-brand-card img{max-height:52px}
  .flt-catalog-filters{padding:15px;border-radius:18px}.flt-filter-head{margin-bottom:0;gap:10px}.flt-filter-head h2{font-size:18px}.flt-filter-head-actions{margin-left:auto}.flt-filter-head-actions>a{display:none}.flt-filter-toggle{display:inline-flex}.flt-catalog-filters.is-collapsible .flt-filter-body{display:none;padding-top:14px}.flt-catalog-filters.is-collapsible.is-open .flt-filter-body{display:block}.flt-catalog-filters.is-collapsible.is-open .flt-filter-head{margin-bottom:0}.flt-filter-grid{gap:10px}.flt-filter-submit{width:100%;margin-top:12px}.flt-active-filters{margin-top:-5px}.flt-active-filters span{font-size:11px}
  .flt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.flt-card{border-radius:16px}.flt-card-image{padding:7px}.flt-card-body{padding:10px}.flt-card-body h3{font-size:13.5px}.flt-card-brand-logo{width:42px;height:22px}.flt-card-brand{font-size:9px!important}.flt-card-price{font-size:16px}.flt-card-bottom-modern .flt-card-cta{min-height:38px;font-size:10px}.flt-card-bottom-modern .flt-stock{font-size:10px}
  .flt-product-page{padding-top:14px}.flt-product-image{border-radius:20px;padding:12px}.flt-product-info h1{font-size:34px}.flt-detail-grid{gap:11px}.flt-detail-grid article{padding:18px}.flt-color-options{grid-template-columns:1fr}.flt-variant-picker,.flt-order-add{padding:15px;border-radius:17px}
  .flt-order-hero{padding:36px 0 27px}.flt-order-content{padding-top:16px;gap:16px}.flt-order-summary{padding:17px;border-radius:18px}.flt-order-item{grid-template-columns:82px minmax(0,1fr);padding:10px;gap:11px}.flt-order-item h2{font-size:14px}.flt-order-item-controls{grid-column:1/-1}.flt-order-page-qty{width:124px}.flt-order-summary-note{font-size:10px}
  .flt-color-chart-hero{padding:36px 0 28px}.flt-color-chart-content{padding-top:20px}.flt-color-chart-filters{padding:13px}.flt-color-chart-grid{grid-template-columns:1fr 1fr;gap:9px}.flt-color-chart-card{border-radius:16px}.flt-color-chart-copy{padding:11px;gap:9px}.flt-color-chart-name h2{font-size:13.5px}.flt-color-chart-name>span{font-size:8px}.flt-color-chart-products a{font-size:10px}.flt-color-chart-swatch{aspect-ratio:1.4/1}
  .flt-contact-cards,.flt-footer-grid{grid-template-columns:1fr}.flt-site-footer{padding-top:40px}.flt-footer-grid{gap:28px}.flt-footer-bottom{margin-top:26px}.flt-floating-whatsapp{bottom:max(18px,env(safe-area-inset-bottom))}
}
@media(max-width:390px){
  .flt-grid{gap:7px}.flt-card-body{padding:8px}.flt-card-body h3{font-size:12.5px}.flt-card-bottom-modern .flt-card-cta{padding:7px 8px}.flt-home-brand-grid{grid-template-columns:1fr 1fr}.flt-color-chart-grid{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.flt-site-body *, .flt-site-body *:before,.flt-site-body *:after{animation:none!important;transition:none!important}}

/* v1.12.1 - Hero responsive sin contenido visual
 * Evita que el pulido visual de v1.12.0 vuelva a imponer una altura mínima
 * grande cuando el Hero no tiene imagen y preserva el centrado del modo compacto.
 */
.flt-home-hero-grid.is-no-image{
  min-height:auto;
  padding-top:64px;
  padding-bottom:64px;
  text-align:center;
}
.flt-home-hero-grid.is-no-image .flt-home-hero-copy{text-align:center}
.flt-home-hero-grid.is-no-image .flt-home-actions{justify-content:center}
@media(max-width:900px){
  .flt-home-hero-grid{min-height:auto}
  .flt-home-hero-grid.is-no-image{
    min-height:auto;
    padding-top:38px;
    padding-bottom:40px;
    text-align:center;
  }
  .flt-home-hero-grid.is-no-image .flt-home-hero-copy{text-align:center}
  .flt-home-hero-grid.is-no-image .flt-home-actions{justify-content:center}
}
@media(max-width:560px){
  .flt-home-hero-grid.is-no-image{
    padding-top:28px;
    padding-bottom:30px;
  }
  .flt-home-hero-grid.is-no-image .flt-home-hero h1{margin-bottom:14px}
  .flt-home-hero-grid.is-no-image .flt-home-actions{margin-top:20px}
}


/* FloricolorLara v1.12.2 · sticky header sin hueco fantasma
 * La separación superior se calcula desde JS solo cuando #wpadminbar existe y está visible.
 */
.flt-site-header-wrap.is-sticky{top:var(--flt-adminbar-offset,0px)}

/* FloricolorLara v1.12.3 · sticky estable en móvil
 * En WordPress la admin bar puede desplazarse fuera del viewport en teléfonos.
 * En ese rango el header se fija directamente al borde superior para evitar
 * el hueco temporal y el tirón al cambiar la barra de estado del navegador.
 */
@media(max-width:600px){
  .flt-site-header-wrap.is-sticky{top:0}
}

/* FloricolorLara v1.13.0 · estados de inventario */
.flt-stock.low_stock,.flt-product-meta-chips .low_stock{color:#9a5b00;background:#fff7e6;border-color:#f1d69b}.flt-inventory-selection-message{margin-top:10px;padding:10px 12px;border-radius:12px;background:#f2f8fc;color:#35576d;font-size:12px;line-height:1.45}.flt-inventory-selection-message.is-low{background:#fff7e6;color:#8a5600}.flt-inventory-selection-message.is-out{background:#fff0f0;color:#a32929}.flt-color-option.is-out-of-stock{opacity:.45;filter:grayscale(.35)}.flt-add-order-btn.is-stock-disabled,.flt-whatsapp.is-stock-disabled{opacity:.45!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.flt-color-option input:disabled+*{pointer-events:none}
.flt-order-item.is-out-of-stock{border-color:#efb1b1;background:#fffafa}.flt-order-stock-warning{margin-top:8px;padding:8px 10px;border-radius:10px;background:#fff0f0;color:#a32929;font-size:11px;font-weight:750;line-height:1.4}.flt-order-stock-current{margin-top:7px;color:#65747d;font-size:10.5px}.flt-order-item.is-out-of-stock .flt-order-page-qty{opacity:.55}

/* FloricolorLara v1.15.0 · jerarquía visual fuerte y secciones claramente diferenciadas */
.flt-home{
  --flt-home-title:#102f49;
  --flt-home-soft:#f4f9fd;
  --flt-home-border:rgba(0,105,187,.10);
}

/* Tipografía editorial: títulos grandes, compactos y muy bold */
.flt-home-hero h1,
.flt-home-block-head h2,
.flt-home-color-chart-copy h2,
.flt-contact-copy h2{
  font-weight:950;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.flt-home-hero h1{font-size:clamp(52px,7.8vw,96px);line-height:.92}
.flt-home-block-head h2,
.flt-contact-copy h2{
  margin:8px 0 0;
  font-size:clamp(40px,5.4vw,68px);
  line-height:.94;
  color:var(--flt-home-title);
}
.flt-home-color-chart-copy h2{
  font-size:clamp(42px,5.8vw,72px);
  line-height:.93;
}
.flt-home-block-head p,
.flt-contact-copy>p,
.flt-home-color-chart-copy>p{
  font-size:clamp(15px,1.45vw,18px);
  line-height:1.7;
}
.flt-home-kicker{
  min-height:32px;
  padding:0 12px;
  border-radius:9px;
  background:rgba(0,105,187,.09);
  border:1px solid rgba(0,105,187,.12);
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
}
.flt-home-kicker:before{
  content:"";
  width:18px;
  height:3px;
  margin-right:8px;
  border-radius:99px;
  background:var(--flt-site-accent,#F17E1B);
}

/* Cada sección tiene un inicio y un final visualmente reconocibles */
.flt-home-offers,
.flt-home-section{
  position:relative;
  padding:84px 0;
  border-top:1px solid var(--flt-home-border);
}
.flt-home-offers:before,
.flt-home-section:before{
  content:"";
  position:absolute;
  left:50%;
  top:-1px;
  width:min(92px,22vw);
  height:5px;
  border-radius:0 0 999px 999px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,var(--flt-site-primary,#0069BB),var(--flt-site-secondary,#038FCD),var(--flt-site-accent,#F17E1B));
}
.flt-home-block-head{margin-bottom:36px;align-items:flex-end}
.flt-home-block-head>div{max-width:850px}
.flt-home-block-link{
  min-height:46px;
  padding:0 16px;
  border:1px solid rgba(0,105,187,.15);
  border-radius:999px;
  background:#fff;
  font-weight:900;
  box-shadow:0 8px 20px rgba(18,49,77,.05);
}
.flt-home-block-link:hover{background:rgba(0,105,187,.05);text-decoration:none;transform:translateY(-1px)}

/* Ofertas: azul suave promocional */
.flt-home-offers{
  background:
    radial-gradient(circle at 92% 8%,rgba(3,143,205,.16),transparent 26%),
    linear-gradient(135deg,#eaf6ff 0%,#f7fbff 54%,#fff 100%);
  border-bottom:1px solid rgba(0,105,187,.08);
}
.flt-home-offers .flt-card{box-shadow:0 16px 38px rgba(18,49,77,.10)}

/* Categorías: grandes y gráficas */
.flt-home-categories{background:#fff}
.flt-home-category-grid{gap:20px}
.flt-home-category-card{
  min-height:250px;
  border-radius:26px;
  border-color:rgba(18,49,77,.11);
  box-shadow:0 18px 42px rgba(18,49,77,.08);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.flt-home-category-card:hover{transform:translateY(-5px);box-shadow:0 25px 54px rgba(18,49,77,.14);border-color:rgba(0,105,187,.18)}
.flt-home-category-card:not(.has-image){background:linear-gradient(145deg,#f5faff,#fff)}
.flt-home-category-card:not(.has-image):before{
  content:"";
  position:absolute;
  width:150px;height:150px;border-radius:50%;right:-55px;top:-62px;
  background:rgba(3,143,205,.10);
}
.flt-home-category-copy{padding:22px;gap:9px}
.flt-home-category-copy b{font-size:clamp(20px,2.2vw,27px);font-weight:950;letter-spacing:-.03em}
.flt-home-category-copy small{font-size:12px;line-height:1.55}
.flt-home-category-copy i{font-size:26px;font-weight:900;color:var(--flt-site-primary,#0069BB)}
.flt-home-category-card.has-image .flt-home-category-copy i{color:#fff}

/* Marcas: bloque azul fuerte para romper la secuencia plana */
.flt-home-brands.is-soft{
  background:
    radial-gradient(circle at 8% 0,rgba(255,255,255,.15),transparent 28%),
    linear-gradient(135deg,#075a9a 0%,#0069BB 55%,#038FCD 100%);
  border-top-color:rgba(255,255,255,.18);
  border-bottom:1px solid rgba(3,143,205,.24);
}
.flt-home-brands.is-soft:before{background:linear-gradient(90deg,#fff,#F17E1B,#fff)}
.flt-home-brands .flt-home-block-head h2,
.flt-home-brands .flt-home-block-head p{color:#fff}
.flt-home-brands .flt-home-block-head p{opacity:.82}
.flt-home-brands .flt-home-kicker{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.22);color:#fff}
.flt-home-brands .flt-home-block-link{border-color:rgba(255,255,255,.30);background:rgba(255,255,255,.12);color:#fff;box-shadow:none}
.flt-home-brands .flt-home-block-link:hover{background:rgba(255,255,255,.20)}
.flt-home-brand-grid{gap:16px}
.flt-home-brand-card{
  min-height:150px;
  border:0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 36px rgba(3,45,78,.20);
  transition:transform .2s ease,box-shadow .2s ease;
}
.flt-home-brand-card:hover{transform:translateY(-4px);box-shadow:0 23px 44px rgba(3,45,78,.28)}
.flt-home-brand-card b{font-size:13px;font-weight:900}

/* Productos destacados: zona de tienda limpia con contraste */
.flt-home-products{background:#f7fafc}
.flt-home-products .flt-card{box-shadow:0 14px 34px rgba(18,49,77,.07);border-color:rgba(18,49,77,.08)}
.flt-home-products .flt-card:hover{box-shadow:0 22px 48px rgba(18,49,77,.13)}

/* Carta de colores: bloque editorial con tarjeta interior */
.flt-home-color-chart.is-soft{
  background:linear-gradient(135deg,#edf8ff 0%,#f9fcff 60%,#fff 100%);
}
.flt-home-color-chart-grid{
  padding:clamp(28px,4vw,54px);
  border:1px solid rgba(0,105,187,.10);
  border-radius:32px;
  background:rgba(255,255,255,.72);
  box-shadow:0 24px 60px rgba(18,49,77,.09);
}
.flt-home-color-swatches>span{width:48px;height:48px;box-shadow:0 0 0 1px rgba(18,49,77,.12),0 8px 16px rgba(18,49,77,.08)}

/* Beneficios: tarjetas más sólidas y legibles */
.flt-home-benefits{background:#fff}
.flt-benefit-grid{gap:20px}
.flt-benefit-card{
  min-height:150px;
  padding:26px;
  border-radius:24px;
  border-color:rgba(0,105,187,.10);
  box-shadow:0 15px 34px rgba(18,49,77,.07);
  transition:transform .2s ease,box-shadow .2s ease;
}
.flt-benefit-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(18,49,77,.12)}
.flt-benefit-icon{width:54px;height:54px;flex-basis:54px;border-radius:17px}
.flt-benefit-card h3{font-size:1.12rem;font-weight:900;letter-spacing:-.02em}

/* Contacto: sección azul pálida claramente separada */
.flt-home-contact.is-soft{
  background:
    radial-gradient(circle at 90% 15%,rgba(3,143,205,.14),transparent 25%),
    #edf7fc;
}
.flt-contact-layout{gap:54px;align-items:center}
.flt-contact-card{min-height:126px;padding:24px;border-radius:22px;box-shadow:0 12px 30px rgba(18,49,77,.07)}

/* Redes: cierre ligero antes del footer */
.flt-home-social{background:#fff}
.flt-social-card{min-height:82px;border-radius:21px;box-shadow:0 10px 26px rgba(18,49,77,.055)}
.flt-social-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(18,49,77,.11)}

/* Hero más contundente */
.flt-home-hero{border-bottom:0}
.flt-home-hero h1{font-weight:950}
.flt-home-hero-grid:not(.is-no-image){padding-top:86px;padding-bottom:86px}
.flt-home-hero-media{border-radius:34px;box-shadow:0 32px 80px rgba(18,49,77,.18)}

@media(max-width:980px){
  .flt-home-offers,.flt-home-section{padding:68px 0}
  .flt-home-block-head h2,.flt-contact-copy h2{font-size:clamp(37px,7vw,56px)}
  .flt-home-color-chart-copy h2{font-size:clamp(39px,7.5vw,60px)}
  .flt-home-category-card{min-height:220px}
  .flt-home-brand-card{min-height:135px}
  .flt-home-color-chart-grid{border-radius:27px}
}
@media(max-width:720px){
  .flt-home-offers,.flt-home-section{padding:56px 0}
  .flt-home-block-head{margin-bottom:27px}
  .flt-home-block-head h2,.flt-contact-copy h2{font-size:clamp(34px,10vw,46px);line-height:.97}
  .flt-home-color-chart-copy h2{font-size:clamp(35px,10.5vw,48px)}
  .flt-home-hero h1{font-size:clamp(42px,13vw,58px)}
  .flt-home-block-head p,.flt-contact-copy>p,.flt-home-color-chart-copy>p{font-size:15px}
  .flt-home-category-grid{grid-template-columns:1fr}
  .flt-home-category-card{min-height:205px}
  .flt-home-category-copy b{font-size:24px}
  .flt-home-color-chart-grid{padding:24px;border-radius:24px}
  .flt-home-color-swatches>span{width:42px;height:42px}
}
@media(max-width:480px){
  .flt-home-offers,.flt-home-section{padding:48px 0}
  .flt-home-block-head{align-items:flex-start}
  .flt-home-block-link{min-height:42px;padding:0 14px}
  .flt-home-brand-card{min-height:112px;border-radius:18px}
  .flt-benefit-card{min-height:0;padding:21px}
  .flt-contact-card{min-height:104px;padding:20px}
}

/* =========================================================
 * v1.16.0 · FloricolorLara · ritmo azul + ficha de producto
 * ========================================================= */

/* Ritmo visual de la Home: bloques protagonistas azules alternados con superficies claras. */
.flt-home-offers{
  background:
    radial-gradient(circle at 8% 0,rgba(255,255,255,.14),transparent 28%),
    radial-gradient(circle at 94% 90%,rgba(3,143,205,.30),transparent 34%),
    linear-gradient(135deg,#075a9a 0%,#0069BB 56%,#038FCD 100%);
  border-top-color:rgba(255,255,255,.18);
  border-bottom:1px solid rgba(3,143,205,.25);
}
.flt-home-offers:before{background:linear-gradient(90deg,#fff,var(--flt-site-accent,#F17E1B),#fff)}
.flt-home-offers .flt-home-block-head h2,
.flt-home-offers .flt-home-block-head p{color:#fff}
.flt-home-offers .flt-home-block-head p{opacity:.84}
.flt-home-offers .flt-home-kicker{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.23);color:#fff}
.flt-home-offers .flt-home-block-link{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.30);color:#fff;box-shadow:none}
.flt-home-offers .flt-home-block-link:hover{background:rgba(255,255,255,.20)}
.flt-home-offers .flt-card{border:0;box-shadow:0 18px 42px rgba(3,45,78,.22)}

.flt-home-color-chart.is-soft{
  background:
    radial-gradient(circle at 92% 12%,rgba(255,255,255,.15),transparent 26%),
    linear-gradient(135deg,#075a9a 0%,#0069BB 55%,#038FCD 100%);
  border-bottom:1px solid rgba(3,143,205,.24);
}
.flt-home-color-chart.is-soft:before{background:linear-gradient(90deg,#fff,var(--flt-site-accent,#F17E1B),#fff)}
.flt-home-color-chart.is-soft .flt-home-color-chart-copy h2,
.flt-home-color-chart.is-soft .flt-home-color-chart-copy>p{color:#fff}
.flt-home-color-chart.is-soft .flt-home-color-chart-copy>p{opacity:.84}
.flt-home-color-chart.is-soft .flt-home-kicker{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.23);color:#fff}
.flt-home-color-chart.is-soft .flt-home-btn.is-primary{background:#fff;color:#0069BB;box-shadow:0 13px 28px rgba(3,45,78,.20)}
.flt-home-color-chart.is-soft .flt-home-btn.is-primary:hover{background:#f5fbff;color:#00548f}
.flt-home-color-chart.is-soft .flt-home-color-chart-grid{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.12);
  box-shadow:0 26px 64px rgba(3,45,78,.20);
  backdrop-filter:blur(5px);
}
.flt-home-color-chart.is-soft .flt-home-color-swatches>span{box-shadow:0 0 0 2px rgba(255,255,255,.65),0 10px 22px rgba(3,45,78,.24)}

.flt-home-contact.is-soft{
  background:
    radial-gradient(circle at 10% 10%,rgba(255,255,255,.13),transparent 27%),
    linear-gradient(135deg,#064f89 0%,#0069BB 58%,#038FCD 100%);
  border-bottom:1px solid rgba(3,143,205,.22);
}
.flt-home-contact.is-soft:before{background:linear-gradient(90deg,#fff,var(--flt-site-accent,#F17E1B),#fff)}
.flt-home-contact.is-soft .flt-contact-copy h2,
.flt-home-contact.is-soft .flt-contact-copy>p{color:#fff}
.flt-home-contact.is-soft .flt-contact-copy>p{opacity:.84}
.flt-home-contact.is-soft .flt-home-kicker{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.23);color:#fff}
.flt-home-contact.is-soft .flt-contact-card{background:#fff;border-color:rgba(255,255,255,.28);box-shadow:0 18px 40px rgba(3,45,78,.20)}

/* Mantener aire entre los bloques azules para que la Home no se convierta en una sola masa de color. */
.flt-home-categories,.flt-home-benefits,.flt-home-social{background:#fff}
.flt-home-products{background:#f6f9fc}

/* -----------------------------
 * Ficha individual de producto
 * ----------------------------- */
.flt-product-page{
  background:linear-gradient(180deg,#f6f9fc 0,#fff 440px);
  padding-top:20px;
  padding-bottom:96px;
}
.flt-product-page>.flt-container{width:min(1220px,calc(100% - 40px))}
.flt-product-top-nav{margin-bottom:20px}
.flt-product-top-nav .flt-back,
.flt-product-top-nav .flt-home-link{
  min-height:42px;
  padding:0 15px;
  border-radius:999px;
  box-sizing:border-box;
}
.flt-product-top-nav .flt-back{
  display:inline-flex;
  align-items:center;
  background:#fff;
  border:1px solid rgba(18,49,77,.10);
  color:#17324a;
  box-shadow:0 7px 20px rgba(18,49,77,.05);
}
.flt-product-top-nav .flt-back:hover{border-color:rgba(0,105,187,.22);color:#0069BB}
.flt-product-top-nav .flt-home-link{background:#102f49;box-shadow:0 10px 24px rgba(16,47,73,.16)}

/* Hero azul de producto */
.flt-product-cover{
  min-height:360px;
  margin-bottom:34px;
  padding:46px 50px;
  border-radius:34px;
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);
  gap:42px;
  background:
    radial-gradient(circle at 8% 0,rgba(255,255,255,.15),transparent 28%),
    radial-gradient(circle at 92% 84%,rgba(3,143,205,.34),transparent 34%),
    linear-gradient(135deg,#075a9a 0%,#0069BB 58%,#038FCD 100%);
  box-shadow:0 28px 70px rgba(3,45,78,.20);
}
.flt-product-cover:before{
  content:"";
  position:absolute;
  width:220px;height:220px;border-radius:50%;
  left:-95px;bottom:-125px;
  border:34px solid rgba(255,255,255,.07);
  pointer-events:none;
}
.flt-product-cover-copy{max-width:760px}
.flt-product-cover-label{
  position:relative;
  min-height:34px;
  padding:0 13px 0 40px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.15em;
}
.flt-product-cover-label:before{
  content:"";
  position:absolute;
  left:13px;
  width:18px;height:4px;border-radius:99px;
  background:var(--flt-site-accent,#F17E1B);
}
.flt-product-cover h1{
  margin:18px 0 14px;
  max-width:780px;
  color:#fff;
  font-size:clamp(48px,6.5vw,82px);
  font-weight:950;
  line-height:.92;
  letter-spacing:-.06em;
  text-wrap:balance;
}
.flt-product-cover p{max-width:670px;color:rgba(255,255,255,.84);font-size:17px;line-height:1.65}
.flt-product-cover-actions{margin-top:25px}
.flt-product-cover-actions a{min-height:48px;padding:0 18px;border-radius:999px;font-size:12px}
.flt-product-cover-primary{background:#fff;color:#0069BB;box-shadow:0 12px 26px rgba(3,45,78,.20)}
.flt-product-cover-primary:hover{background:#f4fbff;color:#00548f;transform:translateY(-2px)}
.flt-product-cover-secondary{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.30)}
.flt-product-cover-media,
.flt-product-cover-media.has-image{
  width:min(100%,360px);
  height:285px;
  padding:22px!important;
  border:1px solid rgba(255,255,255,.30);
  border-radius:28px;
  background-color:#fff!important;
  box-shadow:0 22px 52px rgba(3,45,78,.28);
}

/* Zona de compra como gran tarjeta blanca */
.flt-product-layout{
  position:relative;
  margin-top:0;
  padding:34px;
  gap:54px;
  border:1px solid rgba(18,49,77,.09);
  border-radius:34px;
  background:#fff;
  box-shadow:0 24px 62px rgba(18,49,77,.09);
}
.flt-product-layout:before{
  content:"";
  position:absolute;
  top:0;left:34px;right:34px;height:4px;
  border-radius:0 0 99px 99px;
  background:linear-gradient(90deg,#0069BB,#038FCD,var(--flt-site-accent,#F17E1B));
}
.flt-product-image{
  top:96px;
  border:0;
  border-radius:28px;
  background:linear-gradient(145deg,#f5faff,#edf4f8);
  box-shadow:none;
  padding:24px;
}
.flt-product-image img{max-width:94%;max-height:94%}
.flt-product-info{padding:6px 0 4px}
.flt-product-info h1{
  margin:12px 0 12px;
  color:#12314d;
  font-size:clamp(40px,4.5vw,58px);
  font-weight:950;
  line-height:.96;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.flt-wholesale-badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(0,105,187,.08);
  border:1px solid rgba(0,105,187,.11);
  color:#0069BB;
  font-size:10px;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.flt-product-brand-identity{
  width:max-content;
  max-width:100%;
  min-height:42px;
  padding:6px 11px;
  border:1px solid rgba(18,49,77,.09);
  border-radius:13px;
  background:#fff;
  box-shadow:0 6px 16px rgba(18,49,77,.045);
}
.flt-product-brand-logo{max-width:150px;max-height:36px}.flt-product-brand-logo img{max-width:150px;max-height:36px}
.flt-product-price-wrap{margin:15px 0 12px}
.flt-product-price{font-size:clamp(31px,3.6vw,42px);font-weight:950;color:#0069BB;letter-spacing:-.035em}
.flt-product-price.is-sale del{font-size:.48em}.flt-product-price.is-sale ins{color:#0069BB}
.flt-product-info .flt-lead{font-size:16px;line-height:1.7;color:#607582}
.flt-product-meta-chips{display:flex;flex-wrap:wrap;gap:8px;margin:17px 0 2px}
.flt-product-meta-chips>a,.flt-product-meta-chips>span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(18,49,77,.09);
  background:#f6f9fb;
  color:#456174;
  font-size:11px;
  font-weight:850;
  text-decoration:none;
}
.flt-product-meta-chips .available{background:#eaf8f2;color:#147353;border-color:#cfeee0}
.flt-product-meta-chips .out_of_stock{background:#fff0f2;color:#a71934;border-color:#f4d4d9}.flt-product-meta-chips .consult{background:#edf5ff;color:#1d5f96;border-color:#cbdff2}

/* Variantes y pedido con jerarquía clara */
.flt-variant-picker{
  margin:22px 0 15px;
  padding:22px;
  border:1px solid rgba(0,105,187,.12);
  border-radius:24px;
  background:linear-gradient(145deg,#edf7ff,#f8fcff);
  box-shadow:none;
}
.flt-variant-picker-head b{font-size:19px;font-weight:950;letter-spacing:-.02em}
.flt-variant-picker-head span{font-size:12px}
.flt-variant-select select{min-height:52px;border-radius:14px;border-color:rgba(0,105,187,.15);font-weight:700}
.flt-color-option{min-height:58px;border-radius:16px}
.flt-color-option:has(input:checked){background:#f4faff;border-color:#0069BB;box-shadow:0 0 0 3px rgba(0,105,187,.12)}
.flt-fixed-variant{border-radius:16px;background:#fff}

.flt-order-add{
  margin:16px 0 12px;
  padding:21px;
  border:0;
  border-radius:24px;
  background:linear-gradient(135deg,#102f49 0%,#0b5b93 100%);
  box-shadow:0 17px 38px rgba(16,47,73,.18);
}
.flt-order-add-head b{color:#fff;font-size:18px;font-weight:950}
.flt-order-add-head span{color:rgba(255,255,255,.74)}
.flt-order-qty>span:first-child{color:rgba(255,255,255,.78)}
.flt-order-qty-control{border-color:rgba(255,255,255,.18)}
.flt-add-order-btn{min-height:48px;border-radius:13px;background:#fff;color:#0069BB;font-size:12px;box-shadow:0 9px 22px rgba(0,0,0,.12)}
.flt-add-order-btn:hover{background:#f2faff;color:#00548f}
.flt-order-add-feedback{color:rgba(255,255,255,.82)}
.flt-order-add-feedback a{color:#fff}
.flt-product-info-wholesale .flt-whatsapp-primary{
  width:100%;
  box-sizing:border-box;
  justify-content:center;
  min-height:49px;
  border-radius:13px;
  background:#1aaa61;
  box-shadow:0 12px 26px rgba(26,170,97,.20);
}
.flt-product-info-wholesale .flt-whatsapp-primary:hover{background:#148d50!important;border-color:#148d50!important;box-shadow:0 15px 30px rgba(26,170,97,.26)}

/* CTA de consulta azul protagonista */
.flt-quote-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  margin-top:34px;
  margin-bottom:12px;
  padding:30px 34px;
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 20%,rgba(255,255,255,.14),transparent 28%),
    linear-gradient(135deg,#075a9a 0%,#0069BB 58%,#038FCD 100%);
  color:#fff;
  box-shadow:0 22px 52px rgba(3,45,78,.16);
}
.flt-quote-box h2{margin:0 0 6px;color:#fff;font-size:clamp(26px,3vw,36px);font-weight:950;letter-spacing:-.035em}
.flt-quote-box p{margin:0;color:rgba(255,255,255,.80);line-height:1.6}
.flt-quote-box .flt-whatsapp-secondary{min-height:48px;border-radius:999px;background:#fff;color:#0069BB!important;white-space:nowrap;box-shadow:0 10px 24px rgba(3,45,78,.17)}
.flt-quote-box .flt-whatsapp-secondary .flt-wa-icon{color:#0069BB!important}
.flt-quote-box .flt-whatsapp-secondary:hover{background:#f3fbff!important;color:#00548f!important;border-color:#fff!important}
.flt-quote-box .flt-whatsapp-secondary:hover .flt-wa-icon{color:#00548f!important}

/* Información técnica y relacionados */
.flt-detail-grid{gap:18px;margin-top:38px}
.flt-detail-grid article{
  position:relative;
  overflow:hidden;
  padding:27px;
  border:1px solid rgba(18,49,77,.08);
  border-radius:25px;
  background:#fff;
  box-shadow:0 12px 28px rgba(18,49,77,.055);
}
.flt-detail-grid article:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;width:4px;
  background:linear-gradient(180deg,#0069BB,#038FCD,var(--flt-site-accent,#F17E1B));
}
.flt-detail-grid h2{font-size:23px;font-weight:950;color:#15344d;letter-spacing:-.025em}
.flt-detail-grid p,.flt-detail-grid li{line-height:1.65;color:#607582}
.flt-outline.flt-technical-download{border-color:rgba(0,105,187,.17);background:#edf7ff;color:#0069BB;border-radius:999px}
.flt-outline.flt-technical-download:hover{background:#0069BB;color:#fff;border-color:#0069BB}
.flt-related{margin-top:62px;padding-top:52px;border-top:1px solid rgba(18,49,77,.08)}
.flt-related .flt-section-head h2{font-size:clamp(32px,4vw,48px);font-weight:950;letter-spacing:-.045em;color:#15344d}
.flt-related .flt-section-head p{font-size:14px}

@media(max-width:900px){
  .flt-product-cover{grid-template-columns:1fr minmax(230px,.65fr);padding:38px;gap:28px}
  .flt-product-cover-media,.flt-product-cover-media.has-image{height:250px}
  .flt-product-layout{padding:28px;gap:28px}
  .flt-quote-box{grid-template-columns:1fr;align-items:start}
  .flt-quote-box .flt-whatsapp-secondary{width:max-content}
}
@media(max-width:640px){
  .flt-product-page>.flt-container{width:min(100% - 22px,1220px)}
  .flt-product-top-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .flt-product-top-nav .flt-back,.flt-product-top-nav .flt-home-link{width:100%;min-height:40px;padding:0 10px;font-size:11px}
  .flt-product-cover{grid-template-columns:1fr;padding:24px 20px 26px;border-radius:25px;gap:21px}
  .flt-product-cover-media,.flt-product-cover-media.has-image{order:-1;width:100%;height:245px;border-radius:21px;padding:16px!important}
  .flt-product-cover h1{font-size:clamp(40px,12.6vw,56px);line-height:.94}
  .flt-product-cover p{font-size:14px}
  .flt-product-cover-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .flt-product-cover-actions a{min-height:46px}
  .flt-product-layout{padding:15px;border-radius:24px;gap:22px}
  .flt-product-layout:before{left:16px;right:16px}
  .flt-product-image{padding:15px;border-radius:20px}
  .flt-product-info{padding:0 2px 3px}
  .flt-product-info h1{font-size:clamp(34px,10vw,44px)}
  .flt-product-price{font-size:32px}
  .flt-product-meta-chips{gap:6px}.flt-product-meta-chips>a,.flt-product-meta-chips>span{font-size:10px;min-height:30px;padding:0 9px}
  .flt-variant-picker{padding:16px;border-radius:19px}
  .flt-order-add{padding:17px;border-radius:20px}
  .flt-quote-box{padding:24px 20px;border-radius:24px;gap:18px}
  .flt-quote-box .flt-whatsapp-secondary{width:100%;justify-content:center;box-sizing:border-box}
  .flt-detail-grid{margin-top:28px}.flt-detail-grid article{padding:21px;border-radius:20px}.flt-detail-grid h2{font-size:20px}
  .flt-related{margin-top:46px;padding-top:36px}.flt-related .flt-section-head h2{font-size:34px}
}

/* FloricolorLara v1.16.2 · filtros de catálogo con sidebar en escritorio */
.flt-catalog-layout{display:grid;grid-template-columns:minmax(250px,290px) minmax(0,1fr);gap:28px;align-items:start;margin-top:22px}
.flt-catalog-sidebar{min-width:0}.flt-catalog-results-column{min-width:0}
.flt-catalog-sidebar .flt-catalog-filters{margin:0;padding:22px;border:1px solid rgba(18,49,77,.10);border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(18,49,77,.07)}
.flt-catalog-sidebar .flt-filter-head{margin:0 0 20px;align-items:flex-start}.flt-catalog-sidebar .flt-filter-head h2{font-size:24px;line-height:1.08;color:#17324a}.flt-catalog-sidebar .flt-filter-head>div:first-child>span{font-size:10px}
.flt-filter-groups{display:grid;gap:20px}.flt-filter-group{min-width:0;margin:0;padding:0 0 18px;border:0;border-bottom:1px solid rgba(18,49,77,.09)}.flt-filter-group:last-child{padding-bottom:0;border-bottom:0}.flt-filter-group legend{width:100%;margin:0 0 10px;padding:0;color:#17324a;font-size:12px;font-weight:950;letter-spacing:.02em}
.flt-filter-choice-list{display:grid;gap:5px;max-height:220px;overflow:auto;padding-right:3px;scrollbar-width:thin;scrollbar-color:rgba(0,105,187,.28) transparent}.flt-filter-choice{position:relative;display:flex;align-items:center;gap:9px;min-height:38px;padding:7px 8px;border-radius:11px;cursor:pointer;transition:background .16s ease,color .16s ease}.flt-filter-choice:hover{background:#f2f8fc}.flt-filter-choice input{position:absolute;opacity:0;pointer-events:none}.flt-filter-radio{width:17px;height:17px;flex:0 0 17px;border:1.5px solid #b7c6d0;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 4px #fff;transition:border-color .16s ease,background .16s ease}.flt-filter-choice input:checked+.flt-filter-radio{border-color:var(--flt-primary,#0069BB);background:var(--flt-primary,#0069BB)}.flt-filter-choice input:focus-visible+.flt-filter-radio{outline:3px solid rgba(0,105,187,.14);outline-offset:2px}.flt-filter-choice-copy{min-width:0;display:grid;gap:1px}.flt-filter-choice-copy b{font-size:12px;line-height:1.3;color:#314a5d;font-weight:800}.flt-filter-choice-copy small{font-size:9px;line-height:1.2;color:#84939d;font-weight:750}.flt-filter-choice input:checked~.flt-filter-choice-copy b{color:var(--flt-primary,#0069BB)}
.flt-filter-color-list{max-height:250px}.flt-filter-color-dot{position:relative;width:22px;height:22px;flex:0 0 22px;border-radius:50%;overflow:hidden;background:var(--flt-filter-swatch,#eef3f6);border:2px solid #fff;box-shadow:0 0 0 1px rgba(18,49,77,.16);transition:box-shadow .16s ease,transform .16s ease}.flt-filter-color-dot img{width:100%;height:100%;display:block;object-fit:cover}.flt-filter-color-dot.is-all{background:conic-gradient(#0069BB,#038FCD,#F17E1B,#CD0D90,#0069BB)}.flt-filter-choice.is-color input:checked+.flt-filter-color-dot{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--flt-primary,#0069BB);transform:scale(.92)}.flt-filter-choice.is-color input:focus-visible+.flt-filter-color-dot{outline:3px solid rgba(0,105,187,.14);outline-offset:3px}
.flt-filter-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.flt-filter-price-grid label{display:grid;gap:5px}.flt-filter-price-grid small{font-size:9px;font-weight:850;color:#7d8c96}.flt-filter-price-input{display:flex;align-items:center;min-width:0;border:1px solid #d9e3e9;border-radius:11px;background:#fff;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}.flt-filter-price-input:focus-within{border-color:var(--flt-primary,#0069BB);box-shadow:0 0 0 3px rgba(0,105,187,.09)}.flt-filter-price-input>b{padding-left:10px;color:#7a8b96;font-size:11px}.flt-filter-price-input input{min-width:0;width:100%;height:40px;border:0!important;box-shadow:none!important;background:transparent!important;padding:8px!important;color:#20384b;font-size:12px;font-weight:750;outline:0;-moz-appearance:textfield}.flt-filter-price-input input::-webkit-outer-spin-button,.flt-filter-price-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.flt-filter-offer-choice{position:relative;display:flex;align-items:flex-start;gap:10px;padding:11px;border:1px solid rgba(0,105,187,.12);border-radius:13px;background:#f6fbfe;cursor:pointer}.flt-filter-offer-choice input{position:absolute;opacity:0;pointer-events:none}.flt-filter-checkbox{display:grid;place-items:center;width:21px;height:21px;flex:0 0 21px;margin-top:1px;border:1.5px solid #b7c6d0;border-radius:6px;background:#fff;color:transparent;font-size:12px;font-weight:950;transition:background .16s ease,border-color .16s ease,color .16s ease}.flt-filter-offer-choice input:checked+.flt-filter-checkbox{background:var(--flt-primary,#0069BB);border-color:var(--flt-primary,#0069BB);color:#fff}.flt-filter-offer-choice input:focus-visible+.flt-filter-checkbox{outline:3px solid rgba(0,105,187,.14);outline-offset:2px}.flt-filter-offer-choice>span:last-child{display:grid;gap:2px}.flt-filter-offer-choice b{font-size:11px;line-height:1.3;color:#21435d}.flt-filter-offer-choice small{font-size:9px;line-height:1.4;color:#758994}
.flt-filter-actions{display:grid;gap:8px;margin-top:20px}.flt-filter-actions .flt-filter-submit{width:100%;min-height:44px;margin:0;border-radius:12px;box-shadow:0 9px 20px rgba(0,105,187,.16)}.flt-filter-clear{display:flex;align-items:center;justify-content:center;min-height:40px;border:1px solid rgba(18,49,77,.11);border-radius:11px;background:#fff;color:#526a79;text-decoration:none;font-size:11px;font-weight:850;transition:background .16s ease,color .16s ease,border-color .16s ease}.flt-filter-clear:hover{background:#f3f8fb;color:var(--flt-primary,#0069BB);border-color:rgba(0,105,187,.16)}
.flt-catalog-results-column>.flt-active-filters{margin:0 0 14px}.flt-catalog-results-column>.flt-category-chips{margin-top:0}.flt-catalog-results-column .flt-filter-results{margin-top:24px}
@media(min-width:981px){.flt-catalog-sidebar .flt-catalog-filters{position:sticky;top:calc(var(--flt-adminbar-offset,0px) + 88px);max-height:calc(100vh - var(--flt-adminbar-offset,0px) - 108px);overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(0,105,187,.22) transparent}}
@media(max-width:980px){.flt-catalog-layout{grid-template-columns:1fr;gap:18px}.flt-catalog-sidebar .flt-catalog-filters{position:static}.flt-filter-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.flt-filter-group{padding:0 0 14px}.flt-filter-promo-group{align-self:start}}
@media(max-width:620px){.flt-catalog-layout{margin-top:15px;gap:12px}.flt-catalog-sidebar .flt-catalog-filters{padding:15px;border-radius:18px}.flt-filter-groups{grid-template-columns:1fr;gap:15px}.flt-filter-group{padding-bottom:14px}.flt-filter-choice-list{max-height:210px}.flt-filter-color-list{max-height:230px}.flt-filter-price-grid{grid-template-columns:1fr 1fr}.flt-filter-actions{margin-top:15px}.flt-catalog-results-column>.flt-category-chips{margin-top:4px}}

/* FloricolorLara v1.16.4 · sidebar compacto + acordeones + selector emergente de color */
@media(min-width:1180px){
  .flt-catalog>section.flt-container:not(.flt-catalog-top-nav):not(.flt-hero-small){width:min(1480px,calc(100% - 56px))}
}
.flt-catalog-layout{grid-template-columns:minmax(276px,312px) minmax(0,1fr);gap:34px}
.flt-catalog-sidebar .flt-catalog-filters{padding:20px;border-radius:24px;overflow:visible}
.flt-catalog-sidebar .flt-filter-head{margin-bottom:14px}.flt-catalog-sidebar .flt-filter-head h2{font-size:22px}.flt-catalog-sidebar .flt-filter-head p{margin:7px 0 0;color:#7a8c98;font-size:10px;line-height:1.45}
.flt-filter-groups{gap:9px}.flt-filter-group{padding:0;border:0}.flt-filter-accordion,.flt-filter-color-group{border:1px solid rgba(18,49,77,.09);border-radius:15px;background:#fbfdfe;overflow:hidden}
.flt-filter-accordion-toggle,.flt-filter-color-trigger{appearance:none;width:100%;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left}
.flt-filter-accordion-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px}.flt-filter-accordion-toggle>span{min-width:0;display:grid;gap:2px}.flt-filter-accordion-toggle small,.flt-filter-color-trigger small{color:#6f8290;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.flt-filter-accordion-toggle b,.flt-filter-color-trigger b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17324a;font-size:12px;font-weight:900}.flt-filter-accordion-toggle>i{font-style:normal;color:#0c76bd;font-size:18px;line-height:1;transition:transform .18s ease}.flt-filter-accordion.is-open>.flt-filter-accordion-toggle>i{transform:rotate(180deg)}
.flt-filter-accordion-panel{display:none;padding:0 10px 11px}.flt-filter-accordion.is-open>.flt-filter-accordion-panel{display:block}.flt-filter-accordion .flt-filter-choice-list{max-height:210px;padding:4px 2px 2px}.flt-filter-accordion .flt-filter-choice{min-height:35px;padding:6px 7px}
.flt-filter-color-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px}.flt-filter-color-trigger-copy{min-width:0;display:grid;gap:2px}.flt-filter-color-trigger-copy em{font-style:normal;color:#8a9aa4;font-size:9px;font-weight:800}.flt-filter-color-trigger-action{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;color:#0879c0;font-size:10px;font-weight:900}.flt-filter-color-trigger-action i{font-style:normal;font-size:15px}.flt-filter-color-trigger:hover,.flt-filter-accordion-toggle:hover{background:#f3f9fc}
.flt-filter-promo-group{margin-top:2px}.flt-filter-offer-choice{align-items:center;padding:11px 12px;border-radius:14px}.flt-filter-offer-choice small{font-size:8.5px}
.flt-filter-actions{margin-top:14px;gap:7px}.flt-filter-actions .flt-filter-submit{min-height:42px}.flt-filter-clear{min-height:38px}
@media(min-width:981px){.flt-catalog-sidebar .flt-catalog-filters{position:sticky;top:calc(var(--flt-adminbar-offset,0px) + 88px);max-height:none;overflow:visible}}

.flt-color-filter-modal[hidden]{display:none!important}.flt-color-filter-modal{position:fixed;inset:0;z-index:100090;display:grid;place-items:center;padding:20px}.flt-color-filter-backdrop{position:absolute;inset:0;border:0;background:rgba(8,23,35,.58);backdrop-filter:blur(4px);cursor:pointer}.flt-color-filter-dialog{position:relative;z-index:1;width:min(620px,94vw);max-height:min(760px,88vh);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 30px 90px rgba(9,32,49,.28)}.flt-color-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 14px}.flt-color-filter-head>div{min-width:0}.flt-color-filter-head span{display:block;color:#0879c0;font-size:10px;font-weight:950;letter-spacing:.13em}.flt-color-filter-head h2{margin:5px 0 5px;color:#17324a;font-size:30px;line-height:1.05;font-weight:950}.flt-color-filter-head p{margin:0;color:#768894;font-size:12px}.flt-color-filter-x{width:40px;height:40px;flex:0 0 40px;border:1px solid #dce6eb;border-radius:13px;background:#fff;color:#1b3548;font-size:24px;line-height:1;cursor:pointer}.flt-color-filter-search{display:flex;align-items:center;gap:9px;margin:0 24px 14px;padding:0 13px;border:1px solid #d9e4ea;border-radius:14px;background:#f9fbfc}.flt-color-filter-search>span{color:#6b8598;font-size:20px}.flt-color-filter-search input{width:100%;height:46px;border:0!important;outline:0;background:transparent!important;box-shadow:none!important;font:inherit;color:#20384b}.flt-color-filter-list{overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 24px 18px;scrollbar-width:thin;scrollbar-color:rgba(0,105,187,.24) transparent}.flt-color-filter-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;min-height:60px;padding:10px 11px;border:1px solid #e0e8ec;border-radius:15px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.flt-color-filter-option:hover{border-color:rgba(0,105,187,.25);background:#f6fbfe}.flt-color-filter-option>span:nth-child(2){display:grid;gap:2px;min-width:0}.flt-color-filter-option b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#244156;font-size:12px}.flt-color-filter-option small{color:#8898a2;font-size:9px;font-weight:750}.flt-color-filter-option>i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#eaf5fb;color:#0879c0;font-style:normal;font-size:11px;opacity:0}.flt-color-filter-option.is-selected{border-color:#0a7bc2;background:#f2faff;box-shadow:0 0 0 2px rgba(0,105,187,.08)}.flt-color-filter-option.is-selected>i{opacity:1}.flt-color-filter-empty{margin:0 24px 18px;padding:18px;border:1px dashed #d5e1e7;border-radius:14px;text-align:center;color:#758792;font-size:12px}.flt-color-filter-actions{display:flex;justify-content:flex-end;gap:9px;padding:15px 24px 22px;border-top:1px solid #edf1f3;background:#fff}.flt-color-filter-actions button{min-height:42px;padding:0 18px;border-radius:12px;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.flt-color-filter-cancel{border:1px solid #d7e1e6;background:#fff;color:#516977}.flt-color-filter-apply{border:0;background:#0879c0;color:#fff;box-shadow:0 8px 18px rgba(0,105,187,.18)}html.flt-filter-modal-open,html.flt-filter-modal-open body{overflow:hidden}

@media(max-width:980px){
  .flt-catalog-layout{grid-template-columns:1fr;gap:18px}.flt-filter-groups{grid-template-columns:1fr;gap:9px}.flt-filter-group{padding:0}.flt-catalog-sidebar .flt-catalog-filters{overflow:visible}
}
@media(max-width:620px){
  .flt-catalog-sidebar .flt-catalog-filters{padding:14px}.flt-filter-accordion-toggle,.flt-filter-color-trigger{padding:11px 12px}.flt-filter-accordion-panel{padding:0 9px 10px}.flt-color-filter-modal{padding:10px}.flt-color-filter-dialog{width:100%;max-height:90vh;border-radius:22px}.flt-color-filter-head{padding:20px 17px 12px}.flt-color-filter-head h2{font-size:25px}.flt-color-filter-search{margin:0 17px 12px}.flt-color-filter-list{grid-template-columns:1fr;padding:0 17px 14px}.flt-color-filter-actions{padding:13px 17px 17px}.flt-color-filter-actions button{flex:1;padding:0 10px}
}

.flt-filter-group>.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}


/* FloricolorLara v1.16.5 · transición AJAX del catálogo */
.flt-catalog-results-column{position:relative;transition:opacity .22s ease,transform .22s ease,filter .22s ease}
.flt-catalog-layout.is-filtering .flt-catalog-results-column{min-height:260px;opacity:.42;transform:translateY(7px);filter:saturate(.82);pointer-events:none}
.flt-catalog-layout.is-filtering .flt-catalog-results-column:before{content:"";position:absolute;z-index:18;inset:0;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,.22));backdrop-filter:blur(1px)}
.flt-catalog-layout.is-filtering .flt-catalog-results-column:after{content:"Actualizando productos…";position:absolute;z-index:19;left:50%;top:28px;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid rgba(0,105,187,.12);border-radius:999px;background:#fff;color:#0879c0;box-shadow:0 10px 30px rgba(18,49,77,.10);font-size:11px;font-weight:900;letter-spacing:.01em;animation:flt-filter-pulse 1s ease-in-out infinite alternate}
.flt-catalog-results-column.is-filter-entering{animation:flt-filter-enter .34s cubic-bezier(.22,.8,.24,1) both}
.flt-filter-submit{position:relative;overflow:hidden}.flt-filter-submit:disabled{cursor:wait;opacity:.78}.flt-filter-clear.is-disabled{pointer-events:none;opacity:.52}
@keyframes flt-filter-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes flt-filter-pulse{from{transform:translateX(-50%) scale(.985);box-shadow:0 8px 24px rgba(18,49,77,.08)}to{transform:translateX(-50%) scale(1);box-shadow:0 12px 32px rgba(18,49,77,.14)}}
@media(prefers-reduced-motion:reduce){.flt-catalog-results-column,.flt-catalog-results-column.is-filter-entering{transition:none!important;animation:none!important}.flt-catalog-layout.is-filtering .flt-catalog-results-column:after{animation:none!important}}
@media(max-width:620px){.flt-catalog-layout.is-filtering .flt-catalog-results-column:after{top:18px;font-size:10px;min-height:36px;padding:0 13px}}


/* FloricolorLara v1.16.6 · entrada escalonada de tarjetas del catálogo */
.flt-catalog-results-column .flt-card.flt-card-enter{
  animation:flt-card-enter .34s cubic-bezier(.22,.8,.24,1) both;
  animation-delay:var(--flt-card-delay,0ms);
  will-change:opacity,transform;
}
@keyframes flt-card-enter{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}
@media(prefers-reduced-motion:reduce){
  .flt-catalog-results-column .flt-card.flt-card-enter{animation:none!important;will-change:auto}
}


/* FloricolorLara v1.16.7 · shimmer únicamente durante la carga AJAX de filtros */
.flt-catalog-layout.is-filtering .flt-catalog-results-column{
  opacity:.88;
  transform:none;
  filter:saturate(.94);
}
.flt-catalog-layout.is-filtering .flt-catalog-results-column:before{
  display:none;
}
.flt-catalog-layout.is-filtering .flt-card{
  position:relative;
  overflow:hidden;
}
.flt-catalog-layout.is-filtering .flt-card:after{
  content:"";
  position:absolute;
  z-index:12;
  top:-22%;
  bottom:-22%;
  left:-42%;
  width:34%;
  pointer-events:none;
  background:linear-gradient(100deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.18) 28%,
    rgba(255,255,255,.86) 50%,
    rgba(255,255,255,.18) 72%,
    rgba(255,255,255,0) 100%);
  filter:blur(.2px);
  transform:skewX(-14deg) translateX(-180%);
  animation:flt-filter-card-shimmer .72s ease-in-out infinite;
}
@keyframes flt-filter-card-shimmer{
  from{transform:skewX(-14deg) translateX(-180%)}
  to{transform:skewX(-14deg) translateX(520%)}
}
@media(prefers-reduced-motion:reduce){
  .flt-catalog-layout.is-filtering .flt-card:after{animation:none!important;display:none!important}
}


/* FloricolorLara v1.20.0 · accesibilidad, breadcrumbs y foco visible */
.flt-breadcrumbs{margin-top:14px;margin-bottom:8px}
.flt-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0;padding:0;list-style:none;color:#7c8e9a;font-size:11px;font-weight:800}
.flt-breadcrumbs li{display:flex;align-items:center;min-width:0}
.flt-breadcrumbs li+li:before{content:"/";margin-right:7px;color:#b2c0c9}
.flt-breadcrumbs a{color:#557284;text-decoration:none;transition:color .15s ease}
.flt-breadcrumbs a:hover{color:var(--flt-site-primary,#0069BB)}
.flt-breadcrumbs span[aria-current="page"]{max-width:min(48vw,420px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17324a}
.flt-site-body :where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid rgba(0,105,187,.28);
  outline:3px solid color-mix(in srgb,var(--flt-site-primary,#0069BB) 26%,transparent);
  outline-offset:3px;
}
.flt-catalog-results-column[aria-busy="true"]{cursor:progress}
@media(max-width:640px){
  .flt-breadcrumbs{margin-top:10px;margin-bottom:4px}
  .flt-breadcrumbs ol{font-size:10px;gap:5px}
  .flt-breadcrumbs li+li:before{margin-right:5px}
  .flt-breadcrumbs span[aria-current="page"]{max-width:52vw}
}

/* FloricolorLara v1.21.0 · Hero de producto + 404 de rutas del catálogo */
.flt-product-info .flt-product-name{
  margin:12px 0 12px;
  color:#12314d;
  font-size:clamp(40px,4.5vw,58px);
  font-weight:950;
  line-height:.96;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.flt-product-cover.is-no-media{
  grid-template-columns:minmax(0,1fr);
  min-height:300px;
}
.flt-product-cover.is-no-media .flt-product-cover-copy{max-width:900px}
.flt-not-found{min-height:68vh;display:grid;align-items:center;background:linear-gradient(180deg,#f5faff,#fff);padding:58px 0 90px}
.flt-not-found-card{position:relative;overflow:hidden;max-width:820px;margin:auto;padding:58px 48px;border:1px solid rgba(18,49,77,.09);border-radius:34px;background:#fff;box-shadow:0 24px 65px rgba(18,49,77,.09);text-align:center}
.flt-not-found-card:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--flt-site-primary,#0069BB),var(--flt-site-secondary,#038FCD),var(--flt-site-accent,#F17E1B))}
.flt-not-found-code{display:inline-flex;align-items:center;min-height:32px;padding:0 13px;border-radius:999px;background:rgba(0,105,187,.08);color:var(--flt-site-primary,#0069BB);font-size:11px;font-weight:950;letter-spacing:.16em}
.flt-not-found h1{margin:16px auto 12px;max-width:680px;color:#12314d;font-size:clamp(38px,6vw,66px);font-weight:950;line-height:.98;letter-spacing:-.05em;text-wrap:balance}
.flt-not-found p{max-width:620px;margin:0 auto;color:#667b88;font-size:15px;line-height:1.65}
.flt-not-found-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:25px}
.flt-not-found-actions .flt-home-btn,.flt-not-found-actions .flt-outline{min-height:46px;align-items:center;justify-content:center;padding:0 18px;border-radius:999px}
@media(max-width:640px){
  .flt-product-info .flt-product-name{font-size:clamp(34px,10vw,44px)}
  .flt-product-cover.is-no-media{min-height:0}
  .flt-not-found{padding:34px 0 60px}
  .flt-not-found-card{padding:42px 20px;border-radius:25px}
  .flt-not-found-actions{display:grid;grid-template-columns:1fr}
  .flt-not-found-actions a{width:100%;box-sizing:border-box}
}

/* Hero de producto deliberadamente compacto para no retrasar la zona de compra. */
@media(min-width:641px){
  .flt-product-cover{min-height:310px;padding:38px 44px;gap:34px}
  .flt-product-cover h1{font-size:clamp(44px,5.5vw,70px)}
  .flt-product-cover-media,.flt-product-cover-media.has-image{height:245px;width:min(100%,330px)}
}

/* FloricolorLara v1.22.0 · Hero simétrico para Productos, Ofertas y Categorías.
   Reutiliza deliberadamente el lenguaje visual del Hero de producto sin alterar su ficha individual. */
.flt-section-hero-shell{width:min(1220px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.flt-section-hero-shell .flt-product-cover{margin-bottom:30px}
.flt-section-cover{scroll-margin-top:96px}
#catalogo-productos,#productos-categoria{scroll-margin-top:96px}
.flt-category-page .flt-section-cover{margin-bottom:24px}
@media(max-width:640px){
  .flt-section-hero-shell{width:min(100% - 24px,1220px)}
  .flt-section-hero-shell .flt-product-cover{margin-bottom:22px}
  .flt-category-page .flt-section-cover{margin-bottom:18px}
}

/* FloricolorLara v1.23.1 · Hero reutilizable con criterio por tipo de página.
   Carta de Colores usa el componente estándar; Mi Pedido usa variante compacta; 404 permanece simple. */
#carta-colores-contenido,#mi-pedido-contenido{scroll-margin-top:96px}
.flt-color-chart-page .flt-section-hero-shell,.flt-order-page .flt-section-hero-shell{margin-bottom:0}
.flt-color-chart-page .flt-section-hero-shell .flt-product-cover,.flt-order-page .flt-section-hero-shell .flt-product-cover{margin-bottom:30px}
.flt-section-cover.is-compact{min-height:230px;padding:28px 34px;gap:26px}
.flt-section-cover.is-compact h1{font-size:clamp(36px,4.5vw,54px)}
.flt-section-cover.is-compact p{font-size:14px;line-height:1.55}
.flt-section-cover.is-compact .flt-product-cover-actions{margin-top:17px}
.flt-section-cover.is-compact .flt-product-cover-media,.flt-section-cover.is-compact .flt-product-cover-media.has-image{height:180px;width:min(100%,250px)}
@media(max-width:640px){
  #carta-colores-contenido,#mi-pedido-contenido{scroll-margin-top:76px}
  .flt-color-chart-page .flt-section-hero-shell .flt-product-cover,.flt-order-page .flt-section-hero-shell .flt-product-cover{margin-bottom:22px}
  .flt-section-cover.is-compact{padding:22px 18px;gap:16px}
  .flt-section-cover.is-compact .flt-product-cover-media,.flt-section-cover.is-compact .flt-product-cover-media.has-image{height:160px;width:100%;justify-self:stretch}
}

/* FloricolorLara v1.23.3 · refinamiento del header público */
.flt-site-header-wrap{background:#fff}
.flt-site-header{position:relative;overflow:visible}
.flt-site-header::before{content:"";position:absolute;left:22px;right:22px;top:0;height:3px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,var(--flt-site-primary,#0069BB) 0%,var(--flt-site-secondary,#038FCD) 100%);opacity:.96}
.flt-site-header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:16px}
.flt-site-nav{gap:8px}
.flt-site-nav a{position:relative;color:#17324a}
.flt-site-nav a::after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--flt-site-primary,#0069BB) 0%,var(--flt-site-secondary,#038FCD) 100%);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.flt-site-nav a:hover,.flt-site-nav a:focus-visible{background:rgba(0,105,187,.06);color:var(--flt-site-primary,#0069BB)}
.flt-site-nav a:hover::after,.flt-site-nav a:focus-visible::after{transform:scaleX(1)}

.flt-site-actions{display:inline-flex;align-items:center;gap:8px;padding:6px;border:1px solid rgba(0,105,187,.16);border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(18,49,77,.06)}
.flt-site-order-link{border:0;background:transparent;box-shadow:none;min-height:40px;padding:0 10px;border-radius:12px}
.flt-site-order-link:hover,.flt-site-order-link:focus-visible{background:rgba(0,105,187,.06)}
.flt-site-order-icon{width:18px;height:18px}
.flt-site-order-label{font-size:11.5px}
.flt-site-order-count{min-width:22px;height:22px;background:var(--flt-site-primary,#0069BB)}
.flt-site-whatsapp{min-height:32px;padding:0 11px;border-radius:11px;background:linear-gradient(135deg,var(--flt-site-primary,#0069BB) 0%,var(--flt-site-secondary,#038FCD) 100%);box-shadow:none;font-size:11px;gap:6px}
.flt-site-whatsapp:hover,.flt-site-whatsapp:focus-visible{background:linear-gradient(135deg,var(--flt-site-secondary,#038FCD) 0%,var(--flt-site-primary,#0069BB) 100%);box-shadow:0 10px 24px rgba(0,105,187,.18)}
.flt-site-whatsapp-icon{display:inline-grid;place-items:center;width:14px;height:14px}
.flt-site-whatsapp-icon svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.flt-site-whatsapp-label{display:inline-block;line-height:1}

@media(max-width:900px){
  .flt-site-header-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}
  .flt-site-menu-toggle{order:2}
  .flt-site-actions{order:3;gap:6px;padding:5px}
  .flt-site-nav{top:calc(100% + 8px)}
}
@media(max-width:620px){
  .flt-site-header::before{left:16px;right:16px}
  .flt-site-header-inner{grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px}
  .flt-site-actions{padding:4px;gap:5px;border-radius:14px}
  .flt-site-order-link{min-height:38px;padding:0 8px}
  .flt-site-order-label{display:none}
  .flt-site-whatsapp{min-height:38px;padding:0 10px;font-size:0}
  .flt-site-whatsapp-label{display:none}
  .flt-site-whatsapp-icon{width:16px;height:16px}
  .flt-site-whatsapp-icon svg{width:16px;height:16px}
}

/* FloricolorLara v1.23.5 · defensa de visibilidad del acceso rápido a WhatsApp */
.flt-site-actions>.flt-site-whatsapp{display:inline-flex!important;visibility:visible;opacity:1}

/* FloricolorLara v1.23.6 · equilibrio móvil del header y WhatsApp flotante */
@media(min-width:621px){
  .flt-site-actions{padding:5px;gap:7px}
  .flt-site-order-link{min-height:38px}
  .flt-site-whatsapp{min-height:34px;padding-inline:10px}
}
@media(max-width:620px){
  .flt-site-actions{padding:4px;gap:4px;border-radius:14px}
  .flt-site-order-link{min-height:40px;height:40px;padding:0 8px;border-radius:10px}
  .flt-site-actions>.flt-site-whatsapp{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;border-radius:10px!important;gap:0!important;box-sizing:border-box;flex:0 0 40px}
  .flt-site-actions>.flt-site-whatsapp .flt-site-whatsapp-label{display:none!important}
  .flt-site-actions>.flt-site-whatsapp .flt-site-whatsapp-icon,.flt-site-actions>.flt-site-whatsapp .flt-site-whatsapp-icon svg{width:16px;height:16px}

  .flt-floating-whatsapp{bottom:calc(26px + env(safe-area-inset-bottom))!important;min-height:52px;box-sizing:border-box}
  .flt-floating-whatsapp.is-right{right:calc(20px + env(safe-area-inset-right))!important;left:auto!important}
  .flt-floating-whatsapp.is-left{left:calc(20px + env(safe-area-inset-left))!important;right:auto!important}
  .flt-floating-whatsapp.hide-label-mobile{width:52px!important;height:52px!important;min-height:52px!important;padding:0!important;justify-content:center}
  .flt-floating-whatsapp.hide-label-mobile svg{width:23px;height:23px}
}
@media(max-width:360px){
  .flt-site-brand-text{font-size:15px}
  .flt-site-header-inner{gap:6px!important}
  .flt-site-actions{padding:3px;gap:3px}
  .flt-site-order-link{padding:0 6px}
  .flt-site-order-count{min-width:20px;height:20px;padding:0 4px}
}
