.wc-field.has-conditions {
  display: none;
}
.wc-field.has-conditions.is-calendar {
  display: block !important;
  opacity: 1 !important;
}
.wc-field {
  transition: opacity 0.2s ease;
}
.wc-create-account input,
.woocommerce-billing-fields input {
  border-color: #d6d6d6 !important;
  border-radius: 16px !important;
  padding: 14px 20px !important;
}
.checkout .iti {
  display: block !important;
}
.woocommerce .wc-create-account label,
.woocommerce-billing-fields label {
  font-size: 18px !important;
  color: #000 !important;
}

.woocommerce-checkout
  .wc-create-account
  p.woocommerce-invalid-required-field
  span.error {
  display: none !important;
}

.wc-summary-price .amount {
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.2;
}
.wc-persons .woocommerce-Price-currencySymbol {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: .2px;
  color: rgba(0,0,0,.54);
}
.wc-resident-price del .woocommerce-Price-currencySymbol {
  display: none;
}
.wc-sale-price {
  font-size: 14px;

  font-weight: 700;

  line-height: 14px;
}

/* product */

.wc-adress,
.wc-duration {
  display: flex;

  align-items: start;

  margin: 4px 0;
}

.wc-duration .wc-img,
.wc-adress .wc-img {
  display: flex;

  justify-content: start;

  align-items: center;

  width: 24px !important;
}

.wc-duration img,
.wc-adress img {
  height: auto !important;

  width: 15px !important;

  margin-bottom: 0 !important;

  margin-top: 1px !important;
}

.wc-duration .wc-title,
.wc-adress .wc-title {
  font-size: 15px;

  font-weight: 400;

  line-height: 20px;

  color: #74878f;

  width: calc(100% - 34px);
}

.wc-features {
  align-items: center;

  display: flex;

  margin-top: 10px;
}

.wc-features .wc-price {
  font-size: 24px;

  font-weight: 700;

  line-height: 32px;

  text-align: right;
}

.wc-features .wc-sale-price {
  font-size: 14px;

  font-weight: 400;

  line-height: 14px;

  padding-bottom: 4px !important;
}
.wc-error-msg {
  background: #ff6467;
  padding: 16px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}

.wc-price del * {
  font-size: 20px;
  color: #999999;
}

.wc-price del .woocommerce-Price-currencySymbol {
  display: none !important;
}
.wc-price .wc-tax-label {
  font-size: 14px !important;
}
#qfs-booking-summary {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.qfs-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.qfs-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 20px;
}

.qfs-total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
}
/* #qfs-booking-summary {
    display: none;
} */
/** wc-filter **/
.wc-filter-container {
  background: #fff;
  margin-bottom: 20px;
}

.filter-toggle {
  cursor: pointer;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.filter-box .filter-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-toggle.active {
  color: #ffb725;
}

.filter-content {
  display: none;
  padding: 10px 0;
}

.filter-content label {
  display: block;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.2;
  font-weight: var(--semi-bold);
  color: #34505b;
}

#wc-selected-filters {
  margin-bottom: 20px;
}

.selected-filter {
  display: inline-block;
  background: var(--nectar-accent-color);
  color: #fff;
  padding: 8px clamp(10px, 2vw, 14px);
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: clamp(12px, 2vw, 16px);
}

#wc-product-results {
  position: relative;
}

#wc-product-results.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8) center center no-repeat;
  z-index: 9999;
  border-radius: 6px;
}
.filter-toggle {
  cursor: pointer;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  font-size: clamp(16px, 2vw, 18px) !important;
  line-height: 1.2;
}

.wc-filter .wc-title {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
  color: var(--nectar-accent-color);
  font-weight: var(--semi-bold);
  text-transform: capitalize;
}
.filter-toggle .toggle-icon {
  transition: transform 0.3s ease;
  font-size: 30px;
}

.filter-toggle.active .toggle-icon {
  transform: rotate(90deg);
}
.wc-filter-section {
  margin-bottom: 30px !important;
}

.wc-no-result {
  background: var(--yellow) !important;
  padding: 16px !important;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 20px;
}

.wc-product-badge {
  padding: 8px 12px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  right: 14px;
  top: 14px;
  font-weight: 600;
}
.badge-non_regulated {
  background: #ff637e;
}
.badge-regulated {
  background: #21bcff;
}
.wc-summary-sticky-card {
  position: relative !important;
}

/* Dynamic product badges (réglementé / résident) */
.wc-summary-badges {
  position: absolute;
  right: 14px;
  top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
}
.wc-summary-badges .wc-badge {
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.wc-badge.badge-non-regulated {
  background: #ff637e;
}
.wc-badge.badge-regulated {
  background: #21bcff;
}
.wc-badge.badge-resident {
  background: #16a34a;
}

/** end wc-filter **/

.wc-product-ville.badge {
  position: absolute !important;
  right: 10px;
  top: 10px;
}
.wc-suggestion {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  padding-block: 20px !important;
}

#gform_3 input,
#gform_3 textarea {
  border-color: #d6d6d6 !important;
  border-radius: 10px !important;
  overflow: hidden;
}
#gform_3 textarea::placeholder {
  color: #a7a7a7 !important;
}
#gform_3 .gfield_description,
#gform_3 .gform-field-label {
  font-size: clamp(16px, 2vw, 20px) !important;
}
#gform_3 .gchoice label {
  font-size: clamp(14px, 2vw, 18px) !important;
  color: #a7a7a7 !important;
}

#gform_submit_button_3 {
  padding-block: 16px !important;
  font-size: clamp(16px, 2vw, 18px);
}
#gform_3 .gform_body * {
  font-family: var(--font-1) !important;
  font-weight: normal !important;
}

.wccf-select_groupe.wc-addone {
  margin: 0 0 0px !important;
} 

@media (max-width: 781px) {
  .wc-search-product {
    position: fixed !important;
    bottom: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    width: 100vw;
    margin-bottom: 0 !important;
    padding-inline: 10px;
  }
  .wpb_row > .span_12:has(.wc-form) {
    z-index: 9999 !important;
  }

  #wc-toggel-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #wc-toggel-search i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    line-height: 1;
    height: 35px;
    font-weight: bold !important;
    transition: all 0.3s ease-in-out;
  }
  #wc-toggel-search.active i {
    rotate: 180deg;
    transform-origin: top center;
  }
}
