/*
Theme Name: Abilene Hosanna Church
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Hide upload section only on product ID 624 */
.postid-624 .codedropz-upload-handler {
  display: none !important;
}
/* Make swatch buttons a subtle golden style */
.variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item {
  background-color: #ac8c66; /* light gold background */
  border: 2px solid #d4af37; /* gold border */
  color: #444;
  transition: all 0.3s ease;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.3);
}

/* Hover effect */
.variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item:hover {
  background-color: #fff; /* brighter gold */
  border-color: #c5a028;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* When selected/active */
.variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item.selected,
.variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"] {
  background-color: #fff; /* solid gold */
  color: #fff;
  border-color: #b8860b;
  b
}

/* Optional: tooltip or text style tweak */
.variable-item-span-button {
  font-weight: 500;
  font-size: 14px;
}
