#products {
    --content-width: 1315px;
    padding-bottom: 70px;
    padding-top: 67px;
}
#products h4 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 20px;
}
#products .swiper-slide {
    height: auto;
    align-self: stretch;
}
.products-item {
    height: 100%;
    border-radius: 5px;
}
.pi-image {
    height: 280px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pi-delivery-label {
    top: 15px;
    left: 10px;
    font-size: 12px;
    line-height: 1;
    width: 108px;
    height: 23px;
    border-radius: 12px;
}
.pi-details {
    padding-bottom: 30px;
    padding-top: 19px;
}
.pi-name {
    max-width: calc(100% - 30px);
    font-size: 18px;
    line-height: 1.1667;
}
.pi-price {
    margin-top: 10px;
}
.pi-price p{
    font-size: 0.625em;
}
.pi-price .or{
    margin: 0 5px;
}
.pi-price .price-inner{
    font-size: 46px;
    line-height: 0.935;
}
.pi-price sup{
    font-size: 56.0975609756098%;
    top: 0;
    line-height: 1;
}
.pi-price sup.smaller{
    font-size: 43.9024390243902%;
    line-height: 1.3;
}
.pi-price .price-period{
    font-size: 45.6521739130435%;
    bottom: -35%;
}
@media screen and (max-width: 1399px) {
    .pi-price .price-inner{
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    #products .container {
        padding: 0;
    }
    #products h4 {
        padding: 0 15px;
    }
}
@media screen and (max-width: 567px) {
    #products {
        padding-bottom: 35px;
        padding-top: 52px;
    }
    #products h4 {
        font-size: 24px;
    }
    .pi-image {
        height: 173px;
    }
    .pi-delivery-label {
        top: 10px;
        font-size: 10px;
        width: 93px;
        height: 20px;
        border-radius: 10px;
    }
    .pi-details {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .pi-name {
        font-size: 13px;
        line-height: 1.153846153846154;
    }
    .pi-price {
        margin-top: 15px;
    }
    .pi-price .price-inner {
        font-size: 28px;
    }
    .pi-price p {
        font-size: 0.4em;
    }
    .pi-price .or{
        margin: 0 3px;
        width: 8px;
    }
}