@media (max-width: 48rem) {
	.max-48-mt-0 {
		margin-top: 0 !important;
	}

	.max-48-mb-40 {
		margin-bottom: 40px !important;
	}

	.max-48-w-full {
		&.wp-block-add-to-cart-with-options-quantity-selector {
			width: 100%;

			& > *,
			& input {
				width: 100% !important;
			}
		}
	}

	main .wp-block-woocommerce-product-image-gallery {
		max-width: none !important;
	}
}
