.header-wrapper{height:5vh;min-height:40px;background-color:#000;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 2vw;z-index:100;position:relative}.header-logo{display:flex;align-items:center;justify-self:start}.header-logo-img{height:22px;object-fit:contain}.header-centro{display:flex;align-items:center;justify-content:center;justify-self:center}.header-direita{display:flex;align-items:center;justify-content:flex-end;gap:12px;justify-self:end;min-width:0}.header-view-toggle{display:flex;align-items:center;gap:2px;background:rgba(255,255,255,.12);border-radius:8px;padding:2px}.header-view-btn{background:none;border:none;cursor:pointer;padding:5px 7px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#ffffff8c;transition:color .15s,background .15s}.header-view-btn--ativa{color:#fff;background:rgba(255,255,255,.2)}.header-view-svg{display:block}@media (min-width: 768px){.header-centro{display:none}}.header-alerta{font-size:.65rem;font-weight:600;color:#f6ad55;letter-spacing:.04em;text-transform:uppercase}.header-infos-sales{display:flex;align-items:center;gap:16px;font-size:.75rem;color:#cfcfcf}.header-cliente{font-weight:700;color:#fff}.header-proposta-numero{font-size:.8rem;font-weight:600;color:#cfcfcf}@media (max-width: 480px){.header-infos-sales{gap:8px;font-size:.65rem}.header-alerta{display:none}}.product-viewer{height:100%;overflow-y:scroll;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;background:var(--crystal);padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px}.product-viewer--tiktok{scroll-snap-type:y mandatory}.product-viewer--double{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:min-content;gap:12px;flex-direction:unset;align-items:stretch;align-content:start;height:auto;max-height:100%;overflow-y:auto}.product-slide{scroll-snap-align:start;display:flex;justify-content:center;flex-shrink:0;box-sizing:border-box;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #00000014;background:white}.product-viewer--tiktok .product-slide{min-height:100%;scroll-snap-align:center;scroll-snap-stop:always}.product-viewer--double .card-carrossel{padding:0 6px;width:100%;max-width:100%;overflow:hidden}.product-viewer--double .product-slide{display:block;width:100%;min-width:0;max-width:100%;overflow:hidden;scroll-snap-align:none}.product-viewer--double .product-card{width:100%;min-width:0}.product-slide--footer{scroll-snap-align:start;min-height:auto;grid-column:1 / -1}.product-slide--footer .footer-wrapper{flex:none;width:100%}.product-viewer--double .product-slide--footer,.product-viewer--double .viewer-sentinel{grid-column:1 / -1}@media (min-width: 768px){.product-viewer{overflow-y:auto;scroll-behavior:auto;overscroll-behavior-y:auto;padding:24px;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:min-content;gap:16px;align-content:start;align-items:stretch;height:100%;flex-direction:unset}.product-viewer--double{grid-template-columns:repeat(4,1fr)}.product-slide{display:flex;flex-direction:column;height:100%;scroll-snap-align:unset;justify-content:unset}.product-viewer--tiktok .product-slide{min-height:unset;scroll-snap-stop:unset}.product-slide--footer{grid-column:1 / -1;height:auto}.viewer-sentinel{grid-column:1 / -1}}.viewer-sentinel{min-height:20px;display:flex;align-items:center;justify-content:center;padding:16px}.viewer-carregando-mais{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--squant);font-size:.8rem}.viewer-spinner{width:22px;height:22px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--button-color);border-radius:50%;animation:spin .8s linear infinite}.carousel-wrapper{position:relative;width:100%;aspect-ratio:2 / 3;background:#f8f8f8;cursor:grab;margin-bottom:5px;-webkit-user-select:none;user-select:none;overflow:hidden;touch-action:auto}.carousel-wrapper:active{cursor:grabbing}.carousel-wrapper--vazio{cursor:default}.carousel-track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;height:100%;will-change:transform}.carousel-item{flex:0 0 auto;height:100%;position:relative;border-radius:6px;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.carousel-imagem{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .15s ease;touch-action:auto}.carousel-imagem--oculta{opacity:0}.carousel-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1}.carousel-spinner{width:28px;height:28px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--button-color);border-radius:50%;animation:spin .8s linear infinite}.carousel-seta{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.7);border:1px solid rgba(0,0,0,.08);color:var(--dark-gray);font-size:1.3rem;line-height:1;width:22px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;transition:background .15s;z-index:2;padding:0}.carousel-seta:hover{background:rgba(255,255,255,.92)}.carousel-seta--esq{left:4px}.carousel-seta--dir{right:4px}.carousel-dots{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:flex;gap:4px;z-index:2}.carousel-dot{width:5px;height:5px;border-radius:50%;background:rgba(0,0,0,.2);border:none;cursor:pointer;transition:background .2s,transform .2s;padding:0}.carousel-dot--ativo{background:var(--button-color);transform:scale(1.35)}.product-viewer--double .carousel-wrapper,.carousel-wrapper--compacto{aspect-ratio:2 / 3;width:100%;max-width:100%}.carousel-dots--compacto{bottom:3px;gap:3px}.carousel-dots--compacto .carousel-dot{width:4px;height:4px}.carousel-seta--compacto{width:16px;height:24px;font-size:1rem}@media (min-width: 768px){.carousel-wrapper{aspect-ratio:unset;height:auto;touch-action:auto}.carousel-track{height:auto;align-items:flex-start}.carousel-item,.carousel-imagem{height:auto}}.swatches-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;padding:0 16px 2px;width:100%}.swatches-inline{display:inline-flex;flex-wrap:wrap;align-items:center;gap:3px;margin-left:8px}.swatch-btn{background:none;border:2px solid transparent;cursor:pointer;padding:2px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .15s ease;outline:none}.swatch-btn--compacto{padding:1px}.swatch-btn:hover{transform:scale(1.15)}.swatch-btn--ativa{border-color:#313131}.swatch-circulo{display:block;width:24px;height:24px;border-radius:50%;border:1px solid rgba(0,0,0,.12)}.product-viewer--double .swatch-circulo{width:18px;height:18px}.swatch-circulo--compacto{width:14px;height:14px}.grid-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 16px;box-sizing:border-box}.grade-tabela{border-collapse:collapse;width:auto;font-size:.78rem;margin:0 auto;border:1px solid #c8c6c6}.grade-th{padding:6px 8px;text-align:center;font-weight:700;font-size:.75rem;letter-spacing:.02em;background:#f0f0f0;color:#95939e;border:1px solid #c8c6c6;white-space:nowrap}.grade-th--cor{width:40px;min-width:40px;max-width:40px;padding:6px 4px}.grade-th--tamanho{width:36px;min-width:36px}.grade-th--total{width:48px;min-width:48px;max-width:48px;padding:6px 4px;font-size:.68rem;letter-spacing:.01em;color:var(--dark-gray);border-bottom:2px solid #c8c6c6}.grade-tr{background:white}.grade-tr--alt{background:#fafafa}.grade-td{padding:6px 8px;text-align:center;color:#7f8997;border:1px solid #c8c6c6;white-space:nowrap;font-size:.78rem}.grade-td--cor{padding:5px 4px;width:40px;min-width:40px;max-width:40px}.grade-cor-quadrado{width:28px;height:14px;border-radius:2px;border:1px solid rgba(0,0,0,.15);margin:0 auto;flex-shrink:0}.grade-td--qtd{color:#c8c8c8;width:36px;min-width:36px}.grade-td--com-qtd{color:var(--dark-gray);font-weight:700}.grade-td--total{width:48px;min-width:48px;max-width:48px;padding:6px 4px;color:var(--dark-gray);font-weight:700}.product-viewer--double .grade-tabela{font-size:.39rem}.product-viewer--double .grade-th{font-size:.375rem;padding:3px 4px}.product-viewer--double .grade-td{font-size:.39rem;padding:3px 4px}.product-viewer--double .grade-th--cor,.product-viewer--double .grade-td--cor{width:20px;min-width:20px;max-width:20px;padding:2px}.product-viewer--double .grade-cor-quadrado{width:14px;height:7px}.product-viewer--double .grade-th--tamanho,.product-viewer--double .grade-td--qtd{width:18px;min-width:18px}.product-viewer--double .grade-th--total,.product-viewer--double .grade-td--total{width:24px;min-width:24px;max-width:24px;font-size:.34rem;padding:3px 2px}.product-viewer--double .grid-scroll{padding:0 4px}.product-card{width:100%;height:auto;display:flex;padding-top:12px;flex-direction:column;background:white;overflow:hidden}.card-carrossel{flex:none;width:100%;height:auto;padding:0 16px;box-sizing:border-box;overflow:hidden;background:#f8f8f8}.card-info-wrapper{flex:none;display:flex;flex-direction:column;overflow:visible;background:white}.card-info{padding:10px 16px 12px;display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;text-align:center}.card-texto-produto{font-size:.78rem;color:var(--squant);font-weight:500;line-height:1.45;margin:0}.card-ref-marca{font-weight:700;color:var(--dark-gray)}.card-precos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.card-desconto{font-size:.65rem;font-weight:700;background:#e53e3e;color:#fff;padding:2px 6px;border-radius:4px;font-style:italic}.card-precos-valores{display:flex;align-items:flex-end;justify-content:center;gap:16px;flex-wrap:wrap}.card-preco-bloco{display:flex;flex-direction:column;align-items:center;gap:3px}.card-preco-hint{font-size:.62rem;font-weight:600;padding-bottom:2px;border-bottom:2px solid currentColor;white-space:nowrap}.card-preco-hint--menor{color:var(--darker-emerald)}.card-preco-hint--maior{color:var(--blue)}.card-preco{font-size:.9rem;font-weight:700}.card-preco--menor{color:var(--darker-emerald)}.card-preco--maior{color:var(--blue)}.card-grade{flex:none;overflow:auto;padding-top:6px;-webkit-overflow-scrolling:touch;padding-bottom:16px}@media (min-width: 768px){.product-card{height:100%;min-height:0}.card-info-wrapper{flex:1;min-height:0;display:flex;flex-direction:column}.card-grade{margin-top:auto;overflow-y:auto;max-height:180px}.card-carrossel{padding:0}.card-info{padding:10px 14px 12px;gap:6px}.card-texto-produto{font-size:.82rem}.card-preco{font-size:.95rem}}.product-viewer--double .card-texto-produto{font-size:.68rem}.product-viewer--double .card-preco{font-size:.78rem}.product-viewer--double .card-precos-valores{gap:8px}.product-viewer--double .card-preco-hint{font-size:.52rem}.product-viewer--double .card-preco-bloco{gap:2px}.product-viewer--double .card-info{padding:8px 10px 10px;gap:5px}.product-viewer--double .card-carrossel{padding:0 10px}.product-viewer--double .card-grade{padding-bottom:10px}.footer-wrapper{flex:1;display:flex;align-items:center;justify-content:center;background:white;padding:32px 24px}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:480px}.footer-titulo{font-size:1rem;font-weight:700;color:var(--dark-gray);letter-spacing:.04em;text-transform:uppercase}.footer-cards{display:flex;flex-direction:column;gap:10px;width:100%}.footer-card{background:var(--crystal);border:1px solid #e2e8f0;border-radius:10px;padding:14px 20px;display:flex;justify-content:space-between;align-items:center}.footer-card--destaque{background:var(--emerald-pastel);border-color:var(--light-seafoam)}.footer-card-label{font-size:.75rem;color:var(--squant);font-weight:500}.footer-card-valor{font-size:1.05rem;font-weight:700;color:var(--dark-gray)}.footer-card--destaque .footer-card-valor{color:var(--emerald)}.scroll-top-btn{position:fixed;bottom:24px;right:25px;width:42px;height:42px;border-radius:50%;border:none;background:var(--button-color);color:#fff;font-size:1.65rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #00000040;z-index:200;display:flex;align-items:center;justify-content:center;line-height:1;padding-bottom:2px}.scroll-top-btn:active{transform:scale(.95)}@media (min-width: 768px){.scroll-top-btn{bottom:32px;right:32px}}.loading-wrapper{height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--crystal);gap:16px}.loading-spinner{width:36px;height:36px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--button-color);border-radius:50%;animation:spin .8s linear infinite}.loading-texto{color:var(--squant);font-size:.85rem;letter-spacing:.04em}@keyframes spin{to{transform:rotate(360deg)}}.proposta-wrapper{height:100dvh;display:flex;flex-direction:column;background-color:var(--crystal);overflow:hidden}.proposta-content{flex:1;overflow:hidden;position:relative}.proposta-erro{height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e53e3e;font-size:1rem;gap:12px;background:var(--crystal)}.proposta-carregando{height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--crystal)}:root{--blue: #2196F3;--blue-pastel: #BBDEFB;--emerald: #2C947C;--seafoam: #73d0b9;--darker-seafoam: #48C5A6;--darker-emerald: #0BB38C;--light-seafoam: #9DD6C8;--emerald-pastel: #C8F0E8;--button-color: #009440;--crystal: #EFEFEF;--nickel: #949494;--squant: #666666;--dark-gray: #313131;--light-gray: #B1B1B1;--surface: #FFFFFF;--border: #E2E8F0;--text-primary: #1A202C;--text-secondary: #4A5568;--text-muted: #718096}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;background-color:var(--crystal)}*{-webkit-font-smoothing:antialiased;font-family:Montserrat,Roboto,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif}#root{height:100%;overflow:hidden}
