.product{width:100%;margin:auto}.product .container{width:100%;max-width:1512px;margin:auto;padding:3rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}@media (min-width:1024px){.product .container{padding:5.5rem 1.5rem;gap:3rem}}@media (min-width:1200px){.product .container{padding:7.5rem 4.5rem}}.product .contentCol{gap:2rem}.product .contentCol *{font-family:var(--text)}@media (min-width:1024px){.product .contentCol{padding:2rem}}.product .productTitle h1{font-size:2rem;font-weight:300;line-height:115%;color:var(--cherry)}@media (min-width:1200px){.product .productTitle h1{font-size:2.25rem}}@media (min-width:1440px){.product .productTitle h1{font-size:2.5rem}}.product .productPrice h2{font-size:1.5rem;font-weight:400;color:var(--cherry)}.product .btn button.single_add_to_cart_button{margin:0!important}.product .imageCol img{border-radius:1.5rem;width:100%}