.page-produtos .entry-content {
    padding: 0 !important;!i;!;
}
.videos-lista {
    display: flex;
    flex-wrap: wrap;
	float: left;
	width: 100%;
	margin-top: 80px;
}
.videos-lista > div:nth-child(n) {
    flex: 0 0 33%;
    max-width: 33%;
    box-sizing: border-box; /* Garante que padding e bordas sejam incluídos no cálculo da largura */
	border: 5px solid #fff;
}
.video-container {
    position: relative;
    padding-bottom: 20.25%; /* Proporção 16:9 (altura é 56.25% da largura) */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; /* Remove borda do iframe */
}


.produto-video {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 88px 0;
}
section.frase-destaque {
    display: block;
    padding: 11px 33px 84px;
    margin-bottom: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    line-height: 140%;
    margin: 0 !important;
    font-weight: 300;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 7px;
    color: #636363;
    margin-bottom: 32px;
}
.category-desc {
    margin-top: 44px;
}
h1.post-title.category-produtos  {font-size: 22px !important}
.category .entry-content h1 {
    text-align: center !important;
}
.conceito h2 {
    font-size: 0.9em !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #444;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: inline-block;
}
.produtos-grid {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.produtos-item {
    flex: 0 0 25%;
    height: 0;
    padding-bottom: 20%;
    overflow: hidden;
    position: relative;
    margin-bottom: 69px;
}

span.produto-titulo {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

.produtos-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.produtos-item a {
    position: absolute;
    overflow: hidden;
    display: block;
    height: 97% !important;
    width: 100% !important;
    padding: 0 0 22px;
}
.produtos-item a:hover {
    /* padding: 11px; */

}
.variacoes {
    display: flex;
    padding: 0 0px;
    width: 100%;
    margin: 55px auto 0;
    justify-content: flex-start;
    float: left;
}

.variacoes .sub-page {
    padding: 44px 44px 44px 0;
    width: 333px;
}
.variacoes .sub-page img {max-width: 155px !important; float: left; width:100%;}

.category-produtos .variacoes {justify-content: center !important;margin-bottom: 55px;}
.category-produtos .variacoes .sub-page {padding: 44px 0;width: 333px;display: flex;justify-content: center;}
.category-produtos .variacoes .sub-page img {max-width: 155px !important; float: left;}

.medidas-escala {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
ul#medidas {
    padding-left: 54px;
}
#medidas-img {  line-height: 0;}
/*------------------------------------------------------------ */
/* ------------------------ SINGLE SIDEBAR ASIDE ------------- */
/*------------------------------------------------------------ */
.produto-content {  display: flex;}
.produto-content .nome-vaso {display: block;width: 100%;float: left;}
.variacoes.single-produto {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    MARGIN: 26px AUTO;
    justify-content: flex-start;
}
.variacoes.single-produto > div {
    flex: 0 1 33% !important;
    width: unset !important;
    padding: 0 44px;
}
.variacoes.single-produto img {
    width: 111px !important;
    height: auto !important;
}
/*------------------------------------------------------------ */
/* ------------------------ SLIDESHOW PRODUTO ------------- */
/*------------------------------------------------------------ */
#slideshow-produto {
    margin-top: -60px !important;
    height: calc(100vh - 60px);
    max-height: 1080px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 0px;
    position: relative;
}
#slideshow-produto .slick-track {height: calc(100vh - 60px) !important;}
.slideshow-produto-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    overflow: hidden;
    background-color: white !IMPORTANT;
}
.slideshow-produto-item .img-fill { background: #fff !important;}
.slideshow-produto-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center !important;
}
.slideshow-produto-item.vertical img {
    width: 100%;
    height: 100%;
    object-fit: contain !IMPORTANT;
}
/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
    .produtos-item {
        flex: 0 0 100%;
        padding-bottom: 62%;
        margin-bottom: 69px;
    }
    .category .Modern-Slider {height: 40vh !important;}
    section.frase-destaque {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 0 !important;
        padding-bottom: 11px !important;
    }
    #content h1 {font-size: 16px !important;letter-spacing: 4px !important;}
	.variacoes {  flex-direction: column !important;}
	 .variacoes .sub-page {
        padding: 0 11px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 34px 0;
    }
    .main-title h3 {font-size:16px !important}
    .produto-content { flex-direction: column !important;}
    #slideshow-produto,
    #slideshow-produto .slick-track {
        height: calc(100vw * 11 / 16) !important;
        overflow: hidden;
    }
    #slideshow-produto {  margin-top: 0px !important;}
    .slideshow-produto-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slideshow-produto-item.vertical img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .slideshow-produto-item .img-fill {height: calc(100vw * 11 / 16) !important;}
    .slideshow-produto-item img {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: bottom center !important;
    }
	.videos-lista > div:nth-child(n) {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box; /* Garante que padding e bordas sejam incluídos no cálculo da largura */
	border: 5px solid #fff;
	}
	.video-container { padding-bottom: 56.25%; /* Proporção 16:9 (altura é 56.25% da largura) */}
}