.colecoes-v2-page {
width: 100%;
} .colecoes-v2-page .bg-banner-listagem {
padding: 105px 0 190px;
background-size: cover !important;
position: relative;
}
@media (max-width: 768px){
.colecoes-v2-page .bg-banner-listagem{
padding: 40px 0 45px; min-height: 280px; }
}
.colecoes-v2-page .content-banner-listagem{
max-width:1240px;
margin:0 auto;
padding:15px;
}
.colecoes-v2-page .title-banner-listagem{
max-width:470px;
}
@media(max-width:768px){
.colecoes-v2-page .title-banner-listagem{
max-width:210px;
}
}
.colecoes-v2-page h1{
margin-bottom:25px;
font-size:34px;
letter-spacing:-0.04em;
color:#2B1B1B;
font-family:'Montserrat',sans-serif;
line-height:36px;
}
@media(max-width:768px){
.colecoes-v2-page h1{
font-size:18px;
line-height:22px;
font-weight:300;
}
}
.colecoes-v2-page .title-banner-listagem p{
font-size:16px;
color:#575252;
line-height:26px;
}
@media(max-width:768px){
.colecoes-v2-page .title-banner-listagem p{
display:none;
}
} .colecoes-v2-page .content-tabs-listagem {
position: absolute;
left: 0;
bottom: 0;
z-index: 5;
}
.colecoes-v2-page .tabs {
max-width: 550px; display: flex;
list-style: none;
padding: 0;
margin: 0; background: rgba(255, 255, 255, 0.15); 
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: none;
border-radius: 8px 8px 0 0; overflow: hidden;
}
@media(max-width:768px){ .colecoes-v2-page .content-tabs-listagem {
width: 100% !important;
} .colecoes-v2-page .tabs {
max-width: 100% !important;
width: 100% !important;
border-radius: 0;
border-left: none;
border-right: none;
} .colecoes-v2-page .tabs li {
font-size: 14px;
padding: 12px 5px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
}
.colecoes-v2-page .tabs li {
padding: 10px 25px;
font-weight: 600;
font-size: 14px;
background: transparent; color: #ffffff;
cursor: pointer;
text-align: center;
transition: all 0.3s ease;
flex: 1;
border-right: 1px solid rgba(255, 255, 255, 0.1);
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.colecoes-v2-page .tabs li:last-child {
border-right: none;
}
.colecoes-v2-page .tabs li.current {
background: rgba(255, 255, 255, 0.3); color: #fff;
}
.colecoes-v2-page .tabs li:hover:not(.current) {
background: rgba(255, 255, 255, 0.1);
} .colecoes-v2-page .tab-content{
display:none;
}
.colecoes-v2-page .tab-content.current{
display:block;
} .colecoes-v2-page .bg-filtros {
background-color: #E26406; 
padding: 15px 0;
box-shadow: 0 4px 8px rgba(0,0,0,0.05);
margin-bottom: 40px;
}
.colecoes-v2-page .content-filtros {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
}
.colecoes-v2-page .filtros {
display: flex;
gap: 30px;
margin: 0;
} .custom-select-container {
position: relative;
width: 180px; }
.colecoes-v2-page .custom-select-trigger {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 20px;
color: #ffffff;
font-size: 14px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
cursor: pointer;
padding: 6px 15px;
display: flex;
align-items: center;
justify-content: space-between;
transition: all 0.3s ease; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2210%22 height%3D%226%22 viewBox%3D%220 0 10 6%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M1 1L5 5L9 1%22 stroke%3D%22white%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
background-position: right 12px center;
padding-right: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.colecoes-v2-page .custom-select-trigger:hover {
background-color: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.8);
transform: translateY(-1px);
} .colecoes-v2-page .custom-select-options {
position: absolute;
top: 100%;
left: 0;
width: 100%;
margin-top: 2px;
min-width: 200px;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
z-index: 999;
display: none; max-height: 250px;
overflow-y: auto;
padding: 8px 0;
margin: 0;
list-style: none;
border: 1px solid #eee;
}
.colecoes-v2-page .custom-select-options li {
padding: 10px 20px;
font-size: 14px;
color: #333;
cursor: pointer;
transition: background 0.2s;
text-align: left;
}
.colecoes-v2-page .custom-select-options li:hover {
background: #f7f7f7;
color: #E26406;
} .colecoes-v2-page .custom-select-options::-webkit-scrollbar {
width: 4px;
}
.colecoes-v2-page .custom-select-options::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 10px;
}
.btn-filtro-mobile {
display: none;
} @media (max-width: 768px) {
.colecoes-v2-page .content-filtros {
flex-direction: column;
align-items: flex-start;
padding: 0 15px; }
.btn-filtro-mobile {
display: block;
width: 100%;
background: #E26406; color: #fff;
border: none;
padding: 14px;
font-size: 16px;
font-weight: 600;
border-radius: 8px; cursor: pointer;
margin-bottom: 0; }
.filtros-mobile-wrapper {
display: none; background: #E26406; 
padding: 15px;
border-radius: 0 0 8px 8px; width: 100%;
box-sizing: border-box;
}
.colecoes-v2-page .filtros {
flex-direction: column;
gap: 12px;
width: 100%;
display: flex !important; } .custom-select-container {
width: 100% !important;
}
.filtros-mobile-wrapper .custom-select-trigger {
width: 100% !important;
padding: 12px 15px !important;
border-radius: 25px !important; border: 1px solid rgba(255, 255, 255, 0.4) !important;
background-color: rgba(255, 255, 255, 0.15) !important; color: #ffffff !important; 
font-size: 14px;
box-sizing: border-box; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2210%22 height%3D%226%22 viewBox%3D%220 0 10 6%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M1 1L5 5L9 1%22 stroke%3D%22white%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') !important;
background-position: right 15px center !important;
} .colecoes-v2-page .custom-select-options {
position: relative !important; top: 5px !important;
width: 100% !important;
background: #ffffff !important;
border-radius: 12px !important;
box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
margin-bottom: 10px;
} .colecoes-v2-page .custom-select-options li {
color: #333 !important;
padding: 12px 20px !important;
}
} .colecoes-v2-page .filtros select:hover {
background-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.8);
transform: translateY(-1px); } .colecoes-v2-page .count-products {
color: #ffffff; text-align: right;
display: flex;
flex-direction: column;
justify-content: center;
line-height: 1.2;
}
.colecoes-v2-page .count-products span:first-child {
font-size: 22px;
font-weight: 700;
}
.colecoes-v2-page .count-products span:last-child {
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
opacity: 0.9; } @media (max-width: 768px) {
.colecoes-v2-page .count-products {
width: 100%;
align-items: flex-end; text-align: right;
margin-top: 6px;
padding-right: 10px;
}
.colecoes-v2-page .count-products span:first-child {
font-size: 16px; font-weight: 600;
}
.colecoes-v2-page .count-products span:last-child {
font-size: 11px; letter-spacing: 0.5px;
}
} .colecoes-v2-page .content-list-products{
max-width:1240px;
margin:0 auto;
padding:0 15px;
} .content-list-products .listagem-wrapper-v2{
display: block; 
width: 100%;
}
.colecoes-v2-page .content-list-products ul{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 50px 30px; list-style: none;
padding: 0;
margin-bottom: 40px; }
.colecoes-v2-page .content-list-products li{
position: relative;
display: flex;
flex-direction: column;
text-align: center; }
.colecoes-v2-page .content-list-products img{
width: 100%;
height: auto;
display:block;
border-radius:4px;
transition: transform 0.3s ease;
} .colecoes-v2-page .tag-vendas {
position: absolute;
top: 10px;
left: 10px;
z-index: 2;
padding: 5px 12px;
font-size: 12px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
border-radius: 2px;
} .colecoes-v2-page .selos {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 10px;
}
.colecoes-v2-page .selos span {
display: flex;
align-items: center;
font-size: 11px;
color: #7E7272;
text-transform: uppercase;
}
.colecoes-v2-page .selos img {
width: 18px !important; height: auto;
margin: 0 !important; }
.colecoes-v2-page .content-list-products li:hover img {
transform: scale(1.02);
}
.colecoes-v2-page h3{
min-height: 45px; margin: 15px 0 5px;
} .colecoes-v2-page #sobre-colecao {
padding: 60px 0;
background-color: #fff;
}
.colecoes-v2-page .content-tab-colecao {
max-width: 1100px; margin: 0 auto;
padding: 0 20px;
}
.colecoes-v2-page .list-content-tab-colecao {
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
margin-bottom: 80px; } .colecoes-v2-page .list-content-tab-colecao img,
.colecoes-v2-page .text-list-content-tab-colecao {
flex: 1;
width: 50%;
}
.colecoes-v2-page .list-content-tab-colecao img {
height: auto;
border-radius: 4px;
object-fit: cover;
}
.colecoes-v2-page .text-list-content-tab-colecao h2 {
font-size: 28px;
color: #2B1B1B;
margin-bottom: 20px;
}
.colecoes-v2-page .text-list-content-tab-colecao p {
font-size: 16px;
line-height: 1.8;
color: #575252;
} @media (max-width: 900px) {
.colecoes-v2-page .list-content-tab-colecao {
flex-direction: column !important; text-align: center;
gap: 30px;
}
.colecoes-v2-page .list-content-tab-colecao img,
.colecoes-v2-page .text-list-content-tab-colecao {
width: 100%;
}
}
.colecoes-v2-page .bg-lookbook {
padding: 80px 0;
background-color: #F8F8F8; margin-top: 50px;
}
.colecoes-v2-page .content-lookbook {
max-width: 1240px; margin: 0 auto;
padding: 0 40px; }
.colecoes-v2-page .content-lookbook h3 {
font-size: 30px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
margin-bottom: 40px;
color: #2B1B1B;
text-align: left;
} .colecoes-v2-page .list-lookbook .slick-slide {
padding: 0 10px; }
.colecoes-v2-page .list-lookbook img {
width: 100%;
height: auto;
border-radius: 0; display: block;
} .colecoes-v2-page .list-lookbook .slick-arrow {
width: 45px;
height: 45px;
background: #fff;
border: 1px solid #ddd;
border-radius: 50%;
z-index: 10;
transition: all 0.3s ease;
display: flex !important;
align-items: center;
justify-content: center;
}
.colecoes-v2-page .list-lookbook .slick-arrow:hover {
background: #DC7358;
border-color: #DC7358;
}
.colecoes-v2-page .list-lookbook .slick-arrow:before {
color: #555;
font-size: 20px;
opacity: 1;
}
.colecoes-v2-page .list-lookbook .slick-arrow:hover:before {
color: #fff;
} .colecoes-v2-page .list-lookbook .slick-prev {
left: -25px;
}
.colecoes-v2-page .list-lookbook .slick-next {
right: -25px;
}
@media(max-width:768px){
.colecoes-v2-page .content-list-products ul {
grid-template-columns: 1fr 1fr; gap: 20px;
}
} .colecoes-v2-page .pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
margin: 60px auto;
padding: 0 15px;
flex-wrap: wrap;
}
.colecoes-v2-page .pagination a,
.colecoes-v2-page .pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 42px;
height: 42px;
padding: 0 8px;
background: rgba(0, 0, 0, 0.03); backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 6px;
color: #7E7272;
font-weight: 600;
font-size: 14px;
text-decoration: none;
transition: all 0.4s ease;
} .colecoes-v2-page .pagination .current,
.colecoes-v2-page .pagination .page-numbers.current {
background: #E26406;
color: #FFFFFF;
border-color: #E26406;
box-shadow: 0 4px 12px rgba(226, 100, 6, 0.2);
} .colecoes-v2-page .pagination a:hover:not(.current) {
background: rgba(226, 100, 6, 0.1);
color: #E26406;
border-color: #E26406;
transform: translateY(-2px);
} .colecoes-v2-page .pagination .prev,
.colecoes-v2-page .pagination .next {
font-size: 18px;
} @media (max-width: 768px) {
.colecoes-v2-page .pagination {
margin: 40px auto;
gap: 6px;
}
.colecoes-v2-page .pagination a,
.colecoes-v2-page .pagination .page-numbers {
min-width: 38px;
height: 38px;
font-size: 13px;
} .colecoes-v2-page .pagination a:not(.prev):not(.next):not(.current),
.colecoes-v2-page .pagination .page-numbers:not(.prev):not(.next):not(.current) {
display: none;
} .colecoes-v2-page .pagination .current,
.colecoes-v2-page .pagination .prev,
.colecoes-v2-page .pagination .next {
display: inline-flex;
}
} @media (max-width: 768px){
.colecoes-v2-page .pagination {
flex-wrap: nowrap; overflow: hidden; justify-content: center;
gap: 6px;
max-width: 100%;
} .colecoes-v2-page .pagination a:not(.prev):not(.next):not(.current),
.colecoes-v2-page .pagination span:not(.current) {
display: none;
} .colecoes-v2-page .pagination .prev,
.colecoes-v2-page .pagination .next,
.colecoes-v2-page .pagination .current {
display: inline-flex;
}
} .listagem-wrapper-v2 ul li a.img-wrapper-hover {
position: relative;
display: block;
overflow: hidden;
border-radius: 4px;
} .hover-composicao {
display: none; } @media (min-width: 1025px) {
.hover-composicao { display: flex; 
align-items: center; justify-content: center; position: absolute;
bottom: 0;
left: 0;
width: 100%;
min-height: 60px; background-color: rgba(0, 0, 0, 0.85);
color: #ffffff;
padding: 10px;
text-align: center;
font-size: 11px;
font-weight: 500;
box-sizing: border-box;  opacity: 0;
transform: translateY(100%);
transition: all 0.3s ease-in-out;
} .listagem-wrapper-v2 ul li:hover .hover-composicao {
opacity: 1;
transform: translateY(0);
}
} .list-lookbook .lookbook-item {
position: relative; 
display: block;
overflow: hidden; } .lookbook-product-link {
position: absolute;
bottom: 20px; left: 50%;
transform: translateX(-50%); background-color: rgba(255, 255, 255, 0.9);
color: #000;
padding: 10px 20px;
text-decoration: none;
font-size: 14px;
font-weight: bold;
border-radius: 4px;
z-index: 10; opacity: 0; visibility: hidden;
transition: all 0.3s ease-in-out;
} .list-lookbook .lookbook-item:hover .lookbook-product-link {
opacity: 1;
visibility: visible;
} @media (max-width: 768px) {
.lookbook-product-link {
opacity: 1;
visibility: visible;
bottom: 10px; padding: 8px 15px;
}
}.layout-colecoes-v2 {
display: block !important;
} .colecoes-sidebar-v2 {
display: none !important;
} .colecoes-main-v2 {
width: 100% !important;
flex: 1;
} .colecoes-lista-v2 {
list-style: none;
padding: 0;
margin: 0;
} @media (max-width: 900px) {
.colecoes-sidebar-v2 {
width: 100%;
min-width: auto;
}
}