:root{
  --banner-h:clamp(320px,20vw,410px);
  --banner-h-md:270px;
  --banner-h-sm:auto;
  --kh-text:#24324d;
  --kh-muted:#7a8496;
  --kh-line:#e7edf7;
  --kh-blue-1:#3985C6;
  --kh-blue-2:#224390;
  --kh-blue-dark-1:#224390;
  --kh-blue-dark-2:#162a63;
  --kh-green-1:#568E46;
  --kh-green-2:#376A32;
  --kh-shadow-sm:0 8px 22px rgba(15,23,42,.06);
  --kh-shadow-md:0 16px 36px rgba(15,23,42,.10);
}

@media(max-width:980px){
  :root{--banner-h:var(--banner-h-md);}
}

@media(max-width:520px){
  :root{--banner-h:auto;}
}

.khbv4{
  position:relative;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  font-family:'Montserrat',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--kh-text);
  text-align:left!important;
  background:#fff;
  font-weight:400;
  overflow:hidden;
}

.khbv4 *{
  box-sizing:border-box;
}

.khbv4-srOnly{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* INTEGRACION BLOCKSY · ancho completo estable sin desplazar la home */
body.bhm-home-active #main,
body.bhm-home-active .site-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

body.bhm-home-active #main > .ct-container,
body.bhm-home-active #main > .ct-container-full,
body.bhm-home-active .site-main > .ct-container,
body.bhm-home-active .site-main > .ct-container-full{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

body.bhm-home-active #main article.page,
body.bhm-home-active #main .entry-content,
body.bhm-home-active .site-main article.page,
body.bhm-home-active .site-main .entry-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

body.bhm-home-active .entry-content > .khbv4,
body.bhm-home-active .entry-content.is-layout-constrained > .khbv4{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

.khbv4-shell{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding-left:clamp(12px,1.2vw,24px);
  padding-right:clamp(12px,1.2vw,24px);
}

@media(max-width:768px){
  .khbv4-shell{
    padding-left:8px;
    padding-right:8px;
  }
}

/* HERO · layout reconstruido desde cero */
.khbv4-heroWrap{
  position:relative;
  width:100%;
  max-width:100%;
  margin:0;
  padding:12px 0 16px;
  background:transparent;
  isolation:isolate;
  overflow:visible;
}

.khbv4-heroShell{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding-left:clamp(12px,1.2vw,24px);
  padding-right:clamp(12px,1.2vw,24px);
}

.khbv4-heroGrid{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,2.08fr) minmax(320px,.92fr);
  gap:14px;
  align-items:stretch;
}

.khbv4-heroGrid.no-side{
  grid-template-columns:1fr;
}

.khbv4-heroMain{
  position:relative;
  width:100%;
  min-width:0;
  overflow:hidden;
  border-radius:6px;
  aspect-ratio:2.08 / 1;
  background:#f7f9fc;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.khbv4-heroTrack{
  display:flex;
  width:100%;
  height:100%;
  transition:transform .5s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}

.khbv4-heroSlide{
  flex:0 0 100%;
  width:100%;
  height:100%;
  min-width:100%;
}

.khbv4-heroSlide--mobile-extra{
  display:none;
}

.khbv4-heroLink,
.khbv4-heroMedia,
.khbv4-heroMedia img{
  display:block;
  width:100%;
  height:100%;
}

.khbv4-heroMedia img{
  object-fit:cover;
  object-position:center;
  image-rendering:auto;
}

.khbv4-heroArrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:42px;
  height:50px;
  border:0;
  border-radius:6px;
  background:rgba(255,255,255,.92);
  color:#172033;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 5px 16px rgba(15,23,42,.12);
  transition:transform .16s ease,box-shadow .16s ease;
}

.khbv4-heroArrow:hover{
  transform:translateY(-50%) scale(1.03);
  box-shadow:0 8px 20px rgba(15,23,42,.14);
}

.khbv4-heroArrow svg{
  width:22px;
  height:22px;
}

.khbv4-heroArrow.prev{left:14px;}
.khbv4-heroArrow.next{right:14px;}

.khbv4-heroDots{
  position:absolute;
  left:50%;
  bottom:12px;
  transform:translateX(-50%);
  z-index:6;
  display:flex;
  align-items:center;
  gap:7px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  box-shadow:0 6px 14px rgba(15,23,42,.08);
}

.khbv4-heroDot{
  width:8px;
  height:8px;
  padding:0;
  border:1.5px solid #172033;
  border-radius:999px;
  background:transparent;
  cursor:pointer;
}

.khbv4-heroDot.is-active{
  background:#172033;
}

.khbv4-heroSide{
  width:100%;
  min-width:0;
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:14px;
}

.khbv4-heroSideCard{
  display:block;
  width:100%;
  min-height:0;
  height:100%;
  overflow:hidden;
  border-radius:6px;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.045);
}

