.hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 150px 0;
  text-align: center;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.btn-contact {
  background-color: #28a745;
  border-color: #28a745;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background-color: #218838;
  border-color: #1e7e34;
  transform: translateY(-2px);
}

.plus-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 2rem;
  color: #6c757d;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.plus-icon:hover {
  transform: rotate(90deg);
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 30px;
}

.filter-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.filter-dropdown {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 8px 15px;
  min-width: 150px;
}

.product-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.content-brand-div {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  text-align: left;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.coming-soon-product_image {
  width: 100%;
  max-width: 170px;
  height: 170px;
}

.coming-soon-product_title {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: left;
}

.product-flavor {
  color: #28a745;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-sku {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.product-date {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.coming-soon-badge {
  background-color: #ffc107;
  color: #212529;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.newsletter-section {
  background-color: #f8f9fa;
  padding: 0 0;
  text-align: center;
}

.newsletter-title {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
}

.newsletter-description {
  color: #6c757d;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.price-container-coming_soon {
  text-align: left;
  margin-bottom: 3px;
}

.btn-contact-team {
  background-color: #28a745;
  border-color: #28a745;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 15px;
}

.contact-number {
  color: #6c757d;
  font-size: 0.95rem;
}

.product-card-container_coming_soon {
  width: 270px;
  height: 340px;
}

/* Mobile Media Queries for Product Grid - CORRECTED */

/* Small mobile devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .product-card-container_coming_soon {
    flex: 0 0 calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    max-width: none !important;
    height: 235px;
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .price_coming_soon_container {
    margin-top: 10px !important;
  }

  .row.px-3 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  .coming-soon-product_image {
    width: 100%;
    max-width: 120px;
    height: 120px;
    object-fit: contain;
  }

  .coming-soon-product_title {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 3px;
  }

  .product-description {
    font-size: 10px !important;
  }

  .filter-section {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 25px;
  }

  .filter-section h4 {
    text-align: center;
    margin-bottom: 0;
  }
  .coming-soon-product_image-container {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
  }
}

@media (min-width: 576px) and (max-width: 769.98px) {
  .product-card-container_coming_soon {
    flex: 0 0 calc(50% - 15px) !important;
    width: calc(50% - 15px) !important;
    max-width: none !important;
    height: 283px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .row.px-3 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 15px !important;
  }

  .coming-soon-product_image {
    width: 100%;
    max-width: 140px;
    height: 140px;
    object-fit: contain;
  }

  .product-card {
    padding: 15px;
    padding-bottom: 0;
  }

  .coming-soon-product_title {
    font-size: 0.85rem;
    line-height: 1.3;
  }
  .coming-soon-product_image-container {
    height: 148px !important;
  }
}

/* Additional container adjustments */
@media (max-width: 767.98px) {

  .loginnCheckPrice_coming_soon {
    margin-top: 7px !important;
  }

  /* Remove Bootstrap column classes on mobile */
  .product-card-container_coming_soon.col-xl-2,
  .product-card-container_coming_soon.col-lg-3,
  .product-card-container_coming_soon.col-md-4,
  .product-card-container_coming_soon.col-sm-6 {
    flex: 0 0 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }
  .product-card-container_coming_soon {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .coming-soon_filter {
    padding: 3px 8px !important;
  }
}

@media (max-width: 376px) {
  .product-image-container {
    height: 112px !important;
  }
  .coming-soon-notify-btn {
    width: 126px;
  }
}
