/* R1.10 — Sortiment inside shop hero. No catalogue/grouping logic changed. */
.shop-hero{margin-bottom:1.25rem}
.shop-hero .shop-hero-catalog{margin:clamp(1.25rem,3vw,2rem) 0 0;padding-top:clamp(.9rem,2vw,1.35rem);border-top:1px solid var(--store-line)}
.shop-hero-catalog .catalog-heading{align-items:center;margin-bottom:.8rem}
.shop-hero-catalog .catalog-heading .kicker{margin:0}
.shop-hero-catalog .collection-grid{gap:.85rem}
.shop-hero-catalog .collection-card-button{border-radius:18px;box-shadow:0 10px 28px rgba(39,43,32,.06)}
.shop-hero-catalog .collection-card-button:hover,.shop-hero-catalog .collection-card-button:focus-visible{transform:translateY(-2px);box-shadow:0 14px 34px rgba(39,43,32,.11)}
.shop-hero-catalog .collection-card-media{aspect-ratio:16/9;padding:.65rem}
.shop-hero-catalog .collection-card-body{padding:.75rem .85rem .85rem}
.shop-hero-catalog .collection-card-body h3{margin:.22rem 0 .32rem;font-size:clamp(1.05rem,1.7vw,1.3rem)}
.shop-hero-catalog .collection-card-body p{margin:0;font-size:.8rem;line-height:1.38}
.shop-hero-catalog .collection-count{padding:.2rem .42rem;font-size:.66rem}
.shop-hero-catalog .card-action{margin-top:.5rem;font-size:.74rem}
.shop-hero-catalog #rangeHeading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.catalog-message[hidden] {
  display: none !important;
}

@media(max-width:760px){
 .shop-hero{padding:1rem}
 .shop-hero .shop-hero-catalog{margin-top:1rem;padding-top:.8rem}
 .shop-hero-catalog .catalog-heading{flex-direction:row;align-items:center;margin-bottom:.65rem}
 .shop-hero-catalog .quiet-button{padding:.56rem .72rem;font-size:.76rem;white-space:nowrap}
 .shop-hero-catalog .collection-grid{grid-template-columns:1fr;gap:.6rem}
 .shop-hero-catalog .collection-card-button{display:grid;grid-template-columns:108px minmax(0,1fr);min-height:108px}
 .shop-hero-catalog .collection-card-media{aspect-ratio:auto;min-height:108px;padding:.4rem}
 .shop-hero-catalog .collection-card-body{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:.6rem .7rem}
 .shop-hero-catalog .collection-card-body h3{margin:.15rem 0 .22rem;font-size:1rem}
 .shop-hero-catalog .collection-card-body p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.74rem;line-height:1.3}
 .shop-hero-catalog .collection-count{align-self:flex-start;font-size:.61rem}
 .shop-hero-catalog .card-action{margin-top:.28rem;font-size:.68rem}
}
@media(max-width:390px){
 .shop-hero-catalog .collection-card-button{grid-template-columns:94px minmax(0,1fr)}
 .shop-hero-catalog .collection-card-media{min-height:102px}
}
