        :root {
            --white: #ffffff;
            --black: #000000;
            --gold: #d4af37;
            --light-gold: #e6c76c;
            --dark-gold: #b08d26;
            --light-gray: #f8f8f8;
            --medium-gray: #e0e0e0;
            --dark-gray: #333333;
            --darker-gray: #222222;
            --shadow: 0 5px 20px rgba(0,0,0,0.08);
            --shadow-hover: 0 15px 30px rgba(0,0,0,0.15);
            --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            --border-radius: 12px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        body {
            background-color: var(--white);
            color: var(--black);
            padding-top: 90px;
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        a {
            text-decoration: none;
            color: inherit;
        }
        .card-price{
          color: var(--gold);
        }
        .cart-item-installments .installments-text{
        font-size: 14px;
        color: green;
        margin-bottom: 10px;
        display: block;
        margin-top: 10px;
        }
      .modal-notice {
        display: none !important;
          background-color: #0000009e;
          color: #FFF;
          padding: 10px 16px;
          border: 2px solid #d4af37;
          border-radius: var(--border-radius);
          font-weight: 600;
          text-align: center;
          font-size: 14px !important;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 90%;
          bottom: 10px;
          box-shadow: 2px 4px 31px 1px #d4af37;
      }


.quick-view{
  display: none;
}
/* Adicionar à sacola */
.btn.add-to-cart {
  background-color:#b38c0b !important;
  color: var(--white) !important;
  transition: background-color 0.3s !important;
}
.btn.add-to-cart:hover {
  background-color: var(--dark-gold) !important;
}

/* Remover da sacola */
.btn.remove-from-cart {
  background-color: var(--darker-gray) !important;
  color: var(--white) !important;
  transition: background-color 0.3s !important;
}
.btn.remove-from-cart:hover {
  background-color: var(--dark-gray) !important;
}


      .header {
        border-top: 2px solid #d4af37;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        background: var(--white);
        box-shadow: var(--shadow);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 40px;
        z-index: 1000;
        transition: var(--transition);
      }

      .header.scrolled {
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      }

      .header__left {
        display: flex;
        align-items: center;
        gap: 20px;
      }

      .header__logo img {
        width: clamp(150px, 15vw, 210px);
        height: auto;
        display: block;
      }


      .header__logo span {
        color: var(--gold);
        font-weight: 600;
      }

      .header__logo svg {
        height: 45px;
        margin-right: 15px;
      }

      .header__search {
        flex: 1;
        max-width: 600px;
        margin: 0 30px;
        position: relative;
        display: flex;
        justify-content: center;
        display: none;
      }
      .product-footer-actions {
    display: flex;
    gap: 8px;
    margin: 12px 0;
    flex-direction: column;

      }
      .product-footer-actions .btn {
        flex: 1;
        padding: 8px;
        border-radius: 6px;
        border: 1px solid var(--medium-gray);
        background: var(--white);
        font-size: 0.8rem;
        cursor: pointer;
        transition: var(--transition);
      }
      .product-footer-actions .btn:hover {
        background: var(--light-gray);
      }

      .search-input {
        width: 100%;
        padding: 14px 20px 14px 50px;
        border: 1px solid var(--medium-gray);
        border-radius: 50px;
        font-size: 1rem;
        transition: var(--transition);
        background: #FFF;
      }

      .search-input:focus {
        outline: none;
        border-color: var(--gold);
        box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
        background: var(--white);
      }

      .search-icon {
        position: absolute;
        left: calc(50% - 300px + 20px); /* centraliza levando em conta o max-width */
        top: 50%;
        transform: translateY(-50%);
        color: #777;
        font-size: 1.1rem;
      }

      .header__cart {
        position: relative;
      }

      .cart-button {
        background: none;
        border: none;
        font-size: 1.5rem;
        color: var(--black);
        cursor: pointer;
        position: relative;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: var(--transition);
      }

      .cart-button:hover {
        background: rgba(212, 175, 55, 0.1);
        color: var(--gold);
      }

      .cart-badge {
        position: absolute;
        top: -5px;
        right: -5px;
        background: var(--gold);
        color: var(--white);
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        font-weight: bold;
      }
              
      .sem-juros{
      font-size: 12px;
      background: #574200;
      color: #FFF;
      font-weight: normal;
      padding: 2px 9px;
      border-radius: 50px;
      position: relative;
      top: -3px;
      display: inline-block;
      }
        
        .banner__content .btn{
          display: none;
        }

        .categories.scrolled {
            top: 80px;
        }

        .categories ul {
            display: flex;
            list-style: none;
            overflow-x: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
            justify-content: center;
            flex-wrap: wrap;
        }

        .categories ul::-webkit-scrollbar {
            display: none;
        }

        .categories li {
            padding: 12px 10px;
            white-space: nowrap;
            cursor: pointer;
            transition: var(--transition);
            font-size: 15px;
            font-weight: 500;
            border-radius: 30px;
            margin: 0 5px;
        }

        .categories li:hover, .categories li.active {
            background: rgba(212, 175, 55, 0.1);
            color:#775b00;
        }

        /* Banner Principal com Carrossel */
        .banner-carousel {
            position: relative;
            height: 50dvh;
            overflow: hidden;
        }

        .banner-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 20px;
        }

        .banner-slide.active {
            opacity: 1;
        }

        .slide1 {
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/slide1.jpg') center/cover;
        }

        .slide2 {
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/slide2-1.jpg') center/cover;
        }

        .slide3 {
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/slide3.jpg') center/cover;
        }

        .banner__content {
            max-width: 800px;
            transform: translateY(30px);
            opacity: 0;
            transition: all 1s ease;
        }

        .banner-slide.active .banner__content {
            transform: translateY(0);
            opacity: 1;
        }

        .banner__content h1 {
            font-size: 3rem;
            color: var(--white);
            margin-bottom: 25px;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
            line-height: 1.2;
        }

        .banner__content p {
            font-size: 1.3rem;
            color: var(--white);
            margin-bottom: 35px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);
        }

        .banner__content .btn {
            background: var(--gold);
            color: var(--white);
            border: none;
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            font-size: 1.1rem;
            transition: var(--transition);
            letter-spacing: 0.5px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .banner__content .btn:hover {
            background: var(--dark-gold);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.5);
        }
            
            .banner__content i{
              color: var(--gold);
              font-size: 2em;
            }
        .carousel-indicators {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: var(--transition);
        }

        .indicator.active {
            background: var(--gold);
            transform: scale(1.3);
        }

        /* Seção de Vantagens */
        .benefits {
            background: linear-gradient(135deg, #f9f6f0 0%, #fff9f0 100%);
            padding: 70px 0;
            text-align: center;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.8rem;
            color: var(--dark-gray);
            position: relative;
            display: block;
            margin: 0 auto;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gold);
            border-radius: 2px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .benefit-card {
            background: var(--white);
            border-radius: var(--border-radius);
            padding: 40px 25px;
            box-shadow: var(--shadow);
            transition: var(--transition);
            border-top: 3px solid var(--gold);
        }

        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-hover);
        }

        .benefit-icon {
            font-size: 3rem;
            color: var(--gold);
            margin-bottom: 20px;
        }

        .benefit-title {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--dark-gray);
        }

        .benefit-description {
            color: #666;
            line-height: 1.6;
        }

        /* Catálogo de Produtos Premium */
        .catalog {
            padding: 30px 40px 60px;
            background: var(--white);
        }

        .catalog-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 50px;
            flex-wrap: wrap;
            gap: 20px;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
            gap: 26px;
        }

        .product-card {
            background: var(--white);
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: var(--transition);
            position: relative;
        }

        .product-card:hover {
            box-shadow: var(--shadow-hover);
        }

        .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--gold);
            color: var(--white);
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            z-index: 10;
        }

        .product-image {
            position: relative;
            width: 100%;
            padding-top: 100%;
            background: var(--light-gray);
        }

        .product-image .added-tag {
          position: absolute;
          bottom: 8px;
          left: 50%;
          transform: translateX(-50%);
          background: rgba(0, 0, 0, 0.7);
          color: #fff;
          padding: 4px 8px;
          border-radius: 4px;
          font-size: 0.75rem;
          pointer-events: none;
          white-space: nowrap;
          z-index: 5;
        }        

        .product-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }

        .product-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: var(--transition);
        }

        .product-card:hover .product-overlay {
            opacity: 1;
        }

        .product-actions {
            display: flex;
            gap: 15px;
        }

        .action-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--black);
            cursor: pointer;
            transition: var(--transition);
            font-size: 1.2rem;
        }

        .action-btn:hover {
            background: var(--gold);
            color: var(--white);
            transform: scale(1.1);
        }

        .product-info {
            padding: 20px;
        }

        .product-name {
          margin-bottom: 1em;
          font-size: 1.1rem;
          font-weight: 500;
          line-height: 1.3rem;
          max-height: calc(1.3rem * 2);
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #4f4f4f;
          font-weight: 700;          
        }


        .product-price {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }

        .current-price {
            font-weight: 500;
            font-size: 1.2rem;
            color: green;
            margin-top: 10px;
        }

        .original-price {
            font-size: 0.9rem;
            color: #999;
            text-decoration: line-through;
        }

        .installments {
            font-size: 0.95rem;
            color: #666;
            margin-bottom: 20px;
        }

        .whatsapp-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 12px;
            background: #00ad41;
            color: var(--white);
            border: none;
            border-radius: 6px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            font-size: 15px;
        }

        .whatsapp-btn:hover {
            background: #128C7E;
            transform: translateY(-2px);
        }

        /* Banners Secundários */
        .secondary-banners {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin: 70px 0;
        }

        .banner-half {
            height: 370px;
            background: var(--light-gray);
            border-radius: var(--border-radius);
            overflow: hidden;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-weight: bold;
            font-size: 2rem;
            padding: 0 0.2em;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
            font-family: 'Playfair Display', serif;
            transition: var(--transition);
            box-shadow: var(--shadow);
            text-align: center;
        }

        .banner-half:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-hover);
        }

        .banner-half:nth-child(1) {
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/half1.jpg') center/cover;
        }

        .banner-half:nth-child(2) {
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/half2.jpg') center/cover;
        }