.khbv4-heroSideCard picture,
.khbv4-heroSideCard img{
  display:block;
  width:100%;
  height:100%;
}

.khbv4-heroSideCard img{
  object-fit:cover;
  object-position:center;
  image-rendering:auto;
}

@media(max-width:1100px){
  .khbv4-heroWrap{
    padding:10px 0 14px;
  }

  .khbv4-heroShell{
    padding-left:10px;
    padding-right:10px;
  }

  .khbv4-heroGrid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .khbv4-heroMain{
    aspect-ratio:2 / 1;
  }

  .khbv4-heroSide{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    gap:12px;
  }

  .khbv4-heroSideCard{
    aspect-ratio:2 / 1;
  }
}

@media(max-width:767px){
  .khbv4-heroWrap{
    padding:8px 0 14px;
  }

  .khbv4-heroShell{
    padding-left:8px;
    padding-right:8px;
  }

  .khbv4-heroGrid{
    grid-template-columns:1fr;
    gap:0;
  }

  .khbv4-heroMain{
    aspect-ratio:1.72 / 1;
    border-radius:6px;
  }

  .khbv4-heroSide{
    display:none!important;
  }

  .khbv4-heroSlide--mobile-extra{
    display:block;
  }

  .khbv4-heroArrow{
    width:36px;
    height:44px;
    border-radius:6px;
  }

  .khbv4-heroArrow.prev{left:8px;}
  .khbv4-heroArrow.next{right:8px;}

  .khbv4-heroDots{
    bottom:10px;
    padding:4px 7px;
    gap:6px;
  }

  .khbv4-heroDot{
    width:7px;
    height:7px;
  }
}

@media(prefers-reduced-motion:reduce){
  .khbv4-heroTrack{
    transition:none!important;
  }
}


/* BENEFICIOS */
.khbv4-benefitsWrap{
  position:relative;
  z-index:1;
  background:#fff;
  padding:12px 0 12px;
  margin:0;
}

.khbv4-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid var(--kh-line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(15,23,42,.04);
}

.khbv4-benefit{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:18px 22px;
  text-decoration:none!important;
  color:inherit!important;
  border-right:1px solid var(--kh-line);
  border-top:0;
  border-bottom:0;
  border-left:0;
  background:#fff;
  font-family:inherit;
  text-align:left;
  width:100%;
}

.khbv4-benefit:last-child{
  border-right:0;
}

.khbv4-benefitIcon{
  width:38px;
  height:38px;
  min-width:38px;
  color:#2d6ab7;
  display:grid;
  place-items:center;
}

.khbv4-benefitIcon svg{
  width:32px;
  height:32px;
}

.khbv4-benefitTitle{
  margin:0;
  color:#17458f;
  font-size:14px;
  line-height:1.1;
  font-weight:700;
}

.khbv4-benefitSub{
  margin:4px 0 0;
  color:var(--kh-muted);
  font-size:12px;
  line-height:1.2;
  font-weight:400;
}

.khbv4-adviceBtn{
  cursor:pointer;
}

.khbv4-benefit.is-toggle{
  cursor:pointer;
}

.khbv4-benefit.is-toggle .khbv4-benefitPlus{
  width:22px;
  height:22px;
  min-width:22px;
  border-radius:999px;
  background:#eef6ff;
  border:1px solid #d9e7f7;
  color:#224390;
  display:grid;
  place-items:center;
  font-size:17px;
  line-height:1;
  font-weight:700;
  margin-left:2px;
  transition:transform .18s ease,background .18s ease;
}

