/* Famatex shared UI (hero, products, trust, support, categories, …). */
/* Shell / home / CTA live in css/shell/ and css/pages/. */
.conteiner{width:min(1280px,calc(100% - 64px));max-width:1280px}
[hidden]{display:none!important}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a,button{touch-action:manipulation}
:focus-visible{outline:3px solid var(--fx-focus)!important;outline-offset:4px}
.fx-button,.button,.btn-catalogo-confeccion{border-radius:8px;box-shadow:none;animation:none;text-decoration:none;transition:background .2s}
.fx-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--fx-yellow);color:var(--fx-ink);padding:12px 20px;min-height:var(--fx-btn-min-height,44px);font-size:var(--fx-btn-font-size,13px);font-weight:700;border:0;line-height:1.35}
.fx-button:hover,.button:hover{background:var(--fx-accent-hover)}
.fx-eyebrow{display:block;font-size:11px!important;line-height:1.5;letter-spacing:1.2px;font-weight:700;color:var(--fx-green);margin:0 0 12px}
.fx-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--fx-primary-700);font-size:var(--fx-btn-font-size,13px);font-weight:650;text-decoration:none;padding:10px 18px;min-height:var(--fx-btn-min-height,44px);border:1px solid var(--fx-primary-200);border-radius:24px;background:var(--fx-surface);line-height:1.35;transition:background .2s,border-color .2s}
.fx-link:hover{color:var(--fx-primary-800);border-color:var(--fx-primary);background:var(--fx-primary-50)}
.fx-hero{position:relative;background:#fff}
.fx-hero__slides{display:grid;overflow:hidden}
.fx-hero__slide{grid-area:1/1;opacity:0;visibility:hidden;transition:opacity .5s ease;pointer-events:none;min-width:0}
.fx-hero__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.fx-hero__slide a,.fx-hero__slide picture{display:block;line-height:0}
.fx-hero__slide img{display:block;width:100%;height:auto;aspect-ratio:8/3;object-fit:contain}
.fx-hero__controls{display:flex;align-items:center;justify-content:center;gap:14px;height:54px;border-bottom:1px solid var(--fx-line);background:#fff}
.fx-hero__controls button{width:36px;height:36px;display:grid;place-items:center;font-size:21px;color:var(--fx-ink);background:white;border:1px solid var(--fx-line);border-radius:50%}
.fx-hero__controls button:hover{background:var(--fx-soft)}
.fx-hero__count{font-size:12px;letter-spacing:2px;font-variant-numeric:tabular-nums}
.fx-hero__divider{height:16px;border-left:1px solid var(--fx-line)}
.fx-trust{border-bottom:1px solid var(--fx-line)}
.fx-trust>.conteiner{display:grid;grid-template-columns:repeat(4,1fr);padding-block:26px}
.fx-trust p,.fx-trust a{display:flex;align-items:center;gap:14px;padding:0 22px;margin:0;border-right:1px solid var(--fx-line);text-decoration:none;color:var(--fx-ink)}
.fx-trust p:first-child{padding-left:0}
.fx-trust a:last-child{border:0}
.fx-trust strong{font-size:27px;font-weight:600;color:var(--fx-green);white-space:nowrap}
.fx-trust span{font-size:12px;line-height:1.6;max-width:145px}
.fx-section{padding-block:48px}
.fx-soft{background:#fff}
.fx-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:22px}
.fx-store-preview h2,.fx-support h2,.fx-service h1,.fx-service h2{font-size:clamp(27px,2.5vw,34px);line-height:1.25;letter-spacing:-.6px;font-weight:650;margin:0 0 8px;color:var(--fx-ink)}
.fx-section-head p:not(.fx-eyebrow),.fx-needs p,.fx-support p:not(.fx-eyebrow),.fx-store-preview p:not(.fx-eyebrow),.fx-confeccion p{font-size:15px;line-height:1.8;margin:0;color:var(--fx-muted);max-width:780px}
.fx-section-head>.fx-link{flex-shrink:0;margin-bottom:5px}
.fx-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.fx-category{color:var(--fx-ink);text-decoration:none;overflow:hidden;border-radius:10px;display:flex;flex-direction:column;border:1px solid var(--fx-line)}
.fx-category>div{padding:24px;border-top:1px solid var(--fx-line)}
.fx-category h2{font-size:22px;margin-bottom:10px}
.fx-category p{font-size:13px;line-height:1.65;color:var(--fx-muted);min-height:42px}
.fx-category img{width:100%;height:270px;object-fit:contain;padding:20px}
.fx-category span{font-size:13px;font-weight:650;color:var(--fx-green)}
.fx-category:hover{border-color:#a5c7b8}
.fx-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.fx-product-grid--wide{grid-template-columns:repeat(3,minmax(0,1fr))}
.fx-product{background:#fff;border:1px solid var(--fx-line);border-radius:10px;overflow:hidden;min-width:0;display:flex;flex-direction:column}
.fx-product__image{display:block;padding:18px}
.fx-product__image img{width:100%;height:290px;object-fit:contain}
.fx-product__body{padding:0 20px 20px;display:flex;flex:1;flex-direction:column}
.fx-product h3{font-size:16px;line-height:1.5;margin:0 0 10px;font-weight:650}
.fx-product h3 a{text-decoration:none;color:var(--fx-ink)}
.fx-model{font-size:11px;color:var(--fx-muted);margin:0 0 12px}
.fx-product dl{margin:auto 0 16px;border-top:1px solid var(--fx-line);padding-top:12px;display:flex;flex-direction:column;gap:5px}
.fx-product dl div{display:flex;justify-content:space-between;gap:8px;font-size:11px;line-height:1.5}
.fx-product dt{color:var(--fx-muted)}
.fx-product dd{margin:0;text-align:right;font-weight:650;max-width:55%}
.fx-product__actions{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:var(--fx-btn-font-size,13px)}
.fx-product__actions a{text-decoration:none;color:var(--fx-green);font-weight:650}
.fx-product__actions a:last-child{padding:9px 12px;background:var(--fx-yellow);border-radius:6px;color:var(--fx-ink)}
.fx-product:hover{border-color:#b0c9bf}
.fx-confeccion{display:grid;grid-template-columns:1fr 1.15fr .7fr;gap:35px;align-items:center}
.fx-confeccion img{width:100%;height:330px;object-fit:contain;mix-blend-mode:multiply}
.fx-confeccion .fx-button{margin:24px 0 12px}
.fx-confeccion nav{display:flex;flex-direction:column}
.fx-confeccion nav a{padding:20px 0;border-bottom:1px solid var(--fx-line);font-size:14px;color:var(--fx-ink);text-decoration:none;font-weight:600}
.fx-confeccion h2{font-size:30px}
.fx-needs{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.fx-needs__routes>a{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--fx-line);padding:20px 0;text-decoration:none;color:var(--fx-ink);gap:20px}
.fx-needs__routes>a:first-child{border-top:1px solid var(--fx-line)}
.fx-needs__routes strong{font-size:18px;display:block;font-weight:600}
.fx-needs__routes small{font-size:13px;color:var(--fx-muted);display:block;margin-top:6px}
.fx-needs__routes>a>span:last-child{font-size:24px;color:var(--fx-green)}
.fx-support{background:#fff;padding-block:48px}
.fx-support__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center}
.fx-support__grid>img{width:100%;height:400px;object-fit:cover;border-radius:10px}
.fx-support ul{list-style:none;padding:0;margin:22px 0;font-size:14px}
.fx-support li{padding:9px 0;border-bottom:1px solid var(--fx-line)}
.fx-support li:before{content:'✓';color:var(--fx-green);margin-right:12px}
.fx-video-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px}
.fx-video-grid .fx-video:first-child{grid-row:span 2}
.fx-video-grid .fx-video:not(:first-child){display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}
.fx-video h3{font-size:17px;line-height:1.5;font-weight:600;margin:14px 0}
.fx-video-play{position:relative;display:block;padding:0;border:0;background:#edf2ef;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:10px}
.fx-video-play img{width:100%;height:100%;object-fit:cover;display:block}
.fx-video-play span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:grid;place-items:center;background:white;color:var(--fx-green);border-radius:50%;font-size:16px}
.fx-video-play:hover span{background:var(--fx-yellow)}
.fx-dialog{border:0;border-radius:12px;padding:20px;width:min(980px,95vw);max-height:90dvh;background:#fff;color:var(--fx-ink);box-sizing:border-box;overflow:auto}
.fx-dialog::backdrop{background:#10231ecc}
.fx-dialog__close{display:block;margin:0 0 12px auto;border:1px solid var(--fx-line);padding:10px 15px;background:white;border-radius:6px;font-size:14px}
.fx-dialog iframe{width:100%;aspect-ratio:16/9;border:0;display:block;background:#000}
/* Shorts: el tamaño sale del alto útil (chrome incluido) → sin scroll horizontal/vertical */
.fx-dialog--short{
  --fx-short-chrome:4.75rem;
  width:min(calc(100vw - 24px),calc((100dvh - var(--fx-short-chrome) - 24px) * 9 / 16));
  max-width:calc(100vw - 24px);
  max-height:calc(100dvh - 24px);
  margin:auto;
  padding:10px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:8px;
}
.fx-dialog--short .fx-dialog__close{
  margin:0;
  align-self:flex-end;
  flex:0 0 auto;
  padding:6px 12px;
  border-radius:999px;
  line-height:1.2;
}
.fx-dialog--short iframe{
  width:100%;
  height:auto;
  max-height:calc(100dvh - 24px - var(--fx-short-chrome));
  aspect-ratio:9/16;
  border-radius:10px;
  flex:0 1 auto;
  min-height:0;
}
.fx-dialog--short .fx-dialog__yt{
  flex:0 0 auto;
  margin:0;
  align-self:center;
  font-size:12px;
  line-height:1.3;
  text-align:center;
}
@media (max-width:600px){
  .fx-dialog--short{
    --fx-short-chrome:4.25rem;
    width:min(calc(100vw - 12px),calc((100dvh - var(--fx-short-chrome) - 12px) * 9 / 16));
    max-width:calc(100vw - 12px);
    max-height:calc(100dvh - 12px);
    padding:8px;
    border-radius:10px;
  }
  .fx-dialog:not(.fx-dialog--short){
    width:min(980px,calc(100vw - 12px));
    max-height:calc(100dvh - 12px);
    padding:12px;
  }
}
.fx-dialog .fx-link{margin-top:12px}
.fx-dialog--short .fx-link{margin-top:0}
.fx-dialog img{max-height:75dvh;object-fit:contain;display:block;margin:auto}
.fx-dialog table{width:100%;border-collapse:collapse;font-size:13px}
.fx-dialog td,.fx-dialog th{padding:12px;border:1px solid var(--fx-line);text-align:left;vertical-align:top}
.fx-table-scroll{overflow:auto}
.fx-store-preview{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:center}
.fx-store-preview .fx-button{margin-top:25px}
.fx-store-map{height:350px;position:relative;overflow:hidden;border-radius:10px;border:1px solid var(--fx-line)}
.fx-store-map iframe{width:100%;height:100%;border:0;pointer-events:none}
.fx-store-map>a{position:absolute;inset:auto 20px 20px;background:#fff;padding:12px 20px;text-decoration:none;font-weight:650;font-size:13px;color:var(--fx-green);border-radius:8px}
/* Catálogos existentes */
/* Category hero: owned by css/famatex-internal.css (.fx-internal). */
.contenedor-de-productos-de-categoria{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;margin:30px 0 60px}
.card-productos{border:1px solid var(--fx-line);border-radius:10px;background:white;overflow:hidden;box-shadow:none;padding:0;display:flex;flex-direction:column;height:100%;color:var(--fx-ink);min-width:0;text-decoration:none}
.card-productos:hover{box-shadow:none;border-color:#a8c5b9;transform:none}
.card-productos figure.imagen{margin:0;padding:18px}
.card-productos .imagen__producto{width:100%;height:280px;object-fit:contain}
.card-productos .title{padding:0 20px}
.card-productos .title h2{font-size:16px;line-height:1.5;font-weight:650;min-height:72px}
.card-productos .caracteristicas{margin:auto 20px 16px;padding:12px 0;background:none;border-radius:0;border-top:1px solid var(--fx-line);display:flex;flex-direction:column;gap:7px}
.card-productos .item__caracteristicas{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}
.card-productos .item__clave{display:flex;align-items:center;gap:6px}
.card-productos .item__clave img{display:none}
.card-productos .item__clave h4{font-size:12px;font-weight:500;margin:0;color:var(--fx-muted)}
.card-productos .item__valor p{font-size:12px;margin:0;color:var(--fx-ink);font-weight:650}
.card-productos .item__caracteristicas--linea{display:none}
.card-productos .acciones{padding:0 20px 20px}
.card-productos .boton-card{background:var(--fx-soft);border:1px solid var(--fx-line);border-radius:6px;color:var(--fx-green);font-size:var(--fx-btn-font-size,13px);padding:10px;margin:0;box-shadow:none}
.fx-filters{display:flex;align-items:end;flex-wrap:wrap;gap:16px;padding:24px 0;border-bottom:1px solid var(--fx-line);font-size:13px}
.fx-filters label{display:flex;flex-direction:column;gap:6px;font-weight:600;flex:1;min-width:130px}
.fx-filters select,.fx-filters input{min-height:44px;border:1px solid #cbd6d0;border-radius:6px;background:#fff;padding:9px 12px;max-width:100%;font-size:14px;color:var(--fx-ink)}
.fx-filters button{min-height:44px;border:0;background:var(--fx-soft);padding:10px 16px;border-radius:6px}
.fx-results{font-size:13px;color:var(--fx-muted);margin-top:20px}
/* Fichas técnicas y galerías */
.product-conteiner{gap:38px;margin-top:36px;margin-bottom:60px;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}
.product-conteiner>*{min-width:0}
.product-tittle h1{font-size:30px;line-height:1.3;font-weight:650;margin:0 0 20px;color:var(--fx-ink)}
.product-tittle-conteiner .descripcion p{font-size:15px;line-height:1.85;color:var(--fx-muted)}
.gallery-top,.gallery-top .swiper-slide,.product-image-conteiner{border-radius:10px}
.gallery-top .swiper-slide img{object-fit:contain;height:440px;border-radius:10px;background:white}
.thumbnails-container{display:flex;gap:10px;overflow-x:auto;margin-top:14px}
.thumbnail-item{flex:0 0 78px;border-radius:8px;overflow:hidden}
.thumbnail-item img{width:78px;height:70px;object-fit:contain}
.product-tabs-container{grid-column:1/-1}
.product-tittle-conteiner .caracteristicas{background:var(--fx-soft);padding:18px;border-radius:10px}
.fx-product-cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:22px 0}
.fx-product-cta p{width:100%;font-size:12px;color:var(--fx-muted);line-height:1.7;margin:0}
.fx-breadcrumb{font-size:12px;color:var(--fx-muted);margin-bottom:20px}
.fx-breadcrumb a{color:var(--fx-green)}
.fx-spec-group{border:1px solid var(--fx-line);border-radius:8px;margin:12px 0;overflow:hidden}
.fx-spec-group summary{font-size:15px;font-weight:650;padding:16px 20px;cursor:pointer;background:var(--fx-soft)}
.fx-spec-group table{width:100%;margin:0;border-collapse:collapse}
.fx-spec-group td{padding:12px 20px;font-size:14px;border-bottom:1px solid var(--fx-line);white-space:normal;overflow-wrap:anywhere;vertical-align:top}
.fx-spec-group td:first-child{width:42%;color:var(--fx-muted)}
.tabs-navigation{background:var(--fx-soft);border-radius:8px;box-shadow:none;gap:0;overflow:auto}
.tab-button{font-size:14px!important;padding:17px 24px!important;white-space:nowrap}
.tab-button.active{color:var(--fx-green)!important;border-color:var(--fx-green)!important}
.tab-panel{padding:25px 0!important}
.fx-mobile-tab{display:none}
.fx-product-sticky{display:none}
button.fx-link{box-shadow:none;margin:10px 0}
.gallery-top .swiper-button-next,.gallery-top .swiper-button-prev{color:var(--fx-green);background:white;border:1px solid var(--fx-line);width:38px;height:38px;border-radius:50%;box-shadow:none}
.gallery-top .swiper-button-next:after,.gallery-top .swiper-button-prev:after{font-size:16px;color:var(--fx-green)}
.thumbnails-container{flex-wrap:nowrap;display:flex!important}
.thumbnail-item{min-width:78px}
.fx-product-page .agregar-clientes{background:var(--fx-soft);border:1px solid var(--fx-line);box-shadow:none;border-radius:10px;padding:20px;margin-top:22px}
.fx-product-page .agregar-clientes__titulo{font-size:18px;line-height:1.5;margin:0 0 15px;color:var(--fx-ink)}
.fx-product-page .formulario-agregar-cliente input,.fx-product-page .formulario-agregar-cliente select{font-size:16px;min-height:44px}
.fx-product-page .formulario-agregar-cliente label span{font-size:12px}
.fx-hero__controls button{width:44px;height:44px;font-size:20px;border-color:transparent;background:transparent;color:var(--fx-green)}
.fx-hero__controls{gap:10px;height:58px}
.card-productos .title{min-height:90px;display:block;border:0}
.card-productos .title h2{margin:12px 0;min-height:0;border:0}
.card-productos .title a{color:var(--fx-ink);text-decoration:none}
.card-productos .title a:hover{color:var(--fx-green)}
.card-productos .acciones{display:flex;flex-direction:column;align-items:stretch;gap:8px}
.card-productos .acciones .fx-link{font-size:var(--fx-btn-font-size,13px);justify-content:center}
.card-productos .acciones .boton-card{display:block;text-align:center;text-decoration:none}
.precio-stock,.precio-contenedor,.p-regular{display:none!important}
.product-details-conteiner,.product-descripcion-conteiner{grid-column:1/-1;min-width:0}
.product-descripcion-conteiner{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.fx-legacy-thumbs{display:flex;gap:10px;min-width:0}
.fx-legacy-thumbs .thumbnail-item{cursor:pointer;border:1px solid var(--fx-line)}
@media(max-width:700px){.product-descripcion-conteiner{grid-template-columns:1fr;gap:20px}.card-productos .title{min-height:95px}.card-productos .acciones .fx-link{font-size:var(--fx-btn-font-size,13px);gap:4px}}
.fx-stores-title{font-size:22px;margin:0 0 18px;color:var(--fx-ink);line-height:1.3}
/* Category hero grid/image: owned by famatex-internal.css */
.ns-band__row{box-shadow:none;border:1px solid var(--fx-line);border-radius:10px}
.ns-band__item strong{color:var(--fx-green)}
.ns-story__visual{gap:14px}
.ns-story__main,.ns-story__side{border-radius:10px;box-shadow:none;transform:none}
.ns-story__side--offset{transform:none}
.ns-expo{background:#fff!important;color:var(--fx-ink)}
.ns-expo h2,.ns-expo h3,.ns-expo strong,.ns-expo .ns-expo__lead,.ns-expo p{color:var(--fx-ink)!important}
.ns-expo .ns-kicker,.ns-expo .ns-timeline__year{color:var(--fx-green)!important}
.ns-expo__fact{background:white!important;border:1px solid var(--fx-line)!important}
.ns-timeline:before{background:#bfd5cb!important}
.ns-expo__photos figure{border-radius:10px;box-shadow:none}
.ns-btn-hero{border-radius:8px}
@media(max-width:700px){.fx-stores-title{font-size:21px}}
.gallery-top .swiper-button-next,.gallery-top .swiper-button-prev,.swiper-container-product .swiper-button-next,.swiper-container-product .swiper-button-prev{font-size:21px;color:var(--fx-green)}
.gallery-top .swiper-button-next:after,.gallery-top .swiper-button-prev:after,.swiper-container-product .swiper-button-next:after,.swiper-container-product .swiper-button-prev:after{display:none}
.fx-product-page .formulario-agregar-cliente label,.fx-product-page .formulario-agregar-cliente label span{color:var(--fx-ink)!important;font-weight:500}
.fx-product-page .caracteristicas.interno{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:12px;text-align:center}
.fx-product-page .caracteristicas.interno .item__caracteristicas--linea{display:none}
.fx-product-page .caracteristicas.interno .item__clave{justify-content:center}
.fx-product-page .caracteristicas.interno h4{font-size:12px}
.fx-product-page .caracteristicas.interno p{font-size:13px}
.fx-product-page .caracteristicas.interno .item__clave img{width:18px}
@media(max-width:700px){.fx-product-page .caracteristicas.interno h4{font-size:10px}.fx-product-page .caracteristicas.interno p{font-size:11px}.fx-product-page .caracteristicas.interno .item__clave img{display:none}.fx-product-page .caracteristicas.interno{gap:6px;padding:12px}}
.fx-product-page .seccion-productos{text-align:left;padding-top:38px}
.fx-product-page .seccion-productos__titulo{font-size:28px;line-height:1.3;font-weight:650}
.fx-product-page .seccion-productos__parrafo{font-size:15px;line-height:1.7;color:var(--fx-muted)}
@media(max-width:700px){.tab-panel>.fx-mobile-tab+h3{display:none}.fx-product-page .seccion-productos__titulo{font-size:25px}}
/* Equipo comercial */
.colaboradores{padding-block:48px}
.colaboradores-titulo{text-align:left;margin-bottom:28px}
.colaboradores-titulo__titulo{font-size:30px;font-weight:650;margin:0 0 8px}
.colaboradores-titulo__parrafo{font-size:15px;color:var(--fx-muted)}
.item-colaborador{padding:24px;border:1px solid var(--fx-line);border-radius:10px;box-shadow:none;background:white}
.item-colaborador__estado{display:none}
.item-colaborador__foto{margin:0 auto 20px}
.item-colaborador__foto img{width:145px;height:145px;object-fit:cover;border-radius:50%}
.item-colaborador__datos--nombre{font-size:19px!important;line-height:1.4}
.item-colaborador__datos--cargo{font-size:13px!important;min-height:22px}
.item-colaborador__datos--whatsapp{font-size:13px!important}
.item-colaborador .button{margin-top:15px;font-size:13px;background:var(--fx-green);color:#fff;border-radius:8px;padding:12px}
.swiper-container-product{overflow:hidden;position:relative;padding-bottom:45px}
.swiper-container-product .product-slider{height:auto;box-sizing:border-box}
.swiper-container-product .flechas{width:32px;height:32px;border-radius:50%;background:white;border:1px solid var(--fx-line)}
/* Empresa y contenidos complementarios */
.ns-hero{min-height:400px;padding:60px 0}
.ns-hero__content{max-width:900px;align-items:center}
.ns-hero__brand{font-size:clamp(30px,3vw,42px)!important;line-height:1.2!important;max-width:800px;letter-spacing:-.5px}
.ns-hero__tagline{display:none}
.ns-hero__lead{font-size:16px!important;max-width:620px;margin:20px 0 24px!important}
.ns-hero__veil{background:#164b40b8!important}
.ns-kicker{letter-spacing:1.2px;font-size:11px}
.ns-story,.ns-purpose,.ns-clients{padding-block:48px}
.ns-story__text h2,.ns-head h2{font-size:30px;line-height:1.3}
.ns-story__lead{font-size:18px;line-height:1.7}
.ns-story__support{font-size:15px;line-height:1.85}
.ns-expo{background:var(--fx-dark)!important}
.ns-expo:before,.ns-expo:after{display:none}
.ns-expo__intro h2{font-size:32px}
.ns-expo__lead{font-size:16px!important;line-height:1.8!important}
.ns-purpose__block{box-shadow:none;border:1px solid var(--fx-line);border-radius:10px}
.ns-country{box-shadow:none;border-radius:10px}
.ns-reveal{opacity:1!important;transform:none!important}
.video-conteiner{padding-block:45px}
.video-content{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.item-video{border:1px solid var(--fx-line);box-shadow:none;border-radius:10px;overflow:hidden;background:#fff}
.item-video .video-texto{padding:20px}
.item-video h3{font-size:17px;line-height:1.5}
.item-video p{font-size:13px;color:var(--fx-muted)}
.item-video__media .fx-video-play{border-radius:0}
.fx-library-head{margin-bottom:28px}
.fx-library-head h1{font-size:34px;line-height:1.25;margin:0 0 8px}
.fx-library-head p{color:var(--fx-muted)}
.fx-library-filters{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}
.fx-library-filters button{padding:11px 18px;border:1px solid var(--fx-line);border-radius:6px;background:white;font-size:13px;color:var(--fx-ink)}
.fx-library-filters button[aria-pressed=true]{background:var(--fx-green);color:white;border-color:var(--fx-green)}
.fx-service{padding-block:48px}
.fx-service>picture img{width:100%;height:auto;border-radius:10px;margin:30px 0}
.fx-service .fx-needs{padding:35px 0}
.fx-service ul{font-size:16px;line-height:2.2}
.fx-service>p{font-size:16px;max-width:720px;color:var(--fx-muted);line-height:1.8}
.fx-store-whatsapp{display:none}
@media(max-width:1150px){.fx-product__image img{height:250px}.fx-product__body{padding:0 15px 16px}}
@media(max-width:1023px){.fx-trust>.conteiner{grid-template-columns:repeat(2,1fr);gap:20px}.fx-trust p,.fx-trust a{padding:0;border:0}.fx-category h2{font-size:19px}.fx-category img{height:220px}.fx-category>div{padding:20px}.fx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-product-grid--wide .fx-product:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;align-items:center}.fx-needs,.fx-support__grid,.fx-store-preview{gap:30px}.fx-support__grid>img{height:380px}.fx-confeccion{grid-template-columns:1fr 1fr}.fx-confeccion nav{grid-column:1/-1;flex-direction:row;gap:25px;justify-content:space-between}.product-conteiner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px}.product-tittle h1{font-size:26px}.gallery-top .swiper-slide img{height:340px}.contenedor-de-productos-de-categoria{grid-template-columns:repeat(3,minmax(0,1fr))}.video-content{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.conteiner{width:calc(100% - 36px)}.fx-hero__slide img{aspect-ratio:7/8}.fx-hero__controls{height:52px}.fx-trust>.conteiner{padding-block:20px;gap:18px 12px}.fx-trust p,.fx-trust a{gap:7px;align-items:start;flex-direction:column}.fx-trust strong{font-size:24px}.fx-trust span{font-size:11px;max-width:none}.fx-section{padding-block:28px}.fx-section-head{display:block;margin-bottom:24px}.fx-section-head>.fx-link{margin-top:10px}.fx-eyebrow{font-size:10px!important;letter-spacing:1px;margin-bottom:10px}.fx-store-preview h2,.fx-support h2{font-size:27px;letter-spacing:-.4px}.fx-categories{grid-template-columns:1fr;gap:14px}.fx-category{flex-direction:row;align-items:center;min-height:210px}.fx-category>div{width:55%;padding:20px 18px 20px 0;border:0}.fx-category h2{font-size:20px}.fx-category p{font-size:12px;margin:10px 0}.fx-category img{width:45%;height:195px;padding:10px}.fx-category span{font-size:12px}.fx-product-grid{gap:12px}.fx-product__image{padding:10px}.fx-product__image img{height:200px}.fx-product__body{padding:0 12px 14px}.fx-product h3{font-size:13px;line-height:1.5;margin:0 0 10px}.fx-model{font-size:10px}.fx-product dl div{font-size:10px}.fx-product__actions{flex-wrap:wrap;gap:10px;font-size:11px}.fx-product__actions a:last-child{width:100%;text-align:center}.fx-product-grid--wide .fx-product:last-child{display:flex;grid-column:auto}.fx-needs,.fx-support__grid,.fx-store-preview,.fx-confeccion{grid-template-columns:1fr;gap:26px}.fx-confeccion img{height:260px}.fx-confeccion nav{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.fx-confeccion nav a{font-size:12px}.fx-needs__routes strong{font-size:17px}.fx-support{padding-block:38px}.fx-support__grid>img{height:280px}.fx-video-grid{grid-template-columns:1fr;gap:24px}.fx-video-grid .fx-video:first-child{grid-row:auto}.fx-video-grid .fx-video:not(:first-child){grid-template-columns:1fr 1fr;gap:16px}.fx-video h3{font-size:var(--fx-btn-font-size,13px)}.fx-store-map{height:280px}.contenedor-de-productos-de-categoria{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:40px}.card-productos figure.imagen{padding:10px}.card-productos .imagen__producto{height:190px}.card-productos .title{padding:0 12px}.card-productos .title h2{font-size:13px;min-height:78px}.card-productos .caracteristicas{margin:0 12px 12px;gap:5px}.card-productos .item__clave h4,.card-productos .item__valor p{font-size:10px}.card-productos .acciones{padding:0 12px 14px}.card-productos .boton-card{font-size:11px}.fx-filters{gap:12px}.fx-filters label{min-width:calc(50% - 12px)}.fx-filters select,.fx-filters input{font-size:16px;width:100%}.product-conteiner{grid-template-columns:1fr;margin-top:22px;gap:26px}.gallery-top .swiper-slide img{height:310px}.product-tittle h1{font-size:27px}.product-tittle-conteiner .descripcion p{font-size:var(--fx-btn-font-size,13px)}.product-tabs-container .tabs-navigation{display:none}.product-tabs-container .tab-panel{display:block!important;padding:0!important;border-bottom:1px solid var(--fx-line)}.fx-mobile-tab{display:flex;justify-content:space-between;align-items:center;width:100%;background:var(--fx-soft);border:0;padding:18px;font-size:15px;text-align:left;color:var(--fx-ink);font-weight:650}.fx-mobile-tab:after{content:'+'}.fx-mobile-tab[aria-expanded=true]:after{content:'−'}.tab-panel.fx-collapsed>*:not(.fx-mobile-tab){display:none!important}.fx-spec-group td{font-size:12px;padding:12px}.fx-product-sticky{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:1800;padding:10px 18px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--fx-line)}.fx-product-sticky a{width:100%;font-size:13px}.fx-product-page{padding-bottom:80px}.colaboradores{padding-block:42px}.colaboradores-titulo__titulo{font-size:27px}.item-colaborador{padding:22px}.ns-hero{min-height:380px;padding:42px 0}.ns-hero__brand{font-size:31px!important}.ns-hero__lead{font-size:var(--fx-btn-font-size,13px)!important}.ns-story,.ns-purpose,.ns-clients{padding-block:42px}.ns-story__text h2,.ns-head h2{font-size:27px}.ns-expo__intro h2{font-size:28px}.ns-expo__lead{font-size:var(--fx-btn-font-size,13px)!important}.video-conteiner{padding-block:32px}.video-content{grid-template-columns:1fr}.fx-library-head h1{font-size:29px}.fx-service{padding-block:38px}.fx-service h1{font-size:30px}.fx-service .fx-needs{padding-block:20px}}
/* Drag the original artwork without selecting images or blocking vertical scrolling. */
.fx-hero__slides{touch-action:pan-y pinch-zoom;cursor:grab;user-select:none;-webkit-user-select:none}
.fx-hero__slides a{cursor:inherit;-webkit-user-drag:none}
.fx-hero__slides img{-webkit-user-drag:none}
.fx-hero__slides.is-dragging,.fx-hero__slides.is-dragging a,.fx-hero__slides.is-settling a{cursor:grabbing}
.fx-hero__slide{transition:opacity .4s ease,transform .35s cubic-bezier(.22,.61,.36,1)}
.fx-hero__slide.is-preview{opacity:1;visibility:visible;z-index:1}
.fx-hero__slides.is-dragging{touch-action:none}
.fx-hero__slides.is-dragging .fx-hero__slide{transition:none}
.fx-hero__slides.is-settling .fx-hero__slide{transition:transform .28s cubic-bezier(.22,1,.36,1)}
.fx-hero__slides.is-settling .fx-hero__slide.is-active,
.fx-hero__slides.is-settling .fx-hero__slide.is-preview{opacity:1;visibility:visible;pointer-events:none}
.fx-hero .fx-hero__controls{height:64px;gap:8px;background:#fff}
.fx-hero__controls>button{border:1px solid var(--fx-line);border-radius:50%;color:var(--fx-green)}
.fx-hero__controls>button:hover{background:var(--fx-green);color:white;border-color:var(--fx-green)}
.fx-hero__dots{display:flex;align-items:center;gap:0}
.fx-hero__dots button{width:30px;height:44px;border:0;border-radius:6px;padding:0}
.fx-hero__dots button span{display:block;width:6px;height:6px;border-radius:10px;background:#c7d4cd;transition:width .2s,background .2s}
.fx-hero__dots button[aria-pressed=true] span{width:22px;background:var(--fx-green)}
.fx-hero__count{font-size:11px;letter-spacing:1px;margin-inline:6px}
@media(max-width:700px){.fx-hero .fx-hero__controls{gap:4px;height:60px}.fx-hero__count{display:none}.fx-hero__dots button{width:28px}.fx-hero__divider{margin-inline:3px}}
@media(max-width:700px){.fx-hero__controls{height:56px}}
.fx-hero__toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1280px,calc(100% - 64px));margin:auto;min-height:90px}
.fx-hero__intro{display:flex;flex-direction:column;gap:5px}
.fx-hero__eyebrow{font-size:9px;letter-spacing:1.6px;line-height:1.5;font-weight:700;color:var(--fx-green)}
.fx-hero__intro strong{font-size:17px;font-weight:600;line-height:1.4;letter-spacing:-.3px}
.fx-hero .fx-hero__controls{height:auto;gap:8px;border:0;background:#f4f7f4;border-radius:40px;padding:5px 8px}
.fx-hero__controls>button{border:0;background:white;box-shadow:0 1px 3px #164b400c}
.fx-hero__controls>[data-hero-play]{background:transparent;box-shadow:none;font-size:16px}
.fx-hero{border-bottom:1px solid var(--fx-line)}
.fx-hero__count{color:var(--fx-muted)}
@media(max-width:1023px){.fx-hero__intro strong{font-size:15px}}
@media(max-width:700px){.fx-hero__toolbar{width:100%;min-height:74px;padding:10px 16px;justify-content:center}.fx-hero__intro{display:none}.fx-hero .fx-hero__controls{height:auto;gap:4px;width:max-content;max-width:100%;padding:4px 6px}.fx-hero__dots{min-width:0;overflow-x:auto}.fx-hero__dots button{flex:0 0 28px}.fx-hero__controls>button{flex-shrink:0}}
.fx-hero__toolbar{position:absolute;inset:0;pointer-events:none;width:100%;min-height:0;display:block;z-index:3}
.fx-hero__intro{display:none}
.fx-hero .fx-hero__controls{position:static;transform:none;background:none;box-shadow:none;padding:0;pointer-events:none}
.fx-hero__controls>[data-hero-prev],.fx-hero__controls>[data-hero-next]{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:white;box-shadow:0 4px 20px #123c3220;pointer-events:auto}
.fx-hero__controls>[data-hero-prev]{left:18px}
.fx-hero__controls>[data-hero-next]{right:18px}
.fx-hero__controls>[data-hero-prev]:hover,.fx-hero__controls>[data-hero-next]:hover{background:#086943;color:white}
.fx-hero__dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);background:#ffffffeb;border-radius:30px;padding:0 8px;pointer-events:auto;max-width:calc(100% - 120px);overflow-x:auto}
.fx-hero__dots button{flex-shrink:0}
.fx-hero__controls>[data-hero-play]{position:absolute;right:18px;bottom:12px;background:#ffffffeb;width:44px;height:44px;pointer-events:auto}
.fx-hero__count,.fx-hero__divider{display:none}
.fx-trust>.conteiner{padding-block:24px}
.fx-trust p,.fx-trust a{display:grid;grid-template-columns:auto 1fr;column-gap:14px;row-gap:5px;align-items:center}
.fx-trust strong{font-size:29px;color:#086943}
.fx-trust span{font-size:12px;line-height:1.5}
@media(max-width:700px){.fx-hero__toolbar{position:absolute;inset:0;height:auto;min-height:0;width:100%;padding:0}.fx-hero__controls>[data-hero-prev],.fx-hero__controls>[data-hero-next]{top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;box-shadow:0 4px 18px #123c3212}.fx-hero__controls>[data-hero-prev]{left:12px}.fx-hero__controls>[data-hero-next]{right:12px}.fx-hero__controls>[data-hero-play]{right:12px;bottom:12px}.fx-hero__dots{bottom:12px;left:50%;transform:translateX(-50%);padding:0 8px;max-width:calc(100% - 120px);background:#ffffffeb}.fx-hero__dots button{width:26px}.fx-trust p,.fx-trust a{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.fx-trust strong{font-size:26px}.fx-trust span{font-size:11px}}
@media(max-width:360px){.fx-hero__dots button{width:24px}}
/* Brand reassurance strip: consistent icons, figures and supporting copy. */
.fx-trust--brand{background:#fff;border-bottom:1px solid #e2ebe5}
.fx-trust--brand>.conteiner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-block:26px;gap:0}
.fx-trust--brand .fx-proof{display:flex;align-items:center;gap:17px;min-width:0;padding:10px 25px;margin:0;border:0;border-right:1px solid #e2ebe5;text-decoration:none;color:#086943;border-radius:0}
.fx-trust--brand .fx-proof:first-child{padding-left:0}
.fx-trust--brand .fx-proof:last-child{border-right:0;padding-right:0}
.fx-trust--brand .fx-proof__icon{width:36px;height:36px;flex:0 0 36px;align-self:flex-start;margin-top:5px}
.fx-trust--brand .fx-proof__copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.fx-trust--brand .fx-proof strong{font-size:34px;line-height:1.15;font-weight:750;letter-spacing:-1px;color:#086943}
.fx-trust--brand .fx-proof strong>span{font-size:27px;color:#d08b00;margin-left:2px}
.fx-trust--brand .fx-proof .fx-proof__label{font-size:12px;line-height:1.5;font-weight:600;color:#293833;max-width:none}
.fx-trust--brand .fx-proof small{display:inline-flex;align-items:center;gap:6px;font-size:11px;line-height:1.6;color:#586760}
.fx-trust--brand .fx-proof small svg{display:block;flex:0 0 14px;width:14px;height:14px}
.fx-trust--brand .fx-proof--support strong{font-size:27px;line-height:1.45;letter-spacing:-.6px}
.fx-trust--brand a.fx-proof:hover,
.fx-trust--brand a.fx-proof:focus-visible{background:transparent}
.fx-trust--brand a.fx-proof:hover small,
.fx-trust--brand a.fx-proof:focus-visible small{color:#086943;text-decoration:none}
@media(max-width:1150px){.fx-trust--brand .fx-proof{gap:12px;padding-inline:16px}.fx-trust--brand .fx-proof__icon{width:30px;height:30px;flex-basis:30px}.fx-trust--brand .fx-proof strong{font-size:30px}.fx-trust--brand .fx-proof--support strong{font-size:25px}}
@media(max-width:1023px){.fx-trust--brand>.conteiner{grid-template-columns:repeat(2,minmax(0,1fr));padding-block:18px}.fx-trust--brand .fx-proof{padding:18px!important;align-items:center}.fx-trust--brand .fx-proof:nth-child(2){border-right:0}.fx-trust--brand .fx-proof:nth-child(-n+2){border-bottom:1px solid #e2ebe5}}
@media(max-width:700px){.fx-trust--brand>.conteiner{width:calc(100% - 32px);padding-block:10px}.fx-trust--brand .fx-proof{flex-direction:row;gap:10px;padding:16px 10px!important}.fx-trust--brand .fx-proof__icon{width:26px;height:26px;flex-basis:26px}.fx-trust--brand .fx-proof strong{font-size:28px}.fx-trust--brand .fx-proof--support strong{font-size:23px}.fx-trust--brand .fx-proof .fx-proof__label{font-size:11px}.fx-trust--brand .fx-proof small{font-size:10px}}
@media(max-width:360px){.fx-trust--brand .fx-proof{flex-direction:column;align-items:flex-start;gap:8px}.fx-trust--brand .fx-proof__icon{margin-top:0}.fx-trust--brand .fx-proof--support strong{line-height:1.4}}
@media(min-width:1024px){.fx-categories{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.fx-category img{height:195px;padding:14px}.fx-category>div{padding:18px}.fx-category h2{font-size:19px}.fx-category p{font-size:12px}}
@media(min-width:701px) and (max-width:1023px){.fx-categories{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* Home category gateway: even visual rhythm and aligned actions. */
.fx-category-section{padding-block:40px 44px}
.fx-category-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:30px}
.fx-category-shop .fx-category-heading,
.fx-category-section--catalog .fx-category-heading{gap:0}
.fx-category-heading>div{flex:1}
.fx-category-heading h1 em{font-style:normal;color:#086943}
.fx-category-heading>.fx-eyebrow{margin-bottom:12px}
.fx-category-heading>p{max-width:410px;margin:0 0 4px;color:#586760;font-size:14px;line-height:1.8}
.fx-category-section .fx-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.fx-category-section .fx-category{position:relative;display:flex;flex-direction:column;border:1px solid #e0e8e2;border-radius:14px;background:#fff;overflow:hidden;min-width:0;transition:border-color .2s,box-shadow .2s}
.fx-category-section .fx-category img{display:block;width:100%;height:185px;object-fit:contain;padding:20px 15px;background:#fff}
.fx-category-section .fx-category>div{display:flex;flex-direction:column;flex:1;width:100%;padding:20px 18px 16px;border:0;background:#f5f8f5}
.fx-category-section .fx-category h2{font-size:18px;line-height:1.3;font-weight:700;letter-spacing:-.4px;min-height:47px;margin:0 0 10px;color:#203e2e}
.fx-category-section .fx-category p{font-size:12px;line-height:1.7;color:#586760;min-height:0;margin:0 0 20px}
.fx-category-section .fx-category>div>span{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:14px;margin-top:auto;border-top:1px solid #dce7df;font-size:11px;line-height:1.4;font-weight:700;color:#086943;min-height:44px}
.fx-category-section .fx-category:hover,.fx-category-section .fx-category:focus-visible{border-color:#71a98a;box-shadow:0 8px 20px #164b400c}
.fx-category-section .fx-category:hover>div{background:#edf5ee}
@media(min-width:701px) and (max-width:1100px){.fx-category-section .fx-categories{grid-template-columns:repeat(3,minmax(0,1fr))}.fx-category-heading{gap:30px}.fx-category-heading>p{max-width:340px}.fx-category-section .fx-category img{height:180px}}
@media(max-width:700px){.fx-category-section{padding-block:36px}.fx-category-heading{display:block;margin-bottom:24px}.fx-category-heading>p{margin-top:0;max-width:none;font-size:13px;line-height:1.7}.fx-category-section .fx-categories{grid-template-columns:1fr;gap:12px}.fx-category-section .fx-category{flex-direction:row;align-items:stretch;min-height:190px}.fx-category-section .fx-category img{width:42%;height:auto;max-height:230px;padding:14px;align-self:center}.fx-category-section .fx-category>div{width:58%;padding:18px 16px}.fx-category-section .fx-category h2{font-size:19px;min-height:0;margin-bottom:8px}.fx-category-section .fx-category p{font-size:12px;margin-bottom:12px}.fx-category-section .fx-category>div>span{font-size:11px;padding-top:10px}}
/* Home catalog: product-first cards, compact copy and clear touch targets. */
.fx-category-section--catalog{padding-block:40px 44px}
.fx-category-section--catalog .fx-category-heading{display:block;text-align:center;margin:0 auto 24px;max-width:760px}
.fx-category-section--catalog .fx-category-heading .fx-eyebrow{font-size:11px;letter-spacing:1.8px;margin-bottom:12px}
.fx-category-section--catalog .fx-category-heading>p{max-width:640px;margin:0 auto;font-size:14px;line-height:1.7}
.fx-category-section--catalog .fx-categories{gap:14px}
.fx-category-section--catalog .fx-category{border:1px solid #e2e9e4;border-radius:16px;padding:10px 10px 0;background:#fff;box-shadow:0 4px 16px #164b4005;transition:border-color .2s,box-shadow .2s}
.fx-category-section--catalog .fx-category img{height:200px;padding:12px 4px;border-radius:10px;object-fit:contain;background:#fff}
.fx-category-section--catalog .fx-category>div{background:#fff;padding:20px 10px 14px}
.fx-category-section--catalog .fx-category h2{font-size:17px;line-height:1.35;letter-spacing:-.45px;min-height:46px;margin:0 0 8px;color:#164b40}
.fx-category-section--catalog .fx-category p{font-size:13px;line-height:1.65;min-height:64px;margin:0 0 16px;color:#586760}
.fx-category-section--catalog .fx-category>div>span{min-height:48px;padding-top:12px;font-size:12px;border-top:1px solid #edf1ed;gap:10px}
.fx-category-section--catalog .fx-category svg{width:34px;height:34px;padding:8px;flex-shrink:0;background:#edf5ef;color:#086943;border-radius:50%;transition:background .2s,color .2s}
.fx-category-section--catalog .fx-category:hover>div{background:#fff}
.fx-category-section--catalog .fx-category:hover,.fx-category-section--catalog .fx-category:focus-visible{border-color:#82b49a;box-shadow:0 10px 28px #164b4012}
.fx-category-section--catalog .fx-category:is(:hover,:focus-visible) svg{background:#ffb900;color:#164b40}
.fx-category-section--catalog .fx-category:focus-visible{outline:3px solid #086943;outline-offset:4px}
@media(min-width:701px) and (max-width:1100px){.fx-category-section--catalog .fx-categories{grid-template-columns:repeat(6,minmax(0,1fr))}.fx-category-section--catalog .fx-category{grid-column:span 2}.fx-category-section--catalog .fx-category:nth-last-child(-n+2){grid-column:span 3}.fx-category-section--catalog .fx-category p{min-height:44px}}
@media(max-width:700px){.fx-category-section--catalog{padding-block:32px 36px}.fx-category-section--catalog .fx-category-heading{text-align:left;margin-bottom:24px}.fx-category-section--catalog .fx-category-heading>p{font-size:13px;margin-top:0}.fx-category-section--catalog .fx-category{padding:10px;min-height:175px;gap:10px}.fx-category-section--catalog .fx-category img{width:40%;height:145px;padding:8px 2px;align-self:center}.fx-category-section--catalog .fx-category>div{width:auto;flex:1;min-width:0;padding:6px 2px 4px}.fx-category-section--catalog .fx-category h2{font-size:17px;min-height:0;margin-bottom:6px}.fx-category-section--catalog .fx-category p{font-size:12px;min-height:0;margin-bottom:10px;line-height:1.6}.fx-category-section--catalog .fx-category>div>span{padding-top:8px;font-size:11px;min-height:44px}.fx-category-section--catalog .fx-category svg{width:30px;height:30px;padding:7px}}
/* Featured tubular machines: clear specs and equal, accessible actions. */
.fx-featured-tubular{background:#fff;padding-block:48px;border-block:0}
.fx-featured-tubular .fx-section-head{gap:30px;align-items:flex-end;margin-bottom:28px}
.fx-featured-tubular .fx-section-head h2{font-size:clamp(28px,3vw,36px);line-height:1.2;max-width:650px;letter-spacing:-1px;color:#164b40;margin:0 0 8px}
.fx-featured-tubular .fx-section-head p:not(.fx-eyebrow){font-size:14px;line-height:1.7;margin:0;max-width:650px}
.fx-featured-tubular .fx-section-head>.fx-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;min-height:var(--fx-btn-min-height,44px);padding:10px 18px;border:1px solid #dce7df;border-radius:24px;font-size:var(--fx-btn-font-size,13px);font-weight:650;background:#fff;text-decoration:none;color:var(--fx-green)}
.fx-featured-tubular .fx-section-head>.fx-link svg{display:block;flex-shrink:0}
.fx-featured-tubular .fx-section-head>.fx-link:hover{background:#edf5ef}
@media(max-width:700px){.fx-featured-tubular .fx-section-head>.fx-link{font-size:var(--fx-btn-font-size,13px);min-height:46px}}
.fx-featured-tubular .fx-product-grid{gap:18px}
.fx-featured-tubular .fx-product{border-radius:16px;border-color:#dfe8e2;box-shadow:0 4px 14px #164b4005;transition:box-shadow .2s,border-color .2s}
.fx-featured-tubular .fx-product:hover{border-color:#82b49a;box-shadow:0 10px 26px #164b4010}
.fx-featured-tubular .fx-product__image{padding:20px 16px 12px;background:#fff}
.fx-featured-tubular .fx-product__image img{height:230px;display:block;object-fit:contain}
.fx-featured-tubular .fx-product__body{padding:8px 20px 20px}
.fx-featured-tubular .fx-model{order:-1;align-self:flex-start;font-size:11px;font-weight:600;color:#086943;background:#edf5ef;padding:5px 8px;border-radius:5px;margin:0 0 12px}
.fx-featured-tubular .fx-product h3{font-size:18px;line-height:1.35;margin:0 0 18px;min-height:49px}
.fx-featured-tubular .fx-product h3 a{color:#164b40}
.fx-featured-tubular .fx-product dl{display:flex;flex-direction:column;gap:8px;border:0;border-radius:0;padding:0;overflow:visible;margin:auto 0 20px}
.fx-featured-tubular .fx-product dl div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:0;min-width:0;min-height:24px}
.fx-featured-tubular .fx-product dt{display:flex;align-items:center;gap:7px;font-size:11px;line-height:1.5;color:#586760}
.fx-featured-tubular .fx-product dt svg{display:block;flex-shrink:0;color:#247b65}
.fx-featured-tubular .fx-product dd{font-size:12px;line-height:1.5;max-width:50%;text-align:right;color:#203e2e;overflow-wrap:anywhere}
.fx-featured-tubular .fx-product__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.fx-featured-tubular .fx-product__actions a{gap:6px}
.fx-featured-tubular .fx-product__actions svg{flex-shrink:0;display:block}
.fx-featured-tubular .fx-product__actions a{display:flex;align-items:center;justify-content:center;min-height:var(--fx-btn-min-height,44px);padding:10px 10px;border:1px solid #dce7df;border-radius:24px;font-size:var(--fx-btn-font-size,13px);font-weight:650;text-align:center}
.fx-featured-tubular .fx-product__actions a:last-child{background:#ffb900;border-color:#ffb900;color:#164b40;width:auto}
.fx-featured-tubular .fx-product__actions a:hover{background:#edf5ef}
.fx-featured-tubular .fx-product__actions a:last-child:hover{background:#f5ae00}
.fx-featured-tubular a:focus-visible{outline:3px solid #086943;outline-offset:3px}
@media(min-width:701px) and (max-width:1200px){.fx-featured-tubular .fx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-featured-tubular .fx-product h3{min-height:0}.fx-featured-tubular .fx-product dt{font-size:12px}.fx-featured-tubular .fx-product dd{font-size:14px}}
@media(max-width:700px){.fx-featured-tubular{padding-block:36px}.fx-featured-tubular .fx-section-head h2{font-size:28px}.fx-featured-tubular .fx-section-head p:not(.fx-eyebrow){font-size:13px}.fx-featured-tubular .fx-section-head>.fx-link{margin-top:18px}.fx-featured-tubular .fx-product-grid{grid-template-columns:1fr;gap:18px}.fx-featured-tubular .fx-product__image img{height:230px}.fx-featured-tubular .fx-product h3{min-height:49px;font-size:18px}.fx-featured-tubular .fx-product dt{font-size:12px}.fx-featured-tubular .fx-product dd{font-size:12px}.fx-featured-tubular .fx-product__actions{grid-template-columns:1fr}.fx-featured-tubular .fx-product__actions a{width:100%;font-size:var(--fx-btn-font-size,13px);min-height:44px;white-space:nowrap}}
/* Shared machine cards. Category gateways and product detail pages are untouched. */
.fx-machine-card.fx-machine-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #dfe8e2;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px #164b4005}
.fx-machine-card.fx-machine-card:hover{border-color:#82b49a;box-shadow:0 10px 26px #164b4010}
.fx-machine-card.fx-machine-card :is(.fx-product__image,.cc-card__photo,figure.imagen){padding:20px 16px 12px;background:#fff;margin:0}
.fx-machine-card.fx-machine-card :is(.fx-product__image img,.cc-card__photo img,.imagen__producto){width:100%;height:230px;object-fit:contain;display:block;background:#fff}
.fx-machine-card.fx-machine-card .fx-machine-body{padding:8px 20px 20px;display:flex;flex-direction:column;flex:1}
.fx-machine-card.fx-machine-card>.title{padding:8px 20px 0}
.fx-machine-card.fx-machine-card :is(h2,h3){font-size:18px;line-height:1.35;letter-spacing:-.3px;min-height:0;margin:0 0 16px}
.fx-machine-card.fx-machine-card :is(h2,h3) a{color:#164b40;text-decoration:none}
.fx-machine-card.fx-machine-card :is(.fx-model,.cc-model){order:-1;align-self:flex-start;font-size:11px;font-weight:600;color:#086943;background:#edf5ef;padding:5px 8px;border-radius:5px;margin:0 0 12px}
.fx-machine-card.fx-machine-card .cc-kicker{margin-bottom:8px}
.fx-machine-card.fx-machine-card .fx-machine-specs{display:flex;flex-direction:column;gap:8px;border:0;border-top:1px solid var(--fx-border);border-radius:0;padding:16px 0 0;overflow:visible;margin:auto 0 20px}
.fx-machine-card.fx-machine-card>.fx-machine-specs{margin:0 20px 20px}
.fx-machine-card.fx-machine-card .fx-machine-specs>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:0;border:0;min-width:0;min-height:24px;margin:0}
.fx-machine-card.fx-machine-card .fx-machine-specs dt{display:flex;align-items:center;gap:7px;font-size:12px;line-height:1.5;color:#586760;max-width:55%}
.fx-machine-card.fx-machine-card .fx-machine-specs dt svg{display:block;flex-shrink:0;color:#247b65}
.fx-machine-card.fx-machine-card .fx-machine-specs dd{font-size:12px;font-weight:650;line-height:1.5;max-width:50%;margin:0;text-align:right;color:#203e2e;overflow-wrap:anywhere}
.fx-machine-card.fx-machine-card .fx-machine-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}
.fx-machine-card.fx-machine-card>.fx-machine-actions{padding:0 20px 20px}
.fx-machine-card.fx-machine-card .fx-machine-actions a{display:flex;align-items:center;justify-content:center;gap:6px;min-height:var(--fx-btn-min-height,44px);width:auto;padding:10px 12px;border:1px solid #dce7df;border-radius:24px;font-size:var(--fx-btn-font-size,13px);font-weight:650;text-align:center;line-height:1.35;text-decoration:none;color:#247b65;background:#fff}
.fx-machine-card.fx-machine-card .fx-machine-actions .fx-machine-quote{background:#ffb900;border-color:#ffb900;color:#164b40}
.fx-machine-card.fx-machine-card .fx-machine-actions a:hover{background:#edf5ef}
.fx-machine-card.fx-machine-card .fx-machine-actions .fx-machine-quote:hover{background:#f5ae00}
.fx-machine-card .fx-machine-actions svg{width:16px;height:16px;flex-shrink:0;display:block}
.fx-machine-card .fx-machine-actions .fx-machine-quote svg{width:18px;height:18px}
.fx-machine-card a:focus-visible{outline:3px solid #086943;outline-offset:3px}
@media(min-width:701px){.fx-machine-card.fx-machine-card{min-height:610px}}
@media(max-width:700px){.fx-product-grid,.cc-grid,.contenedor-de-productos-de-categoria{grid-template-columns:1fr}.fx-machine-card.fx-machine-card{min-height:0;height:auto}.fx-machine-card.fx-machine-card :is(h2,h3){font-size:18px;min-height:49px}.fx-machine-card.fx-machine-card .fx-machine-actions{grid-template-columns:1fr}.fx-machine-card.fx-machine-card .fx-machine-actions a{width:100%;font-size:var(--fx-btn-font-size,13px);min-height:44px;white-space:nowrap}.fx-machine-card.fx-machine-card .fx-machine-specs dd{font-size:12px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Equal machine-card geometry across home, catalogs and related products. */
.fx-product-grid.fx-product-grid,.cc-grid.cc-grid,.contenedor-de-productos-de-categoria.contenedor-de-productos-de-categoria{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch;grid-auto-rows:1fr}
.fx-product-grid--wide .fx-product:last-child{grid-column:auto;display:flex}
.fx-machine-card.fx-machine-card{position:relative;height:100%;min-height:610px}
.fx-machine-card.fx-machine-card :is(.fx-product__image,.cc-card__photo,figure.imagen){padding:28px 16px 12px;flex-shrink:0}
.fx-machine-card.fx-machine-card :is(.fx-product__image img,.cc-card__photo img,.imagen__producto){height:230px}
.fx-machine-card.fx-machine-card .fx-machine-body{padding:8px 20px 20px;gap:0}
.fx-machine-card.fx-machine-card :is(.fx-model,.cc-model){min-height:28px;line-height:18px;margin:0 0 12px;overflow-wrap:anywhere}
.fx-machine-card.fx-machine-card :is(h2,h3){font-size:18px;line-height:1.35;min-height:49px;margin:0 0 16px;overflow-wrap:anywhere}
.fx-machine-card.fx-machine-card .fx-machine-specs{margin:0 0 20px;min-height:100px}
.fx-machine-card.fx-machine-card .fx-machine-specs>div{min-height:28px}
.fx-machine-card.fx-machine-card .fx-machine-specs dt{flex:1;min-width:0;overflow-wrap:anywhere}
.fx-machine-card.fx-machine-card .fx-machine-specs dd{flex:1;min-width:0}
.fx-machine-card.fx-machine-card .fx-machine-actions{margin-top:auto}
.fx-machine-card.fx-machine-card .fx-machine-actions .fx-machine-quote{background:var(--fx-yellow,#FFB344);border-color:var(--fx-yellow,#FFB344);color:var(--fx-ink,#203b32)}
.fx-machine-card.fx-machine-card .fx-machine-actions .fx-machine-quote:hover{background:var(--fx-yellow-hover,#e89a27);border-color:var(--fx-yellow-hover,#e89a27)}
@media(max-width:1200px){.fx-product-grid.fx-product-grid,.cc-grid.cc-grid,.contenedor-de-productos-de-categoria.contenedor-de-productos-de-categoria{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.fx-product-grid.fx-product-grid,.cc-grid.cc-grid,.contenedor-de-productos-de-categoria.contenedor-de-productos-de-categoria{grid-template-columns:1fr;gap:18px}.fx-machine-card.fx-machine-card{min-height:0;height:auto}.fx-machine-card.fx-machine-card :is(h2,h3){font-size:18px;min-height:49px}.fx-machine-card.fx-machine-card .fx-machine-actions{grid-template-columns:1fr}.fx-machine-card.fx-machine-card .fx-machine-actions a{width:100%;white-space:nowrap}}
.fx-machine-card .fx-machine-body:not(:has(.fx-model,.cc-model))::before{content:"";display:block;min-height:28px;margin-bottom:12px}
.fx-machine-card.fx-machine-card .fx-machine-actions{padding:0;border:0}
.fx-machine-card.fx-machine-card :is(.fx-product__image img,.cc-card__photo img,.imagen__producto){padding:0;margin:0}
.fx-machine-card.fx-machine-card .fx-machine-actions a{white-space:nowrap}
.fx-machine-card.fx-machine-card.main-card{width:auto;max-width:none;margin:0;padding:0}
.fx-trust{background:var(--fx-surface);border-bottom-color:var(--fx-border)}
.fx-trust strong{color:var(--fx-primary-900)}
.fx-trust .fx-proof__icon{color:var(--fx-primary)}
.fx-trust small{color:var(--fx-text-muted)}
.fx-trust p,.fx-trust a{border-color:var(--fx-border)}
.fx-soft,.fx-featured-tubular{background:#fff}
.fx-category{border-color:var(--fx-border)}
.fx-category>div{background:var(--fx-surface);border-top-color:var(--fx-border)}
.fx-category:hover{border-color:var(--fx-primary-300)}
.fx-section-head .fx-eyebrow{color:var(--fx-primary-700)}

.cc-family-nav.cc-family-nav a[aria-current]{background:var(--fx-primary-100);border-color:var(--fx-primary-300);color:var(--fx-primary-900)}
.cc-family-nav.cc-family-nav a:hover{background:var(--fx-primary-50);border-color:var(--fx-primary-200);color:var(--fx-primary-800)}
.fx-machine-card.fx-machine-card{border-color:var(--fx-border);box-shadow:var(--fx-shadow-sm)}
.fx-machine-card.fx-machine-card:hover{border-color:var(--fx-primary-300);box-shadow:var(--fx-shadow-md)}
.fx-machine-card.fx-machine-card :is(.fx-model,.cc-model){background:var(--fx-primary-50);color:var(--fx-primary-700)}
.fx-machine-card.fx-machine-card .fx-machine-specs{border-top-color:var(--fx-border)}
.fx-machine-card.fx-machine-card .fx-machine-specs dt svg{color:var(--fx-primary-600)}
.fx-machine-card.fx-machine-card .fx-machine-actions .fx-machine-details{background:var(--fx-surface);border-color:var(--fx-primary-200);color:var(--fx-primary-700)}
.fx-machine-card.fx-machine-card .fx-machine-actions .fx-machine-details:hover{background:var(--fx-primary-50);border-color:var(--fx-primary);color:var(--fx-primary-800)}
.fx-hero__dots button[aria-pressed=true] span{background:var(--fx-primary)}
.fx-hero__controls>[data-hero-prev]:hover,.fx-hero__controls>[data-hero-next]:hover{background:var(--fx-primary-50);color:var(--fx-primary-800);border-color:var(--fx-primary)}
.fx-link svg{width:16px;height:16px;display:block;flex-shrink:0}
@media(max-width:700px){.fx-link{font-size:var(--fx-btn-font-size,13px);min-height:46px}}
/* Home: clearer confection category gateway. */
.fx-confeccion-section{background:#fff}
.fx-confeccion.fx-confeccion{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:28px 60px;align-items:center}
.fx-confeccion__copy{max-width:550px}
.fx-confeccion__copy h2{font-size:clamp(30px,3vw,44px);line-height:1.15;letter-spacing:-1px;margin-bottom:8px}
.fx-confeccion__copy>p:not(.fx-eyebrow){max-width:520px;font-size:15px;line-height:1.8}
.fx-confeccion__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:30px}
.fx-confeccion__actions .fx-button,.fx-confeccion__actions .fx-link{margin:0;min-height:48px;border-radius:24px;padding:12px 20px;font-size:var(--fx-btn-font-size,13px)}
.fx-confeccion__actions svg{width:16px;height:16px;flex-shrink:0}
.fx-confeccion__visual{position:relative;display:block;min-height:350px;padding:40px 45px 20px;overflow:hidden;border:1px solid var(--fx-primary-200);border-radius:18px;background:radial-gradient(circle at 55% 50%,#fff 0 34%,var(--fx-primary-100) 74%,var(--fx-primary-200) 100%)}
.fx-confeccion__visual:after{content:"";position:absolute;right:-55px;bottom:-90px;width:240px;height:240px;border:1px solid #ffffff99;border-radius:50%}
.fx-confeccion__visual span{position:absolute;top:22px;left:24px;z-index:1;display:flex;gap:8px;align-items:center;font-size:10px;letter-spacing:.7px;text-transform:uppercase;color:var(--fx-primary-700)}
.fx-confeccion__visual span strong{padding:4px 7px;border-radius:5px;background:var(--fx-surface);font-size:10px;color:var(--fx-primary-900);box-shadow:var(--fx-shadow-sm)}
.fx-confeccion .fx-confeccion__visual img{position:relative;z-index:1;width:100%;height:290px;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s ease}
.fx-confeccion__visual:hover img{transform:scale(1.035)}
.fx-confeccion.fx-confeccion nav{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.fx-confeccion.fx-confeccion nav a{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:92px;padding:18px;border:1px solid var(--fx-primary-200);border-radius:12px;background:var(--fx-surface);color:var(--fx-primary-900);font-size:13px;font-weight:650;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}
.fx-confeccion.fx-confeccion nav a:hover{background:var(--fx-primary-50);border-color:var(--fx-primary);transform:translateY(-2px)}
.fx-confeccion nav a span{display:flex;flex-direction:column;gap:3px}
.fx-confeccion nav a small{font-size:10px;font-weight:550;line-height:1.4;color:var(--fx-text-muted)}
.fx-confeccion nav a svg{width:18px;height:18px;flex-shrink:0;color:var(--fx-primary-600)}
@media(max-width:1023px){.fx-confeccion.fx-confeccion{grid-template-columns:1fr 1fr;gap:26px}.fx-confeccion__visual{min-height:310px;padding-inline:25px}.fx-confeccion .fx-confeccion__visual img{height:250px}.fx-confeccion.fx-confeccion nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.fx-confeccion.fx-confeccion{grid-template-columns:1fr;gap:24px}.fx-confeccion__copy h2{font-size:30px}.fx-confeccion__copy>p:not(.fx-eyebrow){font-size:14px}.fx-confeccion__actions{align-items:stretch;margin-top:24px}.fx-confeccion__actions .fx-button,.fx-confeccion__actions .fx-link{width:100%}.fx-confeccion__visual{min-height:270px;padding:38px 15px 10px}.fx-confeccion .fx-confeccion__visual img{height:230px}.fx-confeccion.fx-confeccion nav{grid-template-columns:1fr;gap:9px}.fx-confeccion.fx-confeccion nav a{min-height:74px;padding:14px 16px}}
/* Photo-led category cards with a synchronized machine preview. */
.fx-confeccion__visual span b{font-weight:600}
.fx-confeccion__visual em{position:absolute;bottom:18px;left:24px;z-index:2;display:inline-flex;align-items:center;gap:8px;font-size:11px;font-style:normal;font-weight:650;color:var(--fx-primary-800)}
.fx-confeccion__visual em svg{flex-shrink:0}
.fx-confeccion .fx-confeccion__visual img{transition:opacity .14s ease,transform .3s ease}
.fx-confeccion__visual.is-changing img{opacity:0;transform:translateY(5px)}
.fx-confeccion.fx-confeccion nav a{position:relative;display:grid;grid-template-columns:1fr auto;gap:12px 8px;min-height:204px;padding:14px 18px 18px;overflow:hidden}
.fx-confeccion.fx-confeccion nav a>img{grid-column:1/-1;display:block;width:100%;height:120px;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}
.fx-confeccion.fx-confeccion nav a>svg{align-self:center}
.fx-confeccion.fx-confeccion nav a:hover>img{transform:scale(1.06)}
.fx-confeccion.fx-confeccion nav a.is-active{background:var(--fx-primary-50);border-color:var(--fx-primary);box-shadow:0 3px 14px #4bb59714}
@media(max-width:1023px){.fx-confeccion.fx-confeccion nav{grid-template-columns:repeat(4,minmax(0,1fr))}.fx-confeccion.fx-confeccion nav a{padding:10px;min-height:180px;font-size:12px}.fx-confeccion.fx-confeccion nav a>img{height:100px}.fx-confeccion nav a small{font-size:9px}}
@media(max-width:700px){.fx-confeccion.fx-confeccion nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fx-confeccion.fx-confeccion nav a{min-height:174px;padding:10px 12px 14px;gap:8px}.fx-confeccion.fx-confeccion nav a>img{height:100px}.fx-confeccion nav a>svg{width:14px;height:14px}.fx-confeccion__visual span{left:16px;right:16px;flex-wrap:wrap;gap:6px;font-size:9px}.fx-confeccion__visual em{left:16px;bottom:12px}.fx-confeccion .fx-confeccion__visual img{height:230px;padding-bottom:18px}}
@media(prefers-reduced-motion:reduce){.fx-confeccion__visual.is-changing img{opacity:1;transform:none}.fx-confeccion.fx-confeccion nav a:hover>img{transform:none}}
@media(max-width:700px){.fx-confeccion.fx-confeccion nav a{height:188px;min-height:188px}}
/* Circular category navigation in one row; horizontally scrollable on small screens. */
.fx-category-shop .fx-category-heading{display:block;text-align:center;max-width:1280px;margin:0 auto 24px}
.fx-category-shop .fx-category-heading .fx-eyebrow{font-size:11px;letter-spacing:1.7px;margin-bottom:12px;color:#26765f}
.fx-category-shop .fx-category-heading>p{max-width:760px;margin:0 auto;font-size:15px;line-height:1.7}
.fx-category-shop.fx-category-section .fx-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;max-width:1280px;margin:0 auto}
.fx-category-shop.fx-category-section .fx-category{grid-column:auto;display:flex;flex-direction:column;align-items:center;gap:0;padding:0;min-width:0;min-height:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;text-align:center}
.fx-category-shop.fx-category-section .fx-category img{display:block;width:100%;max-width:220px;height:auto;aspect-ratio:1;max-height:none;align-self:center;padding:20px 12px;border:1px solid #d7e2dc;border-radius:50%;background:#fff;box-shadow:0 8px 22px rgba(24,61,46,.09),0 2px 5px rgba(24,61,46,.04);object-fit:contain;mix-blend-mode:normal;box-sizing:border-box;transform:none;transition:border-color .2s,box-shadow .2s}
.fx-category-shop.fx-category-section .fx-category>div{display:flex;flex-direction:column;align-items:center;flex:1;width:100%;padding:18px 0 0;background:transparent;border:0}
.fx-category-shop.fx-category-section .fx-category h2{display:flex;align-items:center;justify-content:center;min-height:49px;margin:0 0 7px;font-size:18px;line-height:1.35;letter-spacing:-.3px;color:#233d33}
.fx-category-shop.fx-category-section .fx-category p{min-height:0;margin:0;font-size:13px;line-height:1.6;color:#617069}
.fx-category-shop.fx-category-section .fx-category:hover{border:0;box-shadow:none}
.fx-category-shop.fx-category-section .fx-category:hover>div{background:transparent}
.fx-category-shop.fx-category-section .fx-category:is(:hover,:focus-visible) img{transform:none;border-color:#4bb597;box-shadow:0 12px 28px rgba(24,61,46,.14),0 2px 6px rgba(24,61,46,.05)}
.fx-category-shop.fx-category-section .fx-category:is(:hover,:focus-visible) h2{color:#26765f}
.fx-category-shop.fx-category-section .fx-category:focus-visible{outline:2px solid #26765f;outline-offset:6px;border-radius:8px}
@media(max-width:900px){.fx-category-shop.fx-category-section .fx-categories{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:180px;justify-content:start;gap:20px;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-inline:12px;padding:12px 12px 24px;overscroll-behavior-x:contain}.fx-category-shop.fx-category-section .fx-category{scroll-snap-align:start}.fx-category-shop.fx-category-section .fx-category h2{font-size:16px;min-height:43px}.fx-category-shop.fx-category-section .fx-category p{font-size:12px}.fx-category-shop .fx-category-heading>p{font-size:13px}}
@media(max-width:480px){.fx-category-shop.fx-category-section .fx-categories{grid-auto-columns:155px;gap:18px}.fx-category-shop.fx-category-section .fx-category img{padding:16px 9px}}
@media(prefers-reduced-motion:reduce){.fx-category-shop.fx-category-section .fx-category img{transition:none}}
.fx-category-shop .fx-category-hint{display:none}
.fx-category-shop.fx-category-section .fx-category>div{gap:0}
.fx-category-shop.fx-category-section .fx-category h2{max-width:100%;text-wrap:balance}
@media(max-width:900px){.fx-category-shop .fx-category-heading{margin-bottom:20px}.fx-category-shop .fx-category-hint{display:flex;align-items:center;gap:10px;margin:0 0 6px;font-size:12px;color:#617069}.fx-category-shop.fx-category-section .fx-categories{scrollbar-width:thin;scrollbar-color:#a8cbbd #f1f5f3}.fx-category-shop.fx-category-section .fx-category p{min-height:39px}}
.fx-category-shop .fx-category-advice{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1280px;margin:32px auto 0;padding:24px 28px;background:#fff;border:1px solid #dce8e1;border-radius:12px}
.fx-category-shop .fx-category-advice h2{margin:0 0 7px;font-size:20px;line-height:1.35;color:#233d33}
.fx-category-shop .fx-category-advice p{margin:0;max-width:650px;font-size:14px;line-height:1.6;color:#617069}
.fx-category-shop .fx-category-advice .fx-link{flex-shrink:0;min-height:44px;background:#fff}
@media(max-width:700px){.fx-category-shop .fx-category-advice{flex-direction:column;align-items:flex-start;gap:18px;margin-top:20px;padding:20px}.fx-category-shop .fx-category-advice h2{font-size:18px}.fx-category-shop .fx-category-advice p{font-size:13px}}
/* Compact advisor call to action. */
.fx-category-shop .fx-category-advice{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:20px;max-width:1100px;padding:22px 26px;margin-top:38px;background:#fff;border:1px solid #d9e7e0;border-radius:16px;box-shadow:0 6px 22px rgba(24,61,46,.06)}
.fx-category-shop .fx-category-advice__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#eaf5ef;color:#26765f}
.fx-category-shop .fx-category-advice h2{font-size:19px;margin-bottom:5px;letter-spacing:-.25px}
.fx-category-shop .fx-category-advice p{font-size:13px;line-height:1.55}
.fx-category-shop .fx-category-advice .fx-link{background:#26765f;border:1px solid #26765f;color:#fff;padding:13px 20px;min-height:48px;white-space:nowrap;box-shadow:none;transition:background .2s,border-color .2s}
.fx-category-shop .fx-category-advice .fx-link:hover{background:#1e604d;border-color:#1e604d;color:#fff}
.fx-category-shop .fx-category-advice .fx-link:focus-visible{outline:2px solid #26765f;outline-offset:4px}
@media(max-width:700px){.fx-category-shop .fx-category-advice{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:14px;padding:20px;margin-top:24px}.fx-category-shop .fx-category-advice__icon{width:44px;height:44px}.fx-category-shop .fx-category-advice__icon svg{width:24px;height:24px}.fx-category-shop .fx-category-advice h2{font-size:17px}.fx-category-shop .fx-category-advice .fx-link{grid-column:1/-1;justify-content:center;width:100%;margin-top:2px}}
@media(prefers-reduced-motion:reduce){.fx-category-shop .fx-category-advice .fx-link{transition:none}}
/* Confection showcase: editorial introduction and four machine families. */
.fx-confeccion-showcase{background:#fff}
.fx-confeccion-showcase .fx-confeccion.fx-confeccion{grid-template-columns:minmax(0,.8fr) minmax(0,1.6fr);align-items:stretch;gap:24px}
.fx-confeccion-showcase .fx-confeccion__copy{display:flex;flex-direction:column;justify-content:center;max-width:none;padding:40px 32px;background:#194f40;border-radius:18px;color:#fff}
.fx-confeccion-showcase .fx-confeccion__copy .fx-eyebrow{color:#a9dfce;font-size:11px;letter-spacing:1.5px}
.fx-confeccion-showcase .fx-confeccion__copy h2{color:#fff;font-size:clamp(30px,3.1vw,44px);margin:16px 0 20px}
.fx-confeccion-showcase .fx-confeccion__copy>p:not(.fx-eyebrow){color:#e1eee8;font-size:15px;line-height:1.7}
.fx-confeccion-showcase .fx-confeccion__actions{margin-top:30px}
.fx-confeccion-showcase .fx-confeccion__actions .fx-button{background:#fff;color:#205d4a;border:1px solid #fff;font-weight:650}
.fx-confeccion-showcase .fx-confeccion__actions .fx-button:hover{background:#e9f5ef}
.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav a{height:auto;min-height:280px;padding:20px 22px;gap:16px 12px;background:#fff;border:1px solid #dce7e1;border-radius:14px;font-size:18px;box-shadow:0 4px 16px #153c2d06}
.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav a>img{height:175px;mix-blend-mode:normal}
.fx-confeccion-showcase .fx-confeccion nav a small{font-size:11px;line-height:1.4;font-weight:500;margin-bottom:3px}
.fx-confeccion-showcase .fx-confeccion nav a em{font-size:12px;font-style:normal;font-weight:600;color:#26765f;margin-top:9px}
.fx-confeccion-showcase .fx-confeccion nav a>svg{width:30px;height:30px;padding:6px;border-radius:50%;background:#eef6f2;color:#26765f}
.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav a:hover{transform:none;border-color:#4bb597;box-shadow:0 8px 24px #153c2d0d}
.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav a:hover>img{transform:none}
@media(max-width:1023px){.fx-confeccion-showcase .fx-confeccion.fx-confeccion{grid-template-columns:1fr}.fx-confeccion-showcase .fx-confeccion__copy{padding:30px}.fx-confeccion-showcase .fx-confeccion__copy h2{margin-top:10px}.fx-confeccion-showcase .fx-confeccion__copy>p:not(.fx-eyebrow){max-width:640px}.fx-confeccion-showcase .fx-confeccion__actions{margin-top:20px}}
@media(max-width:700px){.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav{gap:12px}.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav a{min-height:240px;padding:14px 12px;gap:12px 4px;font-size:15px}.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav a>img{height:135px}.fx-confeccion-showcase .fx-confeccion nav a>svg{width:24px;height:24px;padding:4px}.fx-confeccion-showcase .fx-confeccion__copy{padding:26px 22px}.fx-confeccion-showcase .fx-confeccion nav a small{font-size:10px}}
.fx-product-slider::-webkit-scrollbar{display:none}
.fx-slider-controls{display:flex;justify-content:flex-end;align-items:center;gap:18px;margin-top:12px}
.fx-slider-controls[hidden]{display:none}
.fx-slider-arrow{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;border:1px solid #bdd8cc;background:#fff;color:#26765f;font-size:23px;cursor:pointer}
.fx-slider-arrow:hover:not(:disabled){background:#26765f;color:#fff}
.fx-slider-arrow:disabled{opacity:.35;cursor:default}
.fx-slider-status{min-width:80px;text-align:center;font-size:13px;color:#52675f;font-variant-numeric:tabular-nums}
.fx-product-slider:focus-visible,.fx-slider-arrow:focus-visible{outline:2px solid #26765f;outline-offset:3px}
@media(max-width:600px){.fx-slider-controls{justify-content:center}}
/* Match the hero: floating circular arrows and pill pagination. */
.fx-product-carousel{position:relative;padding-bottom:48px}
.fx-product-carousel .fx-slider-controls{margin:0;display:block}
.fx-product-carousel .fx-slider-controls[hidden]{display:none}
.fx-product-carousel .fx-slider-arrow{position:absolute;top:45%;transform:translateY(-50%);width:48px;height:48px;border:1px solid #e0e9e4;background:#fff;color:#26765f;box-shadow:0 4px 20px #123c3220;z-index:2}
.fx-product-carousel .fx-slider-prev{left:-18px}
.fx-product-carousel .fx-slider-next{right:-18px}
.fx-product-carousel .fx-slider-arrow:hover:not(:disabled){background:var(--fx-primary-50);color:var(--fx-primary-800);border-color:var(--fx-primary)}
.fx-product-carousel .fx-slider-arrow:disabled{opacity:.45}
.fx-slider-dots{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;max-width:calc(100% - 100px);overflow-x:auto;background:#fff;border:1px solid #e5ece8;border-radius:30px;padding:0 8px}
.fx-slider-dots button{display:grid;place-items:center;flex:0 0 30px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;border-radius:6px}
.fx-slider-dots button span{width:6px;height:6px;border-radius:10px;background:#c7d4cd;transition:width .2s,background .2s}
.fx-slider-dots button[aria-pressed=true] span{width:22px;background:var(--fx-primary)}
.fx-slider-dots button:focus-visible{outline:2px solid #26765f;outline-offset:-3px}
@media(max-width:700px){.fx-product-carousel .fx-slider-arrow{top:45%;bottom:auto;transform:translateY(-50%);width:44px;height:44px;box-shadow:0 4px 18px #123c3212}.fx-product-carousel .fx-slider-prev{left:8px}.fx-product-carousel .fx-slider-next{right:8px}.fx-slider-dots button{flex-basis:26px}.fx-product-carousel{padding-bottom:0}}
@media(prefers-reduced-motion:reduce){.fx-slider-dots button span{transition:none}}
.fx-product-slider.is-dragging *{cursor:grabbing!important;user-select:none}
.fx-product-slider img{-webkit-user-drag:none}
/* Product sliders retain arrows without pagination beneath the cards. */
.fx-product-carousel{padding-bottom:0}
@media(max-width:700px){.fx-sales-team .fx-product-carousel{padding-bottom:52px}}
/* Shared slider arrows: white circle and green chevron. */
.fx-hero .fx-hero__controls>[data-hero-prev],.fx-hero .fx-hero__controls>[data-hero-next],.fx-product-carousel .fx-slider-arrow,.swiper-button-prev,.swiper-button-next{display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;padding:0;border:0;border-radius:50%;background:#fff;color:#26765f;box-shadow:0 4px 18px #123c3212}
.fx-product-carousel .fx-slider-arrow svg,.fx-hero__controls>[data-hero-prev] svg,.fx-hero__controls>[data-hero-next] svg{width:22px;height:22px}
.swiper-button-prev::after,.swiper-button-next::after{font-size:20px;color:#26765f}
.swiper-button-prev svg,.swiper-button-next svg{width:20px;height:20px;color:#26765f}
.fx-hero .fx-hero__controls>[data-hero-prev]:hover,.fx-hero .fx-hero__controls>[data-hero-next]:hover,.fx-product-carousel .fx-slider-arrow:hover:not(:disabled),.swiper-button-prev:hover,.swiper-button-next:hover{background:#fff;color:#26765f;box-shadow:0 5px 20px #123c3226}
@media(max-width:700px){.fx-hero .fx-hero__controls>[data-hero-prev],.fx-hero .fx-hero__controls>[data-hero-next],.fx-product-carousel .fx-slider-arrow,.swiper-button-prev,.swiper-button-next{width:44px;height:44px;min-width:44px}}
.fx-product-carousel .fx-slider-arrow:disabled{opacity:.3;pointer-events:none;box-shadow:none}
/* Woven textile texture for the confection introduction. */
.fx-confeccion-showcase .fx-confeccion__copy{position:relative;isolation:isolate;overflow:hidden;background-color:#194f40;background-image:radial-gradient(ellipse at 100% 0%,rgba(75,181,151,.22),transparent 65%),linear-gradient(145deg,rgba(255,255,255,.035),transparent 55%)}
.fx-confeccion-showcase .fx-confeccion__copy::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;border-radius:inherit;background-image:repeating-linear-gradient(0deg,rgba(190,228,213,.085) 0,rgba(190,228,213,.085) 1px,transparent 1px,transparent 5px),repeating-linear-gradient(90deg,rgba(190,228,213,.065) 0,rgba(190,228,213,.065) 1px,transparent 1px,transparent 5px);mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.25) 50%,rgba(0,0,0,.65));-webkit-mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.25) 50%,rgba(0,0,0,.65))}
/* Production guidance: three clear paths to personalized machine advice. */
.fx-needs.fx-needs-guide{display:block}
.fx-needs-guide>div:first-child{text-align:center;max-width:760px;margin:0 auto 30px}
.fx-needs-guide>div:first-child>p{margin-inline:auto}
.fx-needs-guide .fx-needs__routes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.fx-needs-guide .fx-needs__routes>a,.fx-needs-guide .fx-needs__routes>a:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px;padding:28px;border:1px solid #dce7e1;border-radius:16px;background:#fff;box-shadow:0 5px 18px #194f4009;transition:border-color .2s,box-shadow .2s}
.fx-needs-guide .fx-needs-guide__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:#edf7f2;color:#26765f}
.fx-needs-guide .fx-needs-guide__copy small{font-size:11px;letter-spacing:.5px;color:#26765f;margin:0 0 8px}
.fx-needs-guide .fx-needs-guide__copy strong{font-size:22px;line-height:1.3;color:#233d33;margin-bottom:10px}
.fx-needs-guide .fx-needs-guide__copy>span{display:block;font-size:13px;line-height:1.6;color:#617069}
.fx-needs-guide .fx-needs__routes>a>.fx-needs-guide__action{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:auto;padding:11px 16px;border:1px solid #bdd8cc;border-radius:26px;font-size:var(--fx-btn-font-size,13px);font-weight:600;color:#26765f}
.fx-needs-guide .fx-needs__routes>a:hover{border-color:#4bb597;box-shadow:0 8px 24px #194f4012}
.fx-needs-guide .fx-needs__routes>a:focus-visible{outline:2px solid #26765f;outline-offset:4px}
@media(max-width:700px){.fx-needs-guide .fx-needs__routes{grid-template-columns:1fr;gap:14px}.fx-needs-guide .fx-needs__routes>a{padding:22px;gap:16px}.fx-needs-guide .fx-needs-guide__copy strong{font-size:20px}}
@media(prefers-reduced-motion:reduce){.fx-needs-guide .fx-needs__routes>a{transition:none}}
/* Human support: editorial photograph and compact service benefits. */
.fx-support-care{background:#fff;padding-block:48px}
.fx-support-care .fx-support__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:56px;align-items:center}
.fx-support-care__photo{position:relative;margin:0;border-radius:12px;overflow:hidden;background:#1a3d34;box-shadow:none}
.fx-support-care__photo img{display:block;width:100%;height:auto;min-height:0;aspect-ratio:4/3;object-fit:cover;object-position:center 22%}
.fx-support-care__photo figcaption{display:none}
.fx-support-care__copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.fx-support-care__copy h2{font-size:clamp(28px,2.6vw,40px);max-width:20ch;line-height:1.15;letter-spacing:-.03em;margin:0 0 8px;color:#1f2f2a}
.fx-support-care__copy>p:not(.fx-eyebrow){font-size:15px;line-height:1.7;max-width:42ch;margin:0;color:#5a6b64}
.fx-support-care ul{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:28px 0 32px;padding:0;list-style:none;border-top:1px solid #d8e5e0}
.fx-support-care li{display:flex;align-items:flex-start;gap:14px;padding:18px 16px 18px 0;border:0;border-bottom:1px solid #d8e5e0;border-radius:0;background:transparent}
.fx-support-care li:nth-child(even){padding-left:16px;padding-right:0}
.fx-support-care li:before{content:none}
.fx-support-care__icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:10px;background:#fff;border:1px solid #cfe3db;color:#2f8d72}
.fx-support-care__icon svg{display:block}
.fx-support-care li>svg{display:none}
.fx-support-care li strong{display:block;font-size:15px;line-height:1.35;font-weight:700;color:#1f2f2a}
.fx-support-care li small{display:block;margin-top:4px;font-size:13px;line-height:1.5;color:#617069}
.fx-support-care .fx-link,.fx-support-care .fx-action-primary{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 gap:8px;
 width:fit-content;
 min-height:48px;
 margin:0;
 padding:12px 22px;
 border-radius:8px;
 background:#4BB597;
 border:1px solid #4BB597;
 color:#fff;
 font-size:13px;
 font-weight:650;
 text-decoration:none;
 box-shadow:none;
}
.fx-support-care .fx-link:hover,.fx-support-care .fx-action-primary:hover{
 background:#378f77;
 border-color:#378f77;
 color:#fff;
}
@media(max-width:1023px){.fx-support-care{padding-block:36px}.fx-support-care .fx-support__grid{gap:32px}.fx-support-care__photo img{min-height:0;aspect-ratio:5/4}.fx-support-care ul{grid-template-columns:1fr;gap:0}.fx-support-care li,.fx-support-care li:nth-child(even){padding:16px 0}}
@media(max-width:700px){.fx-support-care{padding-block:44px}.fx-support-care .fx-support__grid{grid-template-columns:1fr;gap:24px}.fx-support-care__photo img{min-height:0;aspect-ratio:16/10;object-position:center 18%}.fx-support-care__copy h2{max-width:none}.fx-support-care ul{margin:22px 0 26px}.fx-support-care .fx-link,.fx-support-care .fx-action-primary{width:100%}}
/* Primary assistance actions share the solid brand button. */
.fx-action-primary.fx-action-primary.fx-action-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 22px;border:1px solid #26765f;border-radius:999px;background:#26765f;color:#fff;font-size:var(--fx-btn-font-size,13px);font-weight:650;text-decoration:none;line-height:1.35;transition:background .2s,border-color .2s}
.fx-action-primary.fx-action-primary.fx-action-primary:hover,.fx-needs__routes>a:hover .fx-action-primary.fx-action-primary{background:#1d604c;border-color:#1d604c;color:#fff}
.fx-action-primary.fx-action-primary svg{color:inherit;flex-shrink:0}
.fx-action-primary:focus-visible{outline:2px solid #26765f;outline-offset:4px}
@media(prefers-reduced-motion:reduce){.fx-action-primary.fx-action-primary.fx-action-primary{transition:none}}
/* Consultation: a calm introduction alongside three practical choices. */
.fx-needs.fx-needs-consult{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:64px;align-items:center}
.fx-needs-consult>div:first-child{text-align:left;max-width:420px;margin:0}
.fx-needs-consult>div:first-child>p{margin-inline:0}
.fx-needs-consult h2{font-size:clamp(30px,3vw,42px);line-height:1.15;max-width:380px;margin:14px 0 20px}
.fx-needs-consult .fx-needs__routes{grid-template-columns:1fr;gap:14px}
.fx-needs-consult .fx-needs__routes>a,.fx-needs-consult .fx-needs__routes>a:first-child{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:20px;padding:24px;background:#fff;border:1px solid #dce7e1;border-radius:12px;box-shadow:none}
.fx-needs-consult .fx-needs-guide__icon{width:48px;height:48px;border-radius:0;background:none;color:#26765f}
.fx-needs-consult .fx-needs-guide__copy small{font-size:10px;letter-spacing:.8px;margin-bottom:5px;text-transform:uppercase}
.fx-needs-consult .fx-needs-guide__copy strong{font-size:21px;line-height:1.3;margin-bottom:6px}
.fx-needs-consult .fx-needs-guide__copy>span{font-size:13px;line-height:1.5}
.fx-needs-consult .fx-needs__routes>a>.fx-needs-guide__action{display:inline-flex;align-items:center;gap:12px;margin:0;padding:11px 16px;min-height:44px;font-size:var(--fx-btn-font-size,13px);line-height:1.35;font-weight:600;background:#26765f;border:1px solid #26765f;color:#fff;white-space:nowrap}
.fx-needs-consult .fx-needs__routes>a>.fx-needs-guide__action span{color:inherit;font-size:18px}
.fx-needs-consult .fx-needs__routes>a:hover{background:#eef6f1;border-color:#8ebdab;box-shadow:none}
.fx-needs-consult .fx-needs__routes>a:hover>.fx-needs-guide__action{background:#1d604c;border-color:#1d604c;color:#fff}
@media(max-width:1023px){.fx-needs.fx-needs-consult{grid-template-columns:1fr;gap:28px}.fx-needs-consult>div:first-child{max-width:680px}.fx-needs-consult h2{max-width:none}}
@media(max-width:600px){.fx-needs-consult .fx-needs__routes>a,.fx-needs-consult .fx-needs__routes>a:first-child{grid-template-columns:36px minmax(0,1fr);gap:12px 16px;padding:20px}.fx-needs-consult .fx-needs-guide__icon{width:36px;height:40px;align-self:start}.fx-needs-consult .fx-needs__routes>a>.fx-needs-guide__action{grid-column:2;justify-self:start}.fx-needs-consult .fx-needs-guide__copy strong{font-size:19px}}
/* Brand gradient highlights the consultation section. */
.fx-consult-band{position:relative;isolation:isolate;background:linear-gradient(110deg,#256f5b 0%,#308b72 45%,#4bb597 100%)}
.fx-consult-band::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.09) 0,rgba(255,255,255,.09) 1px,transparent 1px,transparent 6px),repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.07) 1px,transparent 1px,transparent 6px);mask-image:linear-gradient(90deg,rgba(0,0,0,.3),#000);-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.3),#000)}
.fx-consult-band .fx-needs-consult h2{color:#fff}
.fx-consult-band .fx-needs-consult>div:first-child .fx-eyebrow{color:#bce6d7}
.fx-consult-band .fx-needs-consult>div:first-child>p:not(.fx-eyebrow){color:#e0eee7}
.fx-consult-band .fx-needs__routes>a,.fx-consult-band .fx-needs__routes>a:first-child{background:#fff;border-color:rgba(255,255,255,.65);box-shadow:0 8px 24px rgba(8,35,26,.1)}
.fx-consult-band .fx-needs__routes>a:hover{background:#fff;border-color:#a9dfcc;box-shadow:0 10px 28px rgba(8,35,26,.16)}
.fx-consult-band .fx-needs__routes>a:focus-visible{outline:2px solid #fff;outline-offset:5px}
/* Home brand balance: primary mint on actions, icons and soft surfaces. */
.fx-action-primary.fx-action-primary.fx-action-primary,.fx-category-shop .fx-category-advice .fx-link,.fx-needs-consult .fx-needs__routes>a>.fx-needs-guide__action{background:var(--fx-primary);border-color:var(--fx-primary);color:#fff}
.fx-action-primary.fx-action-primary.fx-action-primary:hover,.fx-category-shop .fx-category-advice .fx-link:hover,.fx-needs-consult .fx-needs__routes>a:hover>.fx-needs-guide__action{background:var(--fx-action-hover);border-color:var(--fx-action-hover);color:#fff}
.fx-action-primary svg,.fx-needs-guide__action span{color:inherit}
.fx-category-shop .fx-category-advice{background:#fff;border-color:#a9dccb}
.fx-category-advice__icon,.fx-confeccion-showcase .fx-confeccion nav a>svg{background:var(--fx-primary);color:#fff}
.fx-support-care li>svg,.fx-needs-guide__icon{color:var(--fx-primary)}
.fx-support-care{background:#fff}
.fx-confeccion-showcase{background:#fff}
.fx-confeccion-showcase .fx-confeccion__copy{background-color:#256f5b;background-image:radial-gradient(ellipse at 100% 0%,rgba(75,181,151,.85),transparent 70%),linear-gradient(145deg,rgba(75,181,151,.22),transparent 60%)}
.fx-category-shop.fx-category-section .fx-category img{border-color:#a9dccb}
.fx-category-shop.fx-category-section .fx-category:is(:hover,:focus-visible) img{border-color:var(--fx-primary);box-shadow:0 10px 28px rgba(75,181,151,.2)}
/* Home video collection: balanced thumbnails and readable titles. */
.fx-video-showcase .fx-section-head{align-items:center;margin-bottom:32px}
.fx-video-showcase .fx-video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.fx-video-showcase .fx-video-grid .fx-video,.fx-video-showcase .fx-video-grid .fx-video:first-child,.fx-video-showcase .fx-video-grid .fx-video:not(:first-child){display:flex;flex-direction:column;grid-row:auto;gap:0;align-items:stretch;min-width:0}
.fx-video-showcase .fx-video-play{aspect-ratio:16/10;background:#173e32;border-radius:14px;isolation:isolate;cursor:pointer;box-shadow:0 5px 18px #194f4010}
.fx-video-showcase .fx-video-play img{object-fit:cover;transition:transform .3s}
.fx-video-showcase .fx-video-play::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(8,30,22,.28));pointer-events:none}
.fx-video-showcase .fx-video-play span{z-index:1;width:54px;height:54px;background:var(--fx-primary);color:#fff;box-shadow:0 4px 18px #0003;font-size:18px;transition:background .2s}
.fx-video-showcase .fx-video-play:hover span{background:var(--fx-action-hover)}
.fx-video-showcase .fx-video-play:hover img{transform:scale(1.025)}
.fx-video-showcase .fx-video-play:focus-visible{outline:3px solid var(--fx-primary);outline-offset:4px}
.fx-video-showcase .fx-video h3{margin:18px 0 0;font-size:18px;line-height:1.45;letter-spacing:-.2px;color:#233d33}
@media(max-width:700px){.fx-video-showcase .fx-video-grid{grid-template-columns:1fr;gap:28px}.fx-video-showcase .fx-video-play{aspect-ratio:16/9}.fx-video-showcase .fx-video h3{font-size:17px;margin-top:12px}}
@media(prefers-reduced-motion:reduce){.fx-video-showcase .fx-video-play img,.fx-video-showcase .fx-video-play span{transition:none}.fx-video-showcase .fx-video-play:hover img{transform:none}}
/* Sales team: consistent portraits and direct contact details. */
.fx-sales-team .colaboradores-titulo{text-align:left;margin-bottom:32px}
.fx-sales-team .colaboradores-titulo__titulo{font-size:clamp(28px,3vw,38px);line-height:1.2;margin:10px 0 12px}
.fx-sales-team .colaboradores-titulo__parrafo{font-size:15px;line-height:1.7;margin:0}
.fx-sales-team .swiper-wrapper{align-items:stretch}
.fx-sales-team .swiper-slide{height:auto}
.fx-sales-team .item-colaborador{display:flex;flex-direction:column;height:100%;padding:0;border:1px solid #dce7e1;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 5px 18px #194f4008}
.fx-sales-team .item-colaborador__foto{width:100%;height:240px;margin:0;padding:0;border-radius:0;overflow:hidden;background:#edf6f2}
.fx-sales-team .item-colaborador__foto img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center 25%;border-radius:0}
.fx-sales-team .item-colaborador__estado{display:none}
.fx-sales-team .item-colaborador__datos{display:flex;flex-direction:column;align-items:flex-start;flex:1;text-align:left;padding:22px}
.fx-sales-team .item-colaborador__datos--nombre{font-size:20px;line-height:1.3;margin:0 0 6px;color:#233d33}
.fx-sales-team .item-colaborador__datos--cargo{font-size:13px;line-height:1.5;min-height:39px;margin:0 0 14px;color:#617069}
.fx-sales-team .item-colaborador__datos--whatsapp{display:flex;align-items:center;gap:8px;font-size:13px;line-height:1.5;margin:0 0 18px;color:#40594e}
.fx-sales-team .item-colaborador .button-chatear{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:46px;margin:auto 0 0;padding:11px 12px;border:1px solid var(--fx-primary);border-radius:28px;background:var(--fx-primary);color:white;font-size:12px;line-height:1.5;box-sizing:border-box}
.fx-sales-team .button-chatear span,.fx-sales-team .button-chatear i{color:inherit}
.fx-sales-team .item-colaborador .button-chatear:hover{background:var(--fx-action-hover);border-color:var(--fx-action-hover)}
.fx-sales-team a:focus-visible{outline:2px solid #247b65;outline-offset:3px}
@media(max-width:700px){.fx-sales-team .item-colaborador__foto{height:220px}.fx-sales-team .item-colaborador__datos{padding:18px}.fx-sales-team .colaboradores-titulo__parrafo{font-size:13px}}
/* Sales uses the same Swiper controller and navigation as machine carousels. */
.fx-sales-team{overflow:visible}
.fx-sales-team .colaboradores-titulo{text-align:left;margin-bottom:28px}
.fx-sales-team .colaboradores-titulo>*{text-align:left}
.fx-sales-team .colaboradores-contenido{padding:0;margin:0}
.fx-sales-slider{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 72px)/4);gap:24px;overflow-x:auto;padding:8px 0 18px;min-width:0}
.fx-sales-slider.fx-product-slider--enhanced{display:block;overflow:hidden;touch-action:pan-y;cursor:grab}
.fx-sales-slider>.swiper-wrapper{display:flex;gap:0;align-items:stretch}
.fx-sales-slider .swiper-slide{height:auto;flex-shrink:0;box-sizing:border-box}
.fx-sales-team .item-colaborador__foto{height:260px;background:#f2f6f4}
.fx-sales-team .item-colaborador__foto img{object-fit:contain;object-position:center}
.fx-sales-team .item-colaborador__datos{padding:20px}
.fx-sales-team .item-colaborador__datos--cargo{min-height:39px;margin-bottom:10px}
.fx-sales-team .item-colaborador__datos--whatsapp{margin-bottom:16px}
.fx-sales-team .fx-product-carousel .fx-slider-arrow{top:38%}
@media(max-width:700px){.fx-sales-team .item-colaborador__foto{height:240px}.fx-sales-team .fx-product-carousel .fx-slider-arrow{top:auto;bottom:0}.fx-sales-slider{grid-auto-columns:90%}}
/* Modern sales profiles: neutral portrait panels and editorial typography. */
.fx-sales-team .colaboradores-titulo{max-width:none;margin:0 0 32px}
.fx-sales-team .colaboradores-titulo>*{text-align:left}
.fx-sales-team .item-colaborador{padding:10px;background:#fff;border:1px solid #e5e7e6;border-radius:18px;box-shadow:0 5px 18px rgba(20,25,23,.035)}
.fx-sales-team .item-colaborador__foto{width:100%;height:auto;aspect-ratio:1/1;max-width:none;margin:0;border:0;border-radius:10px;background:#f4f4f4;overflow:hidden;box-shadow:none}
.fx-sales-team .item-colaborador__foto img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:0}
.fx-sales-team .item-colaborador__datos{padding:20px 10px 10px;align-items:flex-start;text-align:left}
.fx-sales-team .item-colaborador__datos--nombre{font-size:21px;line-height:1.3;letter-spacing:-.4px;margin:0 0 6px;color:#252b28}
.fx-sales-team .item-colaborador__datos--cargo{font-size:12px;line-height:1.6;min-height:39px;margin:0 0 16px;color:#737975}
.fx-sales-team .item-colaborador__datos--whatsapp{display:flex;align-items:center;gap:9px;width:100%;padding-top:16px;border-top:1px solid #eceeed;justify-content:flex-start;margin:0 0 18px;font-size:13px;color:#444d47;font-variant-numeric:tabular-nums}
.fx-sales-team .item-colaborador .button-chatear{min-height:46px;font-size:12px;border-radius:24px}
.fx-sales-team .fx-product-carousel .fx-slider-arrow{top:38%}
@media(max-width:700px){.fx-sales-team .item-colaborador{padding:8px}.fx-sales-team .item-colaborador__foto{height:auto;aspect-ratio:1/1}.fx-sales-team .item-colaborador__datos{padding:18px 10px 10px}.fx-sales-team .fx-product-carousel .fx-slider-arrow{top:auto;bottom:0}}
/* Professional refinement pass: restrained B2B machinery presentation. */
:root{--fx-refine-line:#e5eae7;--fx-refine-radius:8px}
.fx-button,.fx-link,.button,.btn-catalogo-confeccion,.fx-action-primary.fx-action-primary.fx-action-primary,.cc-card__actions .cc-quote,.cc-detail__quote,.cc-family-nav a{border-radius:var(--fx-refine-radius)}
.fx-product,.card-productos,.cc-card,.item-colaborador,.fx-support-care__photo,.cc-photo-link,.fx-spec-group,.cc-specs,.cc-lead-form,.fx-confeccion.fx-confeccion nav a{border-radius:10px;box-shadow:none}
.fx-product,.card-productos,.cc-card,.item-colaborador,.cc-photo-link,.fx-spec-group,.cc-specs,.cc-lead-form{border-color:var(--fx-refine-line)}
.fx-product:hover,.card-productos:hover,.cc-card:hover,.item-colaborador:hover{box-shadow:none;border-color:#a9cabe}
/* Categories: real photographs, compact information and no ornamental circles. */
.fx-category-shop.fx-category-section .fx-categories{gap:16px;align-items:stretch}
.fx-category-shop.fx-category-section .fx-category{align-items:stretch;border:1px solid var(--fx-refine-line);border-radius:10px;background:#fff;overflow:hidden;text-align:left}
.fx-category-shop.fx-category-section .fx-category img{width:100%;max-width:none;height:238px;aspect-ratio:auto;padding:4px;border:0;border-bottom:1px solid var(--fx-refine-line);border-radius:0;box-shadow:none;background:#fff;object-fit:contain;object-position:center}
.fx-category-shop.fx-category-section .fx-category>div{align-items:flex-start;padding:17px 18px 18px;min-height:160px;border:0}
.fx-category-shop.fx-category-section .fx-category h2{justify-content:flex-start;min-height:48px;margin:0 0 8px;text-align:left;font-size:17px}
.fx-category-shop.fx-category-section .fx-category p{min-height:42px;margin:0 0 16px;text-align:left;font-size:12px;line-height:1.6}
.fx-category-shop.fx-category-section .fx-category span{display:flex;align-items:center;gap:7px;margin-top:auto;color:#287760;font-size:var(--fx-btn-font-size,13px);font-weight:700}
.fx-category-shop.fx-category-section .fx-category span b{font-size:15px;font-weight:500}
.fx-category-shop.fx-category-section .fx-category:is(:hover,:focus-visible){border-color:#4BB597}
.fx-category-shop.fx-category-section .fx-category:is(:hover,:focus-visible) img{border-color:var(--fx-refine-line);box-shadow:none}
.fx-category-shop .fx-category-advice{border-radius:10px;box-shadow:none}
.fx-category-shop .fx-category-advice__icon{border-radius:8px}
/* Remove decoration that competes with product photography. */
.fx-confeccion-showcase .fx-confeccion__copy{background-image:none;border-radius:10px}
.fx-confeccion-showcase .fx-confeccion__copy::before{display:none}
.fx-confeccion-showcase .fx-confeccion.fx-confeccion nav a>img{transition:none}
.fx-consult-band{background:#4BB597}
.fx-consult-band::before{display:none}
.fx-consult-band .fx-needs__routes>a,.fx-consult-band .fx-needs__routes>a:first-child{border-radius:8px;box-shadow:none}
.fx-consult-band .fx-needs__routes>a:hover{box-shadow:none}
.fx-needs-guide .fx-needs-guide__icon{border-radius:8px}
.fx-needs-consult .fx-needs__routes>a>.fx-needs-guide__action{border-radius:8px}
.fx-support-care__photo{box-shadow:none}
.fx-clients{padding-block:48px;background:#fff;overflow:hidden}
.fx-clients-rows{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.fx-clients-swiper{min-width:0;width:100%}
.fx-clients-swiper .swiper-wrapper{transition-timing-function:linear!important}
.fx-clients-swiper[data-fila="2"] .swiper-wrapper{margin-left:-105px}
.fx-clients-swiper .swiper-slide{width:210px}
.fx-clients-item{margin:0;overflow:hidden;border:1px solid #dfe8e2;border-radius:10px;background:#fff}
.fx-clients-item img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}
@media(max-width:700px){.fx-clients-swiper .swiper-slide{width:160px}}
.fx-video-showcase .fx-video-play{border-radius:8px;box-shadow:none}
.fx-video-showcase .fx-video-play::after{display:none}
.fx-video-showcase .fx-video-play:hover img{transform:none}
.fx-video-showcase .fx-video-play span{box-shadow:none}
.fx-sales-team .item-colaborador{padding:8px;border-radius:10px;box-shadow:none}
.fx-sales-team .item-colaborador__foto{border-radius:6px}
.fx-sales-team .item-colaborador .button-chatear{border-radius:8px}
/* Technical and catalogue pages use the same restrained visual language. */

.contenedor-de-productos-de-categoria{gap:18px;margin-block:28px 52px}
.card-productos .boton-card{border-radius:6px}
.product-tittle h1{font-size:clamp(28px,2.7vw,36px)}
.product-tittle-conteiner .caracteristicas{border-radius:8px;background:#f5f8f7;border:1px solid var(--fx-refine-line)}
.gallery-top,.gallery-top .swiper-slide,.product-image-conteiner{border-radius:8px}
.gallery-top .swiper-slide img{border-radius:8px}
.tabs-navigation{border-radius:6px;background:#f5f8f7;border-bottom:1px solid var(--fx-refine-line)}

.cc-card__photo{background:#f8faf9}
.cc-detail h1{font-size:clamp(28px,2.8vw,38px)}
@media(max-width:900px){.fx-category-shop.fx-category-section .fx-categories{grid-auto-columns:210px;gap:14px}.fx-category-shop.fx-category-section .fx-category img{height:205px}.fx-category-shop.fx-category-section .fx-category>div{min-height:160px}}
@media(max-width:600px){.fx-category-shop.fx-category-section .fx-categories{grid-auto-columns:76%;padding-inline:0}.fx-category-shop.fx-category-section .fx-category img{height:230px}.fx-category-shop.fx-category-section .fx-category>div{min-height:158px;padding:16px}.fx-category-shop.fx-category-section .fx-category h2{min-height:auto;font-size:17px}.fx-category-shop.fx-category-section .fx-category p{min-height:auto}}
/* Media covers remain rectangular; only their centered play control is circular. */
.fx-video-showcase .fx-video-play,.item-video .fx-video-play{
  border-radius:8px!important;
}
/* Shared surface geometry — based on the tubular machine cards. */
:root{--fx-card-radius:16px}
