.upsell-products {
    max-width: 1280px;
    margin: 0 auto;
}

.upsell-products .upsell-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 38px;
    margin-top: 34px;
}

.upsell-product .bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}

.upsell-product .bg-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 107%;
    height: 0;
}

.upsell-product .price-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 12px;
    border-top: 0.5px solid #000000;
}

.upsell-product .upsell--price {
    font-family: 'Karla';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #303030;
}

.upsell-product .upsell--price .price--number {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.upsell-product .price-link svg {
    position: relative;
    top: -5px;
}

.upsell-product .product-item__overlay {
    padding: 42px;
    background: #484745E3;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25px;
    width: calc(100% - 44px);
    left: 22px;
    display: none;
}

.upsell-product .product-item__overlay .product-item__tag span {
    background: #D2B589;
    font-family: Poppins;
    font-size: 12.98px;
    font-weight: 400;
    line-height: 19.48px;
    text-align: center;
    color: #fff;
    padding: 2.5px 14px;
    border-radius: 108px;
    display: inline-block;
    vertical-align: top;
}

.upsell-product .product-item__overlay .product-item__title a {
    font-family: 'Kalnia Regular';
    font-size: 19.48px;
    font-weight: 400;
    line-height: 21.64px;
    color: #E6E2D8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upsell-product .product-item__overlay .product-item__short-description {
    font-size: 12.98px;
    font-weight: 300;
    line-height: 15.18px;
    color: #E6E2D8;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce .upsell-product .bg-image .product-item__overlay span.price {
    color: #D2B589;
    font-family: 'Kalnia Regular';
    font-size: 30.3px;
    font-weight: 400;
    line-height: 35px;
}

.upsell-product .product-item__overlay .currency {
    font-family: 'Kalnia Regular';
    font-size: 19.48px;
    font-weight: 400;
    line-height: 21.64px;
    color: #D2B589;
}

.upsell-product .product-item__overlay .product-item__explore-more {
    margin-top: 27px;
    margin-bottom: -85px;
}

.upsell-product .product-item__overlay .product-item__explore-more a {
    font-family: 'Kalnia Medium';
    font-size: 17.31px;
    font-weight: 500;
    line-height: 21.64px;
    text-align: center;
    color: #484745;
    background: #E6E2D8;
    height: 94px;
    width: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.upsell-product .product-item__overlay .product-item__title {
    margin-top: 17px;
    margin-bottom: 13px;
}

.upsell-product:hover .product-item__overlay {
    display: block;
}

.upsell-product .product-item__overlay .product-item__explore-more a:hover {
    background-color: #F4F3F1;
}

@media only screen and (max-width: 1441px){
    .upsell-products {
        max-width: 1183px;
        margin-top: 50px;
    }

    .upsell-products .upsell-list {
        grid-column-gap: 42px;
    }

    .upsell-product .price-link {
        margin-top: 20px;
        padding-top: 12px;
    }

    .upsell-products .product-item__overlay .product-item__tag span {
        padding: 1.5px 14px;
    }

    .upsell-products .product-item__overlay .product-item__title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .upsell-products .product-item__overlay .product-item__short-description {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 24px;
    }

    .upsell-products .product-item__overlay .product-item__explore-more {
        margin-top: 24px;
        margin-bottom: -80px;
    }

    .upsell-product .product-item__overlay {
        padding: 37px 25px;
    }

    .upsell-product .product-item__overlay .product-item__explore-more a {
        height: 87px;
        width: 87px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1279px) {
    .upsell-products .upsell-list {
        grid-column-gap: 20px;
    }

    .upsell-products .product-item__overlay .product-item__explore-more {
        margin-top: 10px;
        margin-bottom: -55px;
    }

    .upsell-product .product-item__overlay {
        padding: 15px;
    }
}

@media only screen and (max-width: 1170.98px){
    .upsell-product .bg-image {
        padding-bottom: 115%;
    }

    .upsell-product .product-item__overlay {
        top: 7%;
    }
}

@media only screen and (max-width: 991.98px){
    .upsell-products .upsell-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .upsell-product .product-item__overlay {
        top: 50%;
        transform: translateY(-55%);
    }
}

@media only screen and (max-width: 767.98px){

    .upsell-products {
        margin-top: 82px;
    }

    .upsell-products .upsell-list {
        margin-top: 66px;
    }

    .upsell-product .bg-image {
        padding-bottom: 130%;
    }
}

@media only screen and (max-width: 660.98px){
    .upsell-products .upsell-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .upsell-product .bg-image {
        padding-bottom: 107%;
    }
}

@media only screen and (max-width: 375.98px){
    .upsell-product .bg-image {
        padding-bottom: 120%;
    }
}