/** Shopify CDN: Minification failed

Line 333:1 Expected "}" to go with "{"

**/
#feature-h {
    width: 100%;
    background: var(--bg);
    padding: var(--padding);
}

#feature-h .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

#feature-h .top {
    max-width: 725px;
    width: 100%;
    margin: 0 auto 32px auto;
}

#feature-h .top .heading {
    color: var(--primary-color);
    font-family: inherit;
    /* font-family: "New Spirit"; */
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    text-transform: capitalize;
    text-align: center;
}

#feature-h .top .subheading {
    margin: 16px 0 0 0;
    color: var(--secondary-color);
    text-align: center;
    font-family: inherit;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.32px;
}


#feature-h div:empty {
    display: inline;
}

#feature-h .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 8px;
}

#feature-h .row .item {
    width: calc(50% - 4px);
    background: #FFF5A0;
    border-radius: 5px;
    overflow: hidden;
}
#feature-h .row .item a {
    text-decoration: none;
    color: inherit;
}

#feature-h .row .item.legend {
    background: transparent;
}

@media (max-width:300px) {
    #feature-h .row .item {
        width: 100%;
    }
}

#feature-h .row .item .legend {
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3E433C;
    font-family: inherit;
    /* font-family: "New Spirit"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}



#feature-h .row .item .item-main {
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    overflow: hidden;
}

#feature-h .row .item .item-main .title {
    color: #fff;
    background: var(--primary-color);
    text-align: center;
    font-family: inherit;
    /* font-family: "New Spirit"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    padding: 8px;
    margin: 0;
}

#feature-h .row .item .item-main .title span {
    display: block;
    width: 100%
}

#feature-h .row .item .item-main .title .dimensions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#feature-h .row .item .item-main .title .dimensions .span {
    width: fit-content;
}

#feature-h .row .item .item-main .title .dimensions .span:nth-child(2) {
    padding: 0 5px;
}

#feature-h .row .item .item-main .item-content {
    background: #fff;
    padding: 14px;
}

#feature-h .row .item .container-img {
    display: flex;
}

#feature-h .row .item .container-img .mark {
    background: #D9D9D9;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 0.9;
}

#feature-h .row .item .container-img .mark img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#feature-h .row .item .item-main .features {
    margin-top: 14px;
}
#feature-h .row .item .item-main .features ul li{
    font-family: inherit;
    /* font-family: "New Spirit"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    
}

#feature-h .row .item .item-main .features p {
    color: #242824;
    font-family: inherit;
    /* font-family: "New Spirit"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

#feature-h .row .item .item-main .features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#feature-h .row .item_desktop {
    display: none;
}

@media (min-width:768px) {

    #feature-h .row .item {
        display: none
    }

    #feature-h .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:30px 28px;
    }
    #feature-h .row .item_desktop {
        display: block;
        border-radius: 10px;
    }

    #feature-h .row .item .container-img {
        gap: 7.92px;
        padding: 32px 20px;
    }

    #feature-h .top .heading {
        font-size: 34px;
        font-weight: 700;
    }

    #feature-h .top .subheading {
        max-width: 700px;
        width: 100%;
        margin: 16px auto 0 auto;
    }

    #feature-h .row .item_desktop {
        border: 2px solid var(--primary-color);
        padding: 16.3px 0;
        background: #fff;
    }
    #feature-h .row .item_desktop a {
        text-decoration: none;
        color: inherit;
    }

    #feature-h .row .item_desktop .item-top {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    #feature-h .row .item_desktop .item-top .left {
        color: #fff;
        font-family: inherit;
        /* font-family: "New Spirit"; */
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 135%;
    }

    #feature-h .row .item_desktop .item-top .left .title {
        background: var(--primary-color);
        display: flex;
        margin: 0;
        align-items: center;
        padding: 6px 24px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #feature-h .row .item_desktop .item-top .left .legend {
        margin: 8px 0 0 0;
        width:fit-content;
        height:26px;
        display: flex;
        align-items: center;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #FFF5A0;
        color: #3E433C;
        padding: 0 24px;
        font-family: inherit;
        /* font-family: "New Spirit"; */
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    #feature-h .row .item_desktop .item-top .left .legend:empty {
        background:transparent;
    }

    #feature-h .row .item_desktop .item-top .right {
        max-width: 132px;
        width: 100%;
        margin:0 20px 0 0;
    }
    
    #feature-h .row .item_desktop .item-top .right p,
    #feature-h .row .item_desktop .item-top .right ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #242824;
        text-align: right;
        font-family: inherit;
        /* font-family: "New Spirit"; */
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }
    #feature-h .row .item_desktop .container-img {
        width:100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:7.92px;
        margin:10px 0 0 0;
        padding:20px 20px 16px;

    }
    #feature-h .row .item_desktop .container-img .mark {
        aspect-ratio: 1 / 0.9;
        width:100%;
        overflow: hidden;
        /*background:#D9D9D9;*/
        
    }
    #feature-h .row .item_desktop .container-img .mark img {
        object-fit: cover;
        width: 100%;
        height: 100%;
}

@media (min-width: 1024px) {
    #feature-h .row {
        grid-template-columns: repeat(3, 1fr);
        gap:30px 28px;
    }

}