.khbv4-benefitsGroup.is-open .khbv4-benefit.is-toggle .khbv4-benefitPlus{
  transform:rotate(45deg);
  background:#fff;
}

.khbv4-benefitsGroup .khbv4-whyPanel{
  margin-top:12px;
  padding:18px 20px 20px;
  border:1px solid #dfe9f7;
  border-radius:18px;
  background:linear-gradient(135deg,#f7fbff 0%,#ffffff 62%,#f2f8ff 100%);
  box-shadow:0 10px 26px rgba(15,23,42,.045);
}

.khbv4-benefitsGroup .khbv4-whyText{
  margin-bottom:14px;
}

@media(max-width:520px){
  .khbv4-benefit.is-toggle .khbv4-benefitPlus{
    width:18px;
    height:18px;
    min-width:18px;
    font-size:14px;
    margin-left:0;
  }

  .khbv4-benefitsGroup .khbv4-whyPanel{
    margin-top:10px;
    padding:14px;
    border-radius:16px;
  }
}

@media(max-width:900px){
  .khbv4-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .khbv4-benefit:nth-child(2){
    border-right:0;
  }

  .khbv4-benefit:nth-child(1),
  .khbv4-benefit:nth-child(2){
    border-bottom:1px solid var(--kh-line);
  }
}

@media(max-width:520px){
  .khbv4-benefitsWrap{
    padding:12px 0 8px;
  }

  .khbv4-benefits{
    grid-template-columns:repeat(4,minmax(0,1fr));
    border-radius:16px;
  }

  .khbv4-benefit{
    padding:10px 6px;
    flex-direction:column;
    gap:6px;
    justify-content:flex-start;
    text-align:center;
    border-right:1px solid var(--kh-line)!important;
    border-bottom:0!important;
  }

  .khbv4-benefit:last-child{
    border-right:0!important;
  }

  .khbv4-benefitIcon{
    width:30px;
    height:30px;
    min-width:30px;
  }

  .khbv4-benefitIcon svg{
    width:24px;
    height:24px;
  }

  .khbv4-benefitTitle{
    font-size:10.5px;
    line-height:1.1;
    font-weight:600;
  }

  .khbv4-benefitSub{
    display:none;
  }
}

/* TITULOS */
.khbv4-section{
  background:#fff;
  padding:10px 0 16px;
}

.khbv4-sectionHead{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:13px;
}

.khbv4-sectionTitle{
  margin:0;
  color:#17458f;
  font-size:21px;
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.02em;
}

.khbv4-viewAll{
  color:#2d6ab7;
  font-size:13px;
  font-weight:600;
  text-decoration:none!important;
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}

.khbv4-viewAll svg{
  width:15px;
  height:15px;
}

@media(max-width:520px){
  .khbv4-section{
    padding:9px 0 13px;
  }

  .khbv4-sectionTitle{
    font-size:19px;
  }

  .khbv4-viewAll{
    font-size:12px;
  }
}


/* POR QUE BANDAR */
.khbv4-whySection{
  background:#fff;
  padding:10px 0 14px;
}

.khbv4-whyBox{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(135deg,#f7fbff 0%,#ffffff 54%,#f2f8ff 100%);
  border:1px solid #dfe9f7;
  box-shadow:0 14px 34px rgba(15,23,42,.055);
}

.khbv4-whyBox::before{
  content:"";
  position:absolute;
  top:-80px;
  right:-80px;
  width:220px;
  height:220px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(57,133,198,.15) 0%,rgba(57,133,198,0) 68%);
  pointer-events:none;
}

.khbv4-whyMain{
  position:relative;
  z-index:1;
  width:100%;
  appearance:none;
  border:0;
  background:transparent;
  cursor:pointer;
  font-family:inherit;
  text-align:left;
  padding:22px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.khbv4-whyMainText{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.khbv4-whyMainIcon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:16px;
  background:#eef6ff;
  color:#2d6ab7;
  display:grid;
  place-items:center;
}

.khbv4-whyMainIcon svg{
  width:26px;
  height:26px;
}

.khbv4-whyTitle{
  margin:0;
  color:#17458f;
  font-size:25px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.03em;
}

.khbv4-whyPlus{
  width:32px;
  height:32px;
  min-width:32px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d9e7f7;
  color:#224390;
  display:grid;
  place-items:center;
  font-size:22px;
  line-height:1;
  font-weight:700;
  box-shadow:0 8px 18px rgba(15,23,42,.055);
  transition:transform .18s ease,background .18s ease;
}

.khbv4-whyBox.is-open .khbv4-whyPlus{
  transform:rotate(45deg);
  background:#eef6ff;
}

.khbv4-whyPanel{
  position:relative;
  z-index:1;
  padding:0 26px 24px;
}

.khbv4-whyPanel[hidden]{
  display:none!important;
}

.khbv4-whyText{
  margin:0 0 16px;
  color:#5f6b7d;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  max-width:860px;
}

.khbv4-whyGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.khbv4-whyItem{
  background:#fff;
  border:1px solid #dfe9f7;
  border-radius:18px;
  padding:17px 15px;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  min-height:155px;
}

.khbv4-whyIcon{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:15px;
  background:#eef6ff;
  color:#2d6ab7;
  display:grid;
  place-items:center;
  margin-bottom:12px;
}

.khbv4-whyIcon svg{
  width:24px;
  height:24px;
}

.khbv4-whyItem h3{
  margin:0;
  color:#17458f;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
}

.khbv4-whyItem p{
  margin:7px 0 0;
  color:#6f7a8d;
  font-size:12.5px;
  line-height:1.45;
  font-weight:400;
}

@media(max-width:900px){
  .khbv4-whyGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:520px){
  .khbv4-whySection{
    padding:8px 0 12px;
  }

  .khbv4-whyBox{
    border-radius:18px;
  }

  .khbv4-whyMain{
    padding:17px 16px;
  }

  .khbv4-whyMainText{
    gap:10px;
  }

  .khbv4-whyMainIcon{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:14px;
  }

  .khbv4-whyMainIcon svg{
    width:22px;
    height:22px;
  }

  .khbv4-whyTitle{
    font-size:20px;
  }

  .khbv4-whyPlus{
    width:30px;
    height:30px;
    min-width:30px;
    font-size:20px;
  }

  .khbv4-whyPanel{
    padding:0 16px 17px;
  }

  .khbv4-whyText{
    font-size:13px;
    margin-bottom:12px;
  }

  .khbv4-whyGrid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .khbv4-whyItem{
    min-height:auto;
    padding:14px;
    border-radius:16px;
    display:flex;
    align-items:flex-start;
    gap:12px;
  }

  .khbv4-whyIcon{
    width:34px;
    height:34px;
    min-width:34px;
    margin-bottom:0;
  }

  .khbv4-whyIcon svg{
    width:21px;
    height:21px;
  }

  .khbv4-whyItem h3{
    font-size:13px;
  }

  .khbv4-whyItem p{
    font-size:12px;
  }
}

/* CATEGORIAS */
.khbv4-catsGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.khbv4-catCard{
  display:block;
  text-decoration:none!important;
  color:inherit!important;
  border-radius:18px;
  overflow:hidden;
  background:transparent!important;
  border:0!important;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  transition:transform .18s ease,box-shadow .18s ease;
  line-height:0;
}

.khbv4-catCard:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(15,23,42,.10);
}

.khbv4-catCard img{
  width:100%;
  height:auto;
  aspect-ratio:1.23;
  object-fit:cover;
  object-position:center center;
  display:block;
  border-radius:18px;
}

@media(max-width:900px){
  .khbv4-catsGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
}

@media(max-width:520px){
  .khbv4-catsGrid{
    gap:10px;
  }

  .khbv4-catCard{
    border-radius:16px;
    box-shadow:0 7px 18px rgba(15,23,42,.045);
  }

  .khbv4-catCard img{
    border-radius:16px;
  }
}

/* MARCAS */
.khbv4-brandsSection{
  background:#fff;
  padding:2px 0 15px;
}

.khbv4-brandsBox{
  position:relative;
}

.khbv4-brandsOuter{
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:2px 3px 8px;
}

.khbv4-brandsOuter::-webkit-scrollbar{
  display:none;
}

.khbv4-brandsTrack{
  display:flex;
  gap:12px;
}

.khbv4-brandCard{
  position:relative;
  flex:0 0 178px;
  height:68px;
  border:1px solid #dfe8f6;
  border-radius:13px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 8px 18px rgba(15,23,42,.055);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 15px;
  text-decoration:none!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}

.khbv4-brandCard:hover{
  transform:translateY(-2px);
  border-color:#cbdcf2;
  box-shadow:0 12px 24px rgba(15,23,42,.09);
}

.khbv4-brandCard img{
  max-width:100%;
  max-height:46px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}

.khbv4-brand-harumi{
  background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
  border-color:#d5e2f4;
}

.khbv4-brand-harumi img{
  filter:contrast(1.12) saturate(1.05);
}

.khbv4-miniArrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid var(--kh-line);
  background:#fff;
  color:#2d6ab7;
  cursor:pointer;
  display:grid;
  place-items:center;
  box-shadow:var(--kh-shadow-sm);
}

