/* TVUJORIGINAL CORE — CATEGORY HERO V1.1.0 */
.to-category-hero,
.to-category-hero *{box-sizing:border-box}

.to-category-hero{
  --to-ch-ink:#2d2926;
  --to-ch-text:#4f4842;
  --to-ch-muted:#756c65;
  --to-ch-line:#e7dfd8;
  --to-ch-brown:#73533c;
  --to-ch-beige:#b6a99a;
  position:relative;
  width:100%;
  margin:0 0 34px;
  color:var(--to-ch-text);
  font-family:inherit;
  overflow:hidden;
}
.to-category-hero a,
.to-category-hero a:hover,
.to-category-hero a:focus{text-decoration:none!important}

.to-category-hero__main{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr);
  min-height:360px;
  background:
    radial-gradient(circle at 10% 5%,rgba(238,229,220,.55),transparent 42%),
    linear-gradient(180deg,#fbf8f5 0%,#fff 100%);
}
.to-category-hero__copy{
  display:flex;
  min-width:0;
  padding:clamp(34px,4vw,54px);
  justify-content:center;
  flex-direction:column;
}
.to-category-hero__eyebrow{
  display:block;
  margin:0 0 10px;
  color:#846b58;
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
  line-height:1.3;
  text-transform:uppercase;
}
.to-category-hero h1{
  max-width:620px;
  margin:0;
  color:var(--to-ch-ink);
  font-family:var(--to-font-heading,"Exo 2",sans-serif);
  font-size:clamp(35px,3.6vw,52px);
  font-weight:580;
  line-height:1.04;
  letter-spacing:-.04em;
}
.to-category-hero__subtitle{
  margin:9px 0 0;
  color:#8b7462;
  font-family:var(--to-font-heading,"Exo 2",sans-serif);
  font-size:clamp(19px,1.65vw,25px);
  font-weight:500;
  line-height:1.24;
}
.to-category-hero__text{
  max-width:620px;
  margin:16px 0 0;
  color:var(--to-ch-muted);
  font-size:14px;
  line-height:1.65;
}

.to-category-hero__visual{
  position:relative;
  min-height:360px;
  overflow:hidden;
}
.to-category-hero__visual::before{
  content:"";
  position:absolute;
  inset:12% 8%;
  border-radius:50%;
  background:rgba(182,169,154,.14);
  filter:blur(34px);
}
.to-category-hero__products{
  position:absolute;
  inset:26px 28px 24px 12px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
}
.to-category-hero__product{
  position:relative;
  display:block;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(182,169,154,.24);
  background:#fff;
  box-shadow:0 9px 24px rgba(62,47,37,.08);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.to-category-hero__product--1{grid-row:1 / 3}
.to-category-hero__product:hover{
  transform:translateY(-3px);
  border-color:rgba(115,83,60,.34);
  box-shadow:0 14px 30px rgba(62,47,37,.12);
}
.to-category-hero__product img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
  background:#fff;
  transition:transform .35s ease;
}
.to-category-hero__product:hover img{transform:scale(1.025)}
.to-category-hero__product span{
  position:absolute;
  right:8px;
  bottom:8px;
  left:8px;
  padding:7px 8px;
  background:rgba(255,255,255,.92);
  color:var(--to-ch-ink);
  font-size:10px;
  font-weight:700;
  line-height:1.25;
  opacity:0;
  transform:translateY(3px);
  transition:opacity .2s ease,transform .2s ease;
}
.to-category-hero__product:hover span{
  opacity:1;
  transform:none;
}

.to-category-hero__trust{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  margin:0;
  border-top:1px solid var(--to-ch-line);
  border-bottom:1px solid var(--to-ch-line);
  background:#fff;
}
.to-category-hero__trust-card{
  display:grid;
  min-height:118px;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:16px;
  padding:22px clamp(18px,3vw,34px);
  color:inherit!important;
  transition:background .2s ease;
}
.to-category-hero__trust-card:hover{background:#fbf8f5}
.to-category-hero__trust-card + .to-category-hero__trust-card{
  border-left:1px solid var(--to-ch-line);
}
.to-category-hero__trust-icon{
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  border:1px solid #ddd3ca;
  color:var(--to-ch-brown);
}
.to-category-hero__trust-icon svg{
  width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round;
}
.to-category-hero__trust-card small{
  display:block;
  margin-bottom:3px;
  color:#846b58;
  font-size:9px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.to-category-hero__trust-card strong{
  display:block;
  color:var(--to-ch-ink);
  font-family:var(--to-font-heading,"Exo 2",sans-serif);
  font-size:clamp(17px,1.45vw,22px);
  font-weight:600;
  line-height:1.25;
}
.to-category-hero__trust-card p{
  margin:5px 0 0;
  color:var(--to-ch-muted);
  font-size:12px;
  line-height:1.45;
}
.to-category-hero__rating-line{
  display:flex;
  margin-top:6px;
  align-items:center;
  flex-wrap:wrap;
  gap:6px 10px;
}
.to-category-hero__stars{
  color:#b88948;
  font-size:15px;
  letter-spacing:1.5px;
}
.to-category-hero__rating-count{
  color:#846b58;
  font-size:12px;
  font-weight:800;
}

body.to-category-hero-active #content > h1,
body.to-category-hero-active .category-header > h1,
body.to-category-hero-active .category-title{display:none!important}

@media(max-width:900px){
  .to-category-hero__main{grid-template-columns:1fr}
  .to-category-hero__copy{padding:34px 28px 38px}
  .to-category-hero__visual{min-height:330px}
}
@media(max-width:650px){
  .to-category-hero{margin-bottom:26px}
  .to-category-hero__copy{padding:28px 18px 32px}
  .to-category-hero h1{font-size:34px}
  .to-category-hero__subtitle{font-size:20px}
  .to-category-hero__text{font-size:14px}
  .to-category-hero__visual{min-height:300px}
  .to-category-hero__products{inset:18px 12px}
  .to-category-hero__trust{grid-template-columns:1fr}
  .to-category-hero__trust-card{min-height:0;padding:20px 14px}
  .to-category-hero__trust-card + .to-category-hero__trust-card{
    border-top:1px solid var(--to-ch-line);
    border-left:0;
  }
}
