.product-overview{display:flex;flex-direction:column;gap:1rem;margin-bottom:4em}.product-overview__images{contain:paint;max-height:70lvh}.product-overview__details{margin-left:auto;margin-right:auto;width:95%}.one-product-name-rating-wrapper{align-items:center;display:flex;justify-content:space-between}.one-product__name{font-size:var(--text-xl);font-weight:bolder}.one-product__rating{align-items:center;color:gold;display:flex;font-size:var(--text-sm);gap:.5rem}.one-product__rating span{color:var(--text-regular);font-size:var(--text-xs)}.one-product__color h4,.one-product__size h4{color:var(--text-regular);font-size:var(--text-sm);margin-bottom:.5em}.one-product__sizes-buy-now{align-items:end;display:flex;justify-content:space-between;margin-bottom:1em;margin-top:1em}.product__buy-now{border:2px solid #000;border-radius:.3em;font-size:var(--text-base);padding:.4em .5em}.product__buy-now:hover{background:#000;color:#fff}.one-product__colors,.one-product__sizes{align-items:center;display:flex;font-size:var(--text-sm);gap:.5rem}.one-product__colors button,.one-product__sizes button{border:2px solid var(--text-dark);border-radius:.5em;height:2.3em;width:2.5em}.one-product__colors button.size-btn-active,.one-product__sizes button.size-btn-active{background-color:var(--text-dark);color:#fff}@media only screen and (min-width:48rem){.product-overview{flex-direction:row;margin:4em auto;width:85%}}