/*Adicione seu css customizado neste arquivo*/

/*Galeria*/
.products-gallery-grid .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.products-gallery-grid figure {
    width: calc(25% - 15px) !important;
	max-width: 100% !important;
    background: #fff;
}
.products-gallery-grid figure img {
    aspect-ratio: 1/1;
	object-fit: contain;
    width: 80%;
}
.products-gallery-grid figcaption {
    color: #6EC1E4;
    font-size: 1em;
    font-style: initial;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.elementor-lightbox-image {
	background-color: #fff;
}
.elementor-slideshow__title {
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
	.products-gallery-grid figure {
    	width: calc(33% - 15px) !important;
	}
}

@media screen and (max-width: 767px) {
    .products-gallery-grid figure {
        width: 50%
    }
	.products-gallery-grid figure {
    	width: calc(50% - 15px) !important;
	}
}
/*Fim da Galeria*/

.pointer-item {
	cursor: pointer;
}
