/* Erebya Shop Style */

.woocommerce {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: white;
}


/****************************************/
/* Conteneur */
.erebya-container {
  width: 100%;
  max-width: 677px;
  margin: 0px auto;
}

.erebya-container-pay {
  width: 80% !important;
  max-width: 1280px !important;
  margin: 50px auto !important;
}

form.woocommerce-ResetPassword {
  width: 100%;
  background-color:#fff4ed;
  padding: 32px;
  border-radius:8px;
  display:flex;
  flex-direction: column;
  justify-content: left;
  }

form.woocommerce-ResetPassword p.form-row {
  width: 80%;
  }

form.woocommerce-ResetPassword p {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-stretch: 100%;
    font-size: 16px;
    line-height:150%;

  }

  label.erebya-label, label {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 500;
    font-stretch: 100%;
    font-size: 14px;
    color:#111111 !important;
    margin-bottom: 8px;
  }


  input:not([type="button"]):not([type="submit"]).woocommerce-Input.woocommerce-Input--text {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-stretch: 100%;
    font-size: 16px;
    border-radius: 8px;
    line-height: 100%;
    color:#111111;
    background-color: #F7FAFC;
    border: 2px solid #D1D5DB;
    padding: 16px 20px;
    transition: border-color 0.3s ease, background-color 0.2s ease;
    box-sizing: border-box;
    width:100%
  }

.woocommerce-Input::placeholder {
  color: #6B7280; /* Placeholder plus doux */
}

.woocommerce-Input:focus {
  border-color: #111111;
  background-color: #ffffff;
  outline: none;
}

.woocommerce button.button, button.woocommerce-Button, [type=submit]:not(:disabled), button:not(:disabled), .erebya-container-pay button#place_order.button.alt {
  margin-top:32px;
  font-size:16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  border:none;
  border-radius:8px;
  background-color: #D84315;
  padding: 20px 36px;
  color:#fff4ed !important;
  font-family: 'Instrument Sans', sans-serif;
  font-stretch: 100%;
  font-style: normal;
  }

.woocommerce button.button:hover, .erebya-container-pay button#place_order.button.alt:hover {
  background-color: #060666;
  color:#F7FAFC;
  }

.woocommerce h2 {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 500;
  font-stretch: 100%;
  font-size: 28px;
  line-height:140%;
  font-style: normal;
  color: #060666;
  margin: 0px 0px 20px 0px;
  text-align: left;
  }


/****************************************/
/*  checkout/order-pay  */
#payment {
background-color: #D1D5DB !important;
border-radius:8px !important;
border-style: none;
}

#payment .wc_payment_method label {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-stretch: 100% !important;
    font-style: normal !important;
    line-height: 150% !important;
    color: #111111 !important;
    margin: 0 !important;
}


.woocommerce-checkout #payment .payment_box {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-stretch: 100% !important;
    line-height: 150% !important;
    color: #424242 !important;
    background-color: #F7FAFC !important;
    border-radius: 8px 8px 8px 8px !important;
}

#payment .payment_box:before {
    border-bottom-color:#F7FAFC !important;
}


.erebya-container-pay table thead:first-child tr:first-child th
 {
    background-color: #6B7280 !important;
    font-family: "Instrument Sans", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-stretch: 100% !important;
    font-style: normal !important;
    line-height: 120% !important;
    color: #F7FAFC !important;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #F7FAFC !important;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-block-start: none !important;

}

.woocommerce .erebya-container-pay table.shop_table tfoot th, .woocommerce table.shop_table td {
    background-color: #F7FAFC !important;
    font-family: "Instrument Sans", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-stretch: 100% !important;
    color: #111111 !important;
    border-style: solid !important;
    border-width: 0.5px 0.5px 0.5px 0.5px !important;
    border-color: #6B7280 !important;
    padding: 10px 10px 10px 10px !important;
    text-align: left !important;
}

.woocommerce .elementor-jet-checkout-order-review #order_review .shop_table {
    border: none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.woocommerce .erebya-container-pay table.shop_table {
    text-align: left !important;
    width: 100% !important;
    border: none !important;
    border-collapse: collapse !important;
    margin: 0 0 20px 0 !important;
}

.erebya-container-pay .woocommerce-privacy-policy-text p, .woocommerce-terms-and-conditions-checkbox-text {
font-family: "Instrument Sans", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-stretch: 100% !important;
    color: #111111 !important;
}


/****************************************/
/* 🌐 Default styles – mobile-first */
/* 1. Widescreen ≥ 2400px */
@media (min-width: 2400px) {

  .erebya-container {
    padding: 112px 0px;
  }
  form.woocommerce-ResetPassword {

  }
  .woocommerce button.button, .erebya-container-pay button#place_order.button.alt {
    padding: 24px 40px;
  }
}

/* 2. Desktop ≤ 2399px */
@media (max-width: 2399px) {
  .erebya-container {
    padding: 96px 0px;
  }
  form.woocommerce-ResetPassword {

  }
  .woocommerce button.button, .erebya-container-pay button#place_order.button.alt {
    padding: 20px 36px;
  }
}

/* 3. Laptop ≤ 1366px */
@media (max-width: 1366px) {
  .erebya-container {
    padding: 80px 0px;
  }
  form.woocommerce-ResetPassword {

  }
  .woocommerce button.button, .erebya-container-pay button#place_order.button.alt {
    padding: 20px 32px;
  }
}

/* 4. Tablet Landscape ≤ 1200px */
@media (max-width: 1200px) {
  .erebya-container {
    padding: 72px 0px;
  }
  form.woocommerce-ResetPassword {

  }
  .woocommerce button.button, .erebya-container-pay button#place_order.button.alt {
    padding: 18px 28px;
  }
}

/* 5. Tablet Portrait ≤ 1024px */
@media (max-width: 1024px) {
  .erebya-container {
    max-width: 92%;
    padding: 64px 24px;
  }
  form.woocommerce-ResetPassword {
  padding: 24px;
  }
  .woocommerce button.button, .erebya-container-pay button#place_order.button.alt {
    padding: 16px 24px;
    font-size:14px;
  }
}

/* 6. Mobile Landscape ≤ 880px */
@media (max-width: 880px) {
  .erebya-container {
    max-width: 90%;
    padding: 56px 16px;
  }
  form.woocommerce-ResetPassword {
  padding: 24px;
  }
  .woocommerce button.button, .erebya-container-pay button#place_order.button.alt {
    padding: 14px 22px;
    font-size:14px;
  }
  .erebya-container-pay {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
}

/* 7. Mobile Portrait ≤ 767px */
@media (max-width: 767px) {
  .erebya-container {
    max-width: 100%;
    padding: 48px 12px;
  }
  form.woocommerce-ResetPassword {
  padding: 18px;
  }
  .woocommerce button.button, .erebya-container-pay button#place_order.button.alt {
    padding: 12px 20px;
    font-size:14px;
  }
  .erebya-container-pay {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
}
