.chss-you-may-like {
    width: 100%;
    max-width: 100%;
    margin: 18px 0;
    padding: 14px;
    background: #edf4f8;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}

.chss-you-may-like h3 {
    margin: 0 0 12px;
    padding: 0;
    color: #d6007c;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.chss-you-may-like-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    padding: 0 0 8px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.chss-you-may-like-card {
    flex: 0 0 150px !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 245px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.chss-you-may-like-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 95px;
    margin: 0 0 8px;
    overflow: hidden;
    text-decoration: none;
}

.chss-you-may-like-image img {
    width: 95px !important;
    height: 95px !important;
    max-width: 95px !important;
    max-height: 95px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.chss-you-may-like-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
    color: #d6007c;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    margin: 0 0 6px;
}

.chss-you-may-like-title:hover {
    text-decoration: underline;
}

.chss-you-may-like-price {
    width: 100%;
    height: 20px;
    min-height: 20px;
    color: #003b7a;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 8px;
    overflow: hidden;
}

.chss-you-may-like-button {
    width: 100% !important;
    margin-top: auto;
    padding: 7px 8px !important;
    background: #d6007c !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: center !important;
    line-height: 1.2 !important;
    box-sizing: border-box;
}

.chss-you-may-like-button:hover {
    background: #b80068 !important;
    color: #ffffff !important;
}

.chss-you-may-like-track::-webkit-scrollbar {
    height: 7px;
}

.chss-you-may-like-track::-webkit-scrollbar-track {
    background: #d9e4ea;
    border-radius: 20px;
}

.chss-you-may-like-track::-webkit-scrollbar-thumb {
    background: #d6007c;
    border-radius: 20px;
}

/**
 * Mini basket / side drawer version.
 */
.widget_shopping_cart .chss-you-may-like,
.shopping-basket .chss-you-may-like,
.mini-cart .chss-you-may-like {
    margin: 14px 0;
    padding: 12px;
}

.widget_shopping_cart .chss-you-may-like h3,
.shopping-basket .chss-you-may-like h3,
.mini-cart .chss-you-may-like h3 {
    font-size: 16px;
}

.widget_shopping_cart .chss-you-may-like-card,
.shopping-basket .chss-you-may-like-card,
.mini-cart .chss-you-may-like-card {
    flex: 0 0 135px !important;
    width: 135px !important;
    min-width: 135px !important;
    max-width: 135px !important;
    height: 225px;
}

.widget_shopping_cart .chss-you-may-like-image,
.shopping-basket .chss-you-may-like-image,
.mini-cart .chss-you-may-like-image {
    height: 82px;
}

.widget_shopping_cart .chss-you-may-like-image img,
.shopping-basket .chss-you-may-like-image img,
.mini-cart .chss-you-may-like-image img {
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
}

@media (max-width: 600px) {
    .chss-you-may-like-card {
        flex: 0 0 135px !important;
        width: 135px !important;
        min-width: 135px !important;
        max-width: 135px !important;
        height: 225px;
    }

    .chss-you-may-like-image {
        height: 82px;
    }

    .chss-you-may-like-image img {
        width: 82px !important;
        height: 82px !important;
        max-width: 82px !important;
        max-height: 82px !important;
    }
}