body .product-physical-appearance-box{display:flex;padding:20px 0;margin-bottom:60px}
@media screen and (max-width:767px){
body .product-physical-appearance-box{flex-direction:column}
}
body .product-physical-appearance-media{width:36%;min-width:36%;max-width:36%}
@media screen and (max-width:767px){
body .product-physical-appearance-media{width:100%;min-width:100%;max-width:100%}
}
body .product-physical-appearance-image{border-radius:12px;background:#f3e0d1;overflow:hidden;margin-bottom:20px}
body .product-physical-appearance-image img{display:block;margin:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
body .product-physical-appearance-description{color:#756e6b;font-size:1.5rem;font-weight:300;line-height:160%}
body .product-physical-appearance .product-attributes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;padding-left:30px}
@media screen and (max-width:767px){
body .product-physical-appearance .product-attributes{padding:12px 0 0 0}
}
body .product-physical-appearance .product-attribute{border-bottom:1px solid #f3e0d1}