@media (min-width: 992px) {
    .mdf-product-recommendations { margin-bottom: 0; }
    .mdf-product-sidebar-static {
        position: static !important;
        top: auto !important;
        bottom: auto !important;
        width: auto !important;
        transform: none !important;
    }
}

.mdf-product-recommendations__heading {
    margin-bottom: 10px;
    padding: 0 0 11px;
    border-bottom: 1px solid #ccd6ce;
}
.mdf-product-recommendations__heading .widget-title {
    margin: 0;
    color: #253229;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.3;
    text-transform: none;
}
.mdf-product-recommendations__list { display: grid; }
.mdf-product-recommendation {
    margin: 0 0 9px;
    padding: 12px;
    background: #fff;
    border: 1px solid #dfe6e1;
}
.mdf-product-recommendation:last-child { margin-bottom: 0; }
.mdf-product-recommendation__title {
    min-height: 38px;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
}
.mdf-product-recommendation__title a { color: #29362e; }
.mdf-product-recommendation__title a:hover,
.mdf-product-recommendation__title a:focus { color: #2f8741; }
.mdf-product-recommendation .product-widget {
    display: grid;
    min-height: 82px;
    margin: 0;
    align-items: center;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
}
.mdf-product-recommendation .product-widget figure {
    width: 92px;
    height: 92px;
    margin: 0;
    background: #fff;
    border: 0;
}
.mdf-product-recommendation .product-widget figure a,
.mdf-product-recommendation .product-widget figure img {
    display: block;
    width: 100%;
    height: 100%;
}
.mdf-product-recommendation .product-widget figure img {
    padding: 6px;
    object-fit: contain;
    transition: transform .2s ease;
}
.mdf-product-recommendation:hover .product-widget figure img { transform: scale(1.035); }
.mdf-product-recommendation .product-details {
    display: flex;
    min-width: 0;
    padding: 0;
    align-self: stretch;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.mdf-product-recommendation .price-box {
    display: flex;
    margin: 0;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 7px;
}
.mdf-product-recommendation .product-price {
    color: #247d39;
    font-size: 17px;
    font-weight: 800;
}
.mdf-product-recommendation .old-price { color: #c43d3d; font-size: 11px; text-decoration: line-through; text-decoration-thickness: 1.25px; }
.mdf-product-recommendation .small { color: #78827b; font-size: 9px; }

.mdf-related-products-heading {
    margin: 0 0 22px;
    padding: 28px 0 14px;
    border-bottom: 1px solid #dce4de;
}
.mdf-related-products-heading > span {
    display: block;
    margin-bottom: 5px;
    color: #378d4a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}
.mdf-related-products-heading h2 {
    margin: 0;
    color: #233128;
    font-size: 24px;
    font-weight: 750;
    letter-spacing: -.015em;
    line-height: 1.25;
    text-transform: none;
}

@media (max-width: 991px) {
    .mdf-product-recommendations { padding: 18px; }
    .mdf-product-recommendation .product-widget { grid-template-columns: 88px minmax(0, 1fr); }
    .mdf-product-recommendation .product-widget figure { width: 88px; height: 88px; }
}

@media (max-width: 767px) {
    .mdf-related-products-heading { margin-bottom: 16px; padding-top: 22px; }
    .mdf-related-products-heading h2 { font-size: 20px; }
}
