@media (min-width: 990px) {
    .ks-free-shipping-box {
        width: fit-content !important;
    }
}

@media (max-width: 990px) {
    .col-md-8:has(.ks-free-shipping-box) {
        padding-right: 0 !important;
    }
}

.ks-free-shipping {
    display: flex;

    border: solid 1px #ead7da;
    border-radius: 12px;

    padding: 12px !important;
    padding-right: 24px !important;
}

.ks-free-shipping > .ks-icon {
    color: #AE293E;

    display: inline-block;
    speak: none;
    font-family: shoptet;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}

.ks-free-shipping > .ks-icon::before {
    content: "\e92e";
    font-size: 34px;
    line-height: 40px;

    padding: 0px 12px 0 8px;
}

.ks-free-shipping > div > span strong {
    font-size: 20px;
    color: #AE293E;
}

.ks-free-shipping > div > .price-range {
    border-radius: 12px;

    margin-left: 0px !important;
    height: 12px !important;
}

.ks-free-shipping > div > .price-range > div {
    border-radius: 12px;
    background-color: #AE293E;
}

.ks-free-shipping > div > .price-range::before {
    display: none !important;
}