/*===========================================
  PRODUCT PAGE - Layout e Estilo Personalizado da pagina do produto
===========================================*/

/* Container principal */
.single-product-grid {
  margin-top: 10px;
}

/* Título e código */
.product-title {
    font-size: 24px;
	color:black;
	margin:0;
}
@media (max-width: 767px){
  .product-title{ font-size: 20px;}
}

.product-code {
  font-size: 14px;
  color: #888;
}
/* =========================================================
   PRODUCT GRID — proporção 55% (galeria) / 45% (descrição)
   ========================================================= */
.product-grid{
  display: grid;
  grid-template-columns: 11fr 9fr; /* ~55% | 45% */
  gap: 20px;
  align-items: start;
}

/* Permite as colunas encolherem sem “estourar” o grid */
.product-gallery,
.produto-descricao{
  min-width: 0;
  width: auto !important;
  max-width: 100% !important;
}

/* Mobile: empilha as colunas */
@media (max-width: 767px){
  .product-grid{ grid-template-columns: 1fr; }
}


/* Marca */
.product-brand-logo img {
  height: 40px;
  object-fit: contain;
}

/* Destaque parcelamento */
.product-price-box {
  background: #222;
  padding: 20px;
  border-radius: 6px;
  color: #fff;
  display:flex;
}

.product-price-box h3 {
  margin: 0 0 10px;
  color: #00B3F5;
}

