.neptune-reassurance {
    display: flex;
}

.neptune-reassurance .neptune-reassurance__item {
    flex: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.neptune-reassurance .neptune-reassurance__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #ccc;
}


.neptune-reassurance .neptune-reassurance__item .neptune-reassurance__content {
    text-align: center;
    /* width: 75%; */
}

.neptune-reassurance .neptune-reassurance__item .neptune-reassurance__content h3 {
    text-transform: uppercase;
    font-weight: 500;

}

#checkout .neptune-reassurance {
    padding: 80px 0;
}

#index .neptune-reassurance {
    padding: 80px 0 0px 0;
}

#blockEmailSubscription_displayHome>.row {
    margin-left: auto;
    margin-right: auto;
}



@media (min-width: 1024px) {
    .neptune-reassurance {
        padding: 65px 180px;
    }

    /* #index .neptune-reassurance {
        padding: 20px 180px 60px 180px;
    } */
}

@media (max-width: 768px) {
    #index .neptune-reassurance {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px 0 60px 0;
        background: #fff;
    }

    #index .neptune-reassurance .neptune-reassurance__item {
        margin: 0;
        padding: 18px 12px;
        justify-content: flex-start;
        gap: 0;
    }

    #index .neptune-reassurance .neptune-reassurance__item::after {
        display: none;
    }

    /* Uniquement les séparateurs centraux (pas de bordure extérieure) */
    #index .neptune-reassurance .neptune-reassurance__item:nth-child(odd) {
        border-right: 1px solid #d9d9d9;
    }

    #index .neptune-reassurance .neptune-reassurance__item:nth-child(-n + 2) {
        border-bottom: 1px solid #d9d9d9;
    }

    #index .neptune-reassurance .neptune-reassurance__icon {
        width: 46px;
        height: 46px;
        margin-bottom: 8px;
    }

    #index .neptune-reassurance .neptune-reassurance__icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #index .neptune-reassurance .neptune-reassurance__item .neptune-reassurance__content {
        text-align: center;
    }

    #index .neptune-reassurance .neptune-reassurance__item .neptune-reassurance__content h4,
    #index .neptune-reassurance .neptune-reassurance__item .neptune-reassurance__content h3 {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.1;
        margin: 0 0 8px;
    }

    #index .neptune-reassurance .neptune-reassurance__item .neptune-reassurance__content p {
        margin: 0;
        font-size: 11px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    .neptune-reassurance {
        padding: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {

    #product .product-variants .product-variants-item.Pointure .guide-des-tailles,
    #product .product-variants .product-variants-item.Size .guide-des-tailles,
    #product .product-variants .product-variants-item.サイズ .guide-des-tailles {
        padding-left: 0;
    }

}