.product-tabs{display:flex;gap:2px;margin-bottom:48px}@media screen and (min-width:768px){.product-tabs{gap:2rem;margin-bottom:96px}}.product-tab{border-bottom:2px solid rgba(0,0,0,.2);color:rgba(0,0,0,.2);font-weight:600;padding:1.25rem 1.5rem}.product-tab--active,.product-tab:focus,.product-tab:hover{border-color:var(--secondary);color:var(--secondary)}.product-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%;z-index:1}.product-content{display:none}@media screen and (min-width:1024px){.product-content{max-width:572px}}.product-content--active{display:block}.product-image{display:none;inset:auto -40% 0 auto;max-width:clamp(30vw,80vw,963px);position:absolute}@media screen and (min-width:1040px){.product-image{display:block;inset:auto -20% 0 auto}}@media screen and (min-width:1280px){.product-image{inset:auto -5% 0 auto}}@media screen and (min-width:1680px){.product-image{inset:auto 12% 0 auto}}.product-image img{height:auto;width:100%}.product-image--top_left{left:0;top:0}.product-image--top_right{right:0;top:0}.product-image--bottom_left{bottom:0;left:0}.product-image--bottom_right{bottom:0;right:0}.product-image--top_center{left:calc(50% - 400px);top:0}.product-image--bottom_center{bottom:0;left:calc(50% - 400px)}