@media (max-width: 768px) {
    .product-image.pt-food-menu-img {
        display: none !important;
    }
}


.amelia-app-booking #amelia-booking-wrap .am-step-booking-header {
    font-size: 32px !important; /* Adjust size as needed */
    font-weight: bold; /* Optional: Make it stand out */
}

body #amelia-booking-wrap .am-select-service-title {
    font-size: 32px !important;
    font-weight: bold !important;
}

/* Container Styling */
.woof_container {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
border: 1px solid #F1f1f1;
}

/* Make filter pills appear in rows */
.woof_list li {
  display: inline-block;
  margin: 5px 10px 5px 0;
  list-style: none;
}

/* Pill style for checkbox labels */
.woof_list li label {
  background-color: #FDF6DF;
  color: #111;
  border: 2px solid #FDF6DF;
  border-radius: 999px;
  padding: 8px 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

/* Highlight selected */
.woof_list input[type="checkbox"]:checked + label {
  background-color: #E36F2E;
  color: #fff;
  border-color: #E36F2E;
}

/* Section titles */
.woof_title {
  color: #f5d25f;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.allergen-pill {
  display: inline-block;
  background: #fdf6d7;
  color: #000;
  padding: 4px 10px;
  margin: 4px 4px 0 0;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}