
  #hotsite {
    /* background-color: #F9F9F9; */
    background-color: #e9e9e9;
  }

  div#main-category {
    border: 1px solid #00000014;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .categories-carousel-container { 
    position: relative; 
    padding: 10px 0; 
  }

  /* Limita a área visível dos cards antes de chegar nas setas */
  .carousel-track-wrapper {
    width: auto;
    margin: 0 45px; /* Margem de segurança para as setas */
    padding-top: 30px; /* Espaço para a animação de hover subir sem cortar */
    overflow: hidden; /* Oculta os itens exatamente no limite das margens */
  }

  /* Pista contínua horizontal */
  .carousel-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 24px;
    align-items: flex-end;
    will-change: transform;
    width: max-content;
  }

  .category-card {
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    flex-shrink: 0 !important;
  }

  .item-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .circle-bg {
    position: absolute;
    bottom: 0;
    width: 140px;
    height: 140px;
    background-color: #393939;
    border-radius: 50%;
    z-index: 1;
  }

  .img-crop-wrapper {
    position: absolute;
    bottom: 0;
    width: 140px;
    height: 200px;
    z-index: 2;
    border-radius: 10px 10px 70px 70px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .category-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: bottom center;
  }

  /* Título Categorias */
  .category-title {
    font-weight: 700;
    color: #252129;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin: 0;
  }

  /* Setas posicionadas na área externa aos cards */
  .custom-carousel-control {
    color: #252129;
    width: 25px;
    height: 25px;
    top: calc(70px + 70px - 12px); /* Centralizadas na altura dos círculos */
    z-index: 30 !important;
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-carousel-control-prev { left: 10px; }
  .custom-carousel-control-next { right: 10px; }

  .custom-arrow-icon {
    width: 16px;
    height: 16px;
    fill: #252129;
    pointer-events: none;
  }

  /* Animação Hover no Desktop */
  @media (min-width: 992px) {
    .category-card:hover .category-img {
      transform: translateY(-24px) scale(1.05);
    }
  }

  /* Telas Maiores (>= 1400px) */
  @media (min-width: 1400px) {
    .custom-carousel-control {
      display: none !important;
    }
    .carousel-track-wrapper {
      margin: 0;
    }
    .carousel-track {
      justify-content: space-between;
      width: 100%;
      gap: 0;
    }
  }

  /* Mobile / Telas Menores que 992px */
  @media (max-width: 991px) {
    .carousel-track-wrapper {
      margin: 0 35px;
      padding-top: 30px;
    }

    .carousel-track {
      gap: 16px;
    }

    .custom-carousel-control {
      top: calc(50px + 50px - 12px);
    }

    .custom-carousel-control-prev { left: 5px; }
    .custom-carousel-control-next { right: 5px; }

    .item-container,
    .circle-bg {
      width: 100px;
      height: 100px;
    }

    .img-crop-wrapper {
      width: 100px;
      height: 140px;
      border-radius: 10px 10px 50px 50px;
    }

    .category-img {
      width: 100px;
      height: 100px;
      transform: translateY(-10px) !important;
      transition: none !important;
    }

    .category-card:hover .category-img {
      transform: translateY(-10px) !important;
    }
  }
    /*Produtos*/

    .title-produtos{
      font-size: 2rem;
      font-weight: 600;
      color: #252129;
    }
        .product-card {
      border: none;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 10px;
      font-family: Arial, sans-serif;
    }

    .product-img-container {
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px;
    }

    .product-img-container img {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
    }

    .product-title {
      font-size: 0.85rem;
      font-weight: 600;
      color: #252129;
      line-height: 1.3;
      max-height: 2.6em;
      height: auto;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      margin-bottom: 8px;
    }

    .rating-stars {
      color: #ffc107;
      font-size: 0.75rem;
    }

    .rating-count {
      color: #6c757d;
      font-size: 0.75rem;
      margin-left: 4px;
    }

    .btn-buy {
      background-color: #3c72b4;
      color: #fff;
      border: none;
      border-radius: 4px;
      font-weight: 500;
      padding: 8px 0;
      width: 100%;
      margin-top: 12px;
    }

    .btn-buy:hover {
      background-color: #2b578b;
      color: #fff;
    }

    .btn-leia-mais{
      background: #fff;
      border: 1px solid #00000040;
    }

    .btn-leia-mais:hover{
      background: #d6d6d6;
    }

    .estilo-rodape{
      border: 1px solid #00000014;  
      border-radius: 8px; 
      background: white
    }