.khbv4-miniArrow.prev{
  left:-14px;
}

.khbv4-miniArrow.next{
  right:-14px;
}

.khbv4-miniArrow svg{
  width:17px;
  height:17px;
}

@media(max-width:520px){
  .khbv4-brandsSection{
    padding-bottom:18px;
  }

  .khbv4-brandsOuter{
    padding:4px 3px 10px;
  }

  .khbv4-brandsTrack{
    gap:14px;
  }

  .khbv4-brandCard{
    flex-basis:156px;
    height:70px;
    padding:10px 14px;
    border-radius:16px;
    background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
    border:1.2px solid #d5e2f4;
    box-shadow:0 10px 24px rgba(15,23,42,.07);
  }

  .khbv4-brandCard img{
    max-height:42px;
  }

  .khbv4-brand-harumi img{
    max-height:44px;
  }

  .khbv4-miniArrow{
    display:none;
  }
}

/* PRODUCTOS */
.khbv4-productsCarouselBox{
  position:relative;
}

.khbv4-productsOuter{
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:3px 3px 10px;
}

.khbv4-productsOuter::-webkit-scrollbar{
  display:none;
}

.khbv4-productsTrack{
  display:flex!important;
  gap:16px!important;
  align-items:stretch!important;
}

.khbv4-productsTrack .khbv4-productCard{
  flex:0 0 178px!important;
}

