.trending .owl-item .item {
    min-height: 0 !important;
}

.deals-header {
    text-align: left;
    width: 100%;
    margin-bottom: 2rem;
}

.deals-title-section {
    flex: 1;
}

.deals-view-all {
    flex-shrink: 0;
}

.deals-of-the-day-title {
    font-family: 'Playfair Display', serif;
    position: relative;
    font-size: 32px;
    font-weight: 700 !important;
    color: #111;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.deals-of-the-day-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #888;
    font-size: 15px;
    margin: 5px 0 0 0;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.deals-view-link {
    font-family: 'Montserrat', sans-serif;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #111;
    padding-bottom: 2px;
}

.deals-view-link:hover {
    color: #d2a679;
    border-color: #d2a679;
    text-decoration: none;
}

.deals-of-the-day-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}