@media (max-width: 1024px) {
  .search-box {
    display:none;
  }

  .main-img {
    height: 500px;
  }

  .category-container {
    gap: 40px;
  }

  .category-button {
    font-size: 14px;
    padding: 15px 25px;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    height: auto;
    padding: 15px;
  }

  .search-box {
    display: none;
  }
  .image-principal{
    margin-top:250px;
  }
  .botoes {
    margin-top: 10px;
  }

  .main-img {
    width: 90vw;
    height: 350px;
  }

  .category-container {
    flex-direction: column;
    gap: 20px;
  }

  .product-detail-container {
    flex-direction: column;
    padding: 20px;
  }

  .product-image-area {
    min-width: 100%;
  }

  .popup-box {
    width: 90%;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .category-button {
    font-size: 10px;
    padding: 10px 20px;
  }

  .product-name {
    font-size: 1rem;
  }

  .add-to-cart-button {
    font-size: 0.6rem;
    padding: 10px 15px;
  }

  .favorites-title {
    font-size: 1.2rem;
  }

  .popup-box h2 {
    font-size: 14px;
  }

  .popup-text {
    font-size: 10px;
  }
}
