.wrapper{
    max-width: 100%;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.steps {
    flex: 0 0 100%;
}

/* Le formulaire à gauche */
.form-box {
    flex: 1;
    min-width: 300px;
}

/* Le panier (Sidebar) à droite */
.order-sidebar {
    display: none;
    flex: 0 0 300px;
    align-self: flex-start;
    position: sticky;
    top: 70px;
}

.marginb0 {
    margin-bottom: 0!important;
}

/* TOP STEPS */
.steps{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: transparent;
    border-bottom: 1px solid rgba(45, 42, 38, 0.08);
}

.step{
    flex:1;
    min-width:120px;
    padding: 15px 15px;
    border-right:1px solid rgba(45, 42, 38, 0.08);
    color:#A89880;
    pointer-events:none;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.794px;
    text-transform: uppercase;
    max-width: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.step .nbr {
    font-family: "Cormorant Garamond";
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
}

.step[data-step="1"] {
    padding-left: 0;
}

.step:last-child{
    border-right: none;
}

.step.active{
    color: #1A1410;
    opacity: 1;
}

.step.done{
    opacity: 1;
    color: #81371C;
}

.step.done .nbr {
    display: inline-block;
    font-size: 0;
    background: url(pictos/picto-check.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 100%;
}

/* BOX */
.form-box{
    background: transparent;
    border: 1px solid rgba(45, 42, 38, 0.08);
    padding: 48px 40px;
    max-width: 850px;
}

.wrapper .form-box h1 {
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.263px;
}

.step-title {
    margin-bottom: 40px;
}

.small-title{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #81371C;
    font-family: Inter;
    font-size: 10.88px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.32px;
    letter-spacing: 1.523px;
    text-transform: uppercase;
    margin-bottom:16px;
}

.small-title .separator {
    width: 32px;
    height: 1px;
    background: #81371C;
}


.desc{
    color: #7A6A58;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.4px;
    margin-bottom: 25px;
}

/* STEP CONTENT */
.step-content{
    display:none;
}

.step-content.active{
    display:block;
}

/* CHOICES */
/* Cache le bouton radio natif */
.choice input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* On s'assure que le label (choice) se comporte comme un bloc cliquable */
.choice{
    border:1px solid #e4dbd2;
    padding:20px 25px;
    margin-bottom:12px;
    cursor:pointer;
    display:flex;
    gap:16px;
    transition:.25s;
    position: relative;
}

.choice:hover, .choice-sub:hover{
    border-color:#b28b69;
}

.choice.active, .choice-sub.active{
    border:1px solid #81371c;
    background: #f5ede0;
    position: relative;
}

.choice.active .icon, .choice-sub.active .icon{
    background: #81371c;
}

.choice.active .icon img, .choice-sub.active .icon img{
    filter: brightness(0) invert(1);
}

.choice.active::after, .choice-sub.active::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 25px;
    background: url(pictos/picto-check.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 100%;
}

.icon{
    width:40px;
    height:40px;
    background:rgba(139, 69, 19, 0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#8d4c25;
    flex-shrink:0;
}

.wrapper .choice h3, .choice-sub .txt h3{
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 16.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    margin: 0 0 5px;
    text-transform: none;
    letter-spacing: 0;
}

.choice p, .choice-sub .txt p{
    color: #7A6A58;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.76px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}

/* FIELD */
.wrapper .field-group{
    margin-top:20px;
}

.wrapper .field-group label{
    display: block;
    color: #7A6A58;
    font-family: Inter;
    font-size: 11.52px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.28px;
    letter-spacing: 0.691px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wrapper .input-icon{
    border:1px solid rgba(45, 42, 38, 0.12);
    height:62px;
    display:flex;
    align-items:center;
}

.wrapper .input-txt {
    padding: 10px 0 0;
}

.wrapper .input-txt, .wrapper .input-txt p{
    margin: 0;
    color: #A89880;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.wrapper .input-icon span{
    width: 50px;
    height: 40px;;
    text-align: center;
    color: #8d4c25;
    border-right: 1px solid rgba(45, 42, 38, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .input-icon span img {
    height: 16px;
}

.wrapper .form-box .input-icon input{
    background-color: transparent;
    width: 100%;
    height: 100%;
    border-bottom: 0 !important;
    outline: none!important;
    padding-left: 12px!important;
    padding-right: 12px!important;
    color: rgba(26, 20, 16, 1)!important;
    font-family: "DM Serif Display"!important;
    font-size: 28.8px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: normal;
    letter-spacing: 1.44px!important;
}

.wrapper .form-box .input-icon input::placeholder{
    color: rgba(26, 20, 16, 0.50) !important;
}

.wrapper .form-box .input-icon input::-webkit-input-placeholder{
    color: rgba(26, 20, 16, 0.50) !important;
}

.wrapper .form-box .input-icon input::-moz-placeholder{
    color: rgba(26, 20, 16, 0.50) !important;
}

.wrapper .form-box .input-icon input:-ms-input-placeholder{
    color: rgba(26, 20, 16, 0.50) !important;
}

/* ACTIONS */
.actions{
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid rgba(45, 42, 38, 0.12);
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.wrapper .btn-main, .wrapper .prev {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.wrapper .picto-btn{
    width: 14px;
    height: 14px;
    background-image: url(pictos/picto-arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.wrapper .picto-btn-prev{
    width: 14px;
    height: 14px;
    background-image: url(pictos/picto-arrow-prev.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.wrapper button:disabled, .wrapper button:disabled:hover{
    background-color:#C9B89A;
    color:#FAF7F2;
    cursor:not-allowed;
}

.wrapper .btn-light{
    background:transparent;
    border: 1px solid rgba(45, 42, 38, 0.12);
    color:#7A6A58;
}

.wrapper .btn-light:focus, .wrapper .btn-light:hover{
    background:transparent;
    border: 1px solid rgb(122, 106, 88);
    color:#7A6A58;
}

/* PLACEHOLDER */
.placeholder{
    color:#777;
    line-height:1.8;
    padding:10px 0;
}


/* STEP 4 SPECIFIC */
.stere-block {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(45, 42, 38, 0.12);
    background: transparent;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.stere-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper .stere-header h3 {
    color: #81371C;
    font-family: "Cormorant Garamond";
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.2px;
    margin: 0;
}

.delete {
    cursor: pointer;
    opacity: 0.4;
    transition: 0.3s;
}
.delete:hover { 
    opacity: 1; 
}

.stere-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 16px;
}

.label {
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
}

.label.style-2 {
    color: #7A6A58;
    font-family: Inter;
    font-size: 11.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.32px;
    letter-spacing: 0.653px;
    text-transform: uppercase;
}

.stere-grid .label {
    color: #7A6A58;
    font-family: Inter;
    font-size: 10.88px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.32px;
    letter-spacing: 0.653px;
    text-transform: uppercase;
}

/* Grille des tailles */
.sizes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(45, 42, 38, 0.12);;
}

.size {
    display: block;
    position: relative;
    padding: 12px;
    cursor: pointer;
    transition: 0.3s;
    background: #FAF7F2;
    border-right: 1px solid rgba(45, 42, 38, 0.12);
    border-bottom: 1px solid rgba(45, 42, 38, 0.12);
}

.section-buches .size {
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 19.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
}

.section-buches .size span{
    color: #A89880;
    font-family: Inter;
    font-size: 10.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.6px;
    text-transform: none;
    margin: 2px 0 0;
    letter-spacing: 0;
}

.sizes .size:nth-child(2n) {
    border-right: none;
}

/* dernière ligne */
.sizes .size:nth-last-child(-n+2) {
    border-bottom: none;
}

.ess {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 12px;
    background: #FAF7F2;
    border: 1px solid rgba(45, 42, 38, 0.12);
    transition: 0.3s;
}

.section-buches .ess {
    color: #1A1410;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
}

.section-buches .ess.active {
    color: #81371c;
}

.essences .ess:nth-child(2n) {
    border-top: none!important;
}

.size span {
    display: block;
    font-size: 11px;
    color: #A89880;
}

.size.active, .ess.active {
    border-color: #81371C;
    background: #FDF9F3;
    position: relative;
}

.section-buches .size.active {
    color: #81371c;
}

.size.active::before, .ess.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    bottom: -1px;
    margin: auto;
    z-index: 1;
    border: 1px #81371C solid;
}

.ess.active::after {
    content: "";
    position: absolute;
    right: 15px;
    background: url(pictos/picto-check.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tag {
    display: inline-block;
    border: 1px solid #81371C;
    padding: 2px 6px;
    margin-top: 5px;
    color: #81371C;
    font-family: Inter;
    font-size: 9.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.4px;
    letter-spacing: 0.768px;
    text-transform: uppercase;
}

/* Cache le bouton radio mais le garde fonctionnel */
.size input[type="radio"], 
.ess input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* État Actif */
.size.active, .ess.active {
    border-color: #F5EDE0;
    background: #F5EDE0;
}

/* Optionnel : ajouter une petite coche sur l'essence active */
.ess.active::after {
    content: "";
    position: absolute;
    right: 15px;
    background: url(pictos/picto-check.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Quantité */
.qty {
    display: flex;
    align-items: center;
    gap: 20px;
}

.qty.product-card {
    align-items: end;
}

.qty-inner {
    width: 100%;
}

.qty-inner .label {
    color: #7A6A58;
    font-family: Inter;
    font-size: 10.88px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.32px;
    letter-spacing: 0.653px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qty .qty-box button {
    width: 38px;
    height: 38px;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    border-radius: 0 !important;
}

.qty .qty-box button.plus {
    background: #81371C url(pictos/picto-plus.svg) no-repeat center center;
    background-size: 14px 14px;
    border: 1px solid #81371C;
}

.qty .qty-box button.minus {
    background: transparent url(pictos/picto-minus.svg) no-repeat center center;
    background-size: 14px 14px;
    border: 1px solid rgba(45, 42, 38, 0.12);
}

.qty.product-card .add-product {
    padding: 10px 15px;
}

.section-buches .qty .qty-box .value, 
.section-buches .qty .qty-box .qty-input, 
.pellet-config-box .qty .qty-box .qty-input {
    color: #1A1410;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.64px;
    width: 42px;
    background: transparent;
    border: none;
    padding: 0;
}

.price {
    color: #7A6A58;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

/* Bouton Ajouter */
.add-stere {
    background: url(pictos/picto-plus-marron.svg) no-repeat 20px center;
    background-size: 14px 14px;
    color: #81371C;
    text-align: left;
    font-family: Inter;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.72px;
    letter-spacing: 0.749px;
    text-transform: uppercase;
    border: 1px dashed rgba(45, 42, 38, 0.12);
    padding: 16px 20px 16px 50px;
    cursor: pointer;
    margin-top: 16px;
    transition: border-color 0.18s;
}

.add-stere:hover {
    background: url(pictos/picto-plus-marron.svg) no-repeat 20px center;
    background-size: 14px 14px;
    border-color: rgb(129, 55, 28);
}

#postal-error {
    display: none; 
    color:#d93025; 
    font-size: 12px;
}
#postal-success{
    display: none; 
    color: #7A6A58; 
    font-size: 12px;
}

.choice-sub {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #EAE4DD;
    padding: 15px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #FAF7F2;
    transition: 0.3s;
    position: relative;
}

.choice-sub input {
    position: absolute;
    opacity: 0;
}

.icon-small {
    width: 40px;
    height: 40px;
    background: #81371C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.icon-small img { 
    width: 20px; 
    filter: brightness(0) invert(1); 
}

.choice-sub h3 { 
    font-family: "DM Serif Display"; 
    font-size: 16px; 
    margin: 0; 
}
.choice-sub p { 
    font-size: 12px; 
    color: #7A6A58; 
    margin: 0; 
}

/* Style pour la box Pellets */
#section-pellets {
    margin-top: 32px;
}

.is-combined {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(45, 42, 38, 0.12);
}

.is-combined .title-box {
    display: block !important;
}

.pellet-config-box {
    padding: 30px;
    border: 1px solid #81371c;
    background-color: #f5ede0;
}

.pellet-header { 
    display: flex; 
    gap: 16px; 
    align-items: start;
}

.pellet-config-box .pellet-header h3 {
    color: #1a1410;
    font-family: "DM Serif Display", serif;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 8px;
}

.pellet-config-box .pellet-header .icon {
    background: transparent;
    height: 24px;
    width: 22px;
}

.pellet-config-box .pellet-header .icon img{
    height: 24px;
    width: 22px;
}

.pellet-config-box .pellet-header p {
    color: #7A6A58;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.4px;
    margin-bottom: 0;
}

.pellet-config-box .pellet-header p strong {
    color: #1A1410;
    font-weight: 500;
}

.price-big {
    font-size: 28px;
    text-align: right;
    font-family: "DM Serif Display";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    color: #81371c;
}

.price-big small { 
    display: block; 
    font-size: 12px; 
    color: #a89880; 
    font-family: Inter; 
    margin: 2px 0px 0px;
    font-weight: 300;
}

.qty-pellets {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 16px 0 0;
    margin: 16px 0 0;
    border-top: 1px solid rgba(45, 42, 38, 0.12);
}

.qty-pellets .qty-box {
    justify-content: space-between;
}

.d-inputs {
    display: flex;
    align-items: center;
    gap: 16px;
}

#titre-buches {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.infos {
    background: url(pictos/picto-infos.svg) no-repeat center center;
    width: 19px;
    height: 19px;
    background-size: 15px 15px;
    display: block;
    cursor: pointer;
}

.info-details-container {
    border: 1px solid rgba(45, 42, 38, 0.12);
    background-color: rgb(250, 247, 242);
    margin-top: 15px;
    margin-bottom: 24px;
}

.info-header {
    padding: 24px 24px 16px;
}

.info-details-container .info-title {
    font-family: "DM Serif Display"; 
    font-size: 16px; 
    margin: 0; 
    font-weight: 400;
    color: #1a1410;
}

.info-details-container .info-intro {
    color: #7A6A58;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.4px;
    margin-bottom: 16px;
}

.info-main-image img {
    max-width: 100%;
    height: auto;
}

.info-boxes-wrapper {
    padding: 16px 24px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.info-box {
    flex: 1;
    border: 1px solid rgba(45, 42, 38, 0.12);
    background: transparent;
    padding: 12px 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-label {
    color: #7A6A58;
    font-family: Inter;
    font-size: 10.88px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.32px;
    margin-bottom: 5px;
}

.box-value {
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
}

/* Responsive pour mobile */
@media (max-width: 600px) {
    .info-boxes-wrapper {
        flex-wrap: wrap;
    }
    .info-box {
        min-width: 45%;
    }
}

.icon-calendar {
    background: url(pictos/picto-calendar.svg) no-repeat center center;
    width: 18px;
    height: 18px;
    background-size: 100%;
}

.date-input-wrapper, .date-result-box {
    border: 1px solid rgb(129, 55, 28);
    padding: 16px 20px;
    margin-top: 10px;
    background: rgb(250, 247, 242);
}

.input-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

#delivery-date {
    flex: 1 1 0%;
    font-family: Inter, sans-serif;
    font-size: 0.9rem;
    color: rgb(26, 20, 16);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: transparent;
    outline: none;
    cursor: pointer;
    min-width: 0px;
    padding: 0;
    border: none;
    width: 100%;
    font-weight: 400;
}

.date-result-box {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-color: #81371c;
    background: #f5ede0;
}

.result-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.icon-check {
    background: url(pictos/picto-check.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 100%;
    margin: 5px 0 0;
}

.text-details strong {
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
}

.text-details p {
    color: #A89880;
    font-family: Inter;
    font-size: 12.48px;
    font-style: normal;
    font-weight: 300;
    line-height: 18.72px;
    margin: 0;
}

.btn-modify {
    background: none!important;
    border: none!important;
    color: #81371c!important;
    text-decoration: underline!important;
    cursor: pointer;
    font-size: 11.5px!important;
    padding: 0!important;
}


/* ==================================================
   PRODUITS / OPTIONS
================================================== */

.items {
    margin: 32px 0 40px;
    border: 1px solid rgba(45, 42, 38, 0.12);
}

.option-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 20px 24px;
    transition:all .25s ease;
    border-top: 1px solid rgba(45, 42, 38, 0.12);
}

.option-item.active{
    background-color: rgb(245, 237, 224);
    transition: background-color 0.18s;
    outline: rgb(129, 55, 28) solid 1px;
    outline-offset: -1px;
}

.option-item:first-child {
    border-top: 0;
}


/* ==================================================
   CONTENU
================================================== */

.option-content{
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 0;
}

.option-img{
    flex-shrink:0;
}

.option-img img{
    width: 72px;
    height: 72px;
    object-fit: cover;
    display: block;
}

.option-details{
    min-width:0;
}

.option-item .option-details h4{
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin:0;
    color:#1a1410;
}

.price-unit{
    color: #81371C;
    font-family: Inter;
    font-size: 11.52px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.28px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-top;
}

.option-details p{
    color: #7A6A58;
    font-family: Inter;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.2px;
    margin: 3px 0 0;
}


/* ==================================================
   CONTROLS
================================================== */

.option-controls{
    display:flex;
    align-items:center;
    gap:18px;
    flex-shrink:0;
}

/* boutons +/- */

.option-controls .qty .qty-box button {
    width: 32px;
    height: 32px;
    border-radius: 0 !important;
}

.option-controls .qty-box {
    gap: 8px;
}

.btn-qty.minus:disabled{
    opacity:.35;
    cursor:not-allowed;
}


/* input qty */

.option-controls .qty-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

#step-6 .option-controls .qty-input{
    color: #a89880;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.64px;
    width: 28px;
    background: transparent;
    border: none;
    padding: 0;
}

#step-6 .option-item.active .option-controls .qty-input{
    color: #1A1410;
}


/* total ligne */

.row-total{
    color: #A89880;
    text-align: right;
    font-family: Inter;
    font-size: 13.12px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.68px;
    min-width: 56px;
}

.option-item.active .row-total{
    color: #81371c;
}


/* ==================================================
   SERVICE BOX
================================================== */

.separator-text {
    position: relative;
}

.separator-text span {
    color: #81371C;
    font-family: Inter;
    font-size: 10.88px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.32px; 
    letter-spacing: 1.306px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    background: #faf7f2;
    padding: 0 15px 0 36px;
}

.separator-text::before {
    content: "";
    height: 1px;
    background: #81371C;
    width: 24px;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 999;
}

.separator-text::after {
    content: "";
    height: 1px;
    background: rgba(45, 42, 38, 0.12);
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
}

#service-demande.hidden {
    display: none;
}

.service-card{
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    margin-top: 15px;
    padding: 24px;
    border: 1px solid rgba(45, 42, 38, 0.12);
    background: transparent;
    transition:.25s ease;
}

.service-card.active{
    background: #f5ede0;
    border-color: #81371c;
}

.service-main{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.service-main .service-info h4 {
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 17.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
    margin: 0 0 8px;
}

.service-main .service-info p {
    color: #7A6A58;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.76px;
    margin: 0;
}


.badge-facture{
    color: #FAF7F2;
    font-family: Inter;
    font-size: 10.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.6px;
    letter-spacing: 0.832px;
    text-transform: uppercase;
    display:inline-block;
    padding:4px 8px;
    background: #81371C;
    margin: 0 0 0 8px;
    vertical-align: center;
}

.price-tag{
    margin-top: 15px;
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid rgba(45, 42, 38, 0.12);
    background: rgba(45, 42, 38, 0.04);
    color: #7A6A58;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.price-tag strong{
    color: #A89880;
    font-family: "DM Serif Display";
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.2px;
}

.service-card.active .price-tag {
    background: rgba(129, 55, 28, 0.1);
    border: 1px solid rgba(129, 55, 28, 0.2);
}

.service-card.active .price-tag strong {
    color: #81371c;
}

.disclaimer{
    color: #A89880;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    padding-top:10px;
}


/* ==================================================
   CHECKBOX CUSTOM
================================================== */

.custom-check{
    display: none;
}

.custom-check + label{
    width: 22px;
    height: 22px;
    border: 2px solid rgba(45, 42, 38, 0.12);
    cursor: pointer;
    position: relative;
    display: block;
    transition: .2s ease;
}

.custom-check:checked + label{
    border-color: #81371c;
    background: #81371c;
}

.custom-check:checked + label:after{
    content: "";
    background: url(pictos/picto-check-box.svg) no-repeat center center;
    width: 11px;
    height: 9px;
    background-size: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* ==================================================
   STEP 7
================================================== */

.account-login-info{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(45, 42, 38, 0.12);
}

.account-login-info .btn-outline-login{
    display: flex;
    gap: 12px;
    color: #1A1410;
    text-align: center;
    font-family: Inter;
    font-size: 12.48px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.72px;
    letter-spacing: 0.998px;
    text-transform: uppercase;
    padding: 14px 25px;
    background: transparent;
    border: 1px solid rgba(45, 42, 38, 0.12);
    cursor: pointer;
    transition:.25s ease;
}

.account-login-info .desc {
    margin-bottom: 12px;
}

.account-login-info .btn-outline-login .icon-user {
    background: url(pictos/picto-user.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.account-login-info .btn-outline-login:hover, .account-login-info .btn-outline-login:focus{
    color: #1A1410;
    background: transparent;
    border-color:#81371c;
}


/* ==================================================
   SECTIONS
================================================== */

.form-section{
    margin-bottom:40px;
}

.form-section .section-title{
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(45, 42, 38, 0.12);
}


/* ==================================================
   LIGNES / COLONNES
================================================== */

.form-row{
    display:flex;
    gap: 16px;
}

.form-group{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.col-30{
    flex:0 0 30%;
}

.col-70{
    flex:0 0 calc(70% - 20px);
}


/* ==================================================
   LABELS
================================================== */

.form-section .form-group label{
    color: #7A6A58;
    font-family: Inter;
    font-size: 11.52px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.28px;
    letter-spacing: 0.691px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.form-section .form-group label span{
    color: #A89880;
    font-family: Inter;
    font-size: 11.52px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.28px;
    text-transform:none;
}


/* ==================================================
   INPUTS / TEXTAREA
================================================== */

#account-form .form-group input,
#account-form .form-group textarea{
    border: 1px solid rgba(45, 42, 38, 0.12);
    background: #FAF7F2;
    padding: 14px 16px;
    outline:none;
    transition:.25s ease;
    color: #1a1410;
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#account-form .form-group input:focus,
#account-form .form-group textarea:focus{
    border-color: rgba(45, 42, 38, 0.12);
}

#account-form .form-group input::placeholder,
#account-form .form-group textarea::placeholder{
    color: rgba(26, 20, 16, 0.50);
}

#account-form textarea{
    min-height:110px;
    resize:vertical;
}


/* ==================================================
   MOT DE PASSE
================================================== */

.pass-group{
    position:relative;
}

.toggle-password{
    background: url(pictos/picto-show-password.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 100%;
    position:absolute;
    top: 36px;
    right: 16px;
    cursor: pointer;
    transition:.2s ease;
}

.toggle-password:hover{
    opacity:1;
}

.toggle-password.show {
    background: url(pictos/picto-show-password.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.toggle-password.hidden {
    background: url(pictos/picto-hide-password.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.match-message {
    font-family: Inter, sans-serif;
    font-size: 11.5px;
    color: #27ae60;
    align-items: center;
    display: none;
    margin: -6px 0 0;
    line-height: 12px;
}
.match-message.success { 
    color: #27ae60; 
    display: flex!important; 
    gap: 5px;
}
.match-message.error { 
    color: #C0392B; 
    display: flex!important; 
}
.picto-success {
    background: url(pictos/picto-success.svg) no-repeat center center;
    width: 8px;
    height: 8px;
    background-size: 100%;
}


/* ==================================================
   TEXTES INFO / ERREUR
================================================== */

.field-info{
    color: #A89880;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin-top:6px;
}

.error-text{
    color:#C0392B;
}


/* ==================================================
   UPLOAD PHOTO
================================================== */

.photo-upload-zone{
    border: 1px dashed rgba(45, 42, 38, 0.12);
    background: #FAF7F2;
    padding: 15px 22px;
    max-width: 190px;
    width: 100%;
}

.icon-camera {
    background: url(pictos/picto-user.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.form-section .photo-upload-zone .photo-label{
    color: #7A6A58;
    text-align: center;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.4px;
    display: flex;
    gap: 12px;
    cursor: pointer;
    transition: .2s ease;
    margin: 0;
    letter-spacing: 0;
    text-transform: none;
}



/* ==================================================
   CONSENTEMENT
================================================== */

.form-consent{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:40px;
    font-size:14px;
    line-height:1.6;
}

#account-form .form-consent label {
    color: #7A6A58;
    font-family: Inter;
    font-size: 13.12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.992px;
    text-transform: none;
    letter-spacing: 0;
}

#account-form .form-consent label a{
    color: #81371C;
    text-transform: none;
    letter-spacing: 0;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.style-check {
    display: none;
}

.style-check + label {
    cursor: pointer;
    position: relative;
    color: #7A6A58;
    font-family: Inter;
    font-size: 13.12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.992px;
    text-transform: none;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

.style-check + label::before {
    content: "";
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(45, 42, 38, 0.12);
    margin-right: 12px;
    background: transparent;
    transition: all .2s ease;
    display: inline-block;
}

.style-check:checked + label::before {
    border-color: #81371c;
    background: #81371c;
}

.style-check:checked + label::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px; 
    width: 11px;
    height: 11px;
    background: url(pictos/picto-check-box.svg) no-repeat center center;
    background-size: 100%;
}


/* ==================================================
   ACTIONS
================================================== */

.form-actions{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    padding-top:30px;
    border-top:1px solid #eee;
}

.btn-back{
    padding:14px 28px;
    border:none;
    border-radius:12px;
    background:#f5f5f5;
    cursor:pointer;
    font-weight:600;
    transition:.25s ease;
}

.btn-back:hover{
    background:#ececec;
}

.btn-submit{
    padding:15px 42px;
    border:none;
    border-radius:12px;
    background:#c5b398;
    color:#fff;
    cursor:pointer;
    font-weight:700;
    transition:.25s ease;
}

.btn-submit:hover{
    background:#b09d82;
}


.cart-summary {
    background: #1A1410;
    padding: 20px;
    margin-top: 32px;
    color: #FAF7F2;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(250, 247, 242, 0.08);
    margin-bottom: 15px;
}

.summary-line .label {
    color: rgba(250, 247, 242, 0.40);
    font-family: Inter;
    font-size: 12.48px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.72px;
    letter-spacing: 0.749px;
}

.summary-line .value {
    color: #FAF7F2;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.4px;
}

/* Ligne du Total */
.total-line {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.total-line .label {
    color: rgba(250, 247, 242, 0.60);
    font-family: Inter;
    font-size: 12.48px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.72px;
    letter-spacing: 1.248px;
    text-transform: uppercase;
}

.total-line .value {
    color: #E07B39;
    font-family: "DM Serif Display";
    font-size: 28.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.2px;
    letter-spacing: -0.576px;
}


.order-sidebar {
    background: #1A1410;
    color: #FAF7F2;
    padding: 30px;
    width: 100%;
    max-width: 380px;
}

.sidebar-header {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(250, 247, 242, 0.08);
    padding-bottom: 20px;
    margin-bottom: 25px;
}


.sidebar-header .icon-fire{
    width: 16px;
    height: 16px;
    background: url(pictos/picto-fire.svg) no-repeat center center;
    background-size: 100%;
}

.wrapper .sidebar-header h2 {
    color: #FAF7F2;
    font-family: "DM Serif Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.sidebar-section.options {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(250, 247, 242, 0.08);
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: Inter;
}

.info-row .label {
    color: rgba(250, 247, 242, 0.40);
    font-family: Inter;
    font-size: 12.48px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.72px;
}

.info-row .value {
    color: #FAF7F2;
    font-size: 13.12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.68px;
}

/* Détails avec ligne orange sur le côté */
.product-detail {
    margin: 0 0 10px;
}

.product-detail{
    padding-left: 12px;
    border-left: 2px solid #81371C;
}
.product-detail .info-row {
    margin: 0;
}

.label-detail {
    color: rgba(250, 247, 242, 0.40);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 70%;
}

.price-detail {
    color: #D4A574;
    font-family: Inter;
    font-size: 12.48px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.72px;
}

.date-row {
    margin-top: 0;
}

/* Section Options */
.order-sidebar .section-title {
    font-family: Inter, sans-serif;
    font-size: 10.8px;
    line-height: 16px;
    color: rgba(250, 247, 242, 0.35);
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.order-sidebar .option-item {
    font-family: Inter, sans-serif;
    font-size: 12.5px;
    line-height: 18px;
    font-weight: 300;
    color: #d4a574;
    margin-bottom: 10px;
    padding: 0;
    gap: 0;
    border: 0;
    margin: 0 0 5px;
}

/* Boîte Service */
.service-box {
    background-color: rgba(191, 111, 42, 0.12);
    border-left: 2px solid rgb(129, 55, 28);
    padding: 10px 12px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.service-title {
    font-family: Inter, sans-serif;
    font-size: 12.48px;
    line-height: 18px;
    color: rgb(212, 165, 116);
    font-weight: 500;
    margin: 0 0 3px;
}

.service-subtitle {
    font-family: Inter, sans-serif;
    font-size: 11.2px;
    line-height: 16px;
    color: rgba(250, 247, 242, 0.35);
    margin: 0px;
    font-weight: 300;
}

/* Footer & Total */
.sidebar-footer {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(250, 247, 242, 0.08);
}

.total-estimated {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.total-label {
    color: rgba(250, 247, 242, 0.40);
    font-family: Inter;
    font-size: 10.88px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.32px;
    letter-spacing: 1.088px;
    text-transform: uppercase;
}

.total-value {
    color: #E07B39;
    font-family: "DM Serif Display";
    font-size: 25.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.4px;
    letter-spacing: -0.512px;
}

.order-sidebar .disclaimer {
    color: rgba(250, 247, 242, 0.25);
    font-family: Inter;
    font-size: 10.88px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.32px;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width:768px){

    .form-row{
        flex-direction:column;
        gap:0;
    }

    .col-30,
    .col-70{
        flex:1 1 100%;
    }

    .form-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .btn-back,
    .btn-submit{
        width:100%;
    }

    .form-consent{
        gap:10px;
    }

}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width:768px){

    .option-item{
        flex-direction:column;
        align-items:stretch;
        gap:18px;
        padding:18px;
    }

    .option-content{
        align-items:flex-start;
    }

    .option-img img{
        width: 55px;
        height: 55px;
    }

    .option-controls{
        justify-content:space-between;
        width:100%;
    }

    .row-total{
        min-width:auto;
    }

    .service-main{
        flex-direction:column;
        gap:12px;
    }

    .service-card{
        position: relative;
    }

    .service-main .service-action {
        position: absolute;
        top: 2px;
        right: 2px;
    }

    #account-form .form-consent label {
        display: block;
    }

}

@media(max-width:768px){
    .stere-grid { grid-template-columns: 1fr; }
}

/* MOBILE */
@media(max-width:768px){

    .wrapper {
        gap: 30px;
    }

    .steps {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        
        gap: 0;
    }
    
    .steps .step {
        padding: 10px 15px 15px;
        min-width: auto;
        max-width: none;
        text-wrap: nowrap;
    }

    .form-box{
        padding: 25px 20px;
    }

    .choice{
        padding: 20px;
        flex-direction: row;
    }

    .actions{
        flex-direction: row;
        justify-content: space-between;
    }

    .wrapper .actions .btn-main, .wrapper .actions .prev {
        padding: 12px 25px 14px 25px;
    }

}

/* --- RESPONSIVE : Mobile --- */
@media (max-width: 992px) {
    .form-box, .order-sidebar {
        flex: 0 0 100%;
    }
    
    .order-sidebar {
        position: relative;
    }
}

#zone-accordeon .elementor-widget-heading {
    border-bottom: 1px solid rgba(45, 42, 38, 0.08);
}

#zone-accordeon h2.elementor-heading-title {
    color: #8B4513;
    font-family: Inter;
    font-size: 10.88px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.32px;
    letter-spacing: 1.523px;
    text-transform: uppercase;
    padding-bottom: 8px;
    padding-right: 16px;
    display: inline-block;
    background: #FAF7F2;
}

#zone-accordeon h2.elementor-heading-title::after {
    content: "";
    background: rgba(45, 42, 38, 0.08);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
}

#zone-accordeon .e-n-accordion-item-title-header .e-n-accordion-item-title-text{
    color: #1A1410;
    font-family: "DM Serif Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

#zone-accordeon .elementor-widget-n-accordion .e-n-accordion-item-title {
    border: 0;
    min-height: 74px;
    padding: 10px 0;
    justify-content: space-between;
}

#zone-accordeon .e-n-accordion-item {
    border-bottom: 1px solid rgba(45, 42, 38, 0.08);
}

#zone-accordeon .e-con-full {
    border: 0;
}

#zone-accordeon .e-n-tabs-content .e-con-full.e-flex {
    gap: 0;
    padding: 0 40px 20px 0;
}

#zone-accordeon .e-con-full .elementor-widget-text-editor{
    font-family: Inter, sans-serif;
    color: rgba(45, 42, 38, 0.6);
    font-size: 14.5px;
    line-height: 1.75;
    margin: 0px 0px 3px;
    padding-left: 0px;
    font-weight: 300;
}

#zone-accordeon .e-con-full .elementor-widget-text-editor p:last-child {
    margin: 0;
    padding: 0;
}

#zone-accordeon .e-con-full .elementor-widget-text-editor p{
    margin: 0 0 4px;
}

#zone-accordeon .e-con-full .elementor-widget-text-editor ul{
    margin: 0 0 4px;
    padding: 0 0 0 22px;
}

#zone-accordeon .e-n-accordion-item-title-icon {
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(45, 42, 38, 0.20);
    width: 24px;
    height: 24px;
    transition: 0.2s;
}

#zone-accordeon .e-n-accordion-item-title .e-n-accordion-item-title-text{
    transition: color 0.2s;
}

#zone-accordeon .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
    color: rgb(139, 69, 19);
}

#zone-accordeon .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
    border: 1px solid rgb(139, 69, 19);
}

#zone-accordeon #e-n-tab-content-2164657411{
    display: none !important;
}

#zone-accordeon .e-n-tabs-heading {
    gap: 0;
}

#zone-accordeon .e-n-tabs .e-n-tabs-content {
    flex-direction: column;
    gap: 30px;
}

#zone-accordeon button.e-n-tab-title[aria-selected="true"] {
    font-weight: 500;
}

@media (max-width: 767px) {
  #zone-accordeon button.e-n-tab-title[aria-selected="true"] {
    margin-bottom: 15px;
  }
}

.size.disabled, .ess.disabled{
	cursor: not-allowed !important;
	opacity: 0.5;
}

.pellet-config-box .stere-block{
border: none;
padding: 0;
gap: 0;
margin-bottom: 0;
}
.pellet-config-box .stere-grid{
display: none;
}

.attribute-group.error-required .sizes,
.attribute-group.error-required .essences{
    border: 1px solid red !important;
}

.step-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 20px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    z-index: 9999;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
}

.step-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.step-notification.success {
    background-color: #4CAF50;
}

.step-notification.error {
    background-color: #f44336;
}

.option-item.active .row-total{
   font-weight: 500;
}

.option-item.active .qty .qty-box button{
  border: 1px solid #81371C;
}


.required-error {
    border-color: #e53935 !important;
}

.match-message {
    margin-top: 10px;
    font-size: 14px;
}

.match-message.error {
    color: #e53935;
}

.match-message.success {
    color: #2e7d32;
}

#btn-step7:not(.enabled) {
    opacity: .5;
    pointer-events: none;
}
#btn-step7.loading {
    opacity: .6;
    pointer-events: none;
}

