/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
.elementor-product-single-wrapper {
	padding: 60px 0;
}

.woocommerce div.product {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.woocommerce div.product .woocommerce-product-gallery {
	flex: 1 1 45%;
}

.woocommerce div.product .summary {
	flex: 1 1 45%;
}
.rotate-vertical {
    writing-mode: vertical-rl;
}