:root {
	--fade: #F2F2F2;
	--white: #FFFFFF;
	
    --amarillo: #C8A044;
    --negro: #000000;
    --gris: #5A6373;
    --blanco: #FFFFFF;
    --claro-0: #F2F2F2;
    --claro-1: #DCD9D9;
    --claro-2: #E4E5E0;
    --azul: #0A1F44;
    --dark: #171717;
}

.product-image a {
    display:flex;
    justify-content:center;
    align-items:center;
    aspect-ratio:1/1;
    width:100%;
    background:#fff; /* opcional */
}

.product-image img {
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
}

body.woocommerce-checkout .elementor-location-header,
body.woocommerce-cart  .elementor-location-header {
	background: #999;
}

.visible-xs {
	display: none !important;
}

.span-amarillo span,
.span-amarillo strong {
	color: var(--amarillo);
}

/* Medium & mobile devices (phone, tablets, 768px and less) */
@media screen and (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}
}

/* Mobile devices (tablet, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XXL Extra large devices (HD-4K, 1400px and up) */
@media (min-width: 1400px) {
	
}