.khbv4-productArrow{
  position:absolute;
  top:42%;
  transform:translateY(-50%);
  z-index:4;
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid var(--kh-line);
  background:#fff;
  color:#2d6ab7;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:var(--kh-shadow-sm);
}

.khbv4-productArrow.prev{
  left:-13px;
}

.khbv4-productArrow.next{
  right:-13px;
}

.khbv4-productArrow svg{
  width:18px;
  height:18px;
}

/* CARD PRODUCTO V6.7 */
.khbv4-productCard{
  position:relative!important;
  background:#fff!important;
  border:1px solid #e3ecf8!important;
  border-radius:17px!important;
  overflow:hidden!important;
  box-shadow:0 7px 18px rgba(15,23,42,.045)!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}

.khbv4-productCard:hover{
  transform:translateY(-3px)!important;
  border-color:#d8e6f7!important;
  box-shadow:0 14px 30px rgba(15,23,42,.08)!important;
}

/* IMAGEN: ahora es la protagonista */
.khbv4-productMedia{
  display:block!important;
  position:relative!important;
  background:#fff!important;
  padding:9px 9px 0!important;
  text-decoration:none!important;
}

.khbv4-productMediaInner{
  width:100%!important;
  height:172px!important;
  min-height:172px!important;
  max-height:172px!important;
  display:block!important;
  background:#fff!important;
  border-radius:14px!important;
  overflow:hidden!important;
}

.khbv4-productMedia img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
  display:block!important;
  margin:0!important;
  transition:transform .18s ease!important;
}

@media(hover:hover){
  .khbv4-productCard:hover .khbv4-productMedia img{
    transform:scale(1.025);
  }
}

/* ETIQUETA AUTOMATICA DE DESCUENTO */
.khbv4-saleBadge{
  position:absolute!important;
  top:9px!important;
  left:9px!important;
  z-index:8!important;
  min-width:52px!important;
  height:29px!important;
  padding:0 10px!important;
  border-radius:9px 9px 9px 3px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#224390 0%,#0b54b7 100%)!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
  box-shadow:0 7px 16px rgba(34,67,144,.20)!important;
  pointer-events:none!important;
}

