/* Start custom CSS for shortcode, class: .elementor-element-6e067f22 */form.variations_form select,
form.variations_form .button {
  border-radius: 8px;
  font-size: 15px;
  padding: 10px 20px;
}

form.variations_form .button {
  background-color: #fdd835;
  color: #000;
  font-weight: 600;
  border: none;
}

form.variations_form .button:hover {
  background-color: #ffee58;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-43ffe128 *//* =======================
✨ General Layout Fix
======================= */
.variations {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.variations label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  color: #333;
}

.variations .value ul {
  list-style: none !important;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.variations .value li {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}

.variations .value li:hover,
.variations .value li.selected {
  background-color: #fdd835;
  border-color: #fdd835;
}

/* =======================
✨ Add to Cart Button
======================= */
.single_add_to_cart_button {
  background-color: #fdd835 !important;
  color: #000 !important;
  padding: 14px 30px !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.single_add_to_cart_button:hover {
  background-color: #ffeb3b !important;
}

/* =======================
✨ Quantity Dropdown
======================= */
.quantity .qty {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  width: 60px;
  text-align: center;
  font-size: 14px;
}

/* =======================
✨ Info like "In Stock"
======================= */
.woocommerce-variation-availability {
  margin-top: 10px;
  font-size: 14px;
  color: #3c763d;
  font-weight: 500;
}

/* =======================
✨ Countdown / Notice Box
======================= */
.woocommerce .product_meta,
.product .elementor-widget-container .countdown-wrapper {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
}

/* =======================
✨ Remove bullet (●)
======================= */
.variations li::marker {
  display: none;
}/* End custom CSS */