@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes show-slide{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}.product-head__layout{display:grid;gap:6rem;grid-template-columns:minmax(0,1fr)}@media screen and (min-width: 1200px){.product-head__layout{grid-template-columns:minmax(0,1fr) 650px}}@media screen and (max-width: 1679px){.product-head__layout{max-width:1320px}}@media screen and (max-width: 1439px){.product-head__layout{gap:3rem}}@media screen and (max-width: 1199px){.product-head__layout{gap:0}}.product-head__aside{position:relative;z-index:1}.product-head__main{box-shadow:0 0 0 100vmax #f3f4f7;clip-path:inset(0 -100vmax)}.product-head__main h1{text-wrap:balance}@media screen and (max-width: 575px){.product-head__main h1{font-size:var(--fs-h2)}}.product-head-img{position:relative;display:flex;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 0 36px #0000001a;padding:2rem}@media screen and (max-width: 1199px){.product-head-img:before{content:"";position:absolute;inset:auto var(--container-padding-negative) 0;height:33%;background-color:#f3f4f7;z-index:-1}}.product-head-img__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.product-head-img__overlay .tag{pointer-events:initial}@media screen and (max-width: 1199px){.product-head-img img{max-height:300px}}