/* CUERPO COMPACTO */
.khbv4-productBody{
  padding:8px 11px 11px!important;
  display:flex!important;
  flex-direction:column!important;
  flex:1!important;
  min-height:0!important;
}

.khbv4-productName{
  margin:0 0 6px!important;
  color:#263653!important;
  font-size:12.5px!important;
  line-height:1.24!important;
  font-weight:500!important;
  min-height:31px!important;
  max-height:31px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}

.khbv4-productName a{
  color:inherit!important;
  text-decoration:none!important;
}

/* PRECIOS: actual primero, anterior tachado despues */
.khbv4-productPrice{
  margin:0!important;
  min-height:24px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:baseline!important;
  gap:3px 7px!important;
  color:#173d82!important;
  font-size:15px!important;
  line-height:1.15!important;
  font-weight:700!important;
}

.khbv4-productPrice > ins{
  order:1!important;
  text-decoration:none!important;
  color:#173d82!important;
  font-size:15px!important;
  font-weight:700!important;
}

.khbv4-productPrice > del{
  order:2!important;
  color:#a9b0bd!important;
  font-size:10.5px!important;
  font-weight:400!important;
  margin:0!important;
  opacity:.82!important;
}

.khbv4-productPrice > span:not(del span):not(ins span){
  color:inherit!important;
}

.khbv4-productPrice ins{
  text-decoration:none!important;
}

.khbv4-productPrice del{
  color:#a9b0bd!important;
  font-weight:400!important;
}

/* PLUGIN ESTRELLAS/CORAZON
   Se conserva la funcionalidad, pero deja de ocupar una fila completa.
   Si existe corazon/favorito, queda flotando arriba a la derecha. */
.khbv4-pluginUi{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  z-index:9!important;
  width:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}

.khbv4-pluginUi .crp-loop-bar{
  position:relative!important;
  width:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:0!important;
}

.khbv4-pluginUi .crp-loop-bar > *:first-child{
  display:none!important;
}

.khbv4-pluginUi .crp-loop-bar > *:last-child{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}

.khbv4-pluginUi .crp-loop-bar > *:last-child a,
.khbv4-pluginUi .crp-loop-bar > *:last-child button{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid #d7e4f6!important;
  color:#224390!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 5px 12px rgba(15,23,42,.08)!important;
  padding:0!important;
  margin:0!important;
}

.khbv4-pluginUi a,
.khbv4-pluginUi button,
.khbv4-pluginUi .button{
  text-decoration:none!important;
  box-shadow:none!important;
}

.khbv4-pluginUi .crp-loop-bar::before,
.khbv4-pluginUi .crp-loop-bar::after,
.khbv4-pluginUi .separator,
.khbv4-pluginUi .count,
.khbv4-pluginUi .wishlist-count{
  display:none!important;
  content:none!important;
}

/* BOTON */
.khbv4-productAction{
  margin-top:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  width:100%!important;
  height:35px!important;
  min-height:35px!important;
  padding:8px 10px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,var(--kh-blue-1),var(--kh-blue-2))!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:600!important;
  box-shadow:0 8px 15px rgba(34,67,144,.18)!important;
  transition:opacity .16s ease,transform .16s ease!important;
}

.khbv4-productAction.green{
  background:linear-gradient(180deg,var(--kh-green-1),var(--kh-green-2))!important;
  box-shadow:0 8px 15px rgba(52,115,49,.17)!important;
}

.khbv4-productAction:hover{
  opacity:.94!important;
  transform:translateY(-1px)!important;
}

.khbv4-productAction svg{
  width:13px!important;
  height:13px!important;
  min-width:13px!important;
}

.khbv4-productAction.loading{
  opacity:.7!important;
  pointer-events:none!important;
}

.khbv4-productAction.added{
  opacity:1!important;
}

/* GRID DESTACADOS */
.khbv4-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}

.khbv4-grid .khbv4-productCard{
  height:auto!important;
  min-height:0!important;
}

