/** Shopify CDN: Minification failed

Line 50:20 Unexpected "{"
Line 50:29 Expected ":"
Line 54:21 Expected identifier but found whitespace
Line 54:23 Unexpected "{"
Line 54:32 Expected ":"
Line 58:19 Unexpected "{"
Line 58:28 Expected ":"
Line 59:21 Expected identifier but found whitespace
Line 59:23 Unexpected "{"
Line 59:32 Expected ":"
... and 5 more hidden warnings

**/
/*
==============================================================================================
    Estilos Globais MÍNIMOS para Carrosséis Swiper
==============================================================================================
*/

/* Define uma transição suave para as bolinhas, sem forçar tamanho ou formato */
.swiper-container-to-init .swiper-pagination-bullet {
    transition: all 0.4s ease;
}

/* Centraliza as setas verticalmente por padrão, sem !important */
.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}

/* Estilo base e unificado para a barra de rolagem */
.swiper-container-to-init .swiper-scrollbar {
    position: relative; 
    bottom: auto; 
    display: block;
    margin: 25px auto 0; /* Margem padrão unificada */
    width: 85%;           /* Largura padrão unificada */
    height: 4px;
    background: #e0e0e0;
    border-radius: 10px;
}

.swiper-container-to-init .swiper-scrollbar-drag {
    border-radius: 10px;
}

   #swiper-section-{{ section.id }} .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: {{ section.settings.dots_color_inactive }};
    opacity: 1;
  }

  #swiper-section-{{ section.id }} .swiper-pagination-bullet-active-main {
    background-color: {{ section.settings.dots_color_active }};
  }
  
  #swiper-section-{{ section.id }} .swiper-pagination-bullet-active {
     background-color: {{ section.settings.dots_color_active }};
  } 