/* Single Product: sticky info panel */
@media (min-width: 782px) {
	.product-info-sticky > .wp-block-group {
		position: sticky;
		top: 2rem;
	}
}

/* Add-to-cart button: full width */
.wc-block-add-to-cart-form .wc-block-components-product-add-to-cart-button {
	width: 100%;
}

/* Product image: no border radius for Westwing feel */
.wc-block-product-gallery .wc-block-woocommerce-product-image img,
.wc-block-product-gallery-large-image img {
	border-radius: 0 !important;
}

/* Product details tabs: clean Westwing-style accordion lines */
.wc-block-product-details-content-wrapper {
	border-top: none;
}
