.produto-page{min-height:100vh;background:var(--color-cream-light)}.produto-breadcrumb{display:flex;align-items:center;gap:.5rem;padding:1.5rem 2rem;font-size:.85rem;color:var(--color-text-muted);max-width:1200px;margin:0 auto}.produto-breadcrumb a{color:var(--color-wine);text-decoration:none;transition:opacity .2s}.produto-breadcrumb a:hover{opacity:.7}.produto-breadcrumb span{color:var(--color-border)}.produto-detalhe{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.produto-detalhe-imagem{position:relative;background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);align-self:start}.produto-detalhe-imagem .badge-destaque{top:16px;right:16px;font-size:.75rem;padding:6px 14px}.produto-detalhe-info{display:flex;flex-direction:column;gap:1rem}.produto-detalhe-nome{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:500;color:var(--color-wine-dark);margin:0;line-height:1.2}.produto-detalhe-linha{font-size:.9rem;color:var(--color-wine);font-weight:500;text-transform:uppercase;letter-spacing:.08em;margin:0}.produto-detalhe-descricao{font-size:1.05rem;color:var(--color-text-muted);line-height:1.7;margin:0}.produto-detalhe-preco{background:#fff;padding:1.25rem 1.5rem;border-radius:var(--radius);border:1px solid var(--color-border);margin:.5rem 0}.preco-label{display:block;font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:500;margin-bottom:.25rem}.preco-principal{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--color-wine-dark)}.preco-entrega{font-size:.95rem;margin-left:.5rem}.preco-alt,.preco-entrega{color:var(--color-text-muted)}.preco-alt{font-size:.9rem;margin:.5rem 0 0}.btn-whatsapp-grande{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:#25d366;color:#fff;font-family:var(--font-body);font-size:1.1rem;font-weight:600;padding:1rem 2rem;border-radius:var(--radius);text-decoration:none;transition:background .2s ease,transform .2s ease;margin:.5rem 0}.btn-whatsapp-grande:hover{background:#1da854;transform:translateY(-2px)}.produto-detalhe-itens{background:#fff;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--color-border)}.produto-detalhe-itens h3{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--color-wine-dark);margin:0 0 1rem}.produto-detalhe-itens ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.5rem;gap:.5rem}.produto-detalhe-itens li{font-size:.9rem;color:var(--color-text);padding:.4rem 0 .4rem 1.25rem;position:relative}.produto-detalhe-itens li:before{content:"✓";position:absolute;left:0;color:var(--color-wine);font-weight:600}.produto-detalhe-obs{background:#fef9e7;padding:1rem 1.25rem;border-radius:var(--radius);border:1px solid #f5e6b8}.produto-detalhe-obs h4{font-size:.85rem;font-weight:600;color:#8b6914;margin:0 0 .5rem}.produto-detalhe-obs p{font-size:.85rem;color:#6b5412;margin:.25rem 0}.produto-outros{background:var(--color-cream);padding:3rem 2rem 4rem;border-top:1px solid var(--color-border)}.produto-outros h2{font-family:var(--font-display);font-size:1.6rem;font-weight:500;color:var(--color-wine-dark);text-align:center;margin:0 0 2rem}.outros-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,280px));justify-content:center;grid-gap:1.5rem;gap:1.5rem;max-width:900px;margin:0 auto}.outro-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.outro-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(124,61,82,.1)}.outro-imagem{aspect-ratio:1;background:var(--color-cream);overflow:hidden}.outro-info{padding:1rem;text-align:center}.outro-info h4{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-wine-dark);margin:0 0 .25rem}.outro-info span{font-size:.9rem;color:var(--color-wine);font-weight:500}@media (max-width:900px){.produto-detalhe{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem 3rem}.produto-breadcrumb{padding:1rem 1.5rem;flex-wrap:wrap}.produto-detalhe-itens ul{grid-template-columns:1fr}}@media (max-width:600px){.produto-detalhe{padding:0 1rem 2rem}.produto-breadcrumb{padding:1rem;font-size:.8rem}.preco-principal{font-size:1.6rem}.btn-whatsapp-grande{width:100%;font-size:1rem}.outros-grid{grid-template-columns:1fr 1fr;gap:1rem}}.gallery-container{background:#fff;border-radius:var(--radius);border:1px solid var(--color-border)}.gallery-container,.gallery-main{position:relative;overflow:hidden}.gallery-main{cursor:zoom-in;aspect-ratio:1}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-main:hover img{transform:scale(1.02)}.gallery-zoom-hint{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;gap:6px;background:rgba(0,0,0,.6);color:#fff;padding:8px 12px;border-radius:20px;font-size:.8rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.gallery-main:hover .gallery-zoom-hint{opacity:1}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.15);color:var(--color-wine)}.gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.gallery-arrow-left{left:12px}.gallery-arrow-right{right:12px}.gallery-thumbnails{display:flex;gap:8px;padding:12px;overflow-x:auto;background:var(--color-cream-light);border-top:1px solid var(--color-border)}.gallery-thumbnail{flex-shrink:0;width:70px;height:70px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;padding:0;background:#fff}.gallery-thumbnail:hover{border-color:var(--color-wine);opacity:.8}.gallery-thumbnail.active{border-color:var(--color-wine);box-shadow:0 2px 8px rgba(124,61,82,.3)}.gallery-dots{display:flex;justify-content:center;gap:8px;padding:12px;background:var(--color-cream-light)}.gallery-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;transition:all .2s ease;padding:0}.gallery-dot:hover{background:var(--color-wine);opacity:.6}.gallery-dot.active{background:var(--color-wine);transform:scale(1.2)}.gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:9999;display:flex;align-items:center;justify-content:center;animation:galleryFadeIn .2s ease}@keyframes galleryFadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;cursor:pointer;padding:10px;border-radius:50%;transition:all .2s ease;z-index:10}.gallery-modal-close:hover{background:hsla(0,0%,100%,.1);transform:scale(1.1)}.gallery-modal-content{display:flex;align-items:center;justify-content:center;max-width:95vw;max-height:95vh;width:100vw;height:100vh}.gallery-modal img{max-width:100vw;max-height:90vh;width:auto;height:auto;margin:auto}.gallery-modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:none;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff}.gallery-modal-arrow:hover{background:hsla(0,0%,100%,.2);transform:translateY(-50%) scale(1.1)}.gallery-modal-arrow-left{left:20px}.gallery-modal-arrow-right{right:20px}.gallery-modal-counter{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);color:#fff;font-size:1rem;padding:8px 20px;background:rgba(0,0,0,.5);border-radius:20px}@media (max-width:768px){.gallery-arrow{width:36px;height:36px}.gallery-arrow-left{left:8px}.gallery-arrow-right{right:8px}.gallery-thumbnail{width:60px;height:60px}.gallery-zoom-hint{display:none}.gallery-modal-arrow{width:48px;height:48px}.gallery-modal-arrow-left{left:10px}.gallery-modal-arrow-right{right:10px}.gallery-modal-arrow svg{width:28px;height:28px}}