/* CATEGORY STYLE */
    .deere-cat-card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    height: 100%;
    }

    .deere-cat-img {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: contain;
        object-position: center;
    }

    @supports not (aspect-ratio: 4 / 3) {
        .deere-cat-img {
            height: 0;
            padding-bottom: 75%;
            position: relative;
            object-position: center;
        }
    }

    .deere-cat-text {
        padding: .5rem;
    }

    .deere-cat-title {
        text-align: center;
        font-size: 1.75rem;
        font-weight: 500;
    }

    .deere-cat-subtitle {
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        color: #387C2C;
        margin: 0;
    }

    .deere-cat-desc {}

    .deere-cat-section-title {
        text-align: center;
    }

    .deere-offer-slide {}

    .deere-offer-card {
        height: 100%;
        padding: 1rem .5rem;
    }

    .deere-offer-card-body {
        background-color: #F1F0F0;
        text-align: center;
        padding: 1rem;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .deere-offer-title {
        font-size: 1.5rem;
        font-weight: 500;
        margin: 0;
        max-width: 75%;
    }

    .deere-offer-text {}

    .deere-offer-time {
        font-size: 0.9rem;
        max-width: 75%;
    }

    .deere-offer-card .deere-offer-details {
        background-color: #387C2C;
        color: #fff;
        border-color: #387C2C;
        max-width: 75%;
    }

    #offerModalLabel {
        font-size: 1.5rem !important;
        font-weight: 500;
    }

    .deere-offer-slide:nth-child(odd) .deere-offer-card-body,
    .single-product-offer:nth-child(odd) .deere-offer-card-body {
        background-color: #387C2C;
        color: #fff;
    }

    .deere-offer-slide:nth-child(odd) .deere-offer-details,
    .single-product-offer:nth-child(odd) .deere-offer-details {
        background-color: #fff;
        color: #387C2C;
        border-color: #387C2C;
    }

/* PRODUCT STYLE */
.deere-prod-img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

@supports not (aspect-ratio: 4 / 3) {
    .deere-prod-img {
        height: 0;
        padding-bottom: 75%;
        position: relative;
        object-position: center;
    }
}
.deere-prod-title{
    font-size: 2.36rem;
    margin: 0.4rem 0;
}
.deere-prod-subtitle{
    font-size: 1.5rem;
    margin: 0.6rem 0;
    font-weight: 500;
    color: #367c2b;
}
.deere-prod-price-box{}
.deere-prod-price{}
.deere-prod-section-title{
    text-align: left;
    font-weight: 500;
}
.deere-prod-descript{}
.deere-prod-broshure{
    color: #367c2b;
}

/* Tabs */
#nav-tab{
    background: rgba(0, 0, 0, .125);
}
#nav-tabContent{}
#nav-tab .nav-link{
    color: #212529;
}
#nav-tab .nav-link.active{
    background: #387C2C;
    color: #fff;
}
.deere-prod-highlight-section{
    background: #387C2C;
    color: #fff;
    padding: 5rem 0;
}
.deere-prod-section{
    padding: 3rem 0;
}
.deere-prod-tab-title{
    font-size: 2rem;
    margin: 0.6rem 0;
    font-weight: 500;
    text-align: center;
}
.deere-prod-feature-text{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.deere-prod-feature-box-title{
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.deere-prod-highlights .deere-prod-tab-title{
    color: #fff;
}
.deere-prod-highlights .card{
    background: transparent;
    border-color: #fff;
}
.deere-prod-benefit-img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

@supports not (aspect-ratio: 4 / 3) {
    .deere-prod-benefit-img {
        height: 0;
        padding-bottom: 75%;
        position: relative;
        object-position: center;
    }
}
.deere-prod-benefit-title{}
.deere-prod-benefit-text{}
.deere-spec-section-hidden {
    display: none;
}

.deere-spec-section-hidden.deere-spec-section-visible {
    display: block;
}

.deere-spec-more {
    padding: 20px 0;
    text-align: center;
}

.deere-see-more {
    color: #367c2b;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    background: transparent;
}

.deere-see-more:hover {
    color: #285d21;
    text-decoration: underline;
}

.deere-specifications-table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}
.deere-prod-slider-title{
    font-size: 2rem;
    margin: 0.6rem 0;
    font-weight: 500;
    text-align: center;
}