.khbv4-featuredHidden{
  display:none!important;
}

/* RESPONSIVE */
@media(max-width:1180px){
  .khbv4-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}

@media(max-width:980px){
  .khbv4-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .khbv4-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media(max-width:520px){
  .khbv4-productsTrack{
    gap:10px!important;
  }

  .khbv4-productsTrack .khbv4-productCard{
    flex:0 0 46vw!important;
  }

  .khbv4-productArrow{
    display:none;
  }

  .khbv4-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  .khbv4-productCard,
  .khbv4-grid .khbv4-productCard{
    height:auto!important;
    min-height:0!important;
    border-radius:15px!important;
  }

  .khbv4-productMedia{
    padding:7px 7px 0!important;
  }

  .khbv4-productMediaInner{
    height:154px!important;
    min-height:154px!important;
    max-height:154px!important;
    border-radius:12px!important;
  }

  .khbv4-saleBadge{
    top:7px!important;
    left:7px!important;
    min-width:48px!important;
    height:27px!important;
    padding:0 9px!important;
    border-radius:8px 8px 8px 3px!important;
    font-size:11.5px!important;
  }

  .khbv4-productBody{
    padding:7px 9px 9px!important;
  }

  .khbv4-productName{
    font-size:10.9px!important;
    line-height:1.22!important;
    min-height:27px!important;
    max-height:27px!important;
    margin-bottom:5px!important;
  }

  .khbv4-productPrice{
    min-height:22px!important;
    font-size:13.5px!important;
    gap:2px 6px!important;
  }

  .khbv4-productPrice > ins{
    font-size:13.5px!important;
  }

  .khbv4-productPrice > del{
    font-size:9.7px!important;
  }

  .khbv4-pluginUi{
    top:8px!important;
    right:8px!important;
  }

  .khbv4-pluginUi .crp-loop-bar > *:last-child a,
  .khbv4-pluginUi .crp-loop-bar > *:last-child button{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
  }

  .khbv4-productAction{
    margin-top:8px!important;
    height:32px!important;
    min-height:32px!important;
    font-size:9.8px!important;
    padding:7px 7px!important;
  }
}

/* MOSTRAR MAS */
.khbv4-moreWrap{
  width:100%;
  display:flex;
  justify-content:center;
  margin-top:18px;
}

.khbv4-moreBtn{
  appearance:none;
  border:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:170px;
  padding:13px 22px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--kh-blue-dark-1),var(--kh-blue-dark-2));
  color:#fff;
  font-size:14px;
  font-weight:700;
  box-shadow:0 14px 24px rgba(34,67,144,.22);
}

.khbv4-moreBtn.is-disabled{
  display:none!important;
}

.khbv4-moreBtn svg{
  width:17px;
  height:17px;
}

