.gpmPaginaProdutoRaiz {
  width: 100%;
  min-height: 100vh;
  background: #f3f3f3;
}

.gpmSecaoGaleriaPrincipal {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background: #f3f3f3;
}

.gpmBarraTopoProduto {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 14px 12px;
}

.gpmBotaoVoltarTopo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}

.gpmBarraBuscaFakeTopo {
  flex: 1;
  min-width: 0;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #e8e8e8;
  border-radius: 16px;
  padding: 0 14px;
}

.gpmIconeBuscaSvg {
  width: 26px;
  height: 26px;
  color: #111111;
  flex: 0 0 auto;
}

.gpmTextoBuscaFake {
  font-size: 18px;
  color: #767676;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gpmAcoesDireitaTopo {
  display: flex;
  align-items: center;
  gap: 2px;
}

.gpmBotaoAcaoRedondo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  position: relative;
}

.gpmIconeTopoSvg {
  width: 30px;
  height: 30px;
}

.gpmBotaoCarrinhoTopo {
  position: relative;
}

.gpmBadgeCarrinhoTopo {
  position: absolute;
  top: 1px;
  right: 0;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f83a63;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.gpmAreaCarrosselProduto {
  position: relative;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: #ffffff;
}

.gpmAreaCarrosselProduto::-webkit-scrollbar {
  display: none;
}

.gpmTrilhaCarrosselProduto {
  display: flex;
  width: 100%;
}

.gpmSlideUnicoProduto {
  width: 100%;
  min-width: 100%;
  aspect-ratio: 1 / 1;
  scroll-snap-align: start;
  background: #ffffff;
}

.gpmImagemSlideProduto {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gpmContadorFotosProduto {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-width: 62px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(33, 33, 33, 0.58);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

@media (max-width: 640px) {
  .gpmBarraTopoProduto {
    padding: 14px 10px 10px;
    gap: 6px;
  }

  .gpmBotaoVoltarTopo,
  .gpmBotaoAcaoRedondo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .gpmBarraBuscaFakeTopo {
    height: 46px;
    border-radius: 14px;
    padding: 0 12px;
    gap: 10px;
  }

  .gpmIconeTopoSvg {
    width: 27px;
    height: 27px;
  }

  .gpmIconeBuscaSvg {
    width: 24px;
    height: 24px;
  }

  .gpmTextoBuscaFake {
    font-size: 16px;
  }

  .gpmBadgeCarrinhoTopo {
    min-width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .gpmContadorFotosProduto {
    min-width: 56px;
    height: 32px;
    font-size: 17px;
    right: 12px;
    bottom: 12px;
  }
}
.gpmMolduraGaleriaProduto {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.gpmAreaCarrosselProduto {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
}

.gpmAreaCarrosselProduto::-webkit-scrollbar {
  display: none;
}

.gpmTrilhaCarrosselProduto {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  width: 100%;
}

.gpmSlideUnicoProduto {
  width: 100%;
  aspect-ratio: 1 / 1;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #ffffff;
  overflow: hidden;
}

.gpmImagemSlideProduto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.gpmContadorFotosProduto {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-width: 68px;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(44, 44, 44, 0.62);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
  backdrop-filter: blur(6px);
}

.gpmNumeroAtualContador,
.gpmNumeroTotalContador {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 640px) {
  .gpmContadorFotosProduto {
    right: 12px;
    bottom: 12px;
    min-width: 62px;
    height: 34px;
    font-size: 17px;
    padding: 0 12px;
  }
}