/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.product-buttons--homepage {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.masthead--innerpage + .product-buttons{
    padding-top: 40px;
}

.product-buttons{
    position: relative;
}

.product-buttons h2 {
    /*margin-bottom: 5px;*/
}

.product-button-flex {
    justify-content: center;
}

.product-button-item {
    margin-top: 10px;
}

.product-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    border-bottom: 5px solid #DAA308;
    background: none;
    padding: 0 11px 5px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out;
}

.product-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}

.product-button__bttn {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
}

.product-button__bttn__wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-button__bttn .btn + .btn {
    margin: 15px 0 0 0;
}

.product-button__image {
    margin: 0 auto;
    width: 128px;
    height: 90px;
}

.product-button__details {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-button__cta {
    /* display: none; */
    position: relative;
    background: none;
    border: none;
    margin: 12px 0 0 0;
    padding: 0 22px 0 0;
    font-size: 12px;
    color: #826200;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: all 300ms ease-in-out;
}

.product-button__cta::after {
    content: '\e906';
    font-family: 'easy-lift-equip';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    font-weight: normal;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    line-height: 1em;
    }

.product-button__tilte {
    margin: 0;
    padding: 0;
    color: #080A0F !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.03em;
}

.product-button__bttn__wrap .btn-black-border::before {
    display: none;
}

.product-button__bttn__wrap .btn-black-border {
    padding-right: 18px;
}

.product-background-text {
    position: absolute;
    z-index: -1;
    max-width: inherit;
    width: 392px;
    top: 76px;
    left: 6px;
    opacity: 0.2;
}

.product-background-text img{
    height: auto;
}

.product-buttons__headlines {
    margin-bottom: 25px;
}

.product-button-flex-results{
    position: relative;
}

.results-loader{
    position: relative;
    text-align: center;
    width: 100%;
    height: 50px;   
    margin-top: 100px;
    margin-bottom: 100px; 
}


.product-button .product-button-description{
    margin: 10px;
    display: none;
    font-weight: normal;
    transition: all 300ms ease-in-out;
}

.product-buttons .load-more {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .product-buttons--homepage {
        padding: 50px 0 75px;
    }


    .product-buttons__headlines.slider .btn-group{
        justify-content: center;
    }

    
    .product-button {
        padding: 10px 14px;
    }

    .product-button::before {
        height: 170px;
    }

    
    .product-button__bttn {
        height: 100%;
        justify-content: flex-end;
    }

    .product-button__bttn__wrap {
        background: #fff;
        padding: 31px 0 26px;
        border-bottom: 5px solid #DAA308;
    }

    
    .product-button__image {
        width: 168px;
        height:140px;
    }

    .product-button__details {
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0;
    }


    .product-button__tilte {
        font-size: 20px;
    }

    .product-button__bttn__wrap .btn-black-border {
        padding-right: 23px;
    }
    
    .product-background-text {
        width: 721px;
        top: 88px;
        left: 48px;
        opacity: 0.1;
    }
  
}


@media (min-width: 1200px) {
    .product-buttons--homepage {
        padding: 50px 0 100px;
    }

    
    .product-button {
        padding: 10px 10px 20px 10px;
    }


    .product-buttons__headlines.slider .btn-group{
        justify-content: flex-start;
    }

    .product-button::before {
        height: 183px;
    }

    
    .product-button__bttn {
        height: 100%;
        justify-content: center;
    }

    .product-button__bttn__wrap {
        background: none;
        padding: 0;
        border-bottom: none;
    }

    
    .product-button__image {
        width: 272px;
        height: 200px;
    }

    .product-button__details {
        margin-top: 20px;
        height: 160px;
        padding: 0;
    }

    .product-button__tilte {
        font-size: 22px;
    }

    .product-button__cta {
        display: none;
        font-size: 18px;
        padding: 0 30px 0 0;
    }

    .product-button__cta::after {
        font-size: 20px;
    }
  
    .product-button__bttn__wrap .btn-black-border {
        padding-right: 33px;
    }

    .product-button .product-button__cta{
        transition: all 300ms ease-in-out;
    }

    .product-button:hover .product-button__cta {
        display: block;
    }

    .product-button::before{
        transition: all 300ms ease-in-out;
    }

    .product-button:hover::before {
        height: 100%;
        background: #FFFBEB;
    }

    .product-button .product-button-description{
        margin: 10px;
        display: block;
        font-weight: normal;
        transition: all 300ms ease-in-out;
    }

    .product-button:hover .product-button-description{
        margin: 20px 0;
        display: none;
    }

    .product-background-text {
        width: 1075px;
        top: 5px;
        left: auto;
        right: -10px;
    }

    .product-buttons h2 {
        /*margin-bottom: 33px;*/
    }
}

@media (min-width: 1367px) {
    .product-button__tilte {
        font-size: 25px;
    }
}

.product-button-slider-container {
    position: relative;
}

.product-progress {
    position: absolute;
    left: 50%;
    bottom: 16px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: none;
    width: calc(100% - 178px);
    height: 6px;
    border-radius: 0;
    overflow: hidden;
    background-color: #EBE9E9;
    background-image: linear-gradient(to right, #DAA308, #DAA308);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.product-button-slider:has(.slick-arrow) + .product-progress {
    display: block;
}

.product-button-slider {
    margin: 0 -16px;
    padding-bottom: 60px;
}

.product-button-slider .product-button-item {
    padding-left: 16px;
    padding-right: 16px;
}

.product-button-slider .slick-arrow {
    margin: 0;
    transition: all 300ms ease-in-out;
}

.product-button-slider .slick-prev {
    left: 16px;
}

.product-button-slider .slick-next {
    right: 16px;
}

@media (min-width: 768px) {
    .product-button-slider {
        padding-bottom: 70px;
    }

    .product-progress {
        bottom: 22px;
        width: calc(100% - 260px);
        height: 8px;
    }
}

@media (min-width: 1200px) {
    .product-button-slider {
        padding-bottom: 0;
    }

    .product-progress {
        bottom: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        width: 205px;
        top: -109px;
        right: 0;
        height: 8px;
    }

    .product-button-slider .slick-arrow {
        bottom: auto;
        top: -86px;
    }
    
    .product-button-slider .slick-prev {
        left: auto;
        right: 131px;
    }
    
    .product-button-slider .slick-next {
        right: 16px;
    }
}




.product-buttons--with-content .product-button {
    justify-content: flex-start;
}

.product-buttons--with-content .product-button__details {
    height: auto;
}

.product-buttons--with-content .product-button::before {
    height: calc(100% - 50px);
}

.product-button__category {
    font-size: 12px;
    font-weight: 400;
    color: #080A0F;
    padding: 3px 5px;
    background: #F9F3DF;
    margin-bottom: 10px;
}

.product-button__details p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    color: #080A0F;
    margin: 0 0 10px 0;
}

.category-filter__heading {
    border-bottom: 2px solid #EBE9E9;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.category-filter__heading h6 {
    font-size: 15px;
    margin: 0;
}

.category-filter__heading h6 img {
    display: inline-block;
    vertical-align: middle;
    max-width: 16px;
    margin: 0 6px 3px 0;
}

.clear-filters {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    color: #080A0F;
    margin: 0;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.clear-filters:hover{
    color: #DAA308;
}

.clear-filters img {
    display: inline-block;
    vertical-align: middle;
    max-width: 12px;
    margin: 0 4px 3px 0;
}

.category-filter__wrap {
    position: relative;
    z-index: 3;
    padding: 20px 0 10px;
}

.bg-white .product-button::before {
    background: #F9F9F9;
}

.product-buttons__headlines {
    text-align: center;
}

.category-filter__button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.row-content{
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .product-buttons--with-content .product-button::before {
        height: calc(100% - 80px);
    }

    .row-content{
        margin-bottom: 50px;
    }

    .product-buttons--with-content .product-button__tilte {
        font-size: 18px;
        line-height: 1.2em;
    }

    .category-filter__heading {
        padding-bottom: 15px;
        justify-content: space-between;
    }
    
    .category-filter__heading h6 {
        font-size: 20px;
    }
    
    .category-filter__heading h6 img {
        max-width: 100%;
        margin: 0 14px 3px 0;
    }
    
    .clear-filters {
        font-size: 18px;
        letter-spacing: 0.018em;
    }
    
    .clear-filters img {
        max-width: 100%;
        margin: 0 5px 3px 0;
    }

    .product-buttons--inner .product-button__tilte {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .product-buttons--with-content .product-button__details {
        min-height: 200px;
    }

    .product-buttons--with-content .product-button::before {
        height: calc(100% - 90px);
    }

    .product-buttons--with-content .product-button__tilte {
        margin-bottom: 10px;
    }

    .product-button:hover .product-button__details p {
        display: none;
    }

    .product-buttons--with-content .product-button {
        padding: 20px 10px 10px;
    }

    .product-buttons--with-content .product-button::before{
        transition: all 300ms ease-in-out;
    }

    .product-buttons--with-content .product-button:hover::before {
        height: 100%;
        background: #F9F3DF;
    }

    .product-buttons--with-content .product-button .product-button__category{
        transition: all 300ms ease-in-out;
    }

    .product-buttons--with-content .product-button:hover .product-button__category {
        background: #EEE5C6;
    }

    .category-filter__heading h6 {
        font-size: 25px;
    }

    .category-filter__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .category-filter__options {
        width: calc(100% - 210px);
        padding-right: 20px;
    }

    .category-filter__button {
        width: 210px;
        justify-content: flex-start;
    }

    .category-filter__options .row {
        --bs-gutter-x: 20px;
    }
        
    .product-buttons__headlines {
        text-align: left;
    }

    .bg-white .product-button::before{
        transition: all 300ms ease-in-out;
    }

    .bg-white .product-button:hover::before {
        background: #FFFBEB;
    }

}