/* ===================================================
   INFOCELL STORE — ESTILOS PERSONALIZADOS DEFINITIVOS
   =================================================== */

/* =========================================================
   1. PERFORMANCE GLOBAL, SCROLL FLUIDO & VISIBILIDADE
   ========================================================= */

html {
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden !important;
  width: 100% !important;
  position: relative !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
}

/* Forçar exibição de todos os elementos que a plataforma ocultava com opacity:0 */
.fade-in,
.fade-in-vertical,
.transition-up,
[data-transition="fade-in"],
[data-transition="fade-in-up"],
[data-transition="fade-in-image"] img,
.visible-when-content-ready {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.display-when-content-ready {
  display: block !important;
}

/* Remover placeholders de carregamento */
.placeholder-shine,
.placeholder-fade {
  display: none !important;
}
img + .blur-up {
  display: none !important;
}

/* Imagens gerais com lazyload */
img.lazyload,
img.lazyloaded,
img.lazyloading {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Todas as seções principais da loja */
.section-featured-home,
.section-new-products-home,
.section-sale-products-home,
.section-featured-products-home,
.section-banners-home,
.section-brands-home,
.section-informative-banners,
.section-slider-home,
.js-home-sections-container,
.js-home-main-slider-container,
.js-home-main-slider-visibility,
.js-section-products-new,
.js-section-products-featured,
.js-section-products-sale,
.js-product-container,
.home-section,
.js-products-new-container,
.js-products-featured-container,
.js-products-sale-container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* =========================================================
   2. HEADER & MENU DE NAVEGAÇÃO SUPERIOR
   ========================================================= */

/* Header fixo sem jitter / layout thrashing */
.head-main,
.js-head-main {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background-color: #1a1a1a !important;
  transform: translateZ(0) !important;
  will-change: transform !important;
  transition: none !important;
}

.logo-img,
.header-logo img,
.footer-logo img {
  max-height: 46px !important;
  width: auto !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .logo-img,
  .header-logo img {
    max-height: 36px !important;
  }
}

/* BARRA DO MENU DE CATEGORIAS */
.head-main .menu-and-banners-row,
.menu-and-banners-row,
.js-menu-and-banners-row {
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  height: 46px !important;
  min-height: 46px !important;
  display: block !important;
  background-color: #111111 !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  padding: 0 15px !important;
}

.menu-and-banners-row > .row {
  height: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ocultar a caixa branca duplicada de parcelamento/envios da barra de menu para liberar espaço total aos links */
.menu-and-banners-row .js-head-banners-col,
.menu-and-banners-row .head-banners {
  display: none !important;
}

/* Botão Categorias à esquerda */
.js-desktop-nav-categories {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  height: 46px !important;
  padding-right: 18px !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
  cursor: pointer !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.js-desktop-nav-categories > .nav-item-container {
  display: flex !important;
  align-items: center !important;
  height: 46px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* APENAS o link do botão Categorias na barra superior */
.js-desktop-nav-categories > .nav-item-container > a,
.js-desktop-nav-categories > .nav-item-container > a.nav-list-link {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  height: 46px !important;
  line-height: 46px !important;
  cursor: pointer !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.js-desktop-nav-categories > .nav-item-container > a:hover {
  color: #e57100 !important;
}

.js-desktop-nav-categories > .nav-item-container svg {
  width: 18px !important;
  height: 18px !important;
  fill: #e57100 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Coluna com os links de categorias */
.js-desktop-nav-col {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.nav-desktop,
.nav-desktop-container {
  width: 100% !important;
  height: 46px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Lista de navegação horizontal: 100% ESTÁTICA, NUNCA ROLA HORIZONTALMENTE COM O MOUSE */
ul.js-nav-desktop-list.nav-desktop-list,
ul.js-nav-desktop-list.nav-desktop-list.nav-desktop-with-scroll {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  scrollbar-width: none !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 8px !important;
  gap: 0 !important;
  height: 46px !important;
  width: auto !important;
  max-width: 100% !important;
  position: static !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

ul.js-nav-desktop-list.nav-desktop-list::-webkit-scrollbar {
  display: none !important;
}

/* Ocultar definitivamente as setas de scroll lateral da Tienda Nube */
.js-nav-desktop-list-arrow,
.nav-desktop-list-arrow,
.nav-desktop-list-arrow-left,
.nav-desktop-list-arrow-right {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

ul.js-nav-desktop-list.nav-desktop-list > li,
ul.js-nav-desktop-list.nav-desktop-list > li.nav-item-desktop,
ul.js-nav-desktop-list.nav-desktop-list > li.js-desktop-nav-item {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  height: 46px !important;
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* TODOS os links da barra horizontal preta (Produtos, Apple, Samsung, etc.) */
.head-main .menu-and-banners-row a,
.head-main .menu-and-banners-row a.nav-list-link,
ul.js-nav-desktop-list.nav-desktop-list > li > a,
ul.js-nav-desktop-list.nav-desktop-list > li > a.nav-list-link,
ul.js-nav-desktop-list.nav-desktop-list > li > .nav-item-container > a,
ul.js-nav-desktop-list.nav-desktop-list > li > .nav-item-container > a.nav-list-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 11px !important;
  height: 46px !important;
  line-height: 46px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  transition: color 0.15s ease, background-color 0.15s ease !important;
  white-space: nowrap !important;
  visibility: visible !important;
  opacity: 1 !important;
}

ul.js-nav-desktop-list.nav-desktop-list > li > a:hover,
ul.js-nav-desktop-list.nav-desktop-list > li > a.nav-list-link:hover,
ul.js-nav-desktop-list.nav-desktop-list > li > .nav-item-container > a:hover,
ul.js-nav-desktop-list.nav-desktop-list > li > .nav-item-container > a.nav-list-link:hover {
  color: #e57100 !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
}

/* =========================================================
   2.1. MENU DROPDOWN VERTICAL "CATEGORIAS" (COMPACTO & ELEGANTE)
   ========================================================= */

/* Garantir que NENHUM dropdown desktop use position: fixed da Tienda Nube */
.desktop-dropdown,
.js-desktop-dropdown,
.nav-dropdown-content {
  position: absolute !important;
}

/* O dropdown de Categorias: elegante menu vertical sob o botão */
.js-desktop-nav-categories .desktop-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
  max-height: calc(100vh - 140px) !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  border-radius: 0 0 10px 10px !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18) !important;
  border: 1px solid #e0e0e0 !important;
  border-top: 3px solid #e57100 !important;
  padding: 8px 0 !important;
  z-index: 99999 !important;
  display: block !important;
  box-sizing: border-box !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(6px) !important;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
}

/* Custom Scrollbar suave e moderna para o menu de categorias */
.js-desktop-nav-categories .desktop-dropdown::-webkit-scrollbar,
.js-desktop-nav-categories .desktop-list-subitems .list-subitems::-webkit-scrollbar,
ul.js-nav-desktop-list > li.nav-dropdown > .desktop-dropdown::-webkit-scrollbar {
  width: 5px !important;
}
.js-desktop-nav-categories .desktop-dropdown::-webkit-scrollbar-thumb,
.js-desktop-nav-categories .desktop-list-subitems .list-subitems::-webkit-scrollbar-thumb,
ul.js-nav-desktop-list > li.nav-dropdown > .desktop-dropdown::-webkit-scrollbar-thumb {
  background: #cccccc !important;
  border-radius: 4px !important;
}

/* Abrir no hover ou clique */
.js-desktop-nav-categories:hover > .desktop-dropdown,
.js-desktop-nav-categories.open > .desktop-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

/* AO ROLAR A PÁGINA: FORÇAR FECHAMENTO TOTAL E IMEDIATO (NUNCA CONGELAR SOBRE PRODUTOS) */
body.is-scrolling .desktop-dropdown,
body.is-scrolling .js-desktop-nav-categories .desktop-dropdown,
body.is-scrolling .js-desktop-nav-categories .desktop-list-subitems .list-subitems,
body.is-scrolling ul.js-nav-desktop-list > li.nav-dropdown > .desktop-dropdown,
body.is-scrolling .nav-dropdown-content {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  display: none !important;
  transform: translateY(6px) !important;
  transition: none !important;
}

/* Lista vertical das categorias */
.js-desktop-nav-categories .desktop-list-subitems {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* Linhas do menu vertical */
.js-desktop-nav-categories .desktop-list-subitems > li.nav-item {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* Links das categorias principais */
.js-desktop-nav-categories .desktop-list-subitems > li.nav-item > a.nav-list-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 10px 20px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  border-bottom: none !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease !important;
}

.js-desktop-nav-categories .desktop-list-subitems > li.nav-item > a.nav-list-link:hover {
  background-color: #f7f7f7 !important;
  color: #e57100 !important;
  padding-left: 24px !important;
}

/* Indicador de seta (›) para categorias que têm subcategorias */
.js-desktop-nav-categories .desktop-list-subitems > li.item-with-subitems > a.nav-list-link::after {
  content: "›" !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #aaaaaa !important;
  line-height: 1 !important;
  margin-left: auto !important;
}

.js-desktop-nav-categories .desktop-list-subitems > li.item-with-subitems:hover > a.nav-list-link::after {
  color: #e57100 !important;
}

/* Submenu lateral (Flyout para a direita) */
.js-desktop-nav-categories .desktop-list-subitems .list-subitems {
  position: absolute !important;
  top: -8px !important;
  left: 100% !important;
  min-width: 230px !important;
  max-height: calc(100vh - 140px) !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  border-radius: 0 8px 8px 8px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16) !important;
  border: 1px solid #e0e0e0 !important;
  border-left: 3px solid #e57100 !important;
  padding: 8px 0 !important;
  list-style: none !important;
  display: none !important;
  z-index: 100000 !important;
}

/* Exibir submenu lateral ao passar o mouse */
.js-desktop-nav-categories .desktop-list-subitems > li.item-with-subitems:hover > .list-subitems {
  display: block !important;
}

/* Links dentro do submenu lateral */
.js-desktop-nav-categories .desktop-list-subitems .list-subitems li.nav-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.js-desktop-nav-categories .desktop-list-subitems .list-subitems a.nav-list-link {
  display: block !important;
  padding: 9px 20px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #444444 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease !important;
}

.js-desktop-nav-categories .desktop-list-subitems .list-subitems a.nav-list-link:hover {
  background-color: #f7f7f7 !important;
  color: #e57100 !important;
  padding-left: 24px !important;
}

/* Dropdowns dos outros links da barra (Produtos, Games) */
ul.js-nav-desktop-list > li.nav-dropdown {
  position: relative !important;
}

ul.js-nav-desktop-list > li.nav-dropdown > .desktop-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 220px !important;
  width: max-content !important;
  max-width: 280px !important;
  max-height: calc(100vh - 140px) !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #e2e2e2 !important;
  border-top: 3px solid #e57100 !important;
  padding: 8px 0 !important;
  z-index: 99999 !important;
  display: block !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(6px) !important;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
}

ul.js-nav-desktop-list > li.nav-dropdown:hover > .desktop-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

ul.js-nav-desktop-list > li.nav-dropdown .desktop-list-subitems {
  display: flex !important;
  flex-direction: column !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.js-nav-desktop-list > li.nav-dropdown .desktop-list-subitems > li.nav-item {
  display: block !important;
  width: 100% !important;
}

ul.js-nav-desktop-list > li.nav-dropdown .desktop-list-subitems a.nav-list-link {
  display: block !important;
  padding: 8px 18px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  text-decoration: none !important;
  text-transform: none !important;
  height: auto !important;
  line-height: 1.4 !important;
  transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease !important;
}

ul.js-nav-desktop-list > li.nav-dropdown .desktop-list-subitems a.nav-list-link:hover {
  background-color: #f7f7f7 !important;
  color: #e57100 !important;
  padding-left: 22px !important;
}

/* =========================================================
   3. BANNER PRINCIPAL (HERO SLIDER - 100% ENQUADRADO & PROPORCIONAL)
   ========================================================= */

section.section-slider-home,
.section-slider-home,
.section-slider {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  background-color: #0d0d0d !important;
  margin: 0 !important;
  padding: 0 !important;
}

.js-home-main-slider-container,
.js-home-main-slider-visibility {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1580 / 700 !important;
  overflow: hidden !important;
  position: relative !important;
}

.js-home-slider.swiper-container:not(:has(.item-product)),
.js-home-slider.swiper:not(:has(.item-product)) {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1580 / 700 !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: #0d0d0d !important;
}

/* Deixar o Swiper gerenciar a largura de .swiper-wrapper com proporção exata */
.js-home-slider:not(:has(.item-product)) .swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1580 / 700 !important;
  display: flex !important;
  box-sizing: content-box !important;
}

.js-home-slider:not(:has(.item-product)) .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1580 / 700 !important;
  position: relative !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.js-home-slider:not(:has(.item-product)) .slide-container,
.js-home-slider:not(:has(.item-product)) .slider-slide,
.js-home-slider:not(:has(.item-product)) .swiper-slide > a {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1580 / 700 !important;
  display: block !important;
  position: relative !important;
}

/* IMAGEM DO BANNER DESKTOP: 100% visível, enquadrada, proporção perfeita 1580x700 */
.js-home-slider:not(:has(.item-product)) .slider-slide img,
.js-home-slider:not(:has(.item-product)) img.slider-image,
.section-slider:not(:has(.item-product)) img.slider-image,
img.js-slider-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: 1580 / 700 !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Slider Mobile: proporção nativa 820 x 1000 */
.js-home-mobile-slider-visibility {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 820 / 1000 !important;
  position: relative !important;
  overflow: hidden !important;
}

.js-home-slider-mobile.swiper-container,
.js-home-slider-mobile.swiper {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 820 / 1000 !important;
  overflow: hidden !important;
  background-color: #0d0d0d !important;
}

.js-home-slider-mobile .swiper-wrapper,
.js-home-slider-mobile .swiper-slide,
.js-home-slider-mobile .slide-container,
.js-home-slider-mobile .slider-slide,
.js-home-slider-mobile .swiper-slide > a {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 820 / 1000 !important;
}

.js-home-slider-mobile img.slider-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 820 / 1000 !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* =========================================================
   4. SETAS DE NAVEGAÇÃO DOS SLIDERS (CORREÇÃO TOTAL & DEFINITIVA)
   Garante botões redondos, elegantes, modernos e 100% visíveis
   ========================================================= */

/* Hero Banner Principal & Mobile: Ocultar completamente as setas (rotação 100% automática e contínua) */
.section-slider-home .swiper-button-prev,
.section-slider-home .swiper-button-next,
.section-slider .swiper-button-prev,
.section-slider .swiper-button-next,
.js-home-main-slider-container .swiper-button-prev,
.js-home-main-slider-container .swiper-button-next,
.js-home-slider-container .swiper-button-prev,
.js-home-slider-container .swiper-button-next,
.js-home-slider-row .swiper-button-prev,
.js-home-slider-row .swiper-button-next,
.js-home-slider .swiper-button-prev,
.js-home-slider .swiper-button-next,
.js-home-slider-mobile .swiper-button-prev,
.js-home-slider-mobile .swiper-button-next,
.js-home-mobile-slider-visibility .swiper-button-prev,
.js-home-mobile-slider-visibility .swiper-button-next {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Ocultar pseudo-elementos nativos de fonte do Swiper 9 (setas azuis duplicadas) */
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-outside::after {
  display: none !important;
  content: "" !important;
}

/* Permitir que o contêiner do swiper acomode os botões flutuantes */
.swiper-container,
.js-swiper-featured,
.js-swiper-sale,
.js-swiper-new,
.js-swiper-banners,
.js-swiper-related {
  position: relative !important;
}

/* Botões de navegação circulares, modernos, com sombra e 100% contidos */
.swiper-button-prev,
.swiper-button-next,
.swiper-button-outside.swiper-button-prev,
.swiper-button-outside.swiper-button-next,
.products-section-prev-container,
.products-section-next-container {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  width: 44px !important;
  height: 44px !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
  color: #1e293b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 50 !important;
  cursor: pointer !important;
  outline: none !important;
  user-select: none !important;
  pointer-events: auto !important;
}

/* NUNCA deixar o botão sair do contêiner: valores positivos internos */
.swiper-button-prev,
.swiper-button-outside.swiper-button-prev,
.products-section-prev-container {
  left: 8px !important;
  right: auto !important;
}

.swiper-button-next,
.swiper-button-outside.swiper-button-next,
.products-section-next-container {
  right: 8px !important;
  left: auto !important;
}

/* Efeito Hover e Active nos botões de navegação */
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-outside.swiper-button-prev:hover,
.swiper-button-outside.swiper-button-next:hover,
.products-section-prev-container:hover,
.products-section-next-container:hover {
  background: #e57100 !important;
  border-color: #e57100 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(229, 113, 0, 0.4) !important;
  transform: translateY(-50%) scale(1.1) !important;
}

.swiper-button-prev:active,
.swiper-button-next:active,
.swiper-button-outside.swiper-button-prev:active,
.swiper-button-outside.swiper-button-next:active {
  transform: translateY(-50%) scale(0.94) !important;
}

/* Ícones SVG nos botões de navegação */
.swiper-button-prev svg,
.swiper-button-next svg,
.swiper-button-outside svg,
.products-section-slider-control svg {
  width: 16px !important;
  height: 16px !important;
  fill: #1e293b !important;
  display: block !important;
  pointer-events: none !important;
  transition: fill 0.2s !important;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg,
.swiper-button-outside:hover svg,
.products-section-prev-container:hover svg,
.products-section-next-container:hover svg {
  fill: #ffffff !important;
}

/* Container interno das setas em produtos relacionados */
.products-section-slider-control {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

/* Botões desabilitados: ficam suavemente ocultos quando não há como avançar/voltar */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.disabled,
.swiper-button-next.disabled {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  transform: translateY(-50%) scale(0.8) !important;
}

/* Paginação do slider */
.js-swiper-home-pagination,
.js-swiper-home-pagination-mobile {
  position: absolute !important;
  bottom: 15px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10 !important;
  margin: 0 !important;
  text-align: center !important;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6) !important;
  opacity: 0.6 !important;
  transition: all 0.2s ease !important;
}

.swiper-pagination-bullet-active {
  background: #e57100 !important;
  opacity: 1 !important;
  width: 24px !important;
  border-radius: 4px !important;
}

/* =========================================================
   5. CARDS E CARROSSÉIS DE PRODUTOS
   ========================================================= */

.js-swiper-new,
.js-swiper-featured,
.js-swiper-sale,
.js-swiper-banners,
.js-swiper-brands {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  padding: 10px 0 !important;
}

.js-products-new-grid .swiper-slide,
.js-products-featured-grid .swiper-slide,
.js-products-sale-grid .swiper-slide {
  box-sizing: border-box !important;
  height: auto !important;
}

/* Container de Grid de produtos (produtos.html e categorias) */
.js-product-table.row-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-right: -8px !important;
  margin-left: -8px !important;
}

/* Coluna do card */
.js-item-product.col-grid,
.item-product.col-grid {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-bottom: 20px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* O CARD EM SI: .item */
.js-item-product,
.item-product,
.js-item-container.item,
.item-product .item {
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
  height: 100% !important;
  min-height: 100% !important;
}

/* Reset de bordas e fundos duplicados quando .item está aninhado em .item-product */
.js-item-product.col-grid,
.item-product.col-grid {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 8px !important;
}

.js-item-product.col-grid > .item,
.item-product.col-grid > .item {
  border: 1px solid #e8e8e8 !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 12px !important;
  margin-bottom: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.js-item-product.col-grid:hover > .item,
.item-product.col-grid:hover > .item,
.js-item-container.item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1) !important;
  border-color: #e57100 !important;
}

.js-item-quickshop-or-colors-container {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  width: 100% !important;
  position: relative !important;
}

/* CONTAINER DA IMAGEM: sem padding-bottom extra */
.product-item-image-container,
.item-image {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border-radius: 6px !important;
  margin: 0 !important;
}

/* Proporção 1:1 rigorosa APENAS no padding box interno */
.js-item-image-padding {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 100% !important; /* 1:1 quadrado perfeito */
  height: 0 !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  background: #fdfdfd !important;
  display: block !important;
}

.js-item-image-padding > a,
.js-product-item-image-link-private {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

/* Imagens principais do produto nos cards */
.product-item-image-featured,
.item-image-featured,
.item-image img:not(.product-item-image-secondary):not(.item-image-secondary):not(.js-product-item-secondary-image-private) {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 6px !important;
  box-sizing: border-box !important;
}

/* Ocultar definitivamente imagem secundária/miniatura duplicada nos cards */
img.product-item-image-secondary,
img.item-image-secondary,
img.js-product-item-secondary-image-private,
.product-item-image-secondary,
.item-image-secondary,
.js-product-item-secondary-image-private {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: -9999 !important;
}

/* Selo de Frete Grátis / Desconto */
.labels-absolute {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 10 !important;
}

.label-accent {
  background: #e57100 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 7px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.12) !important;
}

.label-accent svg {
  width: 12px !important;
  height: 12px !important;
  fill: #ffffff !important;
}

/* Textos e descrições do produto */
.item-description {
  margin-top: 10px !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: space-between !important;
}

.item-link {
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.item-name {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  min-height: 36px !important;
  max-height: 38px !important;
  color: #2b2b2b !important;
  margin-bottom: 8px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  transition: color 0.2s ease !important;
}

.item:hover .item-name {
  color: #e57100 !important;
}

.item-price-container {
  margin-top: auto !important;
  padding-top: 4px !important;
  display: block !important;
}

span.js-price-display.item-price {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  display: block !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
}

.price-compare {
  font-size: 12px !important;
  color: #999999 !important;
  text-decoration: line-through !important;
}

.js-payment-discount-price-product-container {
  color: #00875a !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
}

.js-max-installments.product-installments,
.item-installments {
  font-size: 12px !important;
  color: #666666 !important;
  display: block !important;
  line-height: 1.3 !important;
  margin-top: 2px !important;
}

/* Botão de Compra no Card */
.js-quickshop-or-stock-container {
  margin-top: 10px !important;
}

.js-item-quickshop-container .btn,
.js-quickshop-modal-open {
  background: #e57100 !important;
  border: 1px solid #e57100 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 8px 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  text-decoration: none !important;
}

.js-item-quickshop-container .btn:hover,
.js-quickshop-modal-open:hover {
  background: #cc6400 !important;
  border-color: #cc6400 !important;
  color: #ffffff !important;
}

.js-open-quickshop-icon {
  width: 14px !important;
  height: 14px !important;
  fill: #ffffff !important;
  margin: 0 !important;
  position: static !important;
  transform: none !important;
}

/* =========================================================
   5.1. SIDEBAR DE FILTROS DAS PÁGINAS DE LISTAGEM
   ========================================================= */

.filters-sidebar {
  width: 250px !important;
  min-width: 250px !important;
  padding-right: 15px !important;
}

.filters-sidebar .card {
  background: #ffffff !important;
  border: 1px solid #eaeaea !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03) !important;
  margin-bottom: 8px !important;
  padding: 10px 14px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.filters-sidebar .card:hover {
  border-color: #d8d8d8 !important;
}

.filters-sidebar .js-accordion-toggle {
  text-decoration: none !important;
  color: #222222 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.filters-sidebar .js-accordion-toggle:hover {
  color: #e57100 !important;
}

.filters-sidebar .js-accordion-toggle svg {
  width: 12px !important;
  height: 12px !important;
  fill: #888888 !important;
  transition: transform 0.2s ease, fill 0.2s ease !important;
}

.filters-sidebar .js-accordion-toggle:hover svg {
  fill: #e57100 !important;
}

.filters-sidebar .js-accordion-content {
  padding-top: 10px !important;
  border-top: 1px solid #f2f2f2 !important;
  margin-top: 8px !important;
}

.filters-sidebar .checkbox-container {
  display: flex !important;
  align-items: center !important;
  padding: 5px 0 !important;
  font-size: 13px !important;
  color: #555555 !important;
  cursor: pointer !important;
  margin-bottom: 2px !important;
}

.filters-sidebar .checkbox-container:hover {
  color: #e57100 !important;
}

.filters-sidebar .checkbox-text {
  font-size: 13px !important;
}

.filters-sidebar .btn-link {
  color: #444444 !important;
  font-size: 13px !important;
  display: block !important;
  padding: 3px 0 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.filters-sidebar .btn-link:hover {
  color: #e57100 !important;
}

/* =========================================================
   6. BANNERS PROMOCIONAIS E MARCAS
   ========================================================= */

.section-banners-home {
  padding: 24px 0 !important;
}

.js-textbanner-image-container,
.textbanner-image {
  border-radius: 8px !important;
  overflow: hidden !important;
  position: relative !important;
}

.js-textbanner-image-container img,
.textbanner-image img,
img.js-textbanner-image {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.section-brands-home {
  padding: 24px 0 !important;
  background: #f8f9fa !important;
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
}

.js-swiper-brands .swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 16px !important;
}

.js-swiper-brands img,
.brand-image {
  max-height: 40px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: grayscale(100%) opacity(70%) !important;
  transition: filter 0.2s !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.js-swiper-brands img:hover,
.brand-image:hover {
  filter: grayscale(0%) opacity(100%) !important;
}

/* =========================================================
   7. RODAPÉ E CARRINHO LATERAL
   ========================================================= */

body > footer > div.container.py-md-3 > div > div:nth-child(1) > div::after {
  content: none !important;
  display: none !important;
}



#infocell-toast {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #252525;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  border-left: 5px solid #e57100;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 999999;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

#infocell-toast.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#infocell-toast svg { color: #4bb98c; width: 20px; height: 20px; flex-shrink: 0; }

.cart-drawer-overlay {
  position: fixed; top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.6);
  z-index: 99998;
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.cart-drawer-overlay.active { opacity: 1; visibility: visible; }

.cart-drawer {
  position: fixed; top: 0; right: -420px;
  width: 100%; max-width: 400px;
  height: 100vh;
  background: #ffffff;
  z-index: 99999;
  box-shadow: -5px 0 25px rgba(0,0,0,0.2);
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
  font-family: 'Public Sans', sans-serif;
}

.cart-drawer.active { right: 0; }

.cart-drawer-header {
  padding: 18px 20px;
  background: #252525; color: #ffffff;
  display: flex; justify-content: space-between; align-items: center;
}

.cart-drawer-header h3 {
  margin: 0; font-size: 18px; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}

.cart-drawer-close {
  background: transparent; border: none; color: #ffffff;
  font-size: 24px; cursor: pointer; line-height: 1; padding: 4px; border-radius: 4px;
}

.cart-drawer-close:hover { background: rgba(255,255,255,0.1); }

.cart-drawer-items {
  flex: 1; overflow-y: auto; padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
}

.cart-item-card {
  display: flex; gap: 12px; padding: 12px;
  border: 1px solid #eeeeee; border-radius: 8px;
  background: #fafafa; align-items: center;
}

.cart-item-card img {
  width: 64px; height: 64px; object-fit: contain;
  background: #fff; border-radius: 6px; border: 1px solid #eee;
}

.cart-item-info { flex: 1; }

.cart-item-title {
  font-size: 13px; font-weight: 600; color: #333; margin-bottom: 4px; line-height: 1.3;
}

.cart-item-price { font-size: 14px; font-weight: 700; color: #e57100; }

.cart-item-qty-row { display: flex; align-items: center; gap: 8px; margin-top: 6px; }

.qty-btn {
  width: 24px; height: 24px;
  border: 1px solid #ccc; background: #fff; border-radius: 4px;
  font-size: 14px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}

.qty-btn:hover { background: #f0f0f0; }

.cart-item-remove {
  background: none; border: none; color: #999; cursor: pointer; padding: 4px; margin-left: auto;
}
.cart-item-remove:hover { color: #dd4444; }

.cart-drawer-footer {
  padding: 20px;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
}

.cart-total-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #222;
}

.cart-total-price { color: #e57100; }

.cart-checkout-btn {
  width: 100%; background: #e57100; color: #ffffff; border: none;
  padding: 14px; border-radius: 6px; font-size: 15px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer;
  transition: background 0.2s; display: block; text-align: center; text-decoration: none;
}

.cart-checkout-btn:hover { background: #cc6400; color: #ffffff; }

.cart-whatsapp-btn {
  width: 100%; background: #25D366; color: #ffffff; border: none;
  padding: 12px 14px; border-radius: 6px; font-size: 14px; font-weight: 700;
  cursor: pointer; transition: background 0.2s, transform 0.1s;
  display: flex; align-items: center; justify-content: center;
  gap: 8px; text-decoration: none; margin-top: 10px;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
}

.cart-whatsapp-btn:hover { background: #1eb956; color: #ffffff; transform: translateY(-1px); }

.cart-count-badge {
  background: #e57100; color: #ffffff; border-radius: 50%;
  font-size: 11px; font-weight: 700; min-width: 18px; height: 18px;
  padding: 0 4px; display: inline-flex; align-items: center; justify-content: center;
  position: absolute; top: -6px; right: -8px;
}

/* =========================================================
   10. CONTROLE DE PAGINAÇÃO DE PRODUTOS (PRODUTOS.HTML)
   ========================================================= */

.js-pagination-container.pagination-container {
  margin: 40px 0 25px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

.js-pagination-container .swiper-button-prev,
.js-pagination-container .swiper-button-next {
  position: static !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  background: #222222 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  border: none !important;
}

.js-pagination-container .swiper-button-prev:hover,
.js-pagination-container .swiper-button-next:hover {
  background: #e57100 !important;
  transform: scale(1.08) !important;
}

.js-pagination-container .swiper-button-prev svg,
.js-pagination-container .swiper-button-next svg {
  fill: #ffffff !important;
  width: 18px !important;
  height: 18px !important;
}

.js-pagination-container .swiper-button-prev.disabled,
.js-pagination-container .swiper-button-next.disabled,
.js-pagination-container .swiper-button-prev.opacity-30,
.js-pagination-container .swiper-button-next.opacity-30 {
  background: #e2e2e2 !important;
  color: #999999 !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  transform: none !important;
}

.js-pagination-container .swiper-button-prev.disabled svg,
.js-pagination-container .swiper-button-next.disabled svg {
  fill: #999999 !important;
}

.js-pagination-numbers {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.btn-page-number {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #f4f4f4 !important;
  color: #222222 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.btn-page-number:hover {
  background: #e57100 !important;
  color: #ffffff !important;
  border-color: #e57100 !important;
  transform: scale(1.08) !important;
  text-decoration: none !important;
}

.btn-page-number.active {
  background: #e57100 !important;
  color: #ffffff !important;
  border-color: #e57100 !important;
  box-shadow: 0 4px 12px rgba(229, 113, 0, 0.35) !important;
  cursor: default !important;
  transform: scale(1.05) !important;
}


/* =========================================================
   CORREÇÃO DEFINITIVA: BOTÕES DE COMPRA NOS CARDS DE PRODUTO
   Alinhamento unificado: COMPRAR + Ícone lado a lado via Flexbox
   Elimina qualquer possibilidade de sobreposição em qualquer tela
   ========================================================= */

/* 1. Ocultar placeholders duplicados */
.js-addtocart-placeholder,
.js-item-quickshop-container .js-addtocart-placeholder,
.js-quickshop-or-stock-container .js-addtocart-placeholder {
  display: none !important;
}

/* 2. Coluna e Container dos botões no card */
.js-quickshop-or-stock-container .col-md-9,
.js-quickshop-or-stock-container .item-actions,
.js-item-quickshop-container,
.js-item-quickshop-container .item-submit-container,
.js-item-submit-container,
.item-submit-container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* 3. Todos os botões nos cards de produtos (botão ou modal rápida) */
.js-item-quickshop-container .btn,
.js-item-quickshop-container button,
.js-item-quickshop-container input.btn,
.js-item-submit-container .btn,
.js-item-submit-container button,
.item-submit-container .btn,
.item-submit-container button,
.js-quickshop-modal-open {
  background: #e57100 !important;
  background-color: #e57100 !important;
  border: 1px solid #e57100 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  padding: 9px 12px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  text-decoration: none !important;
  width: 100% !important;
  max-width: 100% !important;
  text-transform: uppercase !important;
  box-sizing: border-box !important;
  position: relative !important;
  letter-spacing: 0.5px !important;
}

.js-item-quickshop-container .btn:hover,
.js-item-quickshop-container button:hover,
.js-item-quickshop-container input.btn:hover,
.js-item-submit-container .btn:hover,
.js-item-submit-container button:hover,
.item-submit-container .btn:hover,
.item-submit-container button:hover,
.js-quickshop-modal-open:hover {
  background: #cc6400 !important;
  background-color: #cc6400 !important;
  border-color: #cc6400 !important;
  color: #ffffff !important;
}

/* 4. Textos dos botões nos cards */
.js-item-quickshop-container .btn span,
.js-item-quickshop-container button span,
.js-item-submit-container button span,
.item-submit-container button span,
.js-quickshop-modal-open span,
.js-open-quickshop-wording {
  display: inline-block !important;
  color: #ffffff !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

/* 5. Ícone da sacola: NUNCA absoluto, NUNCA sobreposto, SEMPRE ao lado em fluxo flex */
.js-item-quickshop-container svg,
.js-item-quickshop-container .item-submit-container svg,
.js-item-quickshop-container .item-submit-container .item-quickshop-icon,
.js-item-submit-container svg,
.js-item-submit-container .item-quickshop-icon,
.item-submit-container svg,
.item-submit-container .item-quickshop-icon,
.js-quickshop-modal-open svg,
.js-open-quickshop-icon,
.item-quickshop-icon,
.item-quickshop-icon-md,
.js-quickshop-bag {
  position: static !important;
  transform: none !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0 !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  pointer-events: none !important;
  vertical-align: middle !important;
}


/* =========================================================
   CORREÇÃO DEFINITIVA: HITBOX INVISÍVEL DOS DROPDOWNS DO MENU
   Elimina qualquer ativação acidental com o mouse abaixo do menu
   ========================================================= */

/* 1. Quando fechado: NENHUMA altura, NENHUM evento de mouse, TOTALMENTE OCULTO */
.desktop-dropdown,
.js-desktop-dropdown,
.nav-dropdown-content,
.nav-dropdown .desktop-dropdown,
.js-desktop-nav-item .desktop-dropdown,
.js-desktop-nav-categories .desktop-dropdown,
ul.js-nav-desktop-list > li.nav-dropdown > .desktop-dropdown {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transform: translateY(-10px) !important;
  transition: opacity 0.15s ease, transform 0.15s ease !important;
}

/* 2. Apenas e tão somente quando o mouse estiver sobre o item do menu superior (ou aberto) */
.js-desktop-nav-item:hover > .desktop-dropdown,
.nav-dropdown:hover > .desktop-dropdown,
ul.js-nav-desktop-list > li.nav-dropdown:hover > .desktop-dropdown,
.js-desktop-nav-categories:hover > .desktop-dropdown,
.js-desktop-nav-categories.open > .desktop-dropdown {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  height: auto !important;
  max-height: calc(100vh - 140px) !important;
  overflow-y: auto !important;
  transform: translateY(0) !important;
}

/* 3. Garantir que os subitens internos não tenham overflow ou hitbox vazada */
.desktop-dropdown .desktop-list-subitems {
  pointer-events: auto !important;
}


/* =========================================================
   REMOÇÃO TOTAL DOS BOTÕES CIRCULARES DE MINIATURA (CHEVRONS ^ v)
   ========================================================= */
.swiper-product-thumb-control,
.js-swiper-product-thumbs-prev,
.js-swiper-product-thumbs-next,
.product-thumbs-container .swiper-button-prev,
.product-thumbs-container .swiper-button-next,
.product-thumbs-container .svg-icon-text {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}


/* =========================================================
   CORREÇÃO GLOBAL DE PROPORÇÃO & ENQUADRAMENTO DE IMAGENS
   Garante que NENHUM produto fique esticado, gigante ou cortado
   ========================================================= */

/* 1. Galeria Principal do Produto (produto.html / produto-detalhe.html) */
.product-slider .product-slider-image,
.product-slider .js-product-slide-img,
.product-detail-slider .product-slider-image,
.js-product-slide img,
.js-product-slide a img {
  max-width: 88% !important;
  max-height: 88% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  top: 50% !important;
  left: 50% !important;
  position: absolute !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  mix-blend-mode: multiply !important;
}

/* 2. Miniaturas da Galeria do Produto */
.js-swiper-product-thumbs .swiper-slide img,
.product-thumb img {
  object-fit: contain !important;
  max-width: 90% !important;
  max-height: 90% !important;
  width: auto !important;
  height: auto !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
}

/* 3. Todos os Cards de Produtos da Loja (Home, Listagens, Busca) */
.product-item-image-featured,
.item-image-featured,
.item-image img:not(.product-item-image-secondary):not(.item-image-secondary):not(.js-product-item-secondary-image-private),
.item-image a img:not(.product-item-image-secondary):not(.item-image-secondary):not(.js-product-item-secondary-image-private) {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  max-width: 90% !important;
  max-height: 90% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: translate(-50%, -50%) !important;
  mix-blend-mode: multiply !important;
  box-sizing: border-box !important;
}

/* 4. Carrossel / Seção 'Produtos Similares' na Página de Detalhe */
.products-section-slider-container.js-swiper-related {
  overflow: hidden !important;
  position: relative !important;
  padding: 10px 0 35px 0 !important;
}

.products-section-slider-wrapper.swiper-wrapper,
.js-swiper-related .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  transition: transform 0.3s ease !important;
}

.js-swiper-related .swiper-slide {
  width: calc(25% - 12px) !important;
  min-width: 240px !important;
  max-width: 280px !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 991px) {
  .js-swiper-related .swiper-slide {
    width: calc(33.333% - 11px) !important;
    min-width: 200px !important;
  }
}

@media (max-width: 767px) {
  .js-swiper-related .swiper-slide {
    width: calc(50% - 8px) !important;
    min-width: 160px !important;
  }
}

.js-swiper-related .product-item-image,
.js-swiper-related .item-image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  padding: 8% !important;
  box-sizing: border-box !important;
}

/* 5. Setas de Navegação para Produtos Similares */
.products-section-prev-container,
.products-section-next-container {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.products-section-prev-container { left: -10px !important; }
.products-section-next-container { right: -10px !important; }

/* =========================================================
   11. CONTROLE DE QUANTIDADE DO PRODUTO (PRODUTO.HTML)
   ========================================================= */
.form-quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 120px !important;
  height: 48px !important;
  border: 1.5px solid #dcdcdc !important;
  border-radius: 6px !important;
  background-color: #ffffff !important;
  padding: 0 !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  transition: border-color 0.2s !important;
  box-sizing: border-box !important;
}

.form-quantity:hover, .form-quantity:focus-within {
  border-color: #e57100 !important;
}

.form-quantity .js-quantity-down,
.form-quantity .js-quantity-up {
  width: 38px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: #555 !important;
  transition: background-color 0.15s, color 0.15s !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  user-select: none !important;
}

.form-quantity .js-quantity-down:hover,
.form-quantity .js-quantity-up:hover {
  background-color: #f5f5f5 !important;
  color: #e57100 !important;
}

.form-quantity .js-quantity-down svg,
.form-quantity .js-quantity-up svg {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  fill: currentColor !important;
  pointer-events: none !important;
}

.form-quantity .form-control-container {
  flex: 1 !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.form-quantity input.js-quantity-input {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #222 !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
  box-shadow: none !important;
}

.form-quantity input.js-quantity-input::-webkit-outer-spin-button,
.form-quantity input.js-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* =========================================================
   20. SEÇÃO DE DEPOIMENTOS HUMANIZADOS & MODAL INTERATIVO (+120 AVALIAÇÕES)
   ========================================================= */

/* Seção Principal na Home */
.section-testimonials-home {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 56px 0 64px !important;
  position: relative;
  overflow: hidden;
}

.testimonials-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.testimonials-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff8f0;
  color: #e57100;
  border: 1px solid #ffedd5;
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.testimonials-main-title {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 8px !important;
  line-height: 1.25 !important;
}

.testimonials-subtitle {
  font-size: 15px !important;
  color: #64748b !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}

/* Cards do Carrossel na Home */
.infocell-test-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #edf2f7;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.infocell-test-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
  border-color: #cbd5e1;
}

.infocell-test-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.infocell-avatar {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.infocell-user-info {
  flex: 1;
  min-width: 0;
}

.infocell-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 3px;
}

.infocell-user-name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.infocell-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ecfdf5;
  color: #059669;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  border: 1px solid #d1fae5;
  white-space: nowrap;
}

.infocell-verified-pill svg {
  width: 13px;
  height: 13px;
}

.infocell-user-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
}

.infocell-city {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.infocell-city svg {
  width: 12px;
  height: 12px;
  color: #94a3b8;
}

.infocell-dot {
  color: #cbd5e1;
}

.infocell-date {
  color: #94a3b8;
}

.infocell-product-pill {
  margin-bottom: 12px;
  background: #f8fafc;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12.5px;
  color: #334155;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
}

.rev-badge {
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 6px;
  text-transform: uppercase;
}

.rev-badge-apple {
  background: #000000;
  color: #ffffff;
}

.rev-badge-xiaomi {
  background: #ff6900;
  color: #ffffff;
}

.rev-badge-samsung {
  background: #034ea2;
  color: #ffffff;
}

.rev-badge-other {
  background: #64748b;
  color: #ffffff;
}

.infocell-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
}

.star-icon {
  width: 16px;
  height: 16px;
}

.star-icon.filled {
  color: #f59e0b;
}

.star-icon.empty {
  color: #cbd5e1;
}

.infocell-test-text {
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  flex: 1;
}

/* Botão de Ação para Ver Todos os Depoimentos (+120) */
.testimonials-action-container {
  text-align: center;
  margin-top: 38px;
}

.btn-open-all-testimonials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #e57100 0%, #ff8c1a 100%);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 9999px;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(229, 113, 0, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-open-all-testimonials:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(229, 113, 0, 0.45);
  background: linear-gradient(135deg, #cc6300 0%, #f57a07 100%);
}

.btn-open-all-testimonials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.testimonials-guarantee-note {
  margin-top: 12px;
  font-size: 12.5px;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.testimonials-guarantee-note svg {
  width: 14px;
  height: 14px;
  color: #10b981;
}

/* =========================================================
   MODAL DE DEPOIMENTOS (+120 AVALIAÇÕES)
   ========================================================= */

body.infocell-modal-open {
  overflow: hidden !important;
}

.infocell-modal-backdrop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999 !important;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: testFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes testFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes testScaleIn {
  from { opacity: 0; transform: scale(0.96) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.infocell-modal-dialog {
  width: 100%;
  max-width: 980px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  animation: testScaleIn 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.infocell-modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 90vh;
}

/* Header do Modal */
.infocell-modal-header {
  padding: 24px 28px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}

.modal-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.modal-trust-pill {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
  background: #fff8f0;
  color: #e57100;
  border: 1px solid #fed7aa;
  letter-spacing: 0.3px;
}

.modal-trust-pill.green {
  background: #ecfdf5;
  color: #059669;
  border-color: #a7f3d0;
}

.modal-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 4px !important;
}

.modal-subtitle {
  font-size: 13.5px !important;
  color: #64748b !important;
  margin: 0 !important;
}

.btn-close-modal {
  background: #f1f5f9;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: all 0.2s;
  padding: 0;
}

.btn-close-modal:hover {
  background: #fee2e2;
  color: #dc2626;
  transform: rotate(90deg);
}

.btn-close-modal svg {
  width: 20px;
  height: 20px;
}

/* Summary Score Bar */
.infocell-modal-summary {
  background: #f8fafc;
  border-top: 1px solid #edf2f7;
  border-bottom: 1px solid #edf2f7;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.summary-score-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.big-score {
  font-size: 38px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
}

.summary-stars-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.score-caption {
  font-size: 11.5px;
  color: #64748b;
  font-weight: 600;
}

.summary-perks {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.perk-item {
  display: flex;
  flex-direction: column;
  font-size: 11.5px;
  border-left: 2px solid #e2e8f0;
  padding-left: 10px;
}

.perk-item strong {
  color: #0f172a;
  font-weight: 700;
}

.perk-item span {
  color: #64748b;
}

/* Toolbar & Filters */
.infocell-modal-toolbar {
  padding: 16px 28px 12px;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}

.modal-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.modal-search-wrapper .search-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: #94a3b8;
  pointer-events: none;
}

.modal-search-input {
  width: 100%;
  padding: 12px 38px 12px 42px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  font-size: 14px;
  color: #1e293b;
  outline: none;
  background: #f8fafc;
  transition: all 0.2s;
}

.modal-search-input:focus {
  background: #ffffff;
  border-color: #e57100;
  box-shadow: 0 0 0 3px rgba(229, 113, 0, 0.15);
}

.btn-clear-search {
  position: absolute;
  right: 12px;
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
}

.btn-clear-search:hover {
  color: #475569;
}

.modal-filter-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}

.modal-filter-tabs::-webkit-scrollbar {
  height: 4px;
}
.modal-filter-tabs::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.tab-pill {
  padding: 7px 16px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}

.tab-pill:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.tab-pill.active {
  background: #e57100;
  color: #ffffff;
  border-color: #e57100;
  box-shadow: 0 2px 8px rgba(229, 113, 0, 0.3);
}

.modal-count-row {
  margin-top: 6px;
}

.reviews-count-text {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

/* Reviews List / Grid */
.infocell-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 28px;
  background: #f8fafc;
}

.infocell-modal-body::-webkit-scrollbar {
  width: 6px;
}
.infocell-modal-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 6px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.infocell-modal-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.infocell-modal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
  border-color: #cbd5e1;
}

.modal-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.modal-user-info {
  flex: 1;
  min-width: 0;
}

.modal-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 2px;
}

.modal-user-name {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.modal-user-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #64748b;
}

.modal-city {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.modal-city svg {
  width: 11px;
  height: 11px;
  color: #94a3b8;
}

.modal-date {
  color: #94a3b8;
}

.modal-card-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #f8fafc;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
  margin-bottom: 10px;
}

.prod-badge {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  display: inline-flex;
  align-items: center;
}

.modal-test-text {
  font-size: 13px;
  color: #334155;
  line-height: 1.55;
  margin: 0;
  font-style: italic;
}

/* Empty State */
.testimonials-empty-state {
  text-align: center;
  padding: 48px 20px;
  grid-column: 1 / -1;
}

.empty-icon {
  font-size: 42px;
  margin-bottom: 12px;
}

.testimonials-empty-state h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.testimonials-empty-state p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 18px;
}

.btn-clear-test-search {
  background: #e57100;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 9999px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
}

/* Load More Button */
.load-more-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}

.btn-load-more-reviews {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #e57100;
  border: 2px solid #e57100;
  border-radius: 9999px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-load-more-reviews:hover {
  background: #e57100;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(229, 113, 0, 0.25);
}

/* Modal Footer */
.infocell-modal-footer {
  padding: 16px 28px;
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #64748b;
  max-width: 540px;
}

.footer-guarantee svg {
  width: 18px;
  height: 18px;
  color: #10b981;
  flex-shrink: 0;
}

.btn-modal-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 9999px;
  text-decoration: none !important;
  transition: background-color 0.2s;
}

.btn-modal-whatsapp:hover {
  background: #1eb954;
}

.btn-modal-whatsapp svg {
  width: 16px;
  height: 16px;
}

/* Responsividade Mobile */
@media (max-width: 768px) {
  .section-testimonials-home {
    padding: 38px 0 48px !important;
  }
  
  .testimonials-main-title {
    font-size: 22px !important;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .infocell-modal-backdrop {
    padding: 10px;
  }
  
  .infocell-modal-dialog {
    max-height: 95vh;
    border-radius: 18px;
  }
  
  .infocell-modal-header,
  .infocell-modal-summary,
  .infocell-modal-toolbar,
  .infocell-modal-body,
  .infocell-modal-footer {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  .modal-title {
    font-size: 18px !important;
  }
  
  .summary-perks {
    display: none;
  }
  
  .btn-open-all-testimonials {
    width: 100%;
    padding: 14px 20px;
    font-size: 14.5px;
  }
  
  .infocell-modal-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  
  .footer-guarantee {
    justify-content: center;
  }
  
  .btn-modal-whatsapp {
    justify-content: center;
  }
}

/* Anti-FOUC para a página de produto */
#single-product {
  transition: opacity 0.15s ease-in;
}
#single-product:not(.sp-hydrated) {
  opacity: 0 !important;
}
#single-product.sp-hydrated {
  opacity: 1 !important;
}

/* =========================================================
   RESPONSIVIDADE COMPLETA — MOBILE & TABLET
   ========================================================= */

/* ── Tablet (≤ 991px) ─────────────────────────────── */
@media (max-width: 991px) {
  /* Banner principal: aspect-ratio mais alto no tablet */
  .js-home-slider.swiper-container:not(:has(.item-product)),
  .js-home-slider.swiper:not(:has(.item-product)) {
    aspect-ratio: 16 / 7 !important;
  }

  /* Seções gerais: padding lateral menor */
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Títulos das seções */
  .section-title {
    font-size: 20px !important;
  }
}

/* ── Mobile (≤ 767px) ─────────────────────────────── */
@media (max-width: 767px) {

  /* ── 1. LAYOUT GERAL ─────────────────────────────── */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  .container,
  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* ── 2. BANNER PRINCIPAL ─────────────────────────── */
  /* No mobile usa aspect-ratio mais alto (aprox 4:3) */
  .js-home-slider.swiper-container:not(:has(.item-product)),
  .js-home-slider.swiper:not(:has(.item-product)),
  .js-home-slider.swiper-container:not(:has(.item-product)) .swiper-wrapper,
  .js-home-slider.swiper:not(:has(.item-product)) .swiper-wrapper,
  .js-home-slider:not(:has(.item-product)) .swiper-slide,
  .js-home-slider:not(:has(.item-product)) .slide-container,
  .js-home-slider:not(:has(.item-product)) .slider-slide,
  .js-home-slider:not(:has(.item-product)) .swiper-slide > a {
    aspect-ratio: 4 / 3 !important;
  }

  .js-home-slider:not(:has(.item-product)) .slider-slide img,
  .js-home-slider:not(:has(.item-product)) img.slider-image,
  img.js-slider-image {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* Paginação do banner: posição ajustada */
  .js-swiper-home-pagination {
    bottom: 8px !important;
  }

  /* ── 3. HEADER ────────────────────────────────────── */
  .head-main,
  .js-head-main {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }

  /* Barra de categorias: esconde no mobile (menu hamburger assume) */
  .menu-and-banners-row,
  .js-menu-and-banners-row {
    display: none !important;
  }

  /* Logo menor no mobile */
  .logo-img,
  .header-logo img {
    max-height: 32px !important;
    width: auto !important;
  }

  /* ── 4. GRID DE PRODUTOS ─────────────────────────── */
  /* Garante 2 colunas no mobile com espaçamento adequado */
  .js-products-featured-grid,
  .js-products-new-grid,
  .js-products-sale-grid {
    /* Swiper gerencia — apenas garantimos que não vaze */
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Cards: padding menor no mobile */
  .js-item-product.col-grid,
  .item-product.col-grid {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 12px !important;
  }

  .js-item-product.col-grid > .item,
  .item-product.col-grid > .item {
    padding: 8px !important;
  }

  /* Nome do produto: tamanho menor */
  .item-name,
  .js-item-name.item-name {
    font-size: 12px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    -webkit-line-clamp: 2 !important;
  }

  /* Preço: destaca um pouco menos para não quebrar layout */
  .js-price-display.item-price {
    font-size: 14px !important;
  }

  .item-installments {
    font-size: 10.5px !important;
  }

  /* Seção de produtos: container sem overflow lateral */
  .js-products-featured-container,
  .js-products-new-container,
  .js-products-sale-container,
  .js-section-products-featured,
  .js-section-products-new,
  .js-section-products-sale {
    overflow: hidden !important;
    max-width: 100vw !important;
  }

  /* Botão de adicionar ao carrinho: altura touch-friendly */
  .js-add-to-cart-btn,
  .btn-buy,
  .btn-add-to-cart,
  [data-action="add-to-cart"] {
    min-height: 44px !important;
    font-size: 13px !important;
    padding: 10px 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* ── 5. SETAS DE NAVEGAÇÃO DO SWIPER ────────────── */
  /* Setas menores no mobile */
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-outside.swiper-button-prev,
  .swiper-button-outside.swiper-button-next {
    width: 34px !important;
    height: 34px !important;
  }

  /* ── 6. TÍTULO DAS SEÇÕES ────────────────────────── */
  .section-title,
  h2.section-title {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }

  /* ── 7. RODAPÉ ───────────────────────────────────── */
  footer .row {
    flex-direction: column !important;
  }

  footer .col,
  footer [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 16px !important;
  }

  footer .footer-logo img {
    max-height: 36px !important;
  }

  /* ── 8. TOAST DE NOTIFICAÇÃO ─────────────────────── */
  #infocell-toast {
    bottom: 70px !important; /* acima do botão flutuante do WhatsApp */
    right: 12px !important;
    left: 12px !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
  }

  /* ── 9. BOTÃO FLUTUANTE WHATSAPP ─────────────────── */
  .whatsapp-float,
  .btn-whatsapp-float,
  [class*="whatsapp-fixed"],
  a[href*="wa.me"][style*="position:fixed"],
  a[href*="wa.me"][style*="position: fixed"] {
    bottom: 16px !important;
    right: 16px !important;
    width: 52px !important;
    height: 52px !important;
  }

  /* ── 10. CARRINHO LATERAL ────────────────────────── */
  .cart-drawer {
    max-width: 100% !important;
    width: 100% !important;
    right: -100% !important;
  }

  .cart-drawer.active {
    right: 0 !important;
  }

  /* ── 11. FORMULÁRIOS ─────────────────────────────── */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px !important; /* Previne zoom automático iOS */
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* ── 12. PÁGINA DE PRODUTO ÚNICO ─────────────────── */
  #single-product .row {
    flex-direction: column !important;
  }

  #single-product [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Galeria do produto: sem overflow lateral */
  .js-product-gallery,
  .product-gallery {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Controle de quantidade: touch-friendly */
  .form-quantity {
    height: 44px !important;
    width: 130px !important;
  }

  .form-quantity .js-quantity-down,
  .form-quantity .js-quantity-up {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  /* ── 13. MARCAS (BRANDS) ─────────────────────────── */
  .section-brands-home .swiper-slide img,
  .js-swiper-brands .swiper-slide img {
    max-height: 32px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  /* ── 14. SEÇÃO DESTAQUES / BANNERS ───────────────── */
  .section-informative-banners .row {
    flex-direction: column !important;
  }

  .section-informative-banners [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 10px !important;
  }

  /* ── 15. SWIPER DE PRODUTOS RELACIONADOS ─────────── */
  .js-swiper-related .swiper-slide {
    min-width: 140px !important;
  }

  /* ── 16. PÁGINA DE CATEGORIA / PRODUTOS ─────────── */
  .js-product-table.row-grid {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  /* Grid 2 colunas fixas nas páginas de categoria */
  .js-item-product.col-grid {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  /* ── 17. POLÍTICA E PÁGINAS INTERNAS ─────────────── */
  .politicas-content,
  .page-content,
  .policy-content {
    padding: 0 10px !important;
  }

  /* ── 18. TABELA DE PREÇOS / CHECKOUT ─────────────── */
  table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

/* ── Extra Small (≤ 400px — iPhone SE, Galaxy A etc) ── */
@media (max-width: 400px) {
  .js-item-product.col-grid {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .item-name,
  .js-item-name.item-name {
    font-size: 11px !important;
  }

  .js-price-display.item-price {
    font-size: 14px !important;
  }

  .section-title {
    font-size: 16px !important;
  }
}

/* ── Mobile: Ocultar secao de produto unico na home */
@media (max-width: 767px) {
  #single-product,
  .section-main-product-home {
    display: none !important;
  }

  /* Garantir que a imagem do card tenha altura minima visivel */
  .item-image {
    min-height: 120px !important;
  }

  /* Sobrescrever estilos inline dos nomes dos produtos nos cards */
  .js-item-name.item-name {
    font-size: 12px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    line-height: 1.3 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  /* Sobrescrever estilos inline do preco */
  .js-price-display.item-price {
    font-size: 14px !important;
  }

  /* Parcelas menores para caber no card estreito */
  .item-installments {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .item-installments span {
    font-size: 10px !important;
  }
}