/* Footer Minimal */
.footer-minimal {
  background: var(--darker-gray);
  color: var(--white);
  text-align: center;
  padding: 30px 20px;
}

.footer-minimal__brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-minimal__phrase {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 12px;
}

.footer-minimal__social {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.footer-minimal .social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  transition: var(--transition);
  text-decoration: none;
}

.footer-minimal .social-icon:hover {
  background: var(--gold);
  transform: translateY(-3px);
}

/* Botão flutuante WhatsApp (mantido do seu CSS) */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  background: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
  z-index: 100;
  transition: var(--transition);
  animation: pulse 2s infinite;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1) rotate(5deg);
  background: #128C7E;
  animation: none;
}

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
  70%  { box-shadow: 0 0 0 20px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}


        /* Modal Carrinho Premium */
        .cart-panel {
            position: fixed;
            top: 0;
            right: -500px;
            width: 100%;
            max-width: 450px;
            height: 100dvh;
            background: var(--white);
            box-shadow: -5px 0 30px rgba(0,0,0,0.15);
            z-index: 1001;
            transition: var(--transition);
            display: flex;
            flex-direction: column;
        }

        .cart-panel.active {
            right: 0;
        }

        .cart-panel__header {
            padding: 25px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #eee;
            background: var(--light-gray);
        }

        .cart-panel__header h2 {
            font-size: 1.8rem;
            font-family: 'Playfair Display', serif;
        }

        .close-cart {
            background: none;
            border: none;
            font-size: 2rem;
            cursor: pointer;
            color: #777;
            transition: var(--transition);
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .close-cart:hover {
            background: #f5f5f5;
            color: #ff0000;
        }

        .cart-panel__body {
            flex: 1;
            overflow-y: auto;
            padding: 25px;
        }

        .cart-item {
            display: flex;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .cart-item-image {
            width: 90px;
            height: 90px;
            background: var(--light-gray);
            border-radius: 8px;
            overflow: hidden;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .cart-item-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .cart-item-details {
            flex: 1;
        }

        .cart-item-name {
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        .cart-item-price {
            color: var(--dark-gray);
            margin-bottom: 12px;
            font-weight: 600;
            font-size: 1.1rem;
        }

        .cart-item-actions {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

        .quantity-btn {
            width: 32px;
            height: 32px;
            border: 1px solid #ddd;
            background: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: var(--transition);
            border-radius: 6px;
            font-size: 1.1rem;
        }

        .quantity-btn:hover {
            background: var(--gold);
            color: var(--white);
            border-color: var(--gold);
        }

        .quantity-value {
            min-width: 40px;
            text-align: center;
            font-weight: 500;
        }

        .remove-item {
            margin-left: 20px;
            background: none;
            border: none;
            color: #ff6b6b;
            cursor: pointer;
            font-size: 1.3rem;
            transition: var(--transition);
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
        }

        .remove-item:hover {
            background: rgba(255, 107, 107, 0.1);
            transform: scale(1.1);
        }

        .cart-panel__footer {
            padding: 25px;
            border-top: 1px solid #eee;
            background: var(--light-gray);
        }

        .cart-total {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
            font-weight: bold;
            font-size: 1.4rem;
        }

        .checkout-btn {
            width: 100%;
            padding: 16px;
            background: #25D366;
            color: var(--white);
            border: none;
            border-radius: 8px;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            transition: var(--transition);
            font-size: 1.1rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .checkout-btn:hover {
            background: #128C7E;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 999;
            display: none;
            backdrop-filter: blur(5px);
        }

        .overlay.active {
            display: block;
        }

        /* Modal de Produto Premium */
        .product-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1002;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
        }

        .product-modal.active {
            opacity: 1;
            visibility: visible;
        }

        .modal-content {
            background: var(--white);
            width: 90%;
            max-width: 1000px;
            border-radius: var(--border-radius);
            padding: 15px 30px;
            position: relative;
            display: flex;
            flex-direction: column;
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
            max-height: 90dvh !important;
        }

        .close-modal {
            position: absolute;
            top: 5px;
            right: 5px;
            background: none;
            border: none;
            font-size: 2rem;
            cursor: pointer;
            color: #777;
            transition: var(--transition);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            z-index: 10;
            border: 1px solid #EAEAEA;
            background: black;
            color: #FFF;            
        }

        .close-modal:hover {
            border: 1px solid #EAEAEA;
            background: black;
            color: #FFF;    
        }

        .modal-main {
            display: flex;
            gap: 25px;

        }

        @media (max-width: 900px) {
            .products-grid {
              grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }
            .modal-main {
                flex-direction: row;
            }
            .categories{
              display: none;
            }
        }

        .modal-gallery {
            flex: 1;
            max-height: 80dvh;
            border-radius: var(--border-radius);
            overflow: hidden;
            position: relative;
        }

        .modal-gallery img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .modal-details {
            flex: 1;
            padding: 10px 0;
        }

        .modal-product-name {
            font-size: 1.6rem;
            font-weight: 600;
            color: var(--dark-gray);
        }

        .modal-product-price {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: green;
        }

        .modal-description {
          color: #666;
          line-height: 1.8;
          margin-bottom: 0;
          font-size: 14px;
          overflow: auto;
          height: 110px;
          border-bottom: 1px solid #EAEAEA;
        }

        .modal-actions {
            display: flex;
            gap: 10px;
            margin-top: 15px;
            flex-direction: column;
        }

        .modal-actions button {
    flex: 1;
    padding: 11px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .add-to-cart-modal {
            background: var(--gold);
            color: var(--white);
            border: none;
        }

        .add-to-cart-modal:hover {
            background: var(--dark-gold);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

        .whatsapp-buy-modal {
            background: #25D366;
            color: var(--white);
            border: none;
        }

        .whatsapp-buy-modal:hover {
            background: #128C7E;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

        .skeleton-img {
          background-color: #e0e0e0;
          animation: pulseSkeleton 1.5s infinite;
        }

        @keyframes pulseSkeleton {
          0% {
            background-color: #e0e0e0;
          }
          50% {
            background-color: #f0f0f0;
          }
          100% {
            background-color: #e0e0e0;
          }
        }

        .skeleton-card {
          background: #f0f0f0;
          border-radius: 12px;
          height: 380px;
          animation: pulseSkeleton 1.5s infinite;
        }



         @media (max-width: 1300px) {
          .products-grid {
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
          }                    
    
         }
        /* Responsividade */
        @media (max-width: 1200px) {
          #categoriesMenu{
            display: none;
          }
          .products-grid {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
          }          
            .header {
                padding: 0 10px;
            }
            
            .header__nav {
                display: none;
            }
            
            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .fa-search .search-icon{
              display: none;
            }
     
            .modal-gallery img {
                width: 100%;
                height: 100%;
                max-height: 60dvh;
                min-height: 200px;
                object-fit: cover;
            }
            .modal-gallery{
                    height: auto;
                    min-height: auto;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #FFF;
            }         

            .modal-product-name{
              font-size: 24px;
            }              
            .modal-product-price{
              font-size: 16px;
            }              
        }

        @media (max-width: 992px) {
        #categoriesMenu{
            display: none;
          }          
          .products-grid {
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
          }

            .header__search {
                max-width: 400px;
            }
            
            .banner__content h1 {
                font-size: 2.8rem;
            }
            
            .modal-actions {
                flex-direction: column;
            }
            
            .secondary-banners {
                grid-template-columns: 1fr;
            }
            .search-icon{
              display: none;
            }
          

            .modal-gallery img {
                width: 100%;
                height: 100%;
                max-height: 60dvh;
                min-height: 200px;
                object-fit: cover;
            }
            .modal-gallery{
                    height: auto;
                    min-height: auto;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #FFF;
            }         

            .modal-product-name{
              font-size: 24px;
            }              
            .modal-product-price{
              font-size: 16px;
            }    
        }

        @media (min-width: 481px) and (max-width: 768px) {
           .benefits-grid {
                grid-template-columns: repeat(1, 1fr) !important;
            }
          .products-grid {
            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
          }
          .banner-carousel{
            height: 35dvh ;
          }

        #categoriesMenu{
            display: none;
          }          
            .header {
                height: 80px;
            }
 
            .banner-carousel {
                height: 40dvh;
            }
            
            .banner__content h1 {
                font-size: 2.2rem;
            }
            
            .banner__content p {
                font-size: 16px;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .benefits-grid {
                grid-template-columns: 1fr;
            }
            
            .newsletter-form {
                flex-direction: column;
            }
            .search-icon{
              display: none;
            }
            .modal-gallery img {
                width: 100%;
                height: 100%;
                max-height: 60dvh;
                min-height: 200px;
                object-fit: cover;
            }
            .modal-gallery{
                height: auto;
                min-height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #FFF;
            }     
            .modal-product-name{
              font-size: 18px;
            }              
            .modal-product-price{
              font-size: 16px;
            }
        }

        @media (max-width: 480px) {
           .benefits-grid {
                grid-template-columns: repeat(1, 1fr);
            }          
       .products-grid {
            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
          }

        #categoriesMenu{
            display: none;
          }          
          .banner-half{
            height: 230px;
            font-size: 1.5em;
          }
          .added-tag span{
            display: none;
          }
          .modal-details .installments{
            margin-bottom: 0;
          }
      .modal-actions button{
        padding: 10px;
        font-size: 16px;
      }
          .cart-panel__footer {
              position: sticky;
              bottom: 0;
              width: 100%;
              padding: 16px;
              background: var(--white); /* ou outra cor de fundo */
              box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
              z-index: 1001;
          }      
          .product-name{
            font-size: 16px;
            font-weight: 500;
            line-height: 1.3rem;
            max-height: calc(1.3rem * 2);
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #4f4f4f;
            font-weight: 700;            
          }
          .cart-panel__body{
            padding: 10px;
            padding-bottom: 3em;
          }
          .cart-item-image{
            width: 50px;
            height: 50px;
          }
          .cart-panel__header{
            padding: 0 10px;
          }
          .cart-panel__header h2{
            font-size: 18px;
          }
          .cart-item{
            padding-bottom: 10px;
          }
          .cart-total{
            font-size: 18px;
          }
  
          .checkout-btn{
            font-size: 16px;
          }
          .cart-item-name{
            font-size: 14px;
            margin-bottom: 0;
          }
          .card-price {
              color: #8f710f;
          }          
          .installments-text{
            font-size: 14px;
          }
          .modal-gallery{
            min-height: auto;
            
            height: 90dvh !important;
          }
          .modal-gallery img{
            max-height: 60dvh;
            min-height: 200px;
            width: 100%;
            object-fit: cover;
          }
          .modal-notice{
            display: none;
          }
          .modal-main{
            gap:10px !important; 
          }
          .modal-product-name {
            font-size: 18px;
          }
          /* Modal Carrinho Premium */
          .product-modal {
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(0,0,0,0.8);
              display: flex;
              align-items: center;
              justify-content: center;
              z-index: 1002;
              opacity: 0;
              visibility: hidden;
              transition: var(--transition);
          }
          .modal-product-price{
            font-size: 18px;
          }
          .modal-product-name{
            margin-bottom: 0;
            font-size: 1em;
          }
          .modal-content{
            padding: 10px !important;
          }
          .modal-description{
            display: none;
          }
          /* Tornar a modal visível */
          .product-modal.active {
              opacity: 1;
              visibility: visible;
          }

          /* Ajuste no conteúdo da modal para permitir rolagem */
          .modal-content {
              background: var(--white);
              width: 90%;
              max-width: 1000px;
              max-height: 90dvh; /* Definindo altura máxima */
              overflow-y: auto; /* Habilita rolagem vertical */
              border-radius: var(--border-radius);
              padding: 15px 30px;
              position: relative;
              display: flex;
              flex-direction: column;
              box-shadow: 0 20px 50px rgba(0,0,0,0.5);
          }


          /* Conteúdo da Modal */
          .modal-main {
              display: flex;
              gap: 40px;
              padding: 20px 0;
              flex-direction: column; /* Faz com que o conteúdo fique empilhado verticalmente em dispositivos menores */
          }

          /* Detalhes do produto */
          .modal-details {
              flex: 1;
              padding: 10px 0;
          }


           .categories ul {
            flex-wrap: nowrap;
            display: none;
           }

           .products-grid{
              grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
              gap:15px;
           }
           .product-category{
            font-size: 14px;
           }
           .product-name{
            font-size: 14px;
           }
           .current-price{
            font-size: 16px;
           }
           .sem-juros{
            font-size: 13px;
            background: none;
            padding: 0;
            color: #000;
            display: block;
           }
           .discount-block-mobile{
            display: block;
           }
           .product-info{
            padding: 5px;
           }
           .installments{
            font-size: 14px;
           }
           .whatsapp-btn{
            font-size: 0.8rem;
           }
           .whatsapp-btn i{
            display: none;
           }
            .product-image .added-tag {
                font-size: 13px;
                position: absolute;
                right: -8px;
                left: auto;
            }
           .product-badge{
            background: #000;
            font-size: 12px;
            background: #000000b0;
           }
           .notification{
            font-size: 12px;
            width: 90%;
            text-align: center;
           }
          .header {
            flex-wrap: wrap;        
            height: auto;           
            padding: 10px 15px;     
          }

          .header__left,
          .header__cart {
            
          }

          .header__search {
            order: 2;                      /* vem depois do left+cart */
            flex: 1 1 100%;                /* ocupa 100% da largura */
            max-width: none;               /* ignora o max-width de desktop */
            margin: 10px 0;                /* espaçamento acima e abaixo */
          }

          .header__left,
          .header__cart {
            order: 1;                      /* vêm antes da search */
          }
            
            .banner-carousel {
        height: 35dvh;
        position: relative;
        top: -16px;
            }

            .banner__content h1 {
                font-size: 1.4rem;
            }
            
            .catalog {
                padding: 20px 20px 20px;
            }
            
            .footer {
                padding: 60px 20px 30px;
            }
            
            .footer__content {
                grid-template-columns: 1fr;
            }
            .section-title{
              font-size: 22px;
            }
        }

        /* Animações */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .fade-in {
            animation: fadeIn 0.8s ease-out forwards;
        }
        
        /* Scroll suave */
        html {
            scroll-behavior: smooth;
        }
        
        /* Menu mobile */
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -300px;
            width: 300px;
            height: 100dvh;
            background: var(--white);
            z-index: 1002;
            transition: var(--transition);
            box-shadow: 5px 0 20px rgba(0,0,0,0.1);
            padding: 10px 10px;
            overflow-y: auto;
        }
        
        .mobile-menu.active {
            left: 0;
        }
        
        .mobile-nav {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .mobile-menu .mobile-nav {
          list-style: none;
          margin: 0;
          padding: 0;
        }        

        .mobile-nav a {
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .mobile-nav a i {
            color: var(--gold);
            font-size: 1.2rem;
            width: 25px;
        }
.menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--black);
  cursor: pointer;
  z-index: 1003;
}
.menu-close:hover {
  color: var(--gold);
}
        
        .menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: var(--black);
            cursor: pointer;
            margin-right: 20px;
        }
        
        @media (max-width: 1200px) {
          .modal-product-price{
            font-size: 18px;
            color: green;
          }
            .menu-toggle {
                display: block;
            }
        }
        .product-category{
            color: #d4af37;
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 5px;
            text-transform: uppercase;            
        }
  /* Autocomplete CSS */
  .header__search { position: relative; overflow: visible; }
  .autocomplete-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0; width: 100%; max-width: 600px;
    background: #fff; border: 1px solid #e0e0e0;
    border-top: none; border-radius: 0 0 12px 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    z-index: 1001; max-height: 300px; overflow-y: auto;
    display: none;
  }
  .autocomplete-list.active { display: block; }
  .autocomplete-item {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 12px; cursor: pointer;
    border-bottom: 1px solid #eee; transition: background .3s;
  }
  .autocomplete-item:last-child { border-bottom: none; }
  .autocomplete-item:hover,
  .autocomplete-item[aria-selected="true"] { background: #f0f0f0; }
  .autocomplete-item img {
    width: 40px; height: 40px; object-fit: cover;
    border-radius: 6px;
  }
  .item-info { display: flex; flex-direction: column; }
  .item-name { font-size: .95rem; color: #333; }
  .item-code { font-size: .85rem; font-weight: 600; color: #d4af37; }        
  .modal-category {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  .modal-badge {
    display: inline-block;
    background: var(--gold);
    color: var(--white);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
  }  
.cart-installments {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
  text-align: right;
}
.cart-installments strong {
  color: var(--gold);
}
.cart-installments span {
  font-weight: 600;
  color: var(--dark-gray);
  font-size: 16px;
}
.mb-0{
  margin-bottom: 0;
}
.current-price-cart{
    font-size: 14px;
    font-weight: bold;
    color: green;
}
.cart-total-price{
  color: #b58d0c;
}
.color-green{
  color:green !important;
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  overflow: hidden;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}

/* Botão de Fechar (X) no Lightbox */
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transition: background-color 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
  background-color: rgba(0, 0, 0, 0.8);  /* Escurecendo o fundo ao passar o mouse */
}

#lightbox-image {
    max-width: 100dvw;
    max-height: 90dvh;
    object-fit: contain;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

/* Estilos para o mobile */
@media (max-width: 768px) {
  .lightbox-close {
    font-size: 1.5rem;
  }
}
