/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 21 2025 | 10:18:19 */
.colecciones-container .coleccion-selector {
opacity: 0.35
}
.colecciones-container:not(:has(> .coleccion-selector:hover)) .coleccion-selector,  .colecciones-container .coleccion-selector:hover{
	opacity: 1;
}

html:has(body.home){
	scroll-snap-type: y mandatory;
}

.scroll-snap{
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.home-content{
	    scroll-margin-block-start: 100px;
	    scroll-margin-block-end: 99999px;
}

#wpadminbar{
	scroll-snap-align: start;
}

.editorial-slide .piezas > .wp-block-greenshift-blocks-container {
	display: none;
	padding-left: calc(var(--space) * (var(--sibling-index) - 1))!important;
	width: var(--width)!important;
}
.editorial-slide {
	--space: 5%;
	--width: calc(100% - (var(--space) * (var(--total-piezas) - 1)));
}

/*
@property --progress {
  syntax: "<integer>";
  inherits: true;
  initial-value: 0;
}


@keyframes piezaCount {
  to {
    --progress: var(--total-piezas);
  }
}

.editorial-slide{
	--total-piezas: 5;
	animation: piezaCount calc(1s * var(--total-piezas)) linear infinite;
}
*/

.editorial-slide{
	--total-piezas: 5;
}