#btn-step7.loading:after {
    content: " ...";
}

.woocommerce form#account-form .form-row::after, .woocommerce form#account-form .form-row::before, .woocommerce-page form#account-form .form-row::after, .woocommerce-page form .form-row::before{
display: none !important;
}


.lbb-icon-check {
    background-color: rgb(129, 55, 28);
    background-image: url('pictos/picto-check-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%; /* Au lieu de contain, pour que l'icône ne touche pas les bords */
    width: 64px;
    height: 64px;
    margin: 0 auto 24px auto;
}

.lbb-btn-home {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Espace entre le texte et le picto */
}

/* On injecte le picto juste après le texte */
.lbb-btn-home::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    /* On appelle votre picto dans le dossier du thème */
    background-image: url('pictos/arrow-up-right.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lbb-item-row.product-line{
    padding-left: 12px;
    border-left: 2px solid #81371C;
}
.lbb-center-receipt-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    border: 1px solid rgba(45, 42, 38, 0.08);
    padding: 50px 20px;
}
.lbb-unified-card {
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.lbb-icon-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #81371c;
    color: #ffffff;
    border-radius: 0px;
    font-size: 20px;
}
.lbb-title {
    font-size: clamp(1.8rem, 4vw, 2.3rem) !important;
    color: #1a1410 !important;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.lbb-subtitle {
    color: #7a6a58;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 400;
}
.lbb-ref {
    color: #a89880;
    font-size: 13px;
    margin-bottom: 35px;
}
.lbb-ref span {
    color: #81371c;
    font-weight: 600;
}

