/* ===================================================================
   PAGE FIXES - Overnight Repair Serum Product Page
   Fixes to match live reference URL
   =================================================================== */

/* Hide the subscription checkbox section */
.product-info__block-item[data-block-id="stayai_subs_checkbox_VzXxNa"] {
  display: none !important;
}

/* Hide subscription-related elements */
.stayai_subs_checkbox__container {
  display: none !important;
}

/* Fix pricing display - show regular prices instead of subscription prices */
.variant-option__price {
  /* Will be updated by JavaScript to show correct prices */
}

/* Ensure savings display is hidden for regular pricing */
.variant-option__savings {
  display: none !important;
}

/* Adjust variant option styling */
.variant-option {
  background-color: #f5f5f5 !important;
}

.variant-option.selected {
  background-color: #e8f0ed !important;
  border: 1px solid #2d5f3f !important;
}

/* Ensure proper spacing */
.variant-option__price-wrapper {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.variant-option__current-price {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
