/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 31 2025 | 16:10:30 */
.woocommerce .block-products {
	max-width: 100% !important;
	margin-bottom: 15px;
}

.product-sale-information .sale-content {
	gap: clamp(5px, -23.8462px + 7.6923vw, 10px) !important;
}

.product-quantity input {
	width: clamp(25px, -119.2308px + 38.4615vw, 50px) !important;
	padding-left: clamp(2px, -55.6923px + 15.3846vw, 12px) !important;
	padding-right: clamp(2px, -55.6923px + 15.3846vw, 12px) !important;
}

.product-quantity button {
	width: fit-content !important;
	padding-left: clamp(8px, -61.2308px + 18.4615vw, 20px) !important;
	padding-right: clamp(8px, -61.2308px + 18.4615vw, 20px) !important;
}

.woocommerce-message {
	border-radius: 50px !important;
}
