/*

 Theme Name:     Finoteix

 Theme URI:      https://www.codeless.co/bygge

 Description:    Finoteix

 Author:         Marcelo Herrera

 Author URI:     https://marceloherrera.com.ar

 Template:       bygge

 Version:        1.0.0

*/



 

/* =Theme customization starts here

------------------------------------------------------- */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.page-data h1 {
    text-shadow: 1px 0 0 BLACK;
}

.ce-page-header {
    height: 90vh;
}

.colores-producto {
    display: flex;
    gap: 5px;
    flex-flow: row wrap;
    align-items: flex-end;
}

.colores-producto img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.colores-producto a {
    text-decoration: underline;
}

.modal-colores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; 
}

.color-item {
    text-align: center;
}

.color-item img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd; 
    border-radius: 8px; 
}
/*Ocultar 4 cuadrados*/
.pt-navigation-center a .attachment-full.size-full {
	display: none !important;
}
/* Mobile */
@media only screen and (max-width: 767px) {
	.ce-page-header {
		height: 80vh;
	}
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* Small desktop */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
}

/* Large desktop */
@media only screen and (min-width: 1200px) {
}