.estampa-main-wrapper {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
margin: 60px auto;
padding: 0 20px;
gap: 60px;
} .estampa-left-column {
flex: 1.2;
min-width: 350px;
}
.estampa-main-image {
width: 100%;
height: 700px; 
border-radius: 12px;
overflow: hidden;
background-color: #f9f9f9;
}
.estampa-main-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
} .estampa-right-column {
flex: 1;
min-width: 300px;
display: flex;
flex-direction: column;
justify-content: flex-start;
} .breadcrumb {
margin-bottom: 25px;
font-size: 13px;
color: #7E7272;
font-family: 'Inter', sans-serif;
}
.breadcrumb a {
color: #7E7272;
text-decoration: none;
transition: opacity 0.3s;
}
.breadcrumb a:hover {
opacity: 0.7;
}
.breadcrumb .sep {
margin: 0 8px;
opacity: 0.5;
}
.breadcrumb .current {
color: #2B1B1B;
font-weight: 600;
} .estampa-header-info {
margin-bottom: 30px;
}
.estampa-cod {
font-size: 14px;
color: #7E7272;
text-transform: uppercase;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.estampa-title {
font-size: 32px;
color: #2B1B1B;
margin: 0 0 15px 0;
font-weight: 700;
line-height: 1.1;
}
.estampa-tags-wrapper {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 15px;
}
.estampa-tag {
background-color: #e26406;
color: #ffffff;
padding: 6px 12px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
display: inline-block;
text-decoration: none;
}
.estampa-tag:hover {
background-color: #c95703;
color: #fff;
} .estampa-variacoes {
border-top: 1px solid #eee;
padding-top: 25px;
margin-bottom: 35px;
}
.estampa-variacoes h5 {
font-size: 18px;
color: #2B1B1B;
margin-bottom: 15px;
font-weight: 600;
} .list-cores-products {
display: flex;
flex-wrap: wrap;
gap: 15px;
list-style: none;
padding: 0;
margin: 0;
}
.color-item {
text-align: center;
width: 65px; }
.box-opc-cores {
width: 60px;
height: 60px;
margin: 0 auto 8px auto;
border-radius: 8px;
border: 1px solid #ddd;
overflow: hidden;
transition: transform 0.2s ease, border-color 0.2s ease;
}
.box-opc-cores:hover {
transform: scale(1.05);
border-color: #e26406;
}
.box-opc-cores img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.color-name {
display: block;
font-size: 11px;
color: #666;
line-height: 1.2;
} .estampa-secao-aplicacoes {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.galeria-aplicacoes-wrapper {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.item-aplicacao-modelo {
position: relative;
width: 85px;
height: 110px;
overflow: hidden;
border-radius: 4px;
transition: transform 0.3s ease;
border: 1px solid #f0f0f0;
}
.item-aplicacao-modelo:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.item-aplicacao-modelo img {
width: 100%;
height: 100%;
object-fit: cover;
}
.overlay-zoom {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.2);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.item-aplicacao-modelo:hover .overlay-zoom {
opacity: 1;
}
.icon-zoom {
color: #fff;
font-size: 24px;
font-weight: 300;
} .estampa-action-left {
display: flex;
justify-content: flex-start;
margin-top: 30px;
}
.btn-estampa-whats {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #e26406, #ff8c32, #e26406);
background-size: 300% 300%;
color: #FFF !important;
border-radius: 50px;
padding: 12px 26px;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 13px;
letter-spacing: 0.5px;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, background-position 0.6s ease;
}
.btn-estampa-whats:hover {
transform: scale(1.05) translateY(-2px);
background-color: transparent;
box-shadow: 0 10px 25px rgba(226, 100, 6, 0.4), 0 0 15px rgba(255, 140, 50, 0.6);
background-position: right center;
}
.btn-estampa-whats::before {
content: "";
position: absolute;
top: 0; left: -120%; width: 120%; height: 100%;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
transform: skewX(-25deg);
}
.btn-estampa-whats:hover::before {
animation: brilho-metal-estampa 0.8s ease forwards;
}
@keyframes brilho-metal-estampa {
from { left: -120%; }
to { left: 120%; }
} @media (max-width: 992px) {
.estampa-main-wrapper {
gap: 40px; }
}
@media (max-width: 768px) {
.estampa-main-wrapper {
gap: 25px; margin: 30px auto;
}
.estampa-left-column,
.estampa-right-column {
min-width: 100%;
}
.estampa-main-image {
height: 450px;
}
.estampa-title {
font-size: 32px;
}
.estampa-variacoes h5 {
text-align: left; }
.list-cores-products {
justify-content: flex-start;
}
.estampa-action-left {
justify-content: center;
width: 100%;
}
.btn-estampa-whats {
width: 100%; }
} @media (hover: none) and (pointer: coarse) {
.btn-estampa-whats {
animation: bg-metal-estampa 5s linear infinite;
background-size: 400% 400%;
}
.btn-estampa-whats::before {
animation: brilho-metal-estampa 2.2s ease-in-out infinite;
opacity: 1;
}
.btn-estampa-whats:hover {
transform: none;
box-shadow: none;
}
}
@keyframes bg-metal-estampa {
0% { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}  .estampa-dados-tecnicos,
.estampa-dados-tecnicos * {
box-sizing: border-box;
}
.estampa-dados-tecnicos {
background-color: #fcfcfc; border-top: 1px solid #eaeaea;
padding: 60px 20px;
margin-top: 40px;
width: 100%; max-width: 100vw;
overflow: hidden; }
.estampa-dados-tecnicos .content-info-produto {
max-width: 1200px;
margin: 0 auto;
} .header-dados-tecnicos {
max-width: 900px;
margin-bottom: 35px;
}
.header-dados-tecnicos .title-produtos {
font-size: 24px;
color: #2B1B1B;
font-weight: 700;
margin-bottom: 15px;
}
.header-dados-tecnicos .desc-base {
font-size: 15px;
color: #605A5A;
line-height: 1.6;
margin: 0;
} .grid-especificacoes {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-bottom: 40px;
}
.spec-card {
background: #ffffff;
border: 1px solid #f0f0f0;
border-radius: 8px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 8px;
box-shadow: 0 4px 10px rgba(0,0,0,0.02);
transition: transform 0.2s ease, box-shadow 0.2s ease;
word-wrap: break-word; }
.spec-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
border-color: #e26406;
}
.spec-label {
font-size: 11px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
color: #999;
}
.spec-value {
font-size: 16px;
color: #2B1B1B;
font-weight: 600;
} .downloads-base-wrapper {
background: #ffffff;
padding: 25px 30px;
border-radius: 8px;
border: 1px solid #eaeaea;
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
width: 100%;
}
.downloads-title {
font-size: 14px;
font-weight: 700;
color: #2B1B1B;
text-transform: uppercase;
}
.downloads-buttons {
display: flex;
gap: 15px;
flex-wrap: wrap;
width: 100%;
} .btn-download-outline {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
border: 1.5px solid #ddd;
border-radius: 6px;
color: #444;
font-size: 13px;
font-weight: 600;
text-decoration: none;
background: transparent;
transition: all 0.3s ease;
max-width: 100%; }
.btn-download-outline .dashicons {
font-size: 16px;
width: 16px;
height: 16px;
color: #e26406;
}
.btn-download-outline:hover {
border-color: #e26406;
background: #fff8f3;
color: #e26406;
} @media (max-width: 768px) {
.estampa-dados-tecnicos {
padding: 30px 15px; }
.grid-especificacoes { grid-template-columns: 1fr; 
gap: 12px;
}
.downloads-base-wrapper {
flex-direction: column;
align-items: flex-start;
padding: 15px;
}
.btn-download-outline {
width: 100%;
justify-content: center;
}
}