/* HH Home PRO - modulo sin iframe para Hiper Hispania */
body.shop-0#index #center_column,
body.shop-0.page-index #center_column {
  padding-top: 0 !important;
}

body.shop-0#index #columns.container,
body.shop-0.page-index #columns.container,
body.shop-0#index #center_column,
body.shop-0.page-index #center_column,
body.shop-0#index #main,
body.shop-0.page-index #main,
body.shop-0#index #content.page-home,
body.shop-0.page-index #content.page-home {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hhprov2-home {
  --bg:#f6fcfc;
  --white:#ffffff;
  --primary:#14b7af;
  --primary-2:#0f8d95;
  --deep:#083b47;
  --deep-2:#062d35;
  --accent:#4adfd3;
  --border:#d6ecea;
  --text:#193640;
  --muted:#677f87;
  --shadow:0 14px 36px rgba(4,59,69,.07);
  --shadow-strong:0 24px 60px rgba(4,59,69,.15);
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(74,223,211,.13) 0%, rgba(74,223,211,0) 22%),
    linear-gradient(180deg,#fbfefe 0%, var(--bg) 100%);
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:0;
  margin-bottom:0;
  padding:0 0 22px;
  overflow:hidden;
}

.hhprov2-home *{box-sizing:border-box;}
.hhprov2-home a{text-decoration:none;}
.hhprov2-wrap{width:min(1360px, calc(100% - 28px)); margin:0 auto;}
.hhprov2-sec{padding:26px 0;}
.hhprov2-grid{display:grid; gap:18px;}

.hhprov2-chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 13px; border-radius:999px;
  background:rgba(20,183,175,.10); color:var(--primary-2);
  font-size:12px; font-weight:800; letter-spacing:.25px;
}

.hhprov2-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:52px; padding:0 22px; border-radius:999px; gap:10px;
  font-size:15px; font-weight:800; transition:.22s ease;
}
.hhprov2-btn-primary{
  color:#fff !important;
  background:linear-gradient(135deg,var(--primary) 0%, var(--deep) 100%);
  box-shadow:0 12px 26px rgba(8,59,71,.20);
}
.hhprov2-btn-primary:hover{transform:translateY(-2px); box-shadow:0 18px 34px rgba(8,59,71,.24);}
.hhprov2-btn-secondary{color:var(--deep) !important; background:#fff; border:1px solid var(--border);}

.hhprov2-heading{
  display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:18px;
}
.hhprov2-heading h2{
  margin:10px 0 0; font-size:clamp(30px,3vw,44px); line-height:1.03;
  letter-spacing:0; color:var(--deep);
}
.hhprov2-heading p{
  margin:10px 0 0; max-width:840px; color:var(--muted); font-size:16px; line-height:1.72;
}

.hhprov2-card{
  background:var(--white); border:1px solid var(--border); border-radius:36px;
  box-shadow:var(--shadow); overflow:hidden; position:relative;
}

.hhprov2-hero{padding:20px 0 10px;}
.hhprov2-hero-grid{display:grid; grid-template-columns:1.02fr .98fr; gap:18px; align-items:stretch;}
.hhprov2-hero-main{
  min-height:470px;
  padding:28px 30px;
  background:
    radial-gradient(circle at 12% 10%, rgba(74,223,211,.20) 0%, rgba(74,223,211,0) 23%),
    linear-gradient(135deg,#ffffff 0%, #eefafa 100%);
}
.hhprov2-hero-main:after{
  content:""; position:absolute; right:-90px; bottom:-80px; width:260px; height:260px;
  border-radius:50%; background:radial-gradient(circle, rgba(20,183,175,.10) 0%, rgba(20,183,175,0) 70%);
  pointer-events:none;
}
.hhprov2-title{
  margin:10px 0 0;
  font-size:clamp(32px,3.5vw,54px);
  line-height:1.00;
  letter-spacing:0;
  font-weight:900;
  color:var(--deep);
  max-width:720px;
}
.hhprov2-title .accent{color:var(--primary-2);}
.hhprov2-sub{
  margin:12px 0 0;
  max-width:735px;
  color:var(--muted);
  font-size:16px;
  line-height:1.68;
}
.hhprov2-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:16px;}

.hhprov2-stat-row{
  display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:16px; position:relative; z-index:2;
}
.hhprov2-stat{
  background:rgba(255,255,255,.94);
  border:1px solid var(--border);
  border-radius:20px;
  padding:10px 10px 11px;
  text-align:center;
  backdrop-filter:blur(8px);
  transition:.22s ease;
}
.hhprov2-stat:hover{transform:translateY(-3px); box-shadow:0 12px 22px rgba(4,59,69,.09);}
.hhprov2-stat .icon{
  width:40px; height:40px; border-radius:14px; margin:0 auto 6px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,rgba(20,183,175,.15) 0%, rgba(8,59,71,.10) 100%);
  font-size:19px;
}
.hhprov2-stat strong{display:block; font-size:13px; color:var(--deep); margin-bottom:3px; line-height:1.2;}
.hhprov2-stat span{display:block; font-size:11px; line-height:1.35; color:var(--muted);}

