/** Shopify CDN: Minification failed

Line 28:2 Unexpected "#"
Line 28:4 Unexpected "{"
Line 28:16 Expected ":"
Line 33:2 Unexpected "#"
Line 33:4 Unexpected "{"
Line 33:16 Expected ":"
Line 35:15 Expected identifier but found whitespace
Line 35:17 Unexpected "{"
Line 35:26 Expected ":"
Line 35:54 Expected ":"
... and 59 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-full (INDEX:1, SCOPED:FALSE) */
.banner-full-section {
    touch-action: pan-y;
    position: relative;
    z-index: 1;
  }
  
  /* Garantir que o banner não bloqueie o header */
  #{{ section_id }} .banner-slider {
    position: relative;
    z-index: 1;
  }
  
  #{{ section_id }} .banner-slider {
    position: relative;
    min-height: {{ section.settings.height_mobile }}px !important;
    height: {{ section.settings.height_mobile }}px !important;
  }
  
  #{{ section_id }} .banner-slider .swiper-wrapper {
    height: 100%;
    min-height: 100%;
  }
  
  #{{ section_id }} .banner-slider .swiper-slide {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: stretch;
  }
  
  #{{ section_id }} .slider-image-item {
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  
  #{{ section_id }} .slider-image-item picture {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  
  #{{ section_id }} .slider-image-item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  #{{ section_id }} .slider-image-item a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  /* Estilos para paginação (dots) do Swiper - igual aos produtos */
  #{{ section_id }} .swiper-pagination {
    display: block;
    bottom: 15px;
    z-index: 5;
    position: relative;
  }
  
  #{{ section_id }} .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: white;
    opacity: 1;
  }

  #{{ section_id }} .banner-slider-button-next,
  #{{ section_id }} .banner-slider-button-prev {
    display: none !important;
  }
  
  #{{ section_id }} .swiper-pagination-bullet-active {
    background: black;
  }
  
  .banner-full-placeholder {
    background-color: #f9f9f9;
    border: 2px dashed #ddd;
    position: relative;
  }
  
  .banner-full-placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 40px 20px;
    text-align: center;
  }
  
  .banner-full-placeholder-icon {
    width: 64px;
    height: 64px;
    color: #999;
  }
  
  .banner-full-placeholder-text {
    color: #999;
    font-size: 16px;
    margin: 0;
  }

  @media (min-width: 768px) {
    #{{ section_id }} .banner-slider {
      min-height: {{ section.settings.height_desktop }}px !important;
      height: {{ section.settings.height_desktop }}px !important;
    }
    
    #{{ section_id }} .banner-full-placeholder {
      min-height: {{ section.settings.height_desktop }}px !important;
      height: {{ section.settings.height_desktop }}px !important;
    }
  }
/* END_SECTION:banner-full */

/* START_SECTION:footer (INDEX:8, SCOPED:FALSE) */
.footer-main {
    position: relative;
  }

  .footer-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1f2937;
  }

  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-link {
    color: #4b5563;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
    display: block;
  }

  .footer-link:hover {
    color: #1f2937;
  }

  .footer-contact {
    color: #4b5563;
    font-size: 0.875rem;
  }

  .footer-text {
    line-height: 1.6;
  }

  .footer-text a {
    color: #4b5563;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
    display: block;
  }
  
  .footer-text a:hover {
    color: #1f2937;
  }

  .footer-social-links {
    margin-top: 0.5rem;
  }

  .social-icon {
    color: #4b5563;
    transition: color 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-icon:hover {
    color: #1f2937;
    transform: scale(1.1);
  }

  .payment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .whatsapp-button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    z-index: 50;
  }

  .whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
  }

  @media (max-width: 768px) {
    .whatsapp-button {
      width: 48px;
      height: 48px;
      bottom: 16px;
      right: 16px;
    }
  }
/* END_SECTION:footer */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:15, SCOPED:FALSE) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:16, SCOPED:FALSE) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:19, SCOPED:FALSE) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:product-image-slider (INDEX:22, SCOPED:FALSE) */
.product-image-slider {
    touch-action: pan-y;
  }
  
  .slider-images-container {
    position: relative;
  }
  
  .slider-images-track {
    display: flex;
    height: 100%;
    will-change: transform;
  }
  
  .slider-image-item {
    height: 100%;
    flex-shrink: 0;
  }
  
  .slider-image-item img {
    display: block;
  }
  
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }
  
  .slider-arrow svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  }
  
  .slider-arrow-prev {
    left: 12px;
  }
  
  .slider-arrow-next {
    right: 12px;
  }
  
  .slider-arrow:disabled {
    visibility: hidden;
    opacity: 0;
  }
  
  .slider-arrow:active:not(:disabled) {
    transform: translateY(-50%) scale(0.95);
  }
  
  /* Desabilita hover das setas no mobile - apenas desktop */
  @media (max-width: 767px) {
    .slider-arrow {
      opacity: 0 !important;
      pointer-events: none !important;
    }
  }
  
  /* Hover das setas apenas no desktop */
  @media (min-width: 768px) {
    .slider-arrow {
      opacity: 0;
    }
    
    .product-image-slider:hover .slider-arrow {
      opacity: 1;
    }
    
    .slider-arrow:not(:disabled):hover {
      transform: translateY(-50%) scale(1.1);
    }
  }
/* END_SNIPPET:product-image-slider */