.products-section {
    padding: 96px 0;
}

.product-filter-area {
    width: 285px;
}

.filter-button {
    width: 100%;
    padding: 12px;
    border: 1px solid #026002;
    background: #026002;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}

.desktop-product-filter .accordion {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.desktop-product-filter .accordion .accordion-item {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
}

.desktop-product-filter .accordion .accordion-item .accordion-button {
    padding: 24px 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    border-top: 1px solid #EEEEEE;
    border-radius: 0;
}



.desktop-product-filter .accordion .accordion-item .accordion-button::after {
    background: none;
    content: "\f078";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.desktop-product-filter .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    border-top: 1px solid #EEEEEE;
}

.desktop-product-filter .accordion .accordion-item:first-child .accordion-button {
    border: none!important;
    padding-top: 0;
}

.desktop-product-filter .accordion .accordion-item .accordion-body {
    padding: 0;
    padding-bottom: 24px;
}


.filter-checkboxes .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    margin: 0;
}

    .filter-checkboxes .form-check input {
        margin: 0;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        float: unset;
        vertical-align: unset;
        border: 1px solid #B0B0B0;
        cursor: pointer;
        appearance: none;
    }

.filter-checkboxes {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.filter-checkboxes .form-check label {
    width: 100%;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    line-height: 23px;
    font-family: Montserrat;
    font-weight: 500;
    color: #232323;
}

    .filter-checkboxes .form-check label img {
        max-height: 30px;
        object-fit: contain;
        width: 80px;
    }

.filter-checkboxes .form-check input:focus {
    box-shadow: none;
    border-color: #B0B0B0!important;
}

.filter-checkboxes .form-check input:checked:focus {
    box-shadow: none;
    border-color: #039855!important;
}

.filter-checkboxes .form-check input:checked {
    background-color: #039855;
    border-color: #039855;
    background: #039855;
    position: relative;
}

.filter-checkboxes .form-check input:checked::after {
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
}

.products-view-settings-and-mobile-filter {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: end;
}

.products-filter-and-cards {
    display: flex;
    column-gap: 32px;
}

.product-cards-area {
    width: calc(100% - 317px);
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

/*.products-view-settings-and-mobile-filter {
    display: flex;
    align-items: center;
    justify-content: end;
}*/

.mobile-filter-button-area
{
    display: none;
}

.products-view-settings {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 30px;
}

.products-view-settings button {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #555555;
    border: none;
    box-shadow: none;
    outline: none;
    background: none;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid transparent;
}

.products-view-settings button.active {
    color: #000000;
    border-bottom: 1px solid #000000;
}

.mobile-filter-button-area .mobile-filter-button {
    border: 1px solid #E6E6E6;
    background: #fff;
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #555555;
    padding: 10px 42px;
    border-radius: 50px;
    margin-top: -10px;
}


/*Product Card*/

.product-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 19.8px 0px #00000014;
    border-radius: 4px;
}

.product-card-link {
    text-decoration: none;
}

.product-card-text {
    padding: 23px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.product-card-image, .product-card-image img {
    border-radius: 4px;
    aspect-ratio: 1/1.45;
    object-fit: cover;
}

.product-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #232323;
}

.product-card-code {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #555555;
}

.product-card-image .second-image
{
    display: none;
}

.product-cards.second-view .product-card .product-card-image .first-image {
    display: none;
}

.product-cards.second-view .product-card .product-card-image .second-image {
    display: block;
}

.fixed-scroll-to-top-button {
    position: fixed;
    bottom: 106px;
    right: 24px;
    background: #fff;
    z-index: 2;
    width: 68px;
    height: 68px;
    border-radius: 50px;
    border: 1px solid #026002;
    color: #026002;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.fixed-scroll-to-top-button svg path
{
    stroke: #026002;
}

.fixed-scroll-to-top-button.show {
    visibility: visible;
    opacity: 1;
    transition: .4s;
}


/*Mobile Filter*/

.mobile-filter-area {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    z-index: 4;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

    .mobile-filter-area.show {
        top: 70px;
        opacity: 1;
        visibility: visible;
        transition: .4s;
    }

.mobile-filter-header {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
}

.mobile-filter-title {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 26px;
    color: #232323;
}

.mobile-filter-close button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    outline: none;
    padding: 0;
}

.mobile-filter-body {
    height: 100%;
    max-height: calc(100% - 145px);
    overflow: hidden;
    overflow-y: auto;
}

.mobile-filter-body .accordion {
    background: none;
    outline: none;
    box-shadow: none;
    border: none;
}

.mobile-filter-body .accordion .accordion-item {
    background: none;
    border-bottom: 1px solid #efefef;
    outline: none;
    border-radius: 0;
}

.mobile-filter-body .accordion .accordion-item .accordion-button {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    padding: 14px 16px;
    outline: none;
    box-shadow: none;
    border: none;
}

.mobile-filter-body .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #f3f3f3;
    color: #025b02;
    border-radius: 0;
    font-weight: 600;
}

.mobile-filter-body .filter-checkboxes .form-check input:checked::after {
    margin-top: -1px;
    margin-left: -1px;
}

.mobile-filter-body .accordion .accordion-item .accordion-button::after {
    background: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f078";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    line-height: 14px;
}

.mobile-filter-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: #fff;
    box-shadow: 0 0 6px 4px #efefef;
}

.mobile-filter-footer button {
    background: #026002;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 4px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    border: 1px solid #026002;
}



@media only screen and (max-width: 1399px)
{
    .desktop-product-filter .accordion .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 24px;
}

.product-filter-area {
    width: 235px;
}

.product-cards-area {
    width: calc(100% - 267px);
}
}

@media only screen and (max-width: 991px)
{
    .product-cards-area {
    width: 100%;
}

.desktop-product-filter
{
    display: none;
}

.products-filter-and-cards {
    flex-direction: column;
    row-gap: 24px;
}

.products-view-settings {
    justify-content: center;
}

.products-section {
    padding: 24px 0;
}

.products-view-settings button {
    font-size: 15px;
    line-height: 23px;
}

.fixed-scroll-to-top-button {
    bottom: 126px;
    width: 48px;
    height: 48px;
}

.mobile-filter-button-area
{
    display: block;
}

.products-view-settings-and-mobile-filter {
    justify-content: space-between;
}

    .products-view-settings-and-mobile-filter {
        justify-content: space-between;
    }

}


@media only screen and (max-width: 575px)
{
    .mobile-filter-button-area .mobile-filter-button {
    padding: 10px;
    margin-top: 0px;
    width: 100%;
    justify-content: center;
}

.products-view-settings-and-mobile-filter {
    flex-direction: column;
    row-gap: 24px;
}

.mobile-filter-button-area {
    width: 100%;
}
}


@media only screen and (max-width: 425px)
{
    .product-cards {
    padding-left: 6px;
    padding-right: 6px;
}

.product-cards > .row >* {
    padding-left: 6px;
    padding-right: 6px;
}

.products-view-settings button {
    font-size: 14px;
    line-height: 22px;
}

.product-card-title {
    font-size: 15px;
    line-height: 23px;
}

}

@media only screen and (max-width: 345px)
{
    .products-view-settings {
    justify-content: space-between;
    column-gap: 12px;
}

.products-view-settings button {
    font-size: 13px;
    line-height: 21px;
}

}