.hhprov2-side{display:grid; gap:18px; grid-template-rows:1fr auto;}
.hhprov2-visual{
  min-height:286px;
  padding:22px;
  color:#fff;
  box-shadow:var(--shadow-strong);
  background:
    linear-gradient(rgba(8,61,73,.70), rgba(8,61,73,.70)),
    url("https://images.unsplash.com/photo-1555041469-a586c61ea9bc?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
}
.hhprov2-visual h3{margin:12px 0 8px; font-size:30px; line-height:1.02; letter-spacing:0; max-width:500px;}
.hhprov2-visual p{margin:0; color:rgba(255,255,255,.90); line-height:1.62; font-size:14px; max-width:540px;}
.hhprov2-bullets{display:grid; gap:8px; margin-top:14px;}
.hhprov2-bullet{
  display:flex; align-items:center; gap:10px; padding:10px 13px; border-radius:14px;
  border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.10); color:#fff; font-size:13px;
  backdrop-filter:blur(6px);
}

.hhprov2-mini-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.hhprov2-mini{
  min-height:108px;
  padding:16px 16px 14px;
  border-radius:28px; overflow:hidden; position:relative;
  border:1px solid var(--border); box-shadow:var(--shadow); background:#fff;
}
.hhprov2-mini:before{
  content:""; position:absolute; right:-30px; top:-30px; width:96px; height:96px;
  border-radius:50%; background:rgba(20,183,175,.07);
}
.hhprov2-mini .icon{
  width:46px; height:46px; border-radius:16px; background:linear-gradient(135deg,rgba(20,183,175,.14) 0%, rgba(8,59,71,.12) 100%);
  display:flex; align-items:center; justify-content:center; font-size:21px; margin-bottom:10px; position:relative; z-index:2;
}
.hhprov2-mini h4{margin:0 0 4px; font-size:18px; line-height:1.06; letter-spacing:0; color:var(--deep); position:relative; z-index:2;}
.hhprov2-mini p{margin:0; color:var(--muted); font-size:12px; line-height:1.42; position:relative; z-index:2; max-width:95%;}

.hhprov2-strip{display:grid; grid-template-columns:repeat(4,1fr); gap:14px;}
.hhprov2-strip-item{
  background:#fff; border:1px solid var(--border); border-radius:22px; padding:16px 15px;
  display:flex; gap:11px; align-items:flex-start; box-shadow:0 10px 24px rgba(4,59,69,.05);
}
.hhprov2-strip-item .icon{
  width:44px; height:44px; flex:0 0 44px; border-radius:15px;
  background:linear-gradient(135deg,rgba(20,183,175,.16) 0%, rgba(8,59,71,.10) 100%);
  display:flex; align-items:center; justify-content:center; font-size:20px;
}
.hhprov2-strip-item strong{display:block; color:var(--deep); font-size:14px; margin-bottom:4px;}
.hhprov2-strip-item p{margin:0; color:var(--muted); font-size:12px; line-height:1.5;}

