.cms-where-to-buy .where-to-by {
    margin: 30px 0;
}

.cms-where-to-buy .where-to-by .title {
    font-family: baskerville-urw;
    font-size: 42.5px;
    font-weight: 400;
    color: #333333;
    line-height: 51px;
    margin-top: 0;
    margin-bottom: 15px;
}

.cms-where-to-buy .where-to-by .description {
    font-family: 'futura-pt';
    font-weight: 300;
    color: #333333;
    padding: 0 15px;
}

.cms-where-to-buy .main-online-retailers {
    margin-top: 40px;
}

.cms-where-to-buy .main-online-retailers .title {
    font-family: 'futura-pt';
    font-weight: 300;
    color: #333333;
    font-size: 24px;
}

.cms-where-to-buy .main-online-retailers .store-link {
    margin: 32px 0 17px 0;
}

.cms-where-to-buy .main-online-retailers .store-link img {
    width: 30%;
}

.cms-where-to-buy .main-online-retailers .retailers {
    margin-top: 10px;
}

.cms-where-to-buy .main-online-retailers .retailers ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cms-where-to-buy .main-online-retailers .retailers ul li {
    margin: 0;
    border: 1px solid #D9D9D9;
    padding: 8px 16px;
}

.cms-where-to-buy .main-online-retailers .retailers ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-where-to-buy .main-online-retailers .retailers ul li a img {
    height: 36px;
}

.cms-where-to-buy .visit-other-online-retailers .title {
    margin-top: 55px;
    color: #333;
    font-family: "futura-pt";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.576px;
}

.cms-where-to-buy .visit-other-online-retailers {
    padding: 0 15px;
}

.cms-where-to-buy .visit-other-online-retailers .online-retailers-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #D9D9D9;
    margin-top: 32px;
}

.cms-where-to-buy .visit-other-online-retailers .online-retailers-list .active {
    max-height: none;
}

.cms-where-to-buy .visit-other-online-retailers .online-retailers-list ul {
    list-style: none;
    padding: 0;
    margin: 3px 0 32px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.cms-where-to-buy .visit-other-online-retailers .online-retailers-list ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 4.5px;
    margin: 0;
}

.cms-where-to-buy .visit-other-online-retailers .online-retailers-list ul li a {
    color: #333;
    font-family: "futura-pt";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.cms-where-to-buy .visit-other-online-retailers .online-retailers-list .see-all-section {
    display: contents;
}

.cms-where-to-buy .visit-other-online-retailers .online-retailers-list .see-all-section .see-all {
    margin: 0 auto;
    cursor: pointer;
    color: #333;
    font-family: "futura-pt";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.384px;
    position: relative;
}

.cms-where-to-buy .visit-other-online-retailers .online-retailers-list .see-all-section .see-all::after {
    content: '';
    position: absolute;
    left: 110%;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url('../images/down.svg');
}

.cms-where-to-buy .retailer-near-you {
    margin-top: 78px;
}

.cms-where-to-buy .retailer-near-you .title {
    margin-bottom: 32px;
    color: #333;
    font-family: "futura-pt";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.576px;
}

/* For mobile */
@media only screen and (max-width: 767px) {
    .cms-where-to-buy .where-to-by {
        margin: 30px 15px;
    }

    .cms-where-to-buy .where-to-by .title {
        margin-bottom: 20px;
    }

    .cms-where-to-buy .main-online-retailers {
        margin: 48px 15px 15px;
    }

    .cms-where-to-buy .main-online-retailers .store-link a {
        font-size: 18px;
        margin: 24px 15px 15px;
    }

    .cms-where-to-buy .main-online-retailers .store-link img {
        width: 50%;
    }

    .cms-where-to-buy .main-online-retailers .retailers {
        margin-top: 16px;
    }

    .cms-where-to-buy .main-online-retailers .retailers ul {
        padding: 0 30px;
        flex-wrap: wrap;
        gap: 12px;
    }

    .cms-where-to-buy .main-online-retailers .retailers ul li {
        width: 46%;
    }

    .cms-where-to-buy .visit-other-online-retailers .title {
        margin-top: 13px;
    }

    .cms-where-to-buy .visit-other-online-retailers .online-retailers-list {
        margin: 24px 10px 15px;
    }

    .cms-where-to-buy .visit-other-online-retailers .online-retailers-list ul {
        display: block;
    }

    .cms-where-to-buy .retailer-near-you {
        margin-top: 38px;
    }


}
