/*
Theme Name: mysuc

WooCommerce styles override
*/


.single-product div.product .product-top {
    background: radial-gradient(circle, #fff 5%, var(--ms-product-color) 85%);
}

.single-product div.product .product-top .gallery.entry-gallery {
	margin-bottom: -10rem;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 10rem;
}