/* ===================================================================
   Happy Crowns · site.css — estilo "D" portado a sitio real responsive
   =================================================================== */
:root{
  --coral:#e23e57; --coral-deep:#ce1f3a; --coral-soft:#e96a7e; --pink:#ef97a4;
  --ink:#3a3340; --muted:#9a8f9e; --line:#efe7eb; --cream:#fdf6f4;
  --container:1240px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{background:#fff; color:var(--ink); font-family:"Comfortaa",cursive; line-height:1.55; -webkit-font-smoothing:antialiased;}
/* ---------- iconos (Material Symbols) ---------- */
.material-symbols-rounded{
  font-family:"Material Symbols Rounded"; font-weight:normal; font-style:normal; font-size:24px;
  line-height:1; letter-spacing:normal; text-transform:none; white-space:nowrap; word-wrap:normal;
  direction:ltr; -webkit-font-feature-settings:"liga"; -webkit-font-smoothing:antialiased;
  display:inline-flex; align-items:center; justify-content:center;
  font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;
}
a{text-decoration:none; color:inherit;}
img{max-width:100%; display:block;}
h1,h2,h3,h4{font-family:"Comfortaa",cursive; font-weight:700; letter-spacing:-.5px; line-height:1.14;}
.hc-script{font-family:"Caveat",cursive; font-weight:600; color:var(--coral);}
.hc-container{max-width:var(--container); margin:0 auto; padding:0 32px;}
.hc-hidden{display:none !important;}

/* ===== TOP BAR ===== */
.hc-topbar{background:var(--coral-deep); color:#fff; height:42px; display:flex; align-items:center; justify-content:center; text-align:center; padding:0 16px;}
.hc-topbar-msg{font-size:12.5px; letter-spacing:2px; line-height:1; text-transform:uppercase; color:#fff; font-weight:600;}
.hc-topbar-msg.fade{animation:hc-fade .6s ease;}
@keyframes hc-fade{from{opacity:0;} to{opacity:1;}}

/* ===== HEADER ===== */
.hc-header{border-bottom:1px solid var(--line); position:sticky; top:0; background:rgba(255,255,255,.94); backdrop-filter:blur(8px); z-index:50;}
.hc-header-in{height:92px; display:flex; align-items:center; gap:28px;}
.hc-logo{flex:0 0 auto; display:flex; align-items:center;}
.hc-logo img{height:56px; width:auto; max-width:none; object-fit:contain;}
.hc-nav{display:flex; align-items:center; gap:30px; margin-left:26px;}
.hc-navitem{position:relative;}
.hc-navitem > a{position:relative; display:inline-block; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; font-weight:700; color:var(--ink); padding:12px 0; transition:color .15s; cursor:pointer; white-space:nowrap;}
.hc-navitem > a::after{content:""; position:absolute; left:0; bottom:6px; width:0; height:1.5px; background:var(--coral); transition:width .2s;}
.hc-navitem > a:hover{color:var(--coral);}
.hc-navitem > a:hover::after{width:100%;}
.hc-header-right{margin-left:auto; display:flex; align-items:center; gap:13px;}
.hc-cart-btn{position:relative; width:44px; height:44px; border-radius:50%; background:#fbeef1; color:var(--coral); border:none; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .15s,color .15s;}
.hc-cart-btn:hover{background:var(--pink); color:#fff;}
.hc-search-btn{width:44px; height:44px; border-radius:50%; background:#fbeef1; color:var(--coral); border:none; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .15s,color .15s;}
.hc-search-btn:hover{background:var(--pink); color:#fff;}
.hc-lang-switch{width:44px; height:44px; border-radius:50%; background:#fbeef1; color:var(--coral); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .15s,color .15s; font-size:12px; line-height:1; font-weight:800; text-decoration:none; flex:none;}
.hc-lang-switch:hover{background:var(--pink); color:#fff;}
.hc-cart-count{position:absolute; top:-4px; right:-4px; min-width:19px; height:19px; padding:0 4px; border-radius:999px; background:var(--coral-deep); color:#fff; font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center; line-height:1;}
.hc-burger{display:none; margin-left:auto; width:44px; height:44px; border:none; background:transparent; cursor:pointer; color:var(--coral); align-items:center; justify-content:center;}
.hc-burger .material-symbols-rounded{font-size:38px;}

/* MEGA */
.hc-mega{position:absolute; top:calc(100% + 6px); left:auto; right:-12px; background:#fff; border:1px solid var(--line); border-radius:6px; box-shadow:0 24px 50px rgba(58,51,64,.12); padding:22px 26px; opacity:0; visibility:hidden; transform:translateY(-6px); transition:all .18s ease; z-index:60;}
.hc-navitem:hover .hc-mega{opacity:1; visibility:visible; transform:none;}
.hc-mega-grid{display:grid; grid-template-columns:repeat(3,minmax(140px,1fr)); gap:2px 26px;}
.hc-mega-link{display:flex; align-items:center; gap:10px; padding:9px 6px; font-size:13.5px; font-weight:600; letter-spacing:.3px; white-space:nowrap; color:var(--ink); transition:color .14s;}
.hc-mega-link:hover{color:var(--coral);}
.hc-dot{width:9px; height:9px; border-radius:50%; flex:0 0 auto;}

/* ===== HERO / SLIDER ===== */
.hc-hero{position:relative; min-height:540px; display:flex; align-items:center; overflow:hidden; transition:background .6s ease; background:linear-gradient(125deg,var(--h1,#e23e57),var(--h2,#ef97a4));}
/* capa de imagen de fondo del hero (oculta hasta que la imagen carga bien) */
.hc-hero-bg{position:absolute; inset:0; z-index:0; background-size:cover; background-position:center; opacity:0; transition:opacity .6s ease;}
.hc-hero.has-img .hc-hero-bg{opacity:1;}
.hc-hero.has-img .hc-hero-bg::after{content:""; position:absolute; inset:0; background:linear-gradient(100deg,rgba(34,20,28,.62) 0%,rgba(34,20,28,.32) 46%,rgba(34,20,28,.05) 100%);}
.hc-hero.has-img .hc-confetti{display:none;}
.hc-hero.has-img .hc-hero-visual{visibility:hidden;}
.hc-hero-in{display:flex; align-items:center; gap:30px; width:100%; position:relative; z-index:2; padding-top:48px; padding-bottom:64px;}
.hc-confetti{position:absolute; inset:0; pointer-events:none; z-index:1;}
.hc-confetti i{position:absolute; width:12px; height:12px; border-radius:3px; background:rgba(255,255,255,.55);
  top:calc((var(--i) * 37%) - 200%); left:calc(var(--i) * 3.9%); transform:rotate(calc(var(--i) * 33deg));
  animation:hc-fall calc(7s + (var(--i) * 0.3s)) linear infinite; opacity:.7;}
.hc-confetti i:nth-child(3n){background:rgba(255,255,255,.3); border-radius:50%;}
.hc-confetti i:nth-child(4n){width:8px; height:16px;}
@keyframes hc-fall{to{transform:translateY(760px) rotate(540deg);}}
.hc-hero-text{width:54%; color:#fff;}
.hc-eyebrow{display:inline-flex; align-items:center; line-height:1; background:rgba(255,255,255,.22); color:#fff; font-weight:700; font-size:13px; letter-spacing:.4px; text-transform:uppercase; padding:9px 16px 8px; border-radius:999px; margin-bottom:18px; backdrop-filter:blur(4px);}
.hc-h1{font-size:52px; letter-spacing:-.8px; margin-bottom:16px; text-shadow:0 4px 16px rgba(0,0,0,.12); color:#fff;}
.hc-hero-p{font-size:18px; max-width:460px; margin-bottom:28px; font-weight:500; opacity:.96; line-height:1.6;}
.hc-hero-cta{display:flex; gap:14px; flex-wrap:wrap;}
.hc-btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; line-height:1; background:#fff; color:var(--coral-deep); font-weight:800; font-size:15px; letter-spacing:.2px; padding:15px 30px 14px; border-radius:999px; box-shadow:0 12px 26px rgba(0,0,0,.18); transition:transform .15s; cursor:pointer; border:none;}
.hc-btn:hover{transform:translateY(-3px) scale(1.02);}
.hc-btn.ghost{background:transparent; color:#fff; border:2px solid rgba(255,255,255,.8); box-shadow:none;}
.hc-hero-cta .hc-btn{color:var(--h1);}
.hc-hero-visual{flex:1; display:flex; align-items:center; justify-content:center;}
.hc-hero-card{position:relative; width:300px; height:300px; max-width:100%; container-type:inline-size; overflow:hidden; background:rgba(255,255,255,.16); border:3px solid rgba(255,255,255,.4); border-radius:40px; display:flex; align-items:center; justify-content:center; transform:rotate(5deg); backdrop-filter:blur(6px); box-shadow:0 30px 60px rgba(0,0,0,.18);}
.hc-hero-card.has-img{background:#fff;}
.hc-hero-card-img{width:100%; height:100%; object-fit:cover; border-radius:inherit; display:block;}
.hc-hero-crown{font-size:42cqw;}
.hc-hero-arrow{position:absolute; top:50%; transform:translateY(-50%); z-index:5; width:46px; height:46px; border-radius:50%; border:none; background:rgba(255,255,255,.25); color:#fff; font-size:22px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .15s;}
.hc-hero-arrow:hover{background:rgba(255,255,255,.45);}
.hc-hero-arrow.prev{left:24px;} .hc-hero-arrow.next{right:24px;}
.hc-dots{position:absolute; bottom:24px; left:50%; transform:translateX(-50%); display:flex; gap:9px; z-index:5;}
.hc-hdot{width:11px; height:11px; border-radius:50%; border:none; background:rgba(255,255,255,.45); cursor:pointer; transition:all .2s; padding:0;}
.hc-hdot.on{background:#fff; width:32px; border-radius:6px;}

/* ===== SECTIONS ===== */
.hc-section{padding:74px 0;}
.hc-sec-head{margin-bottom:36px; display:flex; align-items:flex-end; justify-content:space-between; gap:20px;}
.hc-sec-head.center{display:block; text-align:center;}
.hc-sec-head .hc-script{margin-bottom:2px; display:block; font-size:24px; line-height:1;}
.hc-h2{font-size:34px;}
.hc-seemore{font-weight:700; font-size:13px; letter-spacing:1px; text-transform:uppercase; color:var(--coral); white-space:nowrap; border-bottom:1.5px solid transparent; transition:border-color .15s; padding-bottom:3px;}
.hc-seemore:hover{border-color:var(--coral);}

/* ===== CAROUSEL (destacados) ===== */
.hc-carousel-wrap{position:relative;}
.hc-carousel{display:grid; grid-auto-flow:column; grid-auto-columns:calc((100% - 3*28px)/4); gap:28px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding-bottom:8px; scrollbar-width:none;}
.hc-carousel::-webkit-scrollbar{display:none;}
.hc-carousel .hc-card{scroll-snap-align:start;}
.hc-carr-arrow{position:absolute; top:38%; z-index:4; width:44px; height:44px; border-radius:50%; border:1px solid var(--line); background:#fff; color:var(--ink); font-size:20px; cursor:pointer; box-shadow:0 6px 18px rgba(58,51,64,.12); display:flex; align-items:center; justify-content:center; transition:transform .15s,color .15s;}
.hc-carr-arrow:hover{color:var(--coral); transform:scale(1.06);}
.hc-carr-arrow.prev{left:-18px;} .hc-carr-arrow.next{right:-18px;}

/* ===== PRODUCT CARD ===== */
.hc-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:38px 28px;}
.hc-card{display:block; transition:transform .2s;}
.hc-card:hover{transform:translateY(-4px);}
.hc-photo{position:relative; aspect-ratio:1/1; container-type:inline-size; border-radius:8px; overflow:hidden; display:flex; align-items:center; justify-content:center; background:radial-gradient(circle at 50% 42%,#fff,color-mix(in srgb,var(--coral) 14%,#fff)); margin-bottom:16px; transition:box-shadow .2s;}
.hc-card:hover .hc-photo{box-shadow:0 16px 34px rgba(58,51,64,.1);}
.hc-photo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.hc-card-sale{position:absolute; top:10px; right:10px; z-index:2; background:var(--coral); color:#fff; font-family:"Comfortaa",cursive; font-weight:700; font-size:11.5px; letter-spacing:.5px; text-transform:uppercase; padding:6px 11px 5px; border-radius:999px; line-height:1; box-shadow:0 4px 10px rgba(206,31,58,.3);}
.hc-crown{position:absolute; inset:0; font-size:38cqw; pointer-events:none;}
.hc-theme{font-family:"Caveat",cursive; font-size:18px; letter-spacing:0; text-transform:none; font-weight:700; color:var(--coral); display:inline-block; white-space:nowrap;}
.hc-theme:hover{text-decoration:underline;}
.hc-pname{font-size:18px; font-weight:700; margin:7px 0 9px; letter-spacing:-.2px; color:var(--ink);}
.hc-price{display:flex; align-items:baseline; gap:9px; line-height:1;}
.hc-now,.hc-sale{font-size:17px; font-weight:800; white-space:nowrap; line-height:1;}
.hc-sale{color:var(--coral);}
.hc-old{font-size:14px; color:var(--muted); text-decoration:line-through; font-weight:600; white-space:nowrap; line-height:1;}

/* ===== MOSAIC ===== */
.hc-mosaic-sec{background:var(--cream);}
.hc-mosaic{display:grid; grid-template-columns:repeat(12,1fr); gap:20px;}
.hc-banner{position:relative; min-height:230px; border-radius:10px; overflow:hidden; background:linear-gradient(150deg,var(--b1),var(--b2)); display:flex; align-items:flex-end; transition:transform .25s;}
.hc-banner-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0;}
.hc-banner::after{content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(transparent 40%,rgba(0,0,0,.28));}
.hc-banner:hover{transform:scale(1.012);}
.hc-banner-in{position:relative; z-index:2; padding:28px;}
.hc-banner h3{font-size:25px; color:#fff;}
.hc-banner p{color:rgba(255,255,255,.92); font-size:14px; margin-top:4px; font-weight:500;}
.hc-banner-cta{display:inline-block; margin-top:14px; color:#fff; font-size:11.5px; letter-spacing:1.5px; text-transform:uppercase; font-weight:700; border-bottom:1.5px solid rgba(255,255,255,.7); padding-bottom:3px;}

/* ===== RESEÑAS (home) ===== */
.hc-reviews{background:linear-gradient(125deg,var(--rv1,#e23e57),var(--rv2,#ef97a4)); padding:74px 0; color:#fff; overflow:hidden;}
.hc-reviews-in{display:flex; align-items:center; gap:56px;}
.hc-reviews-text{flex:0 0 340px; max-width:340px;}
.hc-reviews-text .hc-script{color:#fff; font-size:24px; display:block; margin-bottom:4px;}
.hc-reviews-text .hc-h2{color:#fff; margin-bottom:18px;}
.hc-reviews-score{display:flex; align-items:baseline; gap:12px; margin-bottom:8px;}
.hc-reviews-num{font-size:44px; font-weight:800; line-height:1;}
.hc-reviews-stars{color:#ffd75e; font-size:19px; display:inline-flex; gap:1px;}
.hc-reviews-stars .material-symbols-rounded{font-size:19px; font-variation-settings:"FILL" 1;}
.hc-reviews-count{font-weight:700; margin-bottom:14px; opacity:.96;}
.hc-reviews-sub{opacity:.92; line-height:1.6; margin-bottom:26px;}
.hc-reviews-cards{flex:1; min-width:0; display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding-bottom:6px; scrollbar-width:none;}
.hc-reviews-cards::-webkit-scrollbar{display:none;}
.hc-review-card{scroll-snap-align:start; flex:0 0 290px; background:#fff; border-radius:16px; padding:26px; color:var(--ink); display:flex; flex-direction:column; box-shadow:0 10px 26px rgba(58,51,64,.08);}
.hc-review-stars{color:#f0b429; display:inline-flex; gap:1px; margin-bottom:14px;}
.hc-review-stars .material-symbols-rounded{font-size:17px; font-variation-settings:"FILL" 1;}
.hc-review-text{font-size:15px; line-height:1.65; flex:1; margin-bottom:18px; text-wrap:pretty;}
.hc-review-foot{border-top:1px solid var(--line); padding-top:14px;}
.hc-review-name{display:block; font-size:14.5px;}
.hc-review-date{display:block; font-size:12.5px; color:var(--muted); margin-top:2px;}
.hc-review-product{display:block; font-size:12.5px; color:var(--coral); font-weight:700; margin-top:5px;}
@media(max-width:860px){
  .hc-reviews-in{flex-direction:column; align-items:flex-start; gap:32px;}
  .hc-reviews-text{flex:none; max-width:none;}
  .hc-reviews-cards{width:100%;}
}

/* ===== RESEÑAS (página /resenas/, masonry ordenado por fecha) ===== */
.hc-reviews-hero{background:linear-gradient(125deg,var(--rv1,#e23e57),var(--rv2,#ef97a4)); padding:56px 0 64px; color:#fff; text-align:center;}
.hc-reviews-hero-in{display:flex; flex-direction:column; align-items:center; text-align:center;}
.hc-reviews-hero-meta{max-width:640px; margin:0 auto; display:flex; flex-direction:column; align-items:center;}
.hc-reviews-hero .hc-script{color:#fff; font-size:24px;}
.hc-reviews-hero .hc-h1{color:#fff; font-size:38px; margin:2px 0 16px; width:100%;}
.hc-reviews-hero .hc-reviews-score{justify-content:center;}
.hc-reviews-hero .hc-reviews-sub{max-width:460px;}
.hc-reviews-masonry{display:grid; grid-template-columns:repeat(3,1fr); align-items:start; gap:24px; padding:56px 0 74px;}
.hc-reviews-masonry .hc-review-card{width:100%; flex:none; margin-bottom:0;}
/* .hc-reviews-masonry--js: JS (attachReviewsMasonry, app.js) reparte las tarjetas
   —ya ordenadas por fecha— en columnas de verdad (round-robin, no por bloques),
   para lograr el aspecto masonry sin que la 2ª/3ª columna empiece con reseñas
   antiguas como pasaba con `column-count` nativo. La cuadrícula de arriba es el
   resultado sin JS (accesible y ya en orden, aunque sin el empaquetado masonry). */
.hc-reviews-masonry.hc-reviews-masonry--js{display:flex; align-items:flex-start; gap:24px;}
.hc-reviews-col{display:flex; flex-direction:column; gap:24px; flex:1; min-width:0;}
@media(max-width:860px){ .hc-reviews-masonry{grid-template-columns:repeat(2,1fr);} }
@media(max-width:560px){
  .hc-reviews-masonry{grid-template-columns:1fr;}
  .hc-reviews-hero .hc-h1{font-size:29px;}
}

/* ===== SEO ===== */
.hc-seo{padding:56px 0 84px; max-width:860px; margin:0 auto; text-align:center;}
.hc-seo .hc-script{font-size:26px; display:block;}
.hc-seo .hc-h2{margin:2px 0 18px;}
.hc-seo p{color:var(--muted); font-size:15px; line-height:1.85; text-wrap:pretty;}

/* ===== BREADCRUMB ===== */
.hc-crumb{padding:26px 0 0; font-size:12.5px; letter-spacing:.5px; color:var(--muted); display:flex; gap:8px; flex-wrap:wrap;}
.hc-crumb a:hover{color:var(--coral);}
.hc-crumb span{opacity:.5;}
.hc-reviews-crumb{padding-bottom:24px;}

/* ===== CATEGORY PAGE ===== */
.hc-cat-banner{position:relative; overflow:hidden; border-radius:14px; margin-top:24px; padding:54px 48px; min-height:240px; display:flex; flex-direction:column; justify-content:flex-end; background:linear-gradient(150deg,var(--t,#e23e57) 0%,color-mix(in srgb,var(--t,#e23e57) 50%,#fff) 105%);}
.hc-cat-banner-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0;}
.hc-cat-banner.has-img::after{content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(165deg,rgba(34,20,28,.10) 0%,rgba(34,20,28,.28) 55%,rgba(34,20,28,.55) 100%);}
.hc-cat-banner-in{position:relative; z-index:2;}
.hc-cat-script{font-size:26px; display:block; color:#fff; opacity:.95; text-shadow:0 2px 10px rgba(0,0,0,.18);}
.hc-cat-title{font-size:44px; margin:2px 0 14px; color:#fff; text-shadow:0 3px 14px rgba(0,0,0,.2);}
.hc-cat-desc{color:rgba(255,255,255,.94); font-size:17px; line-height:1.7; max-width:640px; text-shadow:0 1px 8px rgba(0,0,0,.18);}
.hc-cat-desc p{margin:0 0 10px;}
.hc-cat-desc p:last-child,.hc-cat-desc ul:last-child,.hc-cat-desc ol:last-child{margin-bottom:0;}
.hc-cat-desc ul,.hc-cat-desc ol{margin:8px 0 10px; padding-left:22px;}
.hc-cat-desc li{margin:3px 0;}
.hc-cat-desc a{color:#fff; text-decoration:underline;}
.hc-cat-desc strong,.hc-cat-desc b{font-weight:800;}
.hc-cat-count{color:var(--muted); font-size:13px; letter-spacing:1px; text-transform:uppercase; font-weight:700; margin:34px 0 22px;}
.hc-cat-products{padding-bottom:84px;}
.hc-empty{padding:60px 0 90px; text-align:center; color:var(--muted);}
.hc-empty .material-symbols-rounded{font-size:18px; vertical-align:-4px;}

/* ===== PRODUCT PAGE ===== */
.hc-product{padding:30px 0 90px; display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
.hc-product > *{min-width:0;}
.hc-gallery{position:sticky; top:120px;}
.hc-gallery-main{position:relative; aspect-ratio:1/1; container-type:inline-size; border-radius:14px; overflow:hidden; display:flex; align-items:center; justify-content:center; background:radial-gradient(circle at 50% 42%,#fff,color-mix(in srgb,var(--coral) 16%,#fff)); box-shadow:0 24px 60px rgba(58,51,64,.1);}
.hc-gallery-main img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.hc-gallery-main .hc-crown{font-size:34cqw;}
.hc-thumbs{display:flex; gap:14px; margin-top:16px;}
.hc-thumb{position:relative; flex:1 1 0; max-width:84px; aspect-ratio:1; container-type:inline-size; border-radius:10px; overflow:hidden; display:flex; align-items:center; justify-content:center; background:radial-gradient(circle at 50% 42%,#fff,color-mix(in srgb,var(--coral) 20%,#fff)); cursor:pointer;}
.hc-thumb.on{box-shadow:0 0 0 2px var(--coral);}
.hc-thumb .hc-crown{font-size:46cqw;}
.hc-thumb img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.hc-pd-theme{font-family:"Caveat",cursive; font-size:24px; letter-spacing:0; text-transform:none; font-weight:700; color:var(--coral); display:inline-block; margin-bottom:6px;}
.hc-pd-theme:hover{text-decoration:underline;}
.hc-pd-title{font-size:40px; letter-spacing:-.6px; margin-bottom:18px;}
.hc-pd-price{display:flex; align-items:baseline; gap:14px; margin-bottom:24px;}
.hc-pd-now{font-size:32px; font-weight:800; white-space:nowrap;}
.hc-pd-now.is-sale{color:var(--coral);}
.hc-pd-old{font-size:21px; color:var(--muted); text-decoration:line-through; font-weight:700; white-space:nowrap;}
.hc-pd-save{align-self:center; display:inline-flex; align-items:center; justify-content:center; line-height:1; font-size:12px; font-weight:800; letter-spacing:.5px; text-transform:uppercase; color:#fff; background:var(--coral); padding:6px 11px 5px; border-radius:999px;}
.hc-pd-desc{color:#6b6470; font-size:15px; line-height:1.75; margin-bottom:26px; max-width:520px;}
.hc-pd-desc p{margin:0 0 12px;}
.hc-pd-desc p:last-child,.hc-pd-desc ul:last-child,.hc-pd-desc ol:last-child{margin-bottom:0;}
.hc-pd-desc ul,.hc-pd-desc ol{margin:10px 0 14px; padding-left:22px;}
.hc-pd-desc li{margin:4px 0;}
.hc-pd-desc a{color:var(--coral); text-decoration:underline; font-weight:600;}
.hc-pd-desc strong,.hc-pd-desc b{font-weight:800; color:var(--ink);}
.hc-pd-features{list-style:none; margin-bottom:32px; display:grid; gap:12px;}
.hc-pd-features li{position:relative; padding-left:30px; font-size:15px; color:var(--ink); font-weight:500;}
.hc-pd-features li::before{content:"✓"; position:absolute; left:0; top:-1px; width:20px; color:var(--coral); font-size:18px; font-weight:900; line-height:1.4; text-align:center;}
.hc-buy{display:flex; align-items:center; gap:24px; flex-wrap:wrap;}
.hc-buy-btn{display:inline-flex; align-items:center; gap:10px; background:var(--coral); color:#fff; font-weight:800; font-size:17px; padding:17px 40px; border-radius:999px; box-shadow:0 14px 30px rgba(226,62,87,.32); transition:transform .15s,box-shadow .15s; border:none; cursor:pointer; font-family:inherit;}
.hc-buy-btn:hover{transform:translateY(-2px); box-shadow:0 18px 36px rgba(226,62,87,.42);}
.hc-buy-btn.is-disabled{background:#e7e0e4; color:#9a8f9e; box-shadow:none; cursor:not-allowed;}
.hc-buy-btn.is-disabled:hover{transform:none; box-shadow:none;}
.hc-buy-note{font-size:13px; color:var(--muted); display:flex; align-items:center; gap:6px;}
.hc-buy-notes{flex-basis:100%; list-style:none; display:flex; flex-direction:column; gap:8px; margin-top:14px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:22px 0;}
.hc-buy-notes li{display:flex; align-items:center; gap:8px; font-size:13px; color:var(--muted);}
.hc-buy-notes .material-symbols-rounded{font-size:18px; color:var(--coral);}
.hc-buy-notes a{color:var(--coral); font-weight:700; text-decoration:underline;}
.hc-related{padding:10px 0 90px;}

/* ===== PERSONALIZACIÓN (ficha de producto) ===== */
.hc-customize{margin-bottom:26px; display:flex; flex-direction:column; gap:20px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:22px 0;}
.hc-customize-group{display:flex; flex-direction:column; gap:10px;}
.hc-customize-label{font-size:14px; font-weight:800; color:var(--ink);}
.hc-customize-optional{font-weight:600; color:var(--muted);}
.hc-customize-req{color:var(--coral); font-weight:800;}
.hc-field-error{font-size:12.5px; color:var(--coral); font-weight:700;}
.hc-swatches{display:flex; gap:10px; flex-wrap:wrap; align-items:center;}
.hc-swatch{position:relative; width:36px; height:36px; border-radius:50%; border:1px solid var(--line); background:var(--sw); cursor:pointer; padding:0; transition:transform .15s,box-shadow .15s;}
.hc-swatch:hover{transform:scale(1.08);}
.hc-swatch.on{border-color:var(--coral); box-shadow:0 0 0 2px #fff inset, 0 0 0 1.5px var(--coral);}
.hc-swatch::after{content:attr(data-label); position:absolute; bottom:calc(100% + 9px); left:50%; transform:translateX(-50%); background:var(--ink); color:#fff; font-size:12px; font-weight:600; line-height:1; padding:6px 10px; border-radius:6px; white-space:nowrap; opacity:0; pointer-events:none; transition:opacity .15s; z-index:5;}
.hc-swatch::before{content:""; position:absolute; bottom:calc(100% + 5px); left:50%; transform:translateX(-50%); border:4px solid transparent; border-top-color:var(--ink); opacity:0; pointer-events:none; transition:opacity .15s; z-index:5;}
.hc-swatch:hover::after,.hc-swatch:hover::before,.hc-swatch:focus-visible::after,.hc-swatch:focus-visible::before{opacity:1;}
.hc-bubbles{display:flex; gap:10px; flex-wrap:wrap;}
.hc-bubble{height:40px; padding:0 18px; border:1.5px solid var(--line); border-radius:999px; background:#fff; font-family:inherit; font-size:14px; font-weight:700; color:var(--ink); cursor:pointer; transition:border-color .15s,box-shadow .15s,background .15s;}
.hc-bubble:hover{border-color:var(--coral);}
.hc-bubble.on{border-color:var(--coral); background:var(--coral); color:#fff;}
.hc-customize-group.has-error .hc-bubbles{border-radius:12px; box-shadow:0 0 0 1.5px var(--coral);}
.hc-customize input[type=text],.hc-customize input[type=date],.hc-customize select{width:75%; height:44px; padding:0 16px; border:1.5px solid var(--line); border-radius:12px; background:#fff; font-family:inherit; font-size:15px; color:var(--ink); transition:border-color .15s,box-shadow .15s;}
.hc-customize select,.hc-customize input[type=date]{cursor:pointer;}
.hc-customize input[type=text]::placeholder{color:var(--muted);}
.hc-customize input[type=text]:focus,.hc-customize input[type=date]:focus,.hc-customize select:focus{outline:none; border-color:var(--coral); box-shadow:0 0 0 3px rgba(226,62,87,.15);}
.hc-customize input[type=text].has-error,.hc-customize input[type=date].has-error,.hc-customize select.has-error{border-color:var(--coral);}
.hc-cart-error{background:#fdecec; color:#a3272f; font-size:13px; font-weight:600; padding:10px 12px; border-radius:8px; line-height:1.4;}
.hc-cart-error{margin-bottom:12px;}

/* ===== PERSONALIZACIÓN (carrito) ===== */
.hc-cart-item-custom{font-size:12.5px; color:var(--muted); font-weight:600; margin-top:2px;}

/* ===== SELECTOR DE CANTIDAD (ficha de producto y carrito) ===== */
.hc-qty{display:flex; align-items:center; border:1.5px solid var(--line); border-radius:999px; overflow:hidden;}
.hc-qty-btn{width:44px; height:44px; border:none; background:#fff; color:var(--ink); font-size:18px; cursor:pointer; transition:background .15s; font-family:inherit;}
.hc-qty-btn:hover{background:var(--cream);}
.hc-qty-input{width:42px; height:44px; border:none; border-left:1.5px solid var(--line); border-right:1.5px solid var(--line); text-align:center; font-size:15px; font-weight:700; color:var(--ink); font-family:inherit;}
.hc-qty-input:focus{outline:none; box-shadow:inset 0 0 0 1.5px var(--coral), inset 0 0 0 4.5px rgba(226,62,87,.15);}
.hc-qty-input::-webkit-outer-spin-button,.hc-qty-input::-webkit-inner-spin-button{-webkit-appearance:none; margin:0;}

/* ===== BUSCADOR ===== */
.hc-search-overlay{position:fixed; inset:0; background:rgba(34,20,28,.5); z-index:90; opacity:0; pointer-events:none; transition:opacity .2s ease;}
.hc-search-overlay.open{opacity:1; pointer-events:auto;}
.hc-search-panel{position:fixed; top:0; left:0; right:0; z-index:91; background:#fff; box-shadow:0 20px 50px rgba(0,0,0,.15); transform:translateY(-100%); transition:transform .25s ease;}
.hc-search-panel.open{transform:translateY(0);}
.hc-search-in{max-width:720px; margin:0 auto; padding:22px 24px;}
.hc-search-bar{display:flex; align-items:center; gap:12px; background:var(--cream); border-radius:999px; padding:8px 8px 8px 20px;}
.hc-search-bar > .material-symbols-rounded{color:var(--muted); font-size:22px;}
.hc-search-bar input{flex:1; border:none; background:none; font-family:inherit; font-size:16px; color:var(--ink); outline:none;}
.hc-search-bar input::placeholder{color:var(--muted);}
/* quita la "x" nativa de borrar de Chrome/Safari (input type=search): ya
   está el botón de cerrar el panel, dos cruces confundían. */
.hc-search-bar input::-webkit-search-cancel-button{-webkit-appearance:none; appearance:none;}
.hc-search-close{width:36px; height:36px; flex:none; display:flex; align-items:center; justify-content:center; border:none; background:#fff; border-radius:50%; font-size:15px; color:var(--coral); cursor:pointer;}
.hc-search-results{max-height:60vh; overflow-y:auto; margin-top:8px;}
.hc-search-hint,.hc-search-empty{padding:16px 4px; color:var(--muted); font-size:14px;}
.hc-search-result{display:flex; align-items:center; gap:14px; padding:10px 4px; border-radius:10px; transition:background .12s;}
.hc-search-result:hover{background:var(--cream);}
.hc-search-result-photo{position:relative; width:52px; height:52px; flex:none; border-radius:8px; overflow:hidden; background:radial-gradient(circle at 50% 42%,#fff,var(--cream));}
.hc-search-result-photo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.hc-search-result-photo .hc-crown{font-size:30px;}
.hc-search-result-info{flex:1; min-width:0;}
.hc-search-result-name{font-size:14.5px; font-weight:700; color:var(--ink); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.hc-search-result-meta{font-size:12.5px; color:var(--muted);}
.hc-search-result-kind{flex:none; font-size:11px; font-weight:700; letter-spacing:.4px; text-transform:uppercase; color:var(--coral);}
@media (max-width:520px){
  .hc-search-in{padding:16px 20px;}
}

/* ===== CARRITO (bandeja lateral) ===== */
.hc-cart-overlay{position:fixed; inset:0; background:rgba(34,20,28,.5); z-index:90; opacity:0; pointer-events:none; transition:opacity .2s ease;}
.hc-cart-overlay.open{opacity:1; pointer-events:auto;}
.hc-cart-drawer{position:fixed; top:0; right:0; bottom:0; width:min(420px,100%); background:#fff; z-index:91; box-shadow:-20px 0 50px rgba(0,0,0,.15); display:flex; flex-direction:column; transform:translateX(100%); transition:transform .25s ease;}
.hc-cart-drawer.open{transform:translateX(0);}
.hc-cart-head{display:flex; align-items:center; justify-content:space-between; padding:22px 24px; border-bottom:1px solid var(--line);}
.hc-cart-head h2{font-size:19px;}
.hc-cart-close{width:36px; height:36px; border:none; background:var(--cream); border-radius:50%; font-size:15px; color:var(--ink); cursor:pointer;}
.hc-cart-items{flex:1; overflow-y:auto; padding:6px 24px;}
.hc-cart-empty{color:var(--muted); font-size:14px; text-align:center; padding:60px 0;}
.hc-cart-item{display:flex; gap:12px; padding:16px 0; border-bottom:1px solid var(--line);}
.hc-cart-item-photo{width:64px; height:64px; border-radius:10px; overflow:hidden; flex:none; position:relative; background:radial-gradient(circle at 50% 42%,#fff,var(--cream));}
.hc-cart-item-photo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.hc-cart-item-info{flex:1; min-width:0;}
.hc-cart-item-name{font-size:14px; font-weight:700; color:var(--coral); margin-bottom:2px;}
.hc-cart-item-price{font-size:13px; color:var(--ink);}
.hc-cart-item-row{display:flex; align-items:center; justify-content:space-between; margin-top:10px; gap:10px;}
.hc-cart-item-row .hc-qty-btn{width:30px; height:32px; font-size:15px;}
.hc-cart-item-row .hc-qty-input{width:34px; height:32px; font-size:13px;}
.hc-cart-item-remove{display:flex; align-items:center; justify-content:center; width:32px; height:32px; border:none; border-radius:8px; background:none; color:var(--muted); cursor:pointer; font-family:inherit; transition:background .15s,color .15s;}
.hc-cart-item-remove .material-symbols-rounded{font-size:19px;}
.hc-cart-item-remove:hover{background:rgba(226,62,87,.1); color:var(--coral);}
.hc-cart-foot{padding:18px 24px 24px; border-top:1px solid var(--line);}
.hc-cart-country{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:12px;}
.hc-cart-country label{font-size:13.5px; color:var(--muted); font-weight:600;}
.hc-cart-country select{width:auto; max-width:60%; height:36px; padding:0 10px; border:1.5px solid var(--line); border-radius:10px; background:#fff; font-family:inherit; font-size:13.5px; color:var(--ink); cursor:pointer;}
.hc-cart-country select:focus{outline:none; border-color:var(--coral); box-shadow:0 0 0 3px rgba(226,62,87,.15);}
.hc-cart-line{display:flex; align-items:center; justify-content:space-between; font-size:13.5px; color:var(--muted); margin-bottom:6px;}
.hc-cart-total{display:flex; align-items:center; justify-content:space-between; font-size:16px; font-weight:800; margin:10px 0 6px; padding-top:10px; border-top:1px solid var(--line);}
.hc-cart-eta-total{font-size:13px; font-weight:700; color:var(--ink); margin:10px 0;}
.hc-cart-checkout{width:100%; background:var(--coral); color:#fff; box-shadow:0 14px 30px rgba(226,62,87,.32);}
.hc-cart-checkout:disabled{opacity:.6; cursor:not-allowed; transform:none !important; box-shadow:0 14px 30px rgba(226,62,87,.32) !important;}
body.hc-cart-locked{overflow:hidden;}

/* ===== BOTÓN FLOTANTE DE WHATSAPP ===== */
/* z-index por debajo del banner de cookies (200): mientras esté visible, gana
   el aviso de cookies y no queda tapado ni tapa sus botones. */
.hc-contact-float{position:fixed; right:24px; bottom:24px; z-index:55; width:58px; height:58px; border-radius:50%; background:#25d366; color:#fff; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 26px rgba(0,0,0,.25); transition:transform .15s,box-shadow .15s;}
.hc-contact-float:hover{transform:scale(1.06); box-shadow:0 14px 32px rgba(0,0,0,.3);}
.hc-contact-float.is-alt{background:var(--coral);}
.hc-contact-float.is-alt .material-symbols-rounded{font-size:28px;}
@media (max-width:520px){
  .hc-contact-float{right:16px; bottom:16px; width:52px; height:52px;}
}

/* ===== BANNER DE COOKIES ===== */
.hc-cookies{position:fixed; left:0; right:0; bottom:0; z-index:200; background:#fff; border-top:1px solid var(--line); box-shadow:0 -10px 30px rgba(58,51,64,.12); animation:hc-cookies-up .35s ease;}
.hc-cookies.hc-cookies-hide{transform:translateY(110%); transition:transform .3s ease;}
@keyframes hc-cookies-up{from{transform:translateY(110%);} to{transform:translateY(0);}}
.hc-cookies-in{max-width:1180px; margin:0 auto; padding:18px 32px; display:flex; align-items:center; gap:24px;}
.hc-cookies-text{font-size:14px; line-height:1.6; color:var(--ink); margin:0; flex:1 1 auto;}
.hc-cookies-text a{color:var(--coral); font-weight:700; text-decoration:underline;}
.hc-cookies-actions{display:flex; gap:12px; flex:0 0 auto;}
.hc-cookies-btn{display:inline-flex; align-items:center; justify-content:center; min-height:44px; line-height:1; font-family:"Comfortaa",cursive; font-weight:700; font-size:14px; padding:12px 22px; border-radius:999px; border:none; cursor:pointer; background:var(--coral); color:#fff; transition:transform .15s,background .15s;}
.hc-cookies-btn:hover{transform:translateY(-1px);}
.hc-cookies-btn.ghost{background:transparent; color:var(--ink); border:1.5px solid var(--line);}
.hc-cookies-btn.ghost:hover{border-color:var(--muted);}
@media (max-width:640px){
  .hc-cookies-in{flex-direction:column; align-items:stretch; gap:14px; padding:18px 20px;}
  .hc-cookies-actions{justify-content:stretch;}
  .hc-cookies-btn{flex:1 1 0; justify-content:center;}
}

/* ===== FOOTER ===== */
.hc-footer{background:var(--coral-deep); color:#fff; padding:60px 0 30px; margin-top:auto;}
.hc-footer-grid{display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:36px; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,.14);}
.hc-footer-brand{grid-column:1 / 3; display:flex; flex-direction:column;}
.hc-footer-brand-top{display:flex; align-items:center; gap:16px;}
.hc-footer-brand img{width:80px; height:80px; flex:0 0 auto; object-fit:contain; border-radius:50%; background:#fff; padding:1px;}
.hc-footer-brand p{color:rgba(255,255,255,.7); font-size:15px; max-width:230px; line-height:1.6; margin:0;}
.hc-footer-social{display:flex; gap:16px; margin-top:auto; padding-top:18px;}
.hc-footer-social a{display:inline-flex; align-items:center; gap:7px; font-size:12px; letter-spacing:1.5px; text-transform:uppercase; font-weight:700; color:#fff; transition:color .15s;}
.hc-footer-social a:hover{color:var(--pink);}
.hc-footer-social .hc-ig{flex:0 0 auto;}
.hc-footer-col h4{font-size:12px; letter-spacing:1.5px; text-transform:uppercase; font-weight:800; margin-bottom:16px; color:#fff;}
.hc-footer-col a{display:block; color:rgba(255,255,255,.7); font-size:15px; padding:5px 0; transition:color .15s;}
.hc-footer-col a:hover{color:#fff;}
.hc-footer-bottom{display:flex; justify-content:space-between; align-items:center; gap:14px; padding-top:24px; color:rgba(255,255,255,.6); font-size:12.5px; letter-spacing:.5px; flex-wrap:wrap;}
.hc-pay{display:inline-flex; align-items:center; justify-content:center; gap:6px; line-height:1; letter-spacing:1px; text-transform:uppercase; font-weight:600; font-size:11.5px; background:rgba(255,255,255,.1); padding:8px 14px 7px; border-radius:999px;}
.hc-pay .material-symbols-rounded{font-size:15px;}

body{min-height:100vh; display:flex; flex-direction:column;}
main{flex:1 0 auto;}

/* ===== PÁGINA CMS / RICH TEXT ===== */
.hc-page{padding-bottom:90px;}
.hc-page-body{max-width:none; margin:0;}
.hc-page-title{font-size:30px; letter-spacing:-.5px; margin:18px 0 6px; color:var(--ink);}
.hc-page-sub{font-size:16px; color:var(--muted); line-height:1.6; margin-bottom:30px; max-width:none;}
.hc-page-title + .hc-rich{margin-top:24px;}

.hc-rich{color:#4a4350; font-size:15px; line-height:1.85;}
.hc-rich > :first-child{margin-top:0;}
.hc-rich p{margin:0 0 18px;}
.hc-rich h2{font-size:24px; letter-spacing:-.4px; color:var(--ink); margin:42px 0 14px; line-height:1.2;}
.hc-rich h3{font-size:20px; color:var(--ink); margin:34px 0 12px; line-height:1.25;}
.hc-rich h4,.hc-rich h5{font-size:18px; color:var(--ink); margin:26px 0 10px;}
.hc-rich a{color:var(--coral); text-decoration:underline; text-underline-offset:2px; font-weight:600;}
.hc-rich strong,.hc-rich b{font-weight:800; color:var(--ink);}
.hc-rich em,.hc-rich i{font-style:italic;}
.hc-rich mark{background:#ffe9c2; padding:0 3px; border-radius:3px;}
.hc-rich code{background:#fbeef1; color:var(--coral-deep); padding:2px 6px; border-radius:5px; font-size:.9em;}
.hc-rich ul,.hc-rich ol{margin:0 0 20px; padding-left:26px;}
.hc-rich li{margin:7px 0;}
.hc-rich li::marker{color:var(--coral);}
.hc-rich hr{border:none; border-top:1px solid var(--line); margin:34px 0;}
.hc-rich blockquote{margin:24px 0; padding:14px 24px; border-left:4px solid var(--coral); background:var(--cream); border-radius:0 10px 10px 0; color:var(--ink); font-size:15px;}
.hc-rich blockquote p:last-child{margin-bottom:0;}
.hc-rich img{max-width:100%; height:auto; border-radius:12px; display:block; margin:24px 0;}
.hc-rich figure{margin:24px 0;}
.hc-rich figcaption{font-size:14px; color:var(--muted); text-align:center; margin-top:8px;}
.hc-rich table{width:100%; border-collapse:collapse; margin:24px 0; font-size:15.5px; overflow:hidden; border-radius:10px; box-shadow:0 0 0 1px var(--line);}
.hc-rich caption{caption-side:top; text-align:left; font-weight:700; color:var(--ink); margin-bottom:10px;}
.hc-rich th,.hc-rich td{padding:12px 16px; text-align:left; border-bottom:1px solid var(--line); vertical-align:top;}
.hc-rich thead th{background:var(--cream); font-weight:800; color:var(--ink); font-size:13.5px; letter-spacing:.3px; text-transform:uppercase;}
.hc-rich tbody tr:last-child td{border-bottom:none;}
.hc-rich tbody tr:nth-child(even){background:#fdfafb;}
.hc-rich .hc-embed{margin:24px 0;}
.hc-rich .hc-embed iframe{width:100%; max-width:100%; border:0; border-radius:12px; display:block;}

/* ===== FORMULARIO DE CONTACTO ===== */
.hc-contact-form{max-width:560px; margin-top:8px; display:flex; flex-direction:column; gap:18px;}
.hc-form-row{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.hc-form-field{display:flex; flex-direction:column; gap:6px; font-size:14px; font-weight:700; color:var(--ink);}
.hc-form-field input, .hc-form-field textarea, .hc-form-field select{font-family:inherit; font-size:15px; color:var(--ink); background:#fff; border:1.5px solid var(--line); border-radius:10px; padding:12px 14px; resize:vertical; transition:border-color .15s; appearance:none; -webkit-appearance:none;}
.hc-form-field input, .hc-form-field select{height:48px;}
.hc-form-field input:focus, .hc-form-field textarea:focus, .hc-form-field select:focus{outline:none; border-color:var(--coral); box-shadow:0 0 0 3px rgba(226,62,87,.15);}
.hc-form-field select{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9"%3E%3Cpath fill="%239a8f9e" d="M1 1l6 6 6-6"/%3E%3C/svg%3E'); background-repeat:no-repeat; background-position:right 14px center; padding-right:38px;}
.hc-contact-form .hc-buy-btn{align-self:flex-start;}
.hc-contact-result{font-size:14.5px; font-weight:700; padding:14px 18px; border-radius:10px;}
.hc-contact-result.ok{background:#eaf7ef; color:#1f7a45;}
.hc-contact-result.error{background:var(--cream); color:var(--coral-deep);}

/* ===== RESPONSIVE ===== */
@media (max-width:1080px){
  .hc-h1{font-size:42px;}
  .hc-grid{grid-template-columns:repeat(3,1fr);}
  .hc-carousel{grid-auto-columns:calc((100% - 2*28px)/3);}
  .hc-footer-grid{grid-template-columns:1fr 1fr 1fr; gap:36px;}
  .hc-footer-brand{grid-column:1 / -1; margin-bottom:8px;}
}
/* El menú horizontal completo no cabe con holgura por debajo de ~1080px → menú hamburguesa */
@media (max-width:1080px){
  .hc-nav{display:none;}
  /* hamburguesa a la izquierda, logo centrado, carrito a la derecha.
     grid-row:1 explícito en los tres: sin él, el auto-placement no puede
     "retroceder" a la columna 1 para la hamburguesa una vez coloca el
     logo en la columna 2, y la manda a una fila aparte. */
  .hc-header-in{display:grid; grid-template-columns:44px 1fr auto; align-items:center; column-gap:12px;}
  .hc-burger{display:flex; grid-row:1; grid-column:1; margin-left:0;}
  .hc-logo{grid-row:1; grid-column:2; justify-self:center;}
  .hc-header-right{grid-row:1; grid-column:3; justify-self:end; margin-left:0; gap:8px;}
  .hc-header.open .hc-nav{display:flex; position:absolute; top:100%; left:0; right:0; flex-direction:column; align-items:flex-start; gap:0; margin:0; background:#fff; border-bottom:1px solid var(--line); padding:8px 32px 20px; box-shadow:0 20px 40px rgba(58,51,64,.1);}
  .hc-header.open .hc-navitem{width:100%; border-bottom:1px solid var(--line);}
  .hc-header.open .hc-navitem > a{display:block; padding:16px 0;}
  .hc-header.open .hc-mega{position:static; opacity:1; visibility:visible; transform:none; border:none; box-shadow:none; padding:0 0 14px 8px; right:auto;}
  .hc-header.open .hc-mega-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:820px){
  .hc-hero{min-height:auto;}
  .hc-hero-in{flex-direction:column; align-items:flex-start; gap:30px; padding-top:40px; padding-bottom:70px;}
  .hc-hero-text{width:100%;}
  .hc-hero-visual{display:none;}
  .hc-hero-arrow{display:none;}
  .hc-product{grid-template-columns:1fr; gap:34px;}
  .hc-gallery{position:static;}
  .hc-cat-head.with-img{grid-template-columns:1fr; gap:24px;}
  .hc-cat-banner{padding:38px 26px; min-height:auto;}
  .hc-grid{grid-template-columns:repeat(2,1fr); gap:30px 20px;}
  .hc-carousel{grid-auto-columns:calc((100% - 28px)/2);}
  .hc-carr-arrow{display:none;}
  .hc-section{padding:54px 0;}
  .hc-mosaic .hc-banner{grid-column:span 12 !important;}
  .hc-cat-title,.hc-pd-title{font-size:32px;}
}
@media (max-width:520px){
  .hc-container{padding-left:20px; padding-right:20px;}
  .hc-grid{grid-template-columns:1fr 1fr; gap:24px 16px;}
  .hc-h1{font-size:32px;}
  .hc-footer-grid{grid-template-columns:1fr 1fr;}
  .hc-sec-head:not(.center){flex-direction:column; align-items:flex-start; gap:8px;}
  .hc-h2{font-size:27px;}
  .hc-cat-title,.hc-pd-title{font-size:27px;}
  .hc-page-title{font-size:27px;}
  .hc-thumbs{gap:10px;}
  .hc-pd-price{flex-wrap:wrap; gap:10px 14px;}
  .hc-rich table{display:block; overflow-x:auto; -webkit-overflow-scrolling:touch;}
  .hc-rich th,.hc-rich td{padding:10px 12px; font-size:14px;}
  .hc-form-row{grid-template-columns:1fr;}
}