/* POPUP ASESORIA */
.khbv4-adviceOverlay{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(15,23,42,.42);
  backdrop-filter:blur(5px);
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.khbv4-adviceOverlay.is-open{
  display:flex;
}

.khbv4-adviceModal{
  position:relative;
  width:min(520px,100%);
  background:#fff;
  border-radius:24px;
  border:1px solid #e3ecf8;
  box-shadow:0 30px 80px rgba(15,23,42,.24);
  padding:24px;
  animation:khbv4ModalIn .18s ease both;
}

@keyframes khbv4ModalIn{
  from{
    opacity:0;
    transform:translateY(10px) scale(.98);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

.khbv4-adviceClose{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid #e3ecf8;
  background:#fff;
  color:#17458f;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  display:grid;
  place-items:center;
  padding:0;
}

.khbv4-adviceHead{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding-right:28px;
  margin-bottom:18px;
}

.khbv4-adviceIcon{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:16px;
  background:#eef6ff;
  color:#2d6ab7;
  display:grid;
  place-items:center;
}

.khbv4-adviceIcon svg{
  width:28px;
  height:28px;
}

.khbv4-adviceHead h3{
  margin:0;
  color:#17458f;
  font-size:22px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:-.02em;
}

.khbv4-adviceHead p{
  margin:6px 0 0;
  color:#7a8496;
  font-size:13px;
  line-height:1.35;
  font-weight:400;
}

.khbv4-adviceOptions{
  display:grid;
  gap:12px;
}

.khbv4-adviceOption{
  display:flex;
  align-items:center;
  gap:14px;
  padding:15px;
  border-radius:18px;
  border:1px solid #e3ecf8;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  text-decoration:none!important;
  color:inherit!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}

.khbv4-adviceOption:hover{
  transform:translateY(-2px);
  border-color:#cdddf2;
  box-shadow:0 14px 28px rgba(15,23,42,.08);
}

.khbv4-waIcon{
  width:44px;
  height:44px;
  min-width:44px;
  display:grid;
  place-items:center;
}

.khbv4-waIcon svg{
  width:44px;
  height:44px;
  display:block;
}

.khbv4-adviceOption strong{
  display:block;
  margin:0 0 4px;
  color:#17458f;
  font-size:14px;
  line-height:1.15;
  font-weight:800;
}

.khbv4-adviceOption small{
  display:block;
  color:#7a8496;
  font-size:12px;
  line-height:1.35;
  font-weight:400;
}

@media(max-width:520px){
  .khbv4-adviceOverlay{
    align-items:flex-end;
    padding:12px;
  }

  .khbv4-adviceModal{
    border-radius:22px;
    padding:20px;
  }

  .khbv4-adviceHead h3{
    font-size:19px;
  }

  .khbv4-adviceOption{
    padding:13px;
    border-radius:16px;
  }

  .khbv4-waIcon,
  .khbv4-waIcon svg{
    width:40px;
    height:40px;
    min-width:40px;
  }
}


/* TEXTO SEO FINAL */
.khbv4-seoText{
  background:#fff;
  padding:14px 0 16px;
  text-align:center;
  border-top:1px solid #eef3fb;
  border-bottom:4px solid #18a2d8;
}

.khbv4-seoText h2{
  margin:0 0 6px;
  color:#17458f;
  font-size:20px;
  line-height:1.22;
  font-weight:800;
  letter-spacing:-.02em;
}

.khbv4-seoText p{
  max-width:1180px;
  margin:0 auto;
  color:#344054;
  font-size:13.5px;
  line-height:1.55;
  font-weight:400;
}

@media(max-width:520px){
  .khbv4-seoText{
    padding:12px 0 14px;
  }

  .khbv4-seoText h2{
    font-size:17px;
    margin-bottom:5px;
  }

  .khbv4-seoText p{
    font-size:12.5px;
    line-height:1.5;
  }
}

/* CONFIANZA FINAL */
.khbv4-trustFinal{
  padding:5px 0 24px;
}

.khbv4-trustBox{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--kh-line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}

.khbv4-trustItem{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:18px 24px;
  border-right:1px solid var(--kh-line);
}

.khbv4-trustItem:last-child{
  border-right:0;
}

.khbv4-trustIcon{
  color:#2d6ab7;
  width:40px;
  min-width:40px;
  display:grid;
  place-items:center;
}

.khbv4-trustIcon svg{
  width:34px;
  height:34px;
}

.khbv4-trustTitle{
  margin:0;
  color:#17458f;
  font-weight:700;
  font-size:14px;
  line-height:1.15;
}

.khbv4-trustSub{
  margin:4px 0 0;
  color:var(--kh-muted);
  font-size:12px;
  line-height:1.25;
  font-weight:400;
}

@media(max-width:720px){
  .khbv4-trustBox{
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-radius:16px;
  }

  .khbv4-trustItem{
    flex-direction:column;
    justify-content:flex-start;
    text-align:center;
    gap:6px;
    padding:12px 6px;
    border-right:1px solid var(--kh-line);
    border-bottom:0;
  }

  .khbv4-trustItem:last-child{
    border-right:0;
  }

  .khbv4-trustIcon{
    width:30px;
    min-width:30px;
  }

  .khbv4-trustIcon svg{
    width:25px;
    height:25px;
  }

  .khbv4-trustTitle{
    font-size:10.5px;
    line-height:1.15;
  }

  .khbv4-trustSub{
    display:none;
  }
}

/* 1.5.2 · estabilidad visual del hero mientras una imagen termina de cargar */
.khbv4-heroSlide{background:#f7f9fc;}
.khbv4-heroMedia img{background:#f7f9fc;}
