.secao-vitrine-estampas {
background-color: #FAFAFA;
padding: 60px 0 100px 0;
}
.container-nav {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.container-amplo {
max-width: 1600px; 
margin: 0 auto;
padding: 0 6%; 
} .nav-tecnicas {
display: flex;
justify-content: center;
gap: 40px;
border-bottom: 1px solid #E0E0E0;
margin-bottom: 30px;
}
.nav-tecnica-btn {
background: none;
border: none;
padding: 0 10px 15px 10px;
font-size: 16px;
font-weight: 600;
color: #888;
text-transform: uppercase;
letter-spacing: 0.05em;
cursor: pointer;
position: relative;
transition: color 0.3s;
}
.nav-tecnica-btn:hover,
.nav-tecnica-btn.active {
color: #e26406;
}
.nav-tecnica-btn::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 3px;
background-color: #e26406;
transform: scaleX(0);
transition: transform 0.3s ease;
}
.nav-tecnica-btn.active::after {
transform: scaleX(1);
} .nav-colecoes-wrapper {
margin-bottom: 40px;
width: 100%;
}
.nav-colecoes-scroll {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}
.chip-colecao {
padding: 10px 24px;
border-radius: 30px;
background: #fff;
border: 1px solid #ddd;
color: #555;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.chip-colecao:hover {
border-color: #e26406;
color: #e26406;
}
.chip-colecao.active {
background: #e26406;
color: #fff;
border-color: #e26406;
box-shadow: 0 4px 12px rgba(226, 100, 6, 0.25);
} .colecao-header-inline {
display: flex;
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
margin-bottom: 60px;
min-height: 350px; 
}
.colecao-info {
flex: 1;
padding: 50px 60px; 
display: flex;
flex-direction: column;
justify-content: center;
}
.colecao-titulo {
font-size: clamp(32px, 4vw, 42px); 
font-weight: 800;
color: #111;
margin: 0 0 20px 0;
line-height: 1.1;
letter-spacing: -0.02em;
}
.colecao-desc {
font-size: 17px;
color: #555;
line-height: 1.7;
}
.colecao-banner {
flex: 1.2; 
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .grid-estampas {
display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 25px; 
}
.card-estampa {
background: #fff;
border-radius: 8px; overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.03);
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
border: 1px solid #f0f0f0;
}
.print-item:hover .card-estampa {
transform: translateY(-6px);
box-shadow: 0 12px 25px rgba(0,0,0,0.08);
border-color: rgba(226, 100, 6, 0.15);
}
.img-wrapper {
position: relative;
aspect-ratio: 4/5; background: #f1f1f1;
overflow: hidden;
}
.img-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}
.print-item:hover img {
transform: scale(1.05);
}
.tag-vendas {
position: absolute;
top: 12px;
left: 12px;
z-index: 2;
padding: 5px 10px;
font-size: 10px; font-weight: 800;
color: #fff;
border-radius: 4px;
text-transform: uppercase;
}
.info-estampa {
padding: 15px 12px; text-align: center;
}
.codigo-estampa {
font-size: 11px; color: #999;
letter-spacing: 0.08em;
margin-bottom: 6px;
display: block;
}
.info-estampa h3 {
font-size: 15px; color: #111;
margin: 0;
font-weight: 700;
line-height: 1.3;
} .loader-nanete, .aviso-vazio {
text-align: center;
grid-column: 1 / -1;
padding: 50px;
font-size: 16px;
font-weight: bold;
}
.loader-nanete { color: #e26406; }
.aviso-vazio { color: #777; } .nav-chips-desktop {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
} .dropdown-colecoes-mobile {
display: none;
} .chip-colecao {
padding: 10px 24px;
border-radius: 30px;
background: #fff;
border: 1px solid #ddd;
color: #555;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
}
.chip-colecao:hover, .chip-colecao.active {
background: #e26406;
color: #fff;
border-color: #e26406;
} @media (max-width: 991px) {
.container-amplo { padding: 0 4%; }
.colecao-header-inline { flex-direction: column; }
.colecao-banner { min-height: 250px; order: -1; }
.colecao-info { padding: 30px; }
}
@media (max-width: 768px) {
.secao-vitrine-estampas { padding-top: 30px; }
.container-amplo { padding: 0 20px; }
.grid-estampas {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 15px; 
} .nav-tecnicas {
display: flex !important;
justify-content: space-between !important;
gap: 5px !important;
width: 100% !important;
overflow: hidden !important;
border-bottom: 1px solid #E0E0E0;
margin-bottom: 20px;
padding-bottom: 5px;
}
.nav-tecnica-btn {
flex: 1 !important;
white-space: nowrap;
font-size: clamp(10px, 2.8vw, 12px) !important;
padding: 0 2px 10px 2px !important;
text-align: center;
letter-spacing: -0.02em;
} .nav-chips-desktop {
display: none !important;
} .dropdown-colecoes-mobile {
display: block !important;
position: relative;
width: 100%;
margin-bottom: 30px;
} .btn-dropdown-toggle {
width: 100%;
height: 44px;
background: #ffffff;
border: 1.5px solid #e26406;
color: #e26406;
border-radius: 8px;
padding: 0 20px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
} .seta-dropdown {
border: solid #e26406;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
transition: transform 0.2s ease;
}
.btn-dropdown-toggle.aberto .seta-dropdown {
transform: rotate(-135deg); } .lista-dropdown-opcoes {
display: none;
position: absolute;
top: 48px;
left: 0;
width: 100%;
background: #ffffff;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
z-index: 99;
max-height: 250px;
overflow-y: auto;
padding: 5px 0;
} .item-opcao-mobile {
width: 100%;
padding: 12px 20px;
background: transparent;
border: none;
text-align: left;
font-size: 14px;
color: #444444;
border-bottom: 1px solid #f5f5f5;
cursor: pointer;
text-transform: uppercase;
font-weight: 500;
}
.item-opcao-mobile:last-child {
border-bottom: none;
} .item-opcao-mobile.active, .item-opcao-mobile:active {
background-color: #fff5ed;
color: #e26406;
font-weight: 700;
}
} .nav-top-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
gap: 30px; width: 100%;
margin-bottom: 20px;
} .nav-top-wrapper .nav-tecnicas {
margin-bottom: 0;
border-bottom: none; }
.busca-estampas-wrapper {
display: flex;
gap: 10px;
align-items: center;
}
.input-busca-estampas {
padding: 10px 18px;
border-radius: 30px;
border: 1px solid #d1d1d1;
font-size: 14px;
color: #333;
background-color: #fff;
min-width: 250px;
transition: all 0.3s ease;
font-family: inherit;
}
.input-busca-estampas:focus {
border-color: #e26406;
box-shadow: 0 0 5px rgba(226, 100, 6, 0.2);
outline: none;
}
#btn-buscar-estampas {
background-color: #fff;
color: #333;
border: 1px solid #333;
padding: 9px 24px;
border-radius: 30px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
transition: all 0.3s ease;
}
#btn-buscar-estampas:hover {
background-color: #e26406;
color: #fff;
border-color: #e26406;
} @media (max-width: 768px) {
.nav-top-wrapper {
flex-direction: column;
align-items: stretch;
gap: 15px;
}
.busca-estampas-wrapper {
width: 100%;
}
.input-busca-estampas {
flex: 1; 
min-width: 0; 
}
}