.woocommerce div.product div.images .zoomImg {
display: none !important;
} .centered-row {
display: flex;
align-items: center;
gap: 20px;
}
.centered-row .et_pb_column {
margin-left: 0;
margin-right: 0;
}
@media (max-width: 980px) {
.centered-row {
flex-direction: column;
justify-content: center;
}
.centered-row .et_pb_column:first-child:has(.et_pb_text) {
order: 2;
margin-bottom: 0;
margin-top: 0;
}
.centered-row .et_pb_text {
margin-bottom: 10px;
}
}