@Tommyboi
Please remove this code
.product-block.product-block--sales-point {
display: flex !important;
padding: 0px !important;
margin: 5px 31% !important;
white-space: nowrap !important;
}
.product-block.product-block--price,
div[data-dynamic-variants-enabled],
.product-block.product-block--header {
margin-bottom: 5px !important;
}
replace with
div[data-dynamic-variants-enabled] {
margin-bottom: 15px !important;
}
.product-block.product-block--price, .product-block.product-block--header {
margin-bottom: 5px !important;
}
@media (max-width: 768px) {
.product-block.product-block--sales-point {
display: flex !important;
padding: 0px !important;
margin: 5px 0% !important;
white-space: nowrap !important;
}
}

