/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/





/* ===============================
   Styles du configurateur produit
   (utilisé dans Elementor)
   =============================== */

.gp-configurator-wrap {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, Arial, sans-serif;
  max-width: 500px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.07);
  padding: 1.5rem;
  color: #1a1a1a;
}

.gp-header-line {
  margin-bottom: 1rem;
}

.gp-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 .35rem 0;
}

.gp-ref {
  font-size: .8rem;
  color: #777;
}

.gp-price-block {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  margin-bottom: 1rem;
}

.gp-total-price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.gp-ttc-label {
  font-size: .8rem;
  color: #777;
}

.gp-variant-block {
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fafafa;
}

.gp-field-row {
  display: grid;
  gap: .5rem;
  margin-bottom: 1rem;
}

@media (min-width:480px){
  .gp-field-row {
    grid-template-columns: 150px 1fr;
    align-items: start;
  }
}

.gp-label-head {
  font-size: .8rem;
  font-weight: 500;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.gp-hint {
  font-size: .7rem;
  font-weight: 400;
  color: #777;
}

.gp-select,
.gp-input {
  width: 100%;
  font-size: .9rem;
  line-height: 1.3;
  padding: .6rem .7rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  font-family: inherit;
  color: #1a1a1a;
}

.gp-select:focus,
.gp-input:focus {
  outline: 2px solid #a67c52;
  outline-offset: 2px;
}

.gp-cta-zone {
  margin-top: 1.5rem;
  text-align: center;
}

.gp-delay {
  font-size: .8rem;
  color: #555;
  margin-bottom: .75rem;
  line-height: 1.4;
}

.gp-delay strong {
  font-weight: 600;
  color: #1a1a1a;
}

.gp-add-to-cart-btn {
  appearance: none;
  border: 0;
  width: 100%;
  border-radius: 10px;
  background: #a67c52;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding: .9rem 1rem;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  transition: box-shadow .18s, transform .18s;
}

.gp-add-to-cart-btn:active {
  transform: scale(.98);
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

.gp-note-service {
  margin-top: .75rem;
  font-size: .7rem;
  color: #999;
  line-height: 1.4;
}
