/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2026 | 09:53:44 */
.boton-tienda:not(:hover){
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    background: rgba(255, 255, 255, 0.6)!important;
    /*border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);*/
}

.material-parent{
	text-transform: uppercase;
}

.circulo-chip{
	aspect-ratio: 1;
	width: 15px;
	border: solid 2px var(--wp--preset--color--accent, #e65355);
	border-radius: 100%;
}

span.circulo-chip{
	display: inline-block;
	font-size: 0px;
	color: #fff0;
        vertical-align: text-bottom;
}

div.circulo-chip{
	transform: translate(-50%, -50%);
}