.single-product>.product{display:grid;grid-template-areas:"gallery summary" "related related";grid-template-columns:1fr 1fr;gap:30px}.single-product>.product>.woocommerce-product-gallery img{width:100%;height:auto}.woocommerce-product-gallery{grid-area:gallery}.summary{grid-area:summary}.related.products{grid-area:related;margin-bottom:3em;margin-top:5em}.product_meta{display:none}.summary form{display:flex;flex-direction:column;gap:20px;align-items:flex-start}input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),.form-field input{width:60px}textarea,.form-field textarea,input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),.form-field input{min-height:40px;padding:10px}input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),.form-field input{min-height:unset;height:40px}.woocommerce-product-gallery__trigger,.woocommerce-tabs{display:none}.woocommerce-Price-amount.amount{color:var(--accent-color);font-weight:700;}.woocommerce-product-gallery__image{aspect-ratio:1}.woocommerce-product-gallery__image>a{display:inline-flex}@media screen and (max-width:767px){.single-product>.product{display:flex;flex-direction:column}}