.hhprov2-categories{grid-template-columns:repeat(4,1fr);}
.hhprov2-category{
  min-height:300px; position:relative; overflow:hidden; border-radius:30px;
  border:1px solid var(--border); box-shadow:var(--shadow); background:#fff; transition:.24s ease;
}
.hhprov2-category:hover{transform:translateY(-4px); box-shadow:0 22px 40px rgba(4,59,69,.12);}
.hhprov2-category:hover .hhprov2-cat-badge{transform:scale(1.04);}
.hhprov2-category-top{min-height:210px; padding:22px 20px 18px; position:relative; overflow:hidden;}
.hhprov2-category-top:after{
  content:""; position:absolute; right:-40px; bottom:-40px; width:170px; height:170px; border-radius:50%;
  background:rgba(255,255,255,.14);
}
.hhprov2-category[data-tone="hogar"] .hhprov2-category-top{background:linear-gradient(135deg,#12b7ae 0%, #0b7078 100%);}
.hhprov2-category[data-tone="mobiliario"] .hhprov2-category-top{background:linear-gradient(135deg,#0a4753 0%, #14a59e 100%);}
.hhprov2-category[data-tone="electro"] .hhprov2-category-top{background:linear-gradient(135deg,#18bcb4 0%, #0b7f88 100%);}
.hhprov2-category[data-tone="mascotas"] .hhprov2-category-top{background:linear-gradient(135deg,#09545e 0%, #20b8b2 100%);}
.hhprov2-category[data-tone="ninos"] .hhprov2-category-top{background:linear-gradient(135deg,#24c3bb 0%, #0a7881 100%);}
.hhprov2-category[data-tone="tecno"] .hhprov2-category-top{background:linear-gradient(135deg,#08313c 0%, #10aaa3 100%);}
.hhprov2-category[data-tone="food"] .hhprov2-category-top{background:linear-gradient(135deg,#0d7b82 0%, #11b0a8 100%);}
.hhprov2-category[data-tone="catalogo"] .hhprov2-category-top{background:linear-gradient(135deg,#063b46 0%, #0f9996 100%);}
.hhprov2-cat-badge{
  width:76px; height:76px; border-radius:24px; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.15);
  color:#fff; display:flex; align-items:center; justify-content:center; font-size:35px; margin-bottom:16px; position:relative; z-index:2; backdrop-filter:blur(6px);
  transition:.22s ease;
}
.hhprov2-category-top h3{margin:0; color:#fff; font-size:28px; line-height:1.02; letter-spacing:0; position:relative; z-index:2;}
.hhprov2-category-top p{margin:9px 0 0; color:rgba(255,255,255,.90); font-size:13px; line-height:1.55; max-width:255px; position:relative; z-index:2;}
.hhprov2-category-bottom{padding:16px 20px 20px; display:flex; align-items:center; justify-content:space-between; gap:12px;}
.hhprov2-category-bottom strong{color:var(--deep); font-size:13px;}
.hhprov2-category-bottom span{
  width:40px; height:40px; border-radius:50%; border:1px solid var(--border); display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,rgba(20,183,175,.12) 0%, rgba(8,59,71,.10) 100%);
  color:var(--deep); font-weight:800; flex:0 0 40px;
}

.hhprov2-brands{display:grid; grid-template-columns:repeat(5,1fr); gap:14px;}
.hhprov2-brand{
  min-height:94px; border-radius:22px; border:1px solid var(--border); background:#fff; box-shadow:var(--shadow);
  display:flex; align-items:center; justify-content:center; flex-direction:column; text-align:center; padding:14px;
}
.hhprov2-brand strong{color:var(--deep); font-size:17px; letter-spacing:0; margin-bottom:4px;}
.hhprov2-brand span{color:var(--muted); font-size:12px; line-height:1.35;}

.hhprov2-products{grid-template-columns:repeat(4,1fr);}
.hhprov2-product{
  padding:20px; border-radius:28px; border:1px solid var(--border); background:#fff; box-shadow:var(--shadow);
  position:relative; overflow:hidden; min-height:308px;
}
.hhprov2-product:before{
  content:""; position:absolute; right:-35px; top:-35px; width:120px; height:120px; border-radius:50%; background:rgba(20,183,175,.07);
}
.hhprov2-product-image{
  height:150px; border-radius:20px; margin-bottom:14px;
  background:
    radial-gradient(circle at top right, rgba(74,223,211,.22) 0%, rgba(74,223,211,0) 30%),
    linear-gradient(135deg,#effafa 0%, #def3f2 100%);
  border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:52px; position:relative; z-index:2;
}
.hhprov2-product .tag{
  display:inline-flex; padding:7px 10px; border-radius:999px; background:rgba(20,183,175,.10); color:var(--primary-2);
  font-size:11px; font-weight:800; margin-bottom:10px; position:relative; z-index:2;
}
.hhprov2-product h3{margin:0 0 7px; color:var(--deep); font-size:21px; line-height:1.08; letter-spacing:0; position:relative; z-index:2;}
.hhprov2-product p{margin:0; color:var(--muted); font-size:13px; line-height:1.62; position:relative; z-index:2;}
.hhprov2-product .cta{display:inline-flex; margin-top:14px; font-size:13px; font-weight:800; color:var(--deep); position:relative; z-index:2;}

.hhprov2-promo-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:18px;}
.hhprov2-promo-main{
  min-height:360px; padding:30px; color:#fff;
  background:
    linear-gradient(rgba(7,57,70,.66), rgba(7,57,70,.66)),
    url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
  box-shadow:var(--shadow-strong);
}
.hhprov2-promo-main h3{margin:14px 0 10px; font-size:42px; line-height:1.00; letter-spacing:0; max-width:560px;}
.hhprov2-promo-main p{margin:0; max-width:600px; color:rgba(255,255,255,.90); font-size:15px; line-height:1.72;}
.hhprov2-promo-side{display:grid; gap:18px;}
.hhprov2-quote{
  min-height:171px; padding:22px; border-radius:28px; background:#fff; border:1px solid var(--border); box-shadow:var(--shadow); position:relative; overflow:hidden;
}
.hhprov2-quote:before{
  content:"“"; position:absolute; right:20px; top:8px; font-size:76px; line-height:1; color:rgba(20,183,175,.12); font-weight:900;
}
.hhprov2-quote p{margin:0 0 12px; color:var(--text); font-size:14px; line-height:1.68; max-width:88%; position:relative; z-index:2;}
.hhprov2-quote strong{display:block; color:var(--deep); font-size:14px; position:relative; z-index:2;}
.hhprov2-quote span{display:block; color:var(--muted); font-size:11px; margin-top:4px; position:relative; z-index:2;}

.hhprov2-features{grid-template-columns:repeat(4,1fr);}
.hhprov2-feature{
  padding:22px; border-radius:28px; border:1px solid var(--border); background:#fff; box-shadow:var(--shadow);
  position:relative; overflow:hidden; min-height:224px;
}
.hhprov2-feature:before{
  content:""; position:absolute; right:-45px; top:-45px; width:120px; height:120px; border-radius:50%; background:rgba(20,183,175,.06);
}
.hhprov2-feature .icon{
  width:58px; height:58px; border-radius:20px; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,rgba(20,183,175,.16) 0%, rgba(8,59,71,.12) 100%);
  font-size:27px; margin-bottom:14px; position:relative; z-index:2;
}
.hhprov2-feature h3{margin:0 0 8px; color:var(--deep); font-size:22px; line-height:1.06; letter-spacing:0; position:relative; z-index:2;}
.hhprov2-feature p{margin:0; color:var(--muted); line-height:1.62; font-size:13px; position:relative; z-index:2;}

.hhprov2-cta{
  padding:34px; border-radius:34px;
  background:
    radial-gradient(circle at top left, rgba(74,223,211,.18) 0%, rgba(74,223,211,0) 30%),
    linear-gradient(180deg,#ffffff 0%, #eefafa 100%);
  border:1px solid var(--border); box-shadow:var(--shadow); text-align:center;
}
.hhprov2-cta h2{margin:12px 0 10px; font-size:clamp(32px,3vw,46px); line-height:1.03; letter-spacing:0; color:var(--deep);}
.hhprov2-cta p{margin:0 auto; max-width:900px; color:var(--muted); line-height:1.76; font-size:16px;}
.hhprov2-cta-actions{display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-top:22px;}

.hhprov2-slider-shell{
  position:relative;
  border:1px solid rgba(13,102,103,.12);
  border-radius:32px;
  background:
    radial-gradient(circle at 10% 0%, rgba(74,223,211,.14), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(239,250,250,.88));
  box-shadow:var(--shadow);
  overflow:hidden;
  padding:18px 54px;
}
.hhprov2-slider-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg, transparent 0%, rgba(255,255,255,.42) 42%, transparent 70%);
  transform:translateX(-100%);
  animation:hhHomeSheen 6s ease-in-out infinite;
  pointer-events:none;
}
.hhprov2-slider-track{
  position:relative;
  z-index:2;
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:4px 2px 12px;
  scrollbar-width:none;
}
.hhprov2-slider-track::-webkit-scrollbar{display:none;}
.hhprov2-slide{
  flex:0 0 clamp(260px, 24vw, 340px);
  scroll-snap-align:start;
}
.hhprov2-slide-card{
  display:flex;
  flex-direction:column;
  min-height:424px;
  height:100%;
  padding:14px;
  border:1px solid rgba(13,102,103,.12);
  border-radius:26px;
  background:#fff;
  color:var(--deep) !important;
  box-shadow:0 12px 26px rgba(4,59,69,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position:relative;
  overflow:hidden;
}
.hhprov2-slide-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 42px rgba(4,59,69,.13);
  border-color:rgba(20,183,175,.32);
}
.hhprov2-slide-media{
  height:244px;
  border-radius:20px;
  background:linear-gradient(135deg,#effafa,#dff5f4);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid var(--border);
}
.hhprov2-slide-media img{
  display:block;
  max-width:100%;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
  transition:transform .24s ease;
}
.hhprov2-slide-card:hover .hhprov2-slide-media img{transform:scale(1.04);}
.hhprov2-slide-fallback{
  width:74px;
  height:74px;
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(20,183,175,.18),rgba(8,59,71,.12));
  font-size:34px;
}
.hhprov2-slide-info{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:13px 2px 2px;
}
.hhprov2-slide-brand{
  display:none !important;
}
.hhprov2-slide-title{
  color:var(--deep);
  font-size:15px;
  line-height:1.28;
  font-weight:900;
  min-height:52px;
}
.hhprov2-slide-foot{
  margin-top:auto;
  padding-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.hhprov2-slide-price{
  color:#10956f;
  font-weight:950;
  font-size:18px;
}
.hhprov2-slide-cta{
  width:40px;
  height:40px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,#19bd72,#0d6667);
  box-shadow:0 10px 20px rgba(13,102,103,.18);
}
.hhprov2-slider-nav{
  position:absolute;
  z-index:3;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border:1px solid rgba(13,102,103,.18);
  border-radius:16px;
  background:rgba(255,255,255,.92);
  color:var(--deep);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:900;
  box-shadow:0 14px 26px rgba(4,59,69,.10);
  cursor:pointer;
}
.hhprov2-slider-prev{left:12px;}
.hhprov2-slider-next{right:12px;}
.hhprov2-slider-nav:hover{background:#e9fbf7;}

@keyframes hhHomeSheen{
  0%, 62%{transform:translateX(-110%);}
  100%{transform:translateX(110%);}
}

@media (max-width:1180px){
  .hhprov2-hero-grid,.hhprov2-promo-grid{grid-template-columns:1fr;}
  .hhprov2-categories,.hhprov2-products{grid-template-columns:repeat(3,1fr);}
  .hhprov2-strip,.hhprov2-features{grid-template-columns:repeat(2,1fr);}
  .hhprov2-brands{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:860px){
  .hhprov2-heading{display:block;}
  .hhprov2-hero-main,.hhprov2-visual,.hhprov2-promo-main,.hhprov2-cta{padding:24px;}
  .hhprov2-stat-row{grid-template-columns:repeat(2,1fr);}
  .hhprov2-mini-grid{grid-template-columns:1fr;}
  .hhprov2-categories,.hhprov2-products{grid-template-columns:repeat(2,1fr);}
  .hhprov2-slider-shell{padding:16px 48px;}
  .hhprov2-slide{flex-basis:300px;}
}
@media (max-width:560px){
  .hhprov2-wrap{width:min(100% - 16px, 100%);}
  .hhprov2-sec{padding:18px 0;}
  .hhprov2-hero-main,.hhprov2-visual,.hhprov2-mini,.hhprov2-product,.hhprov2-promo-main,.hhprov2-quote,.hhprov2-feature,.hhprov2-cta{padding:18px;}
  .hhprov2-stat-row,.hhprov2-categories,.hhprov2-products,.hhprov2-strip,.hhprov2-brands,.hhprov2-features{grid-template-columns:1fr;}
  .hhprov2-title{font-size:36px;}
  .hhprov2-sub{font-size:15px;}
  .hhprov2-visual h3{font-size:28px;}
  .hhprov2-promo-main h3{font-size:32px;}
  .hhprov2-heading h2,.hhprov2-cta h2{font-size:30px;}
  .hhprov2-slider-shell{padding:14px 12px 18px;}
  .hhprov2-slider-nav{display:none;}
  .hhprov2-slide{flex-basis:82vw;}
  .hhprov2-slide-card{min-height:414px;}
  .hhprov2-slide-media{height:252px;}
}