.button-whatsapp {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.page-container .material-symbols-outlined {
    font-variation-settings: 'FILL' 1;
    font-size: 24px;
    color: #00B3F5;
    margin-right: 5px;
}

/* Endereço */
.product-location {
  background: #eee;
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
}




/* AVALIACOES */

.jgm-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jgm-popup-content {
  background: #fff;
  padding: 30px;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  border-radius: 8px;
}

.jgm-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.avaliacoes-resumo{
  cursor: pointer;
}

.jdgm-star {
  color: #FFD700 !important;
  fill: #FFD700 !important;
}

.jdgm-row-actions,
.jdgm-rev__prod-info-wrapper, 
.jdgm-widget-actions-wrapper {
  display: none !important;
}

.jdgm-rev__header {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.jdgm-rev__icon {
  display: flex;
}

.jdgm-row-stars {
  display: flex;
  align-items: center;
  justify-content: space-evenly!important;
  position: relative;
  gap: 20px;
  padding: 10px 0;
  padding-bottom:0;
}

.jdgm-row-stars::before,
.jdgm-row-stars::after {
  content: "";
  display: inline-block;
  width: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

/* Logo Google à esquerda */
.jdgm-row-stars::before {
  background-image: url('https://static.elfsight.com/icons/app-all-in-one-reviews-logos-google-logo-multicolor.svg');
}

/* Logo da loja à direita */
.jdgm-row-stars::after {
  background-image: url('https://pcbrasilia.com.br/wp-content/uploads/2025/07/LOGOTIPO-PC-GAMER-BRASILIA-RETANGULAR-2000X500-CENTRALIZADO.png');
}
.jdgm-all-reviews__summary.jdgm-rev-widg__summary {
  flex: 0 1 auto;
  text-align: center;
}
.jdgm-rev-widg__summary-inner {
  display: inline-block;
  text-align: center;
}
.jdgm-rev .jdgm-rev__icon {
  display: none !important;
}
.jgm-popup-close {
  position: absolute;
  top: 50px;
  right: 5px;
  z-index: 2;
}
.jdgm-subtab__name { text-decoration: auto; }
.jdgm-quest, .jdgm-rev {
  margin: 0;
  padding: 5px;
}
.jdgm-rev__timestamp {
  float: right;
  display: flex;
}

/* Logo da marca */
.marca-produto {
  display: flex;
  align-items: center;
  max-width: 140px;
}
.store-review-badge{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.logo-marca {
  height: 50px;
  width: auto;
  object-fit: contain;
}

/* produto descricao */
.produto-descricao {
    gap: 8px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.produto-descricao-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
	gap:5px;
}

.product-benefits,
.Botoes-produto {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
	 width: 100%;
}

.botao-icone {
  background: none;
  border: none;
  color: white;
  padding: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 4px;
  transition: background 0.3s;
	text-decoration:none;
}

.botao-icone:hover { background: rgba(255, 255, 255, 0.1); }
.botao-icone .material-symbols-outlined { font-size: 30px; }
.botoes-comprar .material-symbols-outlined { color: #ffffff; }

/* comportamento botao favorito */
.favoritar-produto-btn .material-symbols-outlined {
  font-variation-settings: 'FILL' 0;
  transition: font-variation-settings 0.3s, color 0.3s;
  color: #00B3F5;
}
.favoritar-produto-btn.favoritado .material-symbols-outlined {
  font-variation-settings: 'FILL' 1;
  color: #00B3F5;
}

/* codigo sku */
.sku-produto { font-size: 14px; margin-top: -5px; }

/* descricao produto top 2 */
.info-bloco {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  background: #f8f8f8;
  padding: 4px;
  border-radius: 6px;
  color: #333;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.info-bloco .material-symbols-outlined { font-size: 20px; }
.info-bloco.disponivel {
    background-color: #a7f3d0;
    color: #059669;
}
.info-bloco.disponivel .material-symbols-outlined { color: #1b5e20; font-size: 20px; }
.info-bloco.indisponivel {
  background-color: #ffebee;
  color: #c62828;
}
.info-bloco.indisponivel .material-symbols-outlined { color: #c62828; font-size: 20px; }

.info-bloco.novo,
.info-bloco.garantia { background-color: #e3f2fd; color: #1565c0; }

.check-stock { display: inline-block; margin-top: 6px; color: #00B3F5; font-weight: bold; text-decoration: none; }
.check-stock:hover { text-decoration: underline; }

.botao-reservar { background-color: #00B3F5; font-size: 12px; border-radius: 15px; color: white; }
.retirada-imediata { display: flex; justify-content: center; }
.retirada-imediata .material-symbols-outlined{ color: white; font-size: 15px; }

/* secao pix e botoes */
.product-preco-botoes {
  display: flex; align-items: flex-start;
  gap: 10px; justify-content: space-around; width:100%;flex-wrap:wrap;
}
@keyframes rainbow-animation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.preco-pix {
    min-width: 220px;
}
.rainbow-button {
  background-image: linear-gradient(270deg,
    #007bff, #3399ff, #66ccff, #99ccff, #99ffcc,
    #ccff99, #ffcc66, #ff9966, #ff6699, #cc66ff, #007bff);
  color: white; padding: 12px; font-size: 18px; border: none; border-radius: 20px;
  background-size: 300% 300%; animation: rainbow-animation 6s ease-in-out infinite;
  cursor: pointer; outline: none; text-shadow: 1px 1px 0 #4F4F4F; transition: transform 0.2s ease;
  min-width: 110px; position: relative
}

.button-buy { display: inline-block; background: #00B3F5; color: #fff; padding: 10px 30px; border-radius: 4px; font-weight: 600; text-decoration: none; }
.product-price-pix {
  background: #f5f5f5; padding: 10px; border-radius: 6px; text-align: center; display: flex; flex-direction: column; align-items: flex-start;
}
.botao-carrinho { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 15px; }

.quantidade-personalizada { display: flex; align-items: center; border: 1px solid #ccc; border-radius: 6px; overflow: hidden; height: 42px; }

.add-to-cart-button,
.retirar-rapido-button {
  background: #00B3F5; color: #fff; padding: 10px 20px; border-radius: 6px; font-weight: bold;
  border: none; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: background 0.3s ease;
}
.add-to-cart-button:hover,
.retirar-rapido-button:hover { background: #007bff; }

.botoes-comprar { display: flex; flex-wrap: wrap; justify-content: flex-end}
.botoes-comprar form { display: flex; align-items: center; }

/* Alinha input e botão lado a lado */
.box-frete {
    display: flex;
    padding-top: 10px;
	padding-bottom: 10px;
    border-top: solid 0.1rem #e1e1e1;
    border-bottom: solid 0.1rem #e1e1e1;
    width: 100%;
    justify-content: center;
	font-size:14px;
}
.box-frete .material-symbols-outlined{
	font-size:21px;
}
/* Input CEP */
.box-frete input[name="cep"] { line-height: 0px;max-width: 130px;
} 

.box-frete button {
    background: #00B3F5;
    color: white;
  height: 100%;         /* mesma altura do input */
  line-height: 0px;    /* centraliza o texto */
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;


}
.box-frete button:hover {
  background: #0077cc;
}


.botoes-comprar button {
  background: #00B3F5; color: white; padding: 10px 5px; border: none; border-radius: 10px; font-weight: bold; font-size: 16px;margin-top:5px;
  display: flex; align-items: center; gap: 5px; cursor: pointer; transition: background 0.3s ease; margin-bottom:5px;width:100%;justify-content:center;
}
.botoes-comprar button:hover { background: #0077cc; }

/* * 1. Define o contêiner principal da galeria (.product-gallery) 
 * como o "ponto de referência" para o posicionamento.
 * Qualquer elemento filho com 'position: absolute' 
 * usará este como sua âncora.
 */
.product-gallery {
  position: relative;
}
.Botao-produto-foto {
  position: absolute; /* Tira o elemento do fluxo normal da página */
  top: 10px;          /* Distância do topo */
  right: 10px;         /* Distância da direita */
  z-index: 10;        /* Garante que fique SOBRE a imagem e thumbnails */
align-items: center;
  display: flex;/* Bônus: Alinha os botões lado a lado */
  gap: 4px; /* Espaço de 8px entre os botões */
}
* Estiliza os botões para ficarem visíveis e clicáveis
 * sobre a imagem, com um fundo para melhor leitura.
 */
.Botao-produto-foto a,
.Botao-produto-foto button {
  background: rgba(255, 255, 255, 0.9); /* Fundo branco 90% opaco */
  border-radius: 50%;                 /* Deixa redondo (circular) */
  width: 40px;                        /* Largura fixa */
  height: 40px;                       /* Altura fixa */
  
  /* Centraliza o ícone dentro do círculo */
  display: flex;
  align-items: center;
  justify-content: center;
  
  text-decoration: none; /* Remove sublinhado do link */
  border: none;          /* Remove borda padrão do botão */
  padding: 0;          /* Remove padding padrão do botão */
  box-shadow: 0 1px 3px rgba(0,0,0,0.15); /* Sombra suave */
  color: #333;        /* Cor do ícone */
  cursor: pointer;
  transition: background 0.2s ease;
}

/* * Efeito de hover */
.Botao-produto-foto a:hover,
.Botao-produto-foto button:hover {
   background: #fff; /* Fundo branco 100% opaco */
   color: #000;
}

/* botao carrinho */
input.qty {
  width: 60px; padding: 6px; font-size: 16px; text-align: center; border-radius: 6px; border: 1px solid #ccc;
}

/* === Produto: Localização === */
.produto-localizacao {
  display: flex; gap: 10px; background: #f9f9f9; border-radius: 12px;
  width: 100%; align-content: center; align-items: center; justify-content: space-around;height:160px;
}
.produto-localizacao-imagem{
	height:100%;	
}

/* Coluna de texto */
.produto-localizacao-texto { display: flex; flex-direction: column; min-width: 165px; font-size:14px;}

/* Coluna de botões */
.produto-estoque-reserva {
  display: flex; gap: 10px; flex-direction: column; flex-wrap: wrap; justify-content: center; align-content: center;align-items:center;
}
.info-estoque { display: flex; justify-content: center; flex-direction: column; align-items: center; min-width:172px}

/* =========================================================
   GALERIA WOO
   ========================================================= */
.product-gallery .woocommerce-product-gallery{
  position: relative !important; max-width: 100% !important; opacity: 1 !important; box-sizing: border-box;
}
.product-gallery .flex-viewport {
    aspect-ratio: 1 / 1;
    /* position: relative !important; */
    /* overflow: hidden !important; */
    width: 100% !important;
    height: 100% !important;
    /* min-height: 0 !important; */
    /* max-height: none !important; */
    margin-bottom: 20px;
    cursor: zoom-in;
}
.product-gallery .woocommerce-product-gallery__wrapper {
    display: block !important;
    height: 100% !important;
}
.product-gallery .woocommerce-product-gallery__wrapper::after{ content:""; display:block; clear: both; }
.product-gallery .woocommerce-product-gallery__image {
    /* float: left !important; */
    /* height: 100% !important; */
    /* margin: 0 !important; */
    /* display: flex !important; */
    /* align-items: center !important; */
    /* justify-content: center !important; */
    /* box-sizing: border-box; */
}
.product-gallery .woocommerce-product-gallery__image img {
    /* display: block !important; */
    width: 100% !important;
    /* height: 100% !important; */
    object-fit: contain !important;
    /* max-width: none !important; */
    /* max-height: none !important; */
    transition: transform .25s ease;
    /* transform-origin: center center; */
    aspect-ratio: 1 / 1;
}

@media (hover:hover){
  .product-gallery .flex-viewport:hover .woocommerce-product-gallery__image img{ transform: scale(1.02); }
}
.product-gallery .woocommerce-product-gallery{ --thumbs-bar: 80px; }
.product-gallery .woocommerce-product-gallery__trigger{
  position: absolute !important; top: 0; left: 0; right: 0; bottom: var(--thumbs-bar);
  opacity: 0 !important; z-index: 5 !important; cursor: zoom-in !important; display: block !important;
}
.product-gallery .woocommerce-product-gallery__trigger > *{ display:none !important; }
.product-gallery .woocommerce-product-gallery__trigger:focus{ outline: none !important; }
.product-gallery .flex-control-thumbs{ position: relative; z-index: 10; }
@media (max-width: 767px){ .product-gallery .woocommerce-product-gallery{ --thumbs-bar: 72px; } }

.woocommerce div.product div.images .flex-control-thumbs{
  display: flex !important; gap: 8px !important; justify-content: center;
  overflow-x: auto !important; -webkit-overflow-scrolling: touch; padding-bottom: 6px !important;
  list-style: none !important; margin: 0 !important; padding-left: 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
  flex: 0 0 64px !important; margin: 0 !important; padding: 0 !important; list-style: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li::marker{ content: '' !important; }
.woocommerce div.product div.images .flex-control-thumbs img{
  display: block !important; width: 64px !important; height: 64px !important; object-fit: cover !important; border-radius: 6px !important;
}
.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover{
  border: 2px solid #00B3F5 !important; border-radius: 6px !important; box-shadow: 0 0 6px rgba(0,179,245,.4) !important;
}
.woocommerce div.product div.images .flex-control-thumbs img:focus-visible{
  outline: 2px solid #00B3F5 !important; outline-offset: 2px !important;
}

/* =========================================================
   FORMAS DE PAGAMENTO
   ========================================================= */
.caixa-pagamento{border:1px solid #e5e7eb;border-radius:12px;background:#fff;width: 100%}
.cabecalho-caixa{padding:10px 12px;font-weight:700;border-bottom:1px solid #eef2f7;font-size:14px}
.lista-pagamento details{border-bottom:1px solid #f2f48}
.lista-pagamento details:last-child{border-bottom:0}
.linha-pagamento summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    gap: 4px;
    padding: 8px;
}
.linha-pagamento .titulo{flex:1 1 auto;font-size:14px;line-height:1.2}
.linha-pagamento .etiqueta {
    font-size: 11px;
    color: #059669;
    border: 1px solid #a7f3d0;
    background: #ecfeff;
    padding: 0px 4px;
    border-radius: 999px;
    display: inline-block;
    text-align: center;
}
.linha-pagamento .preco{font-weight:700;white-space:nowrap}
.corpo-pagamento{padding:8px 12px}
.texto-regra{font-size:14px;color:#334155;margin:0 0 6px}
.caixa-parcelas{background:#0f172a;color:#e2e8f0;border-radius:10px;padding:8px 10px}
.titulo-parcelas{font-weight:700;margin:0 0 6px;font-size:13px}
.grid-parcelas{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;}
.item-parcela:last-child{border-bottom:0}
.item-parcela strong{color:#000}
.nota-rodape{font-size:11px;opacity:.85;margin-top:6px}

/* =========================================================
RESPONSIVO 520px
   ========================================================= */
@media (max-width:520px){
	.grid-parcelas{grid-template-columns:1fr}.corpo-pagamento{padding-left:40px}
	.quantidade-wrapper { display:none; }
	
.botoes-comprar {    width: 100%;    flex-direction: column;}
.botoes-wrapper {    width: 100%;    /* flex-direction: column; */}
	
.woocommerce-breadcrumb {
    display: flex !important;
    font-size: 12px !important;
    align-items: center !important;
}
.product-title {    font-size: 16px;}
.produto-texto-cartao {   font-size: 14px;    padding-top: 4px;    padding-bottom: 4px;}
}

/* =========================================================
   QUANTIDADE
   ========================================================= */
.quantidade-wrapper { padding-right: 10px; }
.qty-btn { background: #00B3F5; color: #fff; border: none; width: 36px; height: 100%; font-size: 22px; cursor: pointer; }
.qty-btn:hover { background: #007bff; }
.qty-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.qty { width: 50px; text-align: center; border: none; font-size: 16px; height: 100%; }

.icone--whatsapp img { display: block; width: 20px; height: 20px; }

.woocommerce-breadcrumb {
  display: flex; justify-content: space-between; font-size: 14px;
}
.woocommerce-breadcrumb a { text-decoration: none; color: inherit; transition: color .2s ease; }
.woocommerce-breadcrumb a:hover { color: #0ea5e9; }

/* =========================================================
   TEXTO NO MAPA
   ========================================================= */
.mapa-link { position: relative; overflow: hidden; }
.mapa-overlay {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6); color: #fff; font-size: 12px; font-weight: 600; padding: 8px 16px; border-radius: 6px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
  display: inline-block; white-space: nowrap; text-align: center;
}
.mapa-link:hover .mapa-overlay { opacity: 1; }

/* ===========================
   BASE POPUP (comum a todos)
=========================== */
.popup-overlay {
  position: fixed; inset: 0; background: rgba(0, 0, 0, 0.75);
  z-index: 100010; display: flex; justify-content: center; align-items: center; padding: 20px;
}

.popup-conteudo h3 { margin-top: 0; }
.popup-conteudo .popup-fechar, .popup-fechar {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: #00b3f5;
    color: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
z-index: 2; /* Alterado de 10000 */
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.popup-conteudo .popup-fechar:hover, .popup-fechar:hover { opacity: 1; }
.popup-acoes { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.popup-acoes a { background:#0073aa; color:#fff; padding:10px; border-radius:8px; text-decoration:none; font-weight:bold; }

/* VARIANTE: POPUP RETIRA */
.popup-conteudo.popup-retira {
  position: relative; padding: 0; max-width: 980px; width: 95%; text-align: left;background: #fff; border-radius: 12px;
  z-index: 1; /* Adicionado */
}
.retira-logo { width: 80px; object-fit: contain; }
.retira-nome { font-size: 18px; line-height: 1.2; margin: 0; }
.btn { display:inline-flex; align-items:center; justify-content:center; padding:10px 14px; border-radius:8px; text-decoration:none; font-weight:600; border:1px solid transparent; }
.btn-verde { background:#22c55e; color:#fff; }
.btn-verde:hover { filter: brightness(0.95); }
.btn-azul-outline { border-color:#2563eb; color:#2563eb; background:#fff; }
.btn-azul-outline:hover { background:#eff6ff; }


/* Secção de descrições abaixo da PDP */
.produto-descricoes {
  margin-top: 28px;
}

.produto-descricao-titulo {
  font-size: 20px;
  line-height: 1.3;
  margin: 18px 0 10px;
  font-weight: 600;
}

.produto-descricao-curta,
.produto-descricao-completa {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 18px;
}

.produto-descricao-corpo p {
  margin: 0 0 12px;
}

.produto-descricao-corpo ul,
.produto-descricao-corpo ol {
  margin: 0 0 12px 20px;
}

.produto-descricao-corpo img {
  max-width: 100%;
  height: auto;
}


esse é meu css atual, me fale somente o que devo alterar
/* ===== Acordeão de descrições ===== */
.produto-descricoes-acc .acc-item { border: 0; margin-bottom: 5px; background: #fff; }
.produto-descricoes-acc .acc-title {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 12px 14px 12px 42px; /* espaço para o ícone */
  background: #0b0b0b;           /* faixa preta */
  color: #22a6f2;                 /* título azul */
  font-weight: 700;
  border: 0;
  cursor: pointer;
}
/* Ícone + / - */
.produto-descricoes-acc .acc-title::before {
  content: "+"; /* padrão (fechado) */
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 18px;
  color: #22a6f2;
  line-height: 1;
}
.produto-descricoes-acc .acc-item.is-open .acc-title::before {
  content: "–"; /* quando aberto */
}

.produto-descricoes-acc .acc-content {
  overflow: hidden;
  transition: max-height .3s ease;
  background: #fff;
}
.produto-descricoes-acc .acc-body {
  padding: 14px 16px 28px;
  line-height: 1.5;
  color: #111;
  font-size: 15px;
}

/* Fechado por padrão */
.produto-descricoes-acc .acc-item:not(.is-open) .acc-content { max-height: 0; }

/* Preview da primeira seção (30%) com gradiente e botão "Ver toda descrição" */
.produto-descricoes-acc .acc-item.is-preview .acc-content { position: relative; }
.produto-descricoes-acc .acc-item.is-preview .acc-content::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 54px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,.55));
  pointer-events: none;
}

.produto-descricoes-acc .acc-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  background: none;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  color: #0ea5e9;
  text-shadow: 0 1px 0 #000;
}
/* some automaticamente quando NÃO estiver em preview */
.produto-descricoes-acc .acc-item:not(.is-preview) .acc-more { display: none; }

/* Acessibilidade */
.produto-descricoes-acc .acc-title:focus,
.produto-descricoes-acc .acc-more:focus { outline: 2px solid #0ea5e9; outline-offset: 2px; }


/* ===== Relacionados: sempre 1 linha ===== */
.relacionados-wrap { margin: 24px 0 12px; overflow: hidden; }
.relacionados-titulo {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

/* 1 linha com rolagem horizontal quando necessário */
.relacionados-grid {
  display: flex;
  flex-wrap: nowrap;              /* nunca quebra linha */
  gap: 14px;
  overflow-x: auto;               /* rola no eixo X quando não couber */
  scroll-snap-type: x proximity;  /* snap suave entre cards */
  -webkit-overflow-scrolling: touch; /* rolagem fluida no iOS */
}

/* largura responsiva do card:
   - mínimo 160px
   - ideal ~22vw em telas médias
   - máximo 220px
*/
.rel-card {
  flex: 0 0 clamp(120px, 10vw, 120px);
  list-style: none;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
  transition: transform .12s ease, box-shadow .12s ease;
  scroll-snap-align: start;
}
.rel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.rel-link { display: block; color: inherit; text-decoration: none; }

.rel-fig { position: relative;
    margin: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
}
.rel-fig img {   max-width: 100%;             /* novo */
  max-height: 100%;            /* novo */
  width: auto;                 /* novo (substitui width:100%) */
  height: auto;                /* novo */
  object-fit: contain;         /* novo */}

.rel-name {
  position: absolute; inset: 0;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 10px;
  background: rgba(0,0,0,.65);
  color: #fff; font-weight: 700; font-size: 10px;
  opacity: 0; transition: opacity .18s ease;
}
.rel-card:hover .rel-name,
.rel-card:focus-within .rel-name { opacity: 1;}

/* preço Pix abaixo da imagem */
.rel-price { padding: 10px 12px 12px; display: flex; gap: 6px; align-items: baseline;justify-content:center;}
.rel-price-label { font-size: 12px; color: #6b7280; }
.rel-price-value { font-size: 16px; font-weight: 800; }

/* foco acessível */
.rel-link:focus { outline: 2px solid #0ea5e9; outline-offset: 2px; border-radius: 10px; }

/* (opcional) esconder barra de rolagem sem quebrar acessibilidade */
.relacionados-grid::-webkit-scrollbar { height: 8px; }
.relacionados-grid::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 8px; }



/* ===== Navegação lateral (setas) ===== */
.relacionados-wrap {
  position: relative;            /* para posicionar as setas */
  margin: 24px 0 12px;
  overflow: hidden;
}

.rel-nav {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: rgba(17,17,17,.85);
  color: #fff;
  font-size: 18px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
	padding:0;
  display: none;                 /* só mostramos via JS quando houver overflow */
}
.rel-nav:hover { background: rgba(17,17,17,.95); }

.rel-prev { left: 6px; }
.rel-next { right: 6px; }

.rel-nav[disabled] {
  opacity: .4;
  cursor: default;
}

/* garante espaço para que as setas não fiquem por cima do conteúdo clicável */
.relacionados-grid { padding: 6px 44px 6px; margin:0}

/* Cartão "Ver todos" */
.rel-card--seeall {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rel-card--seeall .rel-seeall {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 18px 10px;
  transition: background .15s ease, transform .12s ease, box-shadow .12s ease;
}
.rel-card--seeall .rel-seeall-icon {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #111;
}
.rel-card--seeall .rel-seeall-text {
  font-weight: 800;
  font-size: 14px;
  color: #0ea5e9;
}
.rel-card--seeall:hover {
  background: #e5e7eb;
}

/* Bloco informativo: produto indisponível */
.pcg-unavailable-icone-texto{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #E6F4FF;          /* azul claro */
  border: 1px solid #BFE3FF;     /* borda suave */
  border-radius: 12px;
  margin: 8px 0 14px;
	width: 100%;
}

.pcg-unavailable-icone-texto .pcg-ico{
  font-variation-settings: 'FILL' 1; /* ícone preenchido */
  font-size: 40px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;               /* alinha verticalmente com o texto */
}

.pcg-unavailable-link{
    text-decoration: auto;
}
.pcg-unavailable-text {
  margin: 0;
  color: #0f172a;
  line-height: 1.35;
  font-size: 15px;
	  display: flex;
  align-items: center;
}
.pcg-unavailable-text strong{
  font-weight: 800;
}
.pcg-notify-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	font-size:18px;
}
.pcg-inline-input {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 90%;
    margin: 5px;
}
/* Grade de duas colunas (esquerda maior) */
.grid-parcelas-loja{
  display: grid;
  grid-template-columns: 1fr 1fr; /* esquerda com mais espaço */
  gap: 4px;

}

.grid-parcelas-col{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Cada linha (valor + total) */
.item-parcela{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
	font-size:12px;
}

.item-parcela .valor{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}


.item-parcela .valor .juros-inline{
  font-size: 12px;
  opacity: 0.8;
}

.item-parcela .total{
  text-align: right;
  white-space: nowrap;
}

.item-parcela .total .total-label{
  font-size: 12px;
  opacity: 0.75;
}

/* Responsivo: empilha colunas */
@media (max-width: 640px){
  .grid-parcelas-loja{
    grid-template-columns: 1fr;
  }
}
/* evita cortar as bordas dos últimos cards */
.item-parcela{
  border: none;
  box-shadow: 0 0 0 1px #eee inset;  /* desenha a borda por dentro */
  border-radius: 8px;
}

.linha-pagamento summary::-webkit-details-marker {
  display: none; /* remove marcador padrão */
}

.linha-pagamento .seta-toggle {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.25s ease;
  opacity: 0.6;
}

/* quando aberto, gira a seta */
.linha-pagamento[open] .seta-toggle {
  transform: rotate(180deg);
  opacity: 1;
}

.pcg-add-to-cart.is-loading { opacity: .7; pointer-events: none; }
/* trava scroll quando modal aberto */
.pcg-modal-open { overflow: hidden; }

/* container do modal */
.pcg-modal {
  position: fixed; inset: 0;
  display: grid; place-items: center;
  z-index: 99999;
  transition: opacity .15s ease;
  opacity: 0;
}
.pcg-modal.is-visible { opacity: 1; }
.pcg-modal[hidden] { display: none; }

/* overlay */
.pcg-modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    /* z-index: 1; */
}

/* caixa central */
.pcg-modal__dialog{
  position: relative;
  max-width: 520px; width: calc(100% - 32px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  padding: 20px 20px 16px;
  transform: translateY(8px);
  transition: transform .15s ease, opacity .15s ease;
  opacity: 0;
}
.pcg-modal.is-visible .pcg-modal__dialog{
  transform: translateY(0); opacity: 1;
}

#pcg-cart-modal h3{
  margin: 0 0 6px; font-size: 18px; font-weight: 700;
}
.pcg-modal__text{ margin: 0 0 14px; color: #444; }

/* ações */
.pcg-modal__actions{
  display: flex; gap: 10px; justify-content: flex-end; margin-top: 8px;
}
.pcg-btn{
  appearance: none; border: 0; border-radius: 10px;
  padding: 10px 14px; font-weight: 600; cursor: pointer;
}
.pcg-btn--ghost{ background: #f3f4f6; color: #111; }
.pcg-btn--ghost:hover{ background: #e5e7eb; }
.pcg-btn--primary{ background: #0ea5e9; color: #fff; text-decoration: none; }
.pcg-btn--primary:hover{ background: #0284c7; }

/* X fechar */
.pcg-modal__close{
  position: absolute; top: 8px; right: 8px;
  background: transparent; border: 0; font-size: 18px; cursor: pointer; opacity: .7;
}
.pcg-modal__close:hover{ opacity: 1; }
.pcg-cart-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.pcg-cart-actions .button {
  background: #1e88e5;
  color: #fff;
  border-radius: 8px;
  padding: 6px 14px;
  text-decoration: none;
  font-weight: 500;
}
.pcg-cart-actions .pcg-btn-continue {
  background: #43a047;
}
.pcg-cart-actions .pcg-btn-gocart {
  background: #1565c0;
}

.pcg-frete-inline-card {
    width: 100%;
}
/* =========================================================
   PRODUTO LOCALIZAÇÃO - AJUSTE RESPONSIVO
   ========================================================= */

/* Esta é a regra para "telas pequenas" (iguais ou menores que 768px),
  exatamente como definido no seu HTML (<picture>).
*/
@media (max-width: 1250px) {
/* Altera o contêiner principal para empilhar os itens */
  .produto-localizacao {
    flex-direction: column;
    height: auto;
    align-items: center;
  }

.linha-pagamento .etiqueta {
    max-width: 75px;
}
/* Ajusta o contêiner da imagem */
  .produto-localizacao-imagem {
    width: 100%;
    height: auto;
  }
  
/* No layout empilhado, a imagem (MAPS-1X4a.png)
    deve "cobrir" o espaço, não "conter".
  */
  .mapa-link img {
    height: auto; /* A altura é automática */
    object-fit: cover; /* A imagem 1x4 vai cobrir a largura */
  }
/* Faz o texto e o estoque ocuparem 100% */
  .produto-localizacao-texto,
  .produto-estoque-reserva {
    min-width: 0;
    align-items: center;
    text-align: center;
  }
}

.botao-ver-carrinho {
    background: #00B3F5;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    /* gap: 5px; */
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    text-decoration-line: none;
    margin: 5px 0px;
    justify-content: center;
}
.botao-ver-carrinho:hover {
background: #0077cc;     
color: white;
}


.produto-localizacao-grupo-texto {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 4px;
}
.produto-texto-cartao {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom:10px;
}