/* =========================================
   CORREÇÃO DEFINITIVA DAS FONTES
   ========================================= */
@font-face {
    font-family: 'Electrolux Sans';
    /* Caminho absoluto: começa na raiz do servidor (localhost) */
    src: url('../fonts/Electrolux Sans.otf') format('opentype'); 
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Electrolux Sans';
    src: url('../fonts/Electrolux Sans Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Electrolux Sans';
    src: url('../fonts/Electrolux Sans Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Electrolux Sans';
    src: url('../fonts/Electrolux Sans Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Aplica a fonte em tudo */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Electrolux Sans', sans-serif;
}

/* =========================================
   RESET E GERAL
   ========================================= */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Electrolux Sans', 'Segoe UI', sans-serif; -webkit-tap-highlight-color: transparent; }
body { background-color: #ffffff; padding-top: 75px; }
img { max-width: 100%; height: auto; display: block; }

/* =========================================
   CABEÇALHO (HEADER) FIXO
   ========================================= */
header { background-color: #011e41; height: 60px; width: 100%; position: fixed; top: 0; left: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; padding: 0 15px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.header-left { display: flex; align-items: center; gap: 15px; }
.menu-icon { font-size: 24px; color: white; cursor: pointer; }
.header-logo { height: 28px; width: auto; }
.header-right { display: flex; align-items: center; gap: 15px; }
.cart-icon { position: relative; cursor: pointer; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; }
.wishlist-icon { position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; width: 32px; height: 32px; margin-right: 15px; transition: opacity 0.2s; }
.wishlist-icon:hover { opacity: 0.8; }
.cart-count { position: absolute; top: -5px; right: -5px; background-color: #4CAF50; color: white; font-size: 11px; font-weight: bold; border-radius: 50%; width: 18px; height: 18px; display: flex; justify-content: center; align-items: center; border: 2px solid #011e41; }

/* =========================================
   CONTAINER PRINCIPAL
   ========================================= */
.container { background: white; width: 100%; max-width: 600px; margin: 0 auto; padding: 15px; min-height: 100vh; }

/* =========================================
   BREADCRUMB
   ========================================= */
.electrolux-breadcrumb-custom-0-x-pdpBreadcrumbContainer { display: flex; align-items: center; gap: 8px; margin-bottom: 15px; padding: 10px 5px; font-size: 0.85rem; color: #011e41; pointer-events: none; user-select: none; overflow-x: auto; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; }
.electrolux-breadcrumb-custom-0-x-pdpBreadcrumbContainer::-webkit-scrollbar { display: none; }
.electrolux-breadcrumb-custom-0-x-pdpContainerHomeLink { display: flex; align-items: center; gap: 5px; flex-shrink: 0; }
.electrolux-breadcrumb-custom-0-x-pdpBreadcrumbHomeLink { display: flex; align-items: center; justify-content: center; color: #011e41; }
.electrolux-breadcrumb-custom-0-x-pdpBreadcrumb { color: #011e41; text-decoration: none; font-weight: 500; }
.electrolux-breadcrumb-custom-0-x-pdpBreadcrumb.ma0 { font-weight: bold; color: #7B8A9C; margin: 0; }
@media (max-width: 600px) { .electrolux-breadcrumb-custom-0-x-pdpBreadcrumbContainer { margin-top: 10px; padding-right: 20px; } }

/* =========================================
   GALERIA DE IMAGENS
   ========================================= */
.product-gallery { background-color: transparent; margin-bottom: 30px; position: relative; display: flex; flex-direction: column; align-items: center; }
.main-image-container { position: relative; width: 100%; max-width: 500px; height: auto; margin-bottom: 20px; display: flex; justify-content: center; }
.main-image { width: 100%; height: auto; object-fit: contain; }
.qr-code-box { position: absolute; top: 0; left: 0; width: 60px; height: 60px; background: white; padding: 2px; z-index: 10; }
.gallery-nav { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 600px; gap: 10px; }
.thumbnails-track { display: flex; gap: 10px; overflow-x: auto; scroll-behavior: smooth; padding: 5px; width: 100%; scrollbar-width: none; -ms-overflow-style: none; }
.thumbnails-track::-webkit-scrollbar { display: none; }
.thumb { width: 70px; height: 70px; border: 1px solid #ddd; cursor: pointer; object-fit: contain; flex-shrink: 0; transition: all 0.2s; }
.thumb:hover { border-color: #011e41; }
.thumb.active { border: 2px solid #011e41; }
.nav-arrow { background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 10px; flex-shrink: 0; transition: transform 0.2s; }
.nav-arrow:hover { transform: scale(1.1); }
.nav-arrow svg path { stroke: #011e41; }
@media (max-width: 600px) { .thumb { width: 60px; height: 60px; } }

/* =========================================
   INFORMAÇÕES E TEXTOS
   ========================================= */
.product-info h1 { font-size: 1.3rem; line-height: 1.4; color: #011e41; margin-bottom: 10px; }
.reviews { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 0.85rem; flex-wrap: wrap; cursor: pointer; transition: opacity 0.2s; }
.reviews:hover { opacity: 0.7; }
.stars { color: #ffc107; }
.review-link { color: #011e41; text-decoration: underline; }

/* Detalhes (Accordion) */
.details-section { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 15px 0; margin-bottom: 20px; }
.details-content { font-size: 0.9rem; color: #666; line-height: 1.5; max-height: 60px; overflow: hidden; transition: max-height 0.4s ease-out; }
.details-content.expanded { max-height: 1000px; }
.toggle-btn { background: none; border: none; color: #011e41; font-weight: bold; cursor: pointer; margin-top: 10px; padding: 5px 0; font-size: 0.9rem; }

/* Preço */
.price-section { margin-bottom: 20px; }
.price { font-size: 1.8rem; font-weight: 700; color: #011e41; }
.installments { font-size: 0.9rem; color: #555; }

/* Seletores (Voltagem e CEP) */
.voltage-selector, .cep-selector { margin-bottom: 20px; }
.voltage-label { font-weight: 600; color: #011e41; margin-bottom: 10px; display: block; font-size: 0.95rem; }
.voltage-options { display: flex; gap: 20px; }
.radio-container { display: flex; align-items: center; cursor: pointer; font-size: 1rem; padding: 5px 0; }
.radio-container input { appearance: none; -webkit-appearance: none; width: 22px; height: 22px; border: 2px solid #011e41; border-radius: 50%; margin-right: 10px; position: relative; display: flex; align-items: center; justify-content: center; }
.radio-container input:checked::before { content: ''; width: 12px; height: 12px; background: #011e41; border-radius: 50%; }
.cep-input-group { display: flex; gap: 10px; margin-top: 5px; }
.cep-input-group input { padding: 12px; border: 1px solid #ccc; border-radius: 4px; flex-grow: 1; font-size: 16px; outline: none; }
.cep-input-group input:focus { border-color: #011e41; }
.cep-btn { padding: 0 25px; background-color: #011e41; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; font-size: 1rem; }

/* Frete */
.shipping { background-color: #f8f9fa; padding: 15px; border-radius: 6px; border: 1px solid #e0e0e0; margin-bottom: 25px; }
.shipping-title { color: #2e7d32; font-weight: bold; font-style: italic; margin-bottom: 8px; display: flex; align-items: center; gap: 5px; }
.shipping-address { font-size: 0.9rem; color: #333; margin-bottom: 12px; line-height: 1.4; }
.shipping-method { display: flex; justify-content: space-between; align-items: center; border: 1px solid #ddd; padding: 12px; border-radius: 4px; background: white; }
.free-text { color: #2e7d32; font-weight: 700; }

/* Botão Comprar */
.buy-btn { width: 100%; background-color: #617F57; color: #FFFFFF; border: none; font-family: 'Electrolux Sans', sans-serif; font-size: 16px; font-weight: 600; padding: 16px; margin: 10px 0; border-radius: 4px; cursor: pointer; text-transform: uppercase; display: flex; justify-content: center; align-items: center; gap: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: background 0.2s; }
.buy-btn:hover { background-color: #4e6646; }
.buy-btn:active { transform: translateY(2px); }

/* =========================================
   SEÇÃO DE AVALIAÇÕES
   ========================================= */
.reviews-section { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; color: #011e41; }
.section-title { text-align: center; font-size: 1.2rem; margin-bottom: 20px; color: #011e41; }
.reviews-summary { display: flex; flex-direction: column; align-items: center; gap: 30px; margin-bottom: 30px; }
.score-block { text-align: center; }
.big-score { font-size: 4rem; font-weight: bold; line-height: 1; }
.big-stars { font-size: 1.5rem; margin: 5px 0; letter-spacing: 2px; }
.total-reviews { font-size: 0.9rem; color: #666; }
.recommendation-block { display: flex; align-items: center; gap: 15px; }
.circle-chart { width: 60px; height: 60px; background: conic-gradient(#ffc107 0% 93%, #e0e0e0 93% 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.inner-circle { width: 50px; height: 50px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.9rem; color: #011e41; }
.recommendation-text { font-size: 0.9rem; max-width: 150px; line-height: 1.3; }
.divider { border: 0; border-top: 1px solid #eee; margin: 20px 0; }
.review-card { border-bottom: 1px solid #f0f0f0; padding: 20px 0; }
.review-card:last-child { border-bottom: none; }
.review-header { text-align: center; margin-bottom: 5px; }
.review-score { font-size: 2.5rem; font-weight: bold; color: #011e41; }
.review-meta { text-align: center; font-size: 0.8rem; color: #555; margin-bottom: 15px; line-height: 1.4; }
.review-text { font-size: 0.95rem; color: #444; line-height: 1.5; margin-bottom: 15px; }
.brand-response { background-color: #f9f9f9; padding: 15px; border-radius: 4px; margin-bottom: 15px; font-size: 0.9rem; color: #555; border-left: 3px solid #ccc; }
.review-footer { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: #777; margin-top: 10px; }
.thumbs button { background: none; border: none; cursor: pointer; font-size: 1rem; color: #777; margin-left: 10px; transition: color 0.2s; }
.thumbs button:hover { color: #011e41; }
.review-hidden { display: none; }
.load-more-container { text-align: center; margin-top: 20px; margin-bottom: 20px; }
.load-more-btn { background: transparent; border: 1px solid #011e41; color: #011e41; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-weight: bold; font-size: 0.9rem; transition: all 0.3s; }
.load-more-btn:hover { background-color: #011e41; color: white; }

/* =========================================
   NOVAS SEÇÕES (VANTAGENS, MEDIDAS, MARKETING)
   ========================================= */
.advantages-box { margin-top: 30px; margin-bottom: 30px; }
.advantages-title { color: #011e41; font-size: 1.1rem; margin-bottom: 15px; }
.advantage-item { display: flex; gap: 15px; margin-bottom: 15px; align-items: flex-start; }
.vtex-list-context-0-x-infoCardImage { width: 40px; height: 40px; flex-shrink: 0; }
.adv-text { font-size: 0.9rem; color: #444; line-height: 1.4; }
.measures-box { margin-bottom: 40px; }
.measures-tabs { display: flex; gap: 10px; margin-bottom: 20px; }
.measure-tab { background: #ffffff; border: none; padding: 10px 15px; cursor: pointer; font-weight: bold; color: #666; border-radius: 4px; font-size: 0.9rem; }
.measure-tab.active { background: #eef3f8; color: #011e41; border: 1px solid #d0e0e0; }
.measures-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid #eee; padding-top: 20px; }
.measure-item { display: flex; flex-direction: column; align-items: center; text-align: center; color: #011e41; }
.m-icon { margin-bottom: 8px; border: 1px solid #011e41; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 4px; color: #011e41; }
.m-icon svg { width: 20px; height: 20px; fill: #011e41; stroke: #011e41; }
.m-icon svg.scale-icon { fill: none; stroke-width: 0.5px; }
.m-icon svg.cube-icon { stroke: none; }
.measure-item small { color: #666; margin-top: 3px; }
.marketing-images-section { display: flex; flex-direction: column; gap: 5px; margin-bottom: 30px; }
.mkt-img { width: 100%; height: auto; border-radius: 4px; display: block; }
.ver-mais-btn { background: white; border: 1px solid #011e41; color: #011e41; padding: 12px; width: 200px; margin: 20px auto 0 auto; display: block; cursor: pointer; font-weight: bold; border-radius: 4px; }
.ver-mais-btn:hover { background: #f0f4f8; }
.accordion-group { border-top: 1px solid #eee; }
.accordion-item { border-bottom: 1px solid #eee; }
.accordion-header { width: 100%; text-align: left; background: white; border: none; padding: 20px 0; font-size: 1.1rem; font-weight: bold; color: #011e41; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.accordion-body { display: none; padding-bottom: 20px; color: #555; font-size: 0.95rem; line-height: 1.5; }
.accordion-body.open { display: block; }
.acc-icon { display: flex; align-items: center; transition: transform 0.3s ease; }
.accordion-header.active .acc-icon { transform: rotate(180deg); }
.acc-icon svg path { fill: currentColor; }
.tech-list { list-style: none; padding: 0; }
.tech-list li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f9f9f9; }
.manuals-row { background-color: #011e41; padding: 40px 20px; border-radius: 8px; display: flex; justify-content: space-around; align-items: flex-start; margin-top: 10px; }
.manual-item { display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; text-decoration: none; font-weight: bold; font-size: 0.95rem; gap: 15px; transition: opacity 0.2s; text-align: center; }
.manual-item:hover { opacity: 0.8; }
.manual-item svg { width: 45px; height: 45px; }
@media (max-width: 600px) { .manuals-row { flex-direction: column; align-items: center; gap: 40px; } .manual-item { width: 100%; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); } .manual-item:last-child { border-bottom: none; } }

/* =========================================
   RODAPÉ DE ATENDIMENTO
   ========================================= */
.footer-channels { width: 100%; background-color: #eaebed; margin-top: 40px; padding: 40px 0; border-radius: 0; }
.footer-content-wrapper { max-width: 600px; margin: 0 auto; padding: 0 20px; }
.footer-logo { height: 25px; width: auto; margin-bottom: 20px; display: block; }
.footer-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 15px; color: #011e41; }
.channel-item { margin-bottom: 15px; }
.channel-link { font-size: 1rem; font-weight: 700; text-decoration: underline; color: #515253; display: inline-block; margin-bottom: 5px; transition: opacity 0.2s; }
.channel-link:hover { opacity: 0.8; }
.channel-desc { font-size: 0.95rem; color: #555; line-height: 1.4; margin: 0; }
@media (max-width: 600px) { .footer-channels { padding: 30px 0; } }

/* =========================================
   ESTILOS DA PÁGINA DE GARANTIA (/garantia/)
   ========================================= */
.added-header { background-color: #fff; padding: 15px 20px; border-bottom: 1px solid #eee; margin-bottom: 20px; }
.added-content { display: flex; align-items: flex-start; gap: 15px; max-width: 600px; margin: 0 auto; }
.added-title { color: #28a745; font-weight: bold; font-size: 1.1rem; display: block; margin-bottom: 5px; }
.added-product { font-size: 0.9rem; color: #333; margin: 0; line-height: 1.3; }
.added-thumb { width: 60px; height: 60px; object-fit: contain; border: 1px solid #eee; border-radius: 4px; flex-shrink: 0; }
.warranty-container { background: white; max-width: 600px; margin: 0 auto; padding: 20px; border-radius: 8px; margin-bottom: 100px; }
.warranty-main-title { color: #011e41; font-size: 1.2rem; margin-bottom: 5px; }
.warranty-subtitle { color: #666; font-size: 0.95rem; margin-bottom: 15px; }
.warranty-divider { border: 0; border-top: 1px solid #eee; margin-bottom: 20px; }
.warranty-card { display: flex; align-items: center; border: 1px solid #ddd; border-radius: 6px; padding: 15px; margin-bottom: 15px; cursor: pointer; position: relative; transition: all 0.2s; background: #fff; }
.warranty-card.selected { border: 2px solid #011e41; background-color: #f0f4f8; }
.recommended-card { border-color: #ddd; }
.recommended-badge { position: absolute; top: -10px; right: 10px; background-color: #4CAF50; color: white; font-size: 0.75rem; font-weight: bold; padding: 2px 8px; border-radius: 4px; }
.radio-circle { margin-right: 15px; position: relative; width: 20px; height: 20px; flex-shrink: 0; }
.radio-circle input { position: absolute; opacity: 0; cursor: pointer; width: 100%; height: 100%; z-index: 2; }
.checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #fff; border: 2px solid #ccc; border-radius: 50%; transition: all 0.2s; }
.warranty-card:hover .checkmark { border-color: #011e41; }
.warranty-card input:checked ~ .checkmark { background-color: #011e41; border-color: #011e41; }
.checkmark:after { content: ""; position: absolute; display: none; }
.warranty-card input:checked ~ .checkmark:after { display: block; }
.radio-circle .checkmark:after { top: 5px; left: 5px; width: 6px; height: 6px; border-radius: 50%; background: white; }
.warranty-info strong { display: block; color: #011e41; font-size: 1rem; margin-bottom: 2px; }
.warranty-info small { display: block; color: #666; font-size: 0.85rem; line-height: 1.3; }
.w-price { font-weight: bold; color: #333; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.benefit-item { display: flex; gap: 10px; align-items: flex-start; }
.b-icon { font-size: 20px; color: #011e41; }
.benefit-item strong { display: block; color: #011e41; font-size: 0.9rem; margin-bottom: 3px; }
.benefit-item p { font-size: 0.8rem; color: #666; line-height: 1.3; margin: 0; }
.b-icon svg { width: 24px; height: 24px; fill: #011e41; }
.b-icon svg path { fill: #011e41; }
.continue-btn { background-color: #617F57; color: white; font-family: 'Electrolux Sans', sans-serif; font-weight: bold; font-size: 1.1rem; border: none; width: 100%; max-width: 600px; padding: 15px; border-radius: 4px; cursor: pointer; text-transform: none; }
.continue-btn:hover { background-color: #4e6646; }
@media (max-width: 600px) { .benefits-grid { grid-template-columns: 1fr; gap: 15px; } .warranty-container { border-radius: 0; margin-top: 0; padding-top: 20px; } }