/* Final hero layout: image, orbit labels and product card remain visible at every width. */
.hero-editorial .hero-editorial-grid{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
  align-items:center!important;
  min-width:0!important;
}
.hero-editorial .hero-editorial-copy,.hero-editorial .hero-editorial-product{min-width:0!important}
.hero-editorial .hero-editorial-product{
  position:relative!important;display:grid!important;grid-template-rows:minmax(310px,1fr) auto!important;
  align-items:stretch!important;justify-items:stretch!important;gap:16px!important;
  width:100%!important;height:auto!important;min-height:clamp(560px,46vw,720px)!important;
  margin:0!important;padding:clamp(16px,2vw,24px)!important;overflow:visible!important;
}
.hero-editorial .hero-editorial-product .hero-product-glow{
  position:absolute!important;inset:1% 0!important;border-radius:clamp(20px,2.5vw,34px)!important;
  transform:none!important;z-index:-1!important;
}
.hero-editorial .hero-editorial-product .hero-shoe{
  position:relative!important;inset:auto!important;grid-row:1!important;
  display:grid!important;place-items:center!important;width:auto!important;height:auto!important;
  min-width:0!important;min-height:0!important;margin:0 0 0 clamp(76px,19%,128px)!important;
  padding:0!important;overflow:hidden!important;filter:none!important;transform:none!important;z-index:2!important;
}
.hero-editorial .hero-editorial-product .hero-shoe-slide{
  position:relative!important;inset:auto!important;display:grid!important;place-items:center!important;
  width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;
  overflow:hidden!important;opacity:1!important;transform:none!important;
  border:1px solid rgba(122,125,111,.16)!important;border-radius:clamp(17px,2vw,26px)!important;
  background:#fbfaf7!important;box-shadow:0 18px 42px rgba(28,35,27,.11)!important;
}
.hero-editorial .hero-editorial-product .hero-shoe img{
  display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  padding:clamp(8px,1.5vw,18px)!important;object-fit:contain!important;object-position:center!important;
  aspect-ratio:auto!important;transform:none!important;filter:none!important;mix-blend-mode:normal!important;
  border-radius:0!important;
}
.hero-editorial .hero-editorial-product.hero-no-photo .hero-shoe img[hidden]{display:none!important}
.hero-editorial .hero-editorial-product .hero-product-orbit{
  position:absolute!important;left:2.5%!important;top:6%!important;right:auto!important;bottom:auto!important;
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important;
  width:auto!important;max-width:22%!important;transform:none!important;z-index:8!important;pointer-events:none!important;
}
.hero-editorial .hero-editorial-product .hero-product-orbit span{
  display:inline-flex!important;width:auto!important;min-width:0!important;max-width:100%!important;
  height:auto!important;padding:7px 9px!important;margin:0!important;overflow-wrap:anywhere!important;
  border:1px solid rgba(105,91,65,.16)!important;border-radius:12px!important;
  background:rgba(255,255,255,.97)!important;box-shadow:0 6px 17px rgba(27,35,28,.08)!important;
  color:#655239!important;font:800 clamp(8px,.7vw,10px)/1.2 system-ui,sans-serif!important;
  letter-spacing:.05em!important;white-space:normal!important;text-align:left!important;
}
.hero-editorial .hero-editorial-product .hero-product-orbit span:empty{display:none!important}
.hero-editorial .hero-editorial-product .hero-product-card{
  position:relative!important;grid-row:2!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:"label cta" "title cta" "meta cta" "hint cta"!important;
  align-items:center!important;column-gap:14px!important;row-gap:3px!important;
  width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;
  margin:0!important;padding:13px 16px!important;overflow:visible!important;
  border:1px solid rgba(231,231,222,.9)!important;border-radius:17px!important;
  background:rgba(255,255,255,.98)!important;box-shadow:0 16px 36px rgba(24,32,26,.12)!important;z-index:7!important;
}
.hero-editorial .hero-editorial-product .hero-product-card>.hero-product-label{grid-area:label!important;margin:0!important;color:#9a7337!important;font:800 8px/1.25 system-ui,sans-serif!important;letter-spacing:.14em!important}
.hero-editorial .hero-editorial-product .hero-product-card>strong{grid-area:title!important;margin:0!important;min-width:0!important;color:#1b2b20!important;font:750 clamp(15px,1.35vw,18px)/1.18 system-ui,sans-serif!important;letter-spacing:-.035em!important;overflow-wrap:anywhere!important}
.hero-editorial .hero-editorial-product .hero-product-card>span:not(.hero-product-label){grid-area:meta!important;margin:0!important;min-width:0!important;color:#748174!important;font:500 10px/1.3 system-ui,sans-serif!important;overflow-wrap:anywhere!important}
.hero-editorial .hero-editorial-product .hero-product-card>b{grid-area:hint!important;margin:0!important;min-width:0!important;color:#27422e!important;font:750 11px/1.25 system-ui,sans-serif!important;overflow-wrap:anywhere!important}
.hero-editorial .hero-editorial-product .hero-product-card>a{
  grid-area:cta!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  justify-self:end!important;min-height:40px!important;padding:0 14px!important;
  border-radius:10px!important;background:#25392b!important;color:#fff!important;
  font:750 10px/1.2 system-ui,sans-serif!important;text-align:center!important;text-decoration:none!important;white-space:normal!important;
}
.hero-editorial .hero-editorial-product .hero-product-card>a:hover{background:#38533e!important}
.hero-editorial .hero-editorial-product .hero-product-card>a:focus-visible{outline:3px solid #c49a55!important;outline-offset:3px!important}
@media(max-width:1100px){
  .hero-editorial .hero-editorial-grid{grid-template-columns:minmax(0,1fr)!important;gap:18px!important;min-height:0!important}
  .hero-editorial .hero-editorial-product{grid-template-rows:minmax(310px,42vw) auto!important;min-height:0!important;max-width:min(760px,100%)!important;justify-self:center!important}
  .hero-editorial .hero-editorial-product .hero-shoe{margin-left:clamp(80px,17%,125px)!important}
}
@media(max-width:600px){
  .hero-editorial .hero-editorial-grid{gap:13px!important}
  .hero-editorial .hero-editorial-product{grid-template-rows:minmax(230px,65vw) auto!important;gap:11px!important;padding:14px!important}
  .hero-editorial .hero-editorial-product .hero-shoe{margin-left:67px!important}
  .hero-editorial .hero-editorial-product .hero-product-orbit{left:2.5%!important;top:4%!important;max-width:65px!important;gap:5px!important}
  .hero-editorial .hero-editorial-product .hero-product-orbit span{padding:5px 6px!important;font-size:7px!important;letter-spacing:.03em!important}
  .hero-editorial .hero-editorial-product .hero-product-card{
    grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"label" "title" "meta" "hint" "cta"!important;
    row-gap:4px!important;padding:11px 13px!important;border-radius:14px!important;
  }
  .hero-editorial .hero-editorial-product .hero-product-card>strong{font-size:14px!important}
  .hero-editorial .hero-editorial-product .hero-product-card>span:not(.hero-product-label){font-size:9px!important}
  .hero-editorial .hero-editorial-product .hero-product-card>b{font-size:10.5px!important}
  .hero-editorial .hero-editorial-product .hero-product-card>a{justify-self:stretch!important;min-height:38px!important;margin-top:3px!important;font-size:10px!important}
}
@media(max-width:380px){
  .hero-editorial .hero-editorial-product{grid-template-rows:minmax(205px,64vw) auto!important;padding:10px!important}
  .hero-editorial .hero-editorial-product .hero-shoe{margin-left:58px!important}
  .hero-editorial .hero-editorial-product .hero-product-orbit{max-width:56px!important;gap:4px!important}
  .hero-editorial .hero-editorial-product .hero-product-orbit span{font-size:6.5px!important;padding:4px 5px!important}
  .hero-editorial .hero-editorial-product .hero-product-card{padding:10px 11px!important}
}