.lbb-details-box {
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: left;
    border: 1px solid rgba(45, 42, 38, 0.08);
}
.lbb-box-header {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #a39382;
    margin-top: 0;
    font-weight: 500;
}
.lbb-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14.5px;
}
.lbb-border-bottom {
    border-bottom: 1px solid rgba(45, 42, 38, 0.08);
    padding-bottom: 5px;
    margin-bottom: 4px;
}
.lbb-item-label {
    color: #a39382;
    width: 30%;
    font-size: 0.78rem;
}

.lbb-item-label.option {
    color: #d4a574
}

.lbb-item-value-block {
    text-align: right;
    width: 70%;
    font-size: 0.85rem;
    color: rgb(26, 20, 16);
    font-weight: 400;
}

.lbb-footer-text {
    color: #7a6a58;
    font-size: 14.5px;
    margin-top: 35px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.lbb-footer-text strong {
    color: #1a1410;
    font-weight: 600;
}
.lbb-btn-home {
    display: inline-block;
    background-color: #81371c !important;
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    transition: background-color 0.2s ease;
}
.lbb-btn-home:hover {
    background-color: #6a2d16 !important;
}
/* Conteneur principal de l'aperçu */
#photo-preview-container {
    margin-top: 15px;
}

/* Wrapper pour positionner la croix par rapport à l'image */
.preview-wrapper {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 120px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* L'image d'aperçu */
#photo-preview {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border: 1px solid rgba(45, 42, 38, 0.12);
}

/* Le bouton de suppression (Croix noire) */
.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px !important;
    height: 24px;
    background-color: rgb(26, 20, 16) !important;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.remove-btn:hover {
    background-color: #ff3333; /* Rouge au survol pour l'expérience utilisateur */
}
