/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 29 2025 | 19:14:11 */
a.reset_variations {
    font-family: 'Montserrat';
    color: red;
	font-size: .83em;
}






@media (max-width: 767px) {
    /* Centra el título del atributo (ej. "Color de cojinería") */
    table.variations th.label {
        text-align: center;
        width: 100%;
        display: block;
    }

    /* Centra los swatches (círculos de color, imágenes, etc.) */
    .variable-items-wrapper {
        justify-content: center !important;
    }
	
	
	.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
    display: block;
    text-align: center;
    width: auto !important;
}
	
	
	.woocommerce div.product form.cart .variations {
    margin-bottom: -1em;
    border: 0;
    width: 100%;
}
	
	
	    .elementor-382 .elementor-element.elementor-element-e2561e9 {
     
        width: 100%;
    }
	

	
}

