@media all and (max-width: 1023px) {
    div.img_mobile_size span img {
        width: 65% !important;
    }

    div.product-showcase-container {
        flex-direction: column;
        padding-bottom: 0 !important;
    }

    div.product-informations-container {
        width: auto;
    }

    div.product-details {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div.product-size {
        margin-bottom: 5%;
    }


    .product-size-wording {
        font-size: 20px;
        line-height: 20px;
    }

    .product-size::after {
        height: 3px;
        bottom: -5%;
        left: 5%;
        right: 5%;
        width: 80%;
    }

    .product-title {
        font-family: "Berliner Grotesk BQ", sans-serif;
        font-size: 20px;
        color: #D6600D;
        margin-bottom: 1rem;
        text-align: center;
    }

    div.product-title-description {
        width: auto;
    }

    .product-description {
        font-size: 12px;
        text-align: center;
    }

    .product-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .feature {
        border-bottom: 3px solid #113E35;
        padding-bottom: 15px;
        border-right: none !important;
        position: relative;
    }

    .feature img {
        width: 25%;
    }

    .feature:nth-of-type(1)::after,
    .feature:nth-of-type(3)::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 3px;
        top: 0;
        right: -7px;
        background: #113E35;
    }

    .feature:nth-child(2)::after,
    .feature:nth-child(4)::after {
        display: none;
    }

    .feature span {
        font-size: 11px !important;
    }

    .feature:nth-of-type(2n) {
        border-right: none !important;
    }

    .product-image-container {
        width: 60%;
        margin: 0 auto;
    }

    .product-nav {
        flex-direction: column-reverse;
        margin-top: 0 !important;
    }

    .products-nav-images-container {
        background: none !important;
    }

    .products-nav-images {
        width: 100%;
    }

    div.pensez-y-encart-title-container {
        top: -75px !important;
        margin-bottom: -70px !important;
    }

    div.pensez-y-encart-title-container img {
        width: 70%;
    }

    div.pensez-y-encart-title-container p {
        font-size: 14px;
        line-height: 1.2em;
    }
}

@media all and (min-width: 1024px) {
    div.product-informations-container {
        width: 70%;
    }

    div.product-size {
        margin-right: 5%;
    }

    .product-size-wording {
        font-size: 25px;
    }

    .product-size::after {
        /*content: "";*/
        /*position: absolute;*/
        height: 100%;
        top: 0;
        right: -5%;
        width: 3px;
        /*border-radius: 99px;*/
        /*background: #113E35;*/
    }

    .product-title {
        font-size: 25px;
    }

    div.product-title-description {
        width: 65%;
    }

    .product-description {
        font-size: 20px;
    }

    .product-features {
        grid-auto-flow: column;
        gap: 10px;
    }

    .feature {
        position: relative;
    }

    .feature::after {
        content: "";
        position: absolute;
        top: 10%;
        right: -7px;
        height: 80%;
        width: 3px;
        background: #113E35;
    }

    .products-nav-images {
        width: 70%;
        display: flex;
        justify-content: flex-end;
        gap: 25px;
    }
}
.paillage_number_tag_container {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    position: relative;
}

div.paillage_number_tag {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D5424F;
    border-radius: 99px;
    color: #ffffff;
    font-family: "Berliner Grotesk BQ", sans-serif;
    font-size: 50px;
    position: relative;
}

div.paillage_number_tag_container svg {
    position: absolute;
    left: 75px;
    bottom: 10px;
    width: 40%;
}

/** PRODUCT SHOWCASE **/
.product-showcase {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: url("/wp-content/themes/nousonseme/assets/images/paillage/paillis_de_chanvre.webp") no-repeat;
    position: relative;
}

div.product-showcase-container {
    background: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: center;
    padding: 30px 10px;
    border-radius: 12px;
}

div.product-informations-container {
    /*width: 70%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.products-features {
    width: 40%;
}

div.product-details {
    display: flex;
}

.product-size {
    position: relative;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*margin-right: 5%;*/
}

.product-size svg {
    width: 70%;
    margin-bottom: 10px;
}

.product-size::after {
    content: "";
    position: absolute;
    /*height: 100%;*/
    /*top: 0;*/
    /*right: -5%;*/
    /*width: 3px;*/
    border-radius: 99px;
    background: #113E35;
}

.product-size-wording {
    font-family: "BerlinerGrotesk", sans-serif;
    /*font-size: 25px;*/
    color: #113E35;
    font-weight: 700;
}

.product-title {
    font-family: "BerlinerGrotesk", sans-serif;
    font-weight: 700;
    color: #D6600D;
    margin-bottom: 1rem;
}

div.product-title-description {
    /*width: 65%;*/
}

.product-description {
    font-family: "BerlinerGrotesk", sans-serif;
    /*font-size: 20px;*/
    line-height: 1.6;
    color: #113E35;
}

.product-features {
    display: grid;
    /*grid-auto-flow: column;*/
    margin: 2rem 0;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    /*border-right: 3px solid #113E35;*/
}

.feature:last-of-type {
    border-right: none;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.feature span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #113E35;
}

.product-nav {
    display: flex;
    gap: 0.5rem;
    margin-top: 25px;
}

.order-product-container {
    /*width: 30%;*/
}

.products-nav-images {
    /*width: 70%;*/
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.products-nav-images-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    width: 150px;
    height: 150px;
    border-radius: 12px;
    cursor: pointer;
}

.products-nav-images-container img {
    width: 80%;
}

.nav-button {
    padding: 0.5rem 1rem;
    border: none;
    background: #2c5c45;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

.nav-button:hover {
    background: #1e3d2f;
}

div.period_circle {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background-color: #113E35;
}

div.period_circle.period_highlight {
    background-color: #DAE346;
}

div#entretenir_list li::marker {
    color: #FD1400;
}


div.pensez-y-encart-title-container {
    top: -100px;
    position: relative;
    margin-bottom: -80px;
    margin-left: 25px;
}

div.pensez-y-encart-title-container H4 {
    margin-right: 40px;
}

p.arrosage_auto_p {
    font-size: 16px;
    padding: 5px 40px !important;
    line-height: 20px;
}