/* ----------------------------
   Shop Page (ID 7290) Styles
---------------------------- */
.page-id-7290 {

  /* Header/nav tweaks */
}
.page-id-7290 .site-header {
  background-color: rgba(26, 62, 90, 0.85) !important; /* semi-transparent navy overlay */
  backdrop-filter: blur(6px) !important; /* subtle polish */
  z-index: 10 !important;
}
.page-id-7290 .site-header a,
.page-id-7290 .site-header .menu-item a {
  color: #ffffff !important; /* white links */
}
.page-id-7290 .site-header a:hover {
  color: #dea742 !important; /* gold hover */
}

/* ----------------------------
   Drop Info / Hero Section
---------------------------- */
.page-id-7290 .drop-info-block {
  background: rgba(19, 87, 110, 0.35) !important; /* dark overlay */
  background-blend-mode: multiply !important;
  background-image: url('http://www.manukaidesigns.com/staging/7290/wp-content/uploads/2025/10/shopheader-03-scaled.jpg') !important; /* replace with your image */
  background-size: cover !important;
  background-position: center !important;
  text-align: center !important;
  padding: 120px 20px 80px 20px !important;
  position: relative !important;
  z-index: 1 !important;
}

.page-id-7290 .drop-info-content {
  max-width: 650px !important;
  margin: 0 auto !important;
  color: #e9e1d6 !important; /* light cream */
  text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
}

.page-id-7290 .season-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #e9e1d6 !important;
  margin-bottom: 15px !important;
  letter-spacing: 0.5px !important;
}

.page-id-7290 .drop-description {
  font-size: 1.15rem !important;
  line-height: 1.6 !important;
  color: rgba(233, 225, 214, 0.9) !important;
  margin-bottom: 25px !important;
}

.page-id-7290 .drop-tag {
  display: inline-block !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  color: #dea742 !important; /* gold accent */
  background: rgba(26, 62, 90, 0.5) !important;
  padding: 6px 12px !important;
  border-radius: 3px !important;
  text-shadow: none !important;
}
#comments, .comments-area {
    display: none !important;
}

/* Hide specific grouped child products */
#7290, /* Driftwood Earrings, Squall (01) */
#4658  /* Driftwood Earrings, Squall (02) */
{
    display: none !important;
		
}.variations label {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.variations select {
    font-size: 1em;
    padding: 0.5em;
}/* Style the variation label (e.g., "Select Your Pair") */
.variations label {
    font-size: 1.15em;
    font-weight: 600;
    color: #d4af37; /* Gold accent */
    text-transform: uppercase;
    margin-bottom: 0.5em;
    display: block;
}

/* Style the dropdown itself */
.variations select {
    font-size: 1em;
    padding: 0.6em 0.8em;
    border: 1px solid #d4af37; /* subtle gold border */
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

/* Optional: add hover effect to dropdown */
.variations select:hover {
    border-color: #b78e33;
}

/* Optional: add spacing above the dropdown if you have a short instruction line */
.variations .form-row {
    margin-top: 0.5em;
}

#slide-panel .collapse {
  height: auto !important;
}
/* Fix alignment for Terms & Conditions checkbox text */
.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
}

.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox span {
    white-space: nowrap !important;
}