﻿



/*Ürünler*/

.products-section
{
    padding: 75px 0;
}

.products-area-top {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.products-area-title-and-product-count {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.products-area-title {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 700;
    line-height: 50.37px;
    text-align: left;
    color: #151515;
}

.products-area-product-count {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #626262;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

    .products-area-product-count span {
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #8a1538;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        line-height: normal;
    }
.products-area-top-filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-area-top-filter-selections-and-grid-schema {
    background: #F6F6F6;
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding: 0 15px;
    border-radius: 5px;
    width: calc(100% - 324px);
}

.products-area-top-filter-selections ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .products-area-top-filter-selections ul li a {
        padding: 12px 30px;
        display: block;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        border-bottom: 1px solid transparent;
        color: #444444;
        text-decoration: none;
        cursor: pointer;
    }

        .products-area-top-filter-selections ul li a.active {
            background: #F1F1F1;
            border-bottom: 1px solid #8a1538;
        }

.products-area-top-grid-schema {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

    .products-area-top-grid-schema button {
        padding: 8px 12px;
        margin: 0;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E8E8E8;
        background: transparent;
    }

.products-area-top-filter-input {
    width: 300px;
    position: relative;
}

    .products-area-top-filter-input input {
        width: 100%;
        border: 1px solid #E8E8E8;
        padding: 12px 16px;
        padding-right: 60px;
        border-radius: 5px;
        box-shadow: none;
        outline: none;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
        color: #626262;
    }

    .products-area-top-filter-input .submit-search-button {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translate(0, -50%);
        background: #8a1538;
        border: 1px solid #8a1538;
        border-radius: 5px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.products-area {
    display: flex;
    flex-direction: column;
    row-gap: 75px;
}


/*Ürün Kartları*/

.product-card-link {
    text-decoration: none;
}

.product-card {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.product-card-image-area {
    background: #F6F6F6;
    border-radius: 24px;
    padding: 50px 0;
    position: relative;
}

.product-card-search {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
}

.product-card-discount-rate {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 12px;
    background: #D0121C;
    border-radius: 4px;
    font-family: 'Baloo Paaji 2';
    font-size: 18px;
    font-weight: 700;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: center;
    color: #fff;
}

.product-card-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    cursor: default;
}

.product-card-category {
    font-family: 'Baloo Paaji 2';
    font-size: 11.5px;
    font-weight: 700;
    line-height: 17.85px;
    letter-spacing: 1.0499999523162842px;
    text-align: center;
    color: #767676;
}

.product-card-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.63px;
    text-align: center;
    color: #1A1A1A;
}

.product-card-image, .product-card-image img {
    aspect-ratio: 1/1;
    object-fit: contain;
}

.product-card-text-and-price-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.product-card-old-price {
    font-family: 'Baloo Paaji 2';
    font-size: 16px;
    font-weight: 700;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: center;
    text-decoration-line: line-through;
    color: #B6B6B6;
    cursor: default;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.product-card-price {
    font-family: 'Baloo Paaji 2';
    font-size: 19px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.2939999997615814px;
    text-align: center;
    color: #E51D1D;
    cursor: default;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.product-card:hover .product-card-old-price {
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.product-card:hover .product-card-price {
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}


.product-card-price-area {
    position: relative;
}

.product-card-basket-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    background: #D0121C;
    border: 1px solid #D0121C;
    padding: 10px 24px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    width: max-content;
    text-decoration: none;
}

.product-card:hover .product-card-basket-button
{
    visibility: visible;
    opacity: 1;
    transition: .4s;
}

.wishlist-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border: 1px solid #F8F9FF;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #D0121C;
    box-shadow: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wishlist-button svg {
        min-width: 20px;
        max-width: 20px;
        max-height: 20px;
        min-height: 20px;
    }

    .wishlist-button:not(.active) svg path {
        fill: #fff;
        stroke: #d0121c;
    }

    .wishlist-button:not(.active):hover svg path {
        fill: #d0121c;
        stroke: #d0121c;
    }

    .wishlist-button.active svg path {
        fill: #d0121c;
        stroke: #d0121c;
    }

    .wishlist-button.active:hover svg path {
        fill: #fff;
        stroke: #d0121c;
    }

    .wishlist-button.active .fa-regular.fa-heart
    {
        display: none;
    }
    .wishlist-button:not(.active) .fa-solid.fa-heart {
        display: none;
    }

    .wishlist-button i {
        font-size: 16px;
        line-height: 24px;
    }


    .mobile-filter-section {
        display: none;
    }

.search-value {
    padding-bottom: 24px;
    font-family: 'Baloo Paaji 2';
    font-size: 18px;
    line-height: 26px;
    color: #626262;
}

    .search-value span {
        font-weight: 600;
        color: #000;
    }


.flexoil-card {
    font-family: "Poppins" !important;
    position: relative;
    padding: 30px 0 0 0;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .flexoil-card img {
        height: 170px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 170px;
    }

.flex-img {
    margin: 0 auto;
    height: 170px;
    width: 170px;
}

.content {
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.flex-title {
    height: 36px;
    align-items: center;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 5px;
    color: var(--theme_color_1);
    align-items: center;
    justify-content: center;
}

.price-box {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 24px;
    align-items: center;
}

.prices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 24px;
}

.new-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #8a1538;
    width: 100%;
}

.old-price {
    font-size: 13px;
    line-height: 16px;
    color: #868485;
    width: 100%;
    margin-bottom: 1px;
}

.price {
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 30px 0;
    width: 100%;
    height: 93px;
    justify-content: center;
}

.star {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
}

    .star i {
        margin-top: 5px !important;
        font-size: 11px;
        margin-right: -5px;
        color: #8a1538 !important;
    }

.product-rating span {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #868485;
}

.product-rating {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #f2f2f2;
    height: 93px;
}

.satin-al-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #fff !important;
    border: none !important;
    padding: 21px 0 !important;
    width: 100% !important;
    background: #8a1538 !important;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.satin-al-title {
    text-align: center;
    font-family: "Poppins" !important;
    font-size: 14px;
    line-height: 17px;
    color: #868485;
}

.satin-urun {
    margin-bottom: 40px;
    text-align: center;
    font-family: "Poppins" !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-top: 6px;
    color: #413c39 !important;
}

.qty-input {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.price-title {
    font-size: 15px;
    line-height: 23px;
    color: #8a1538;
    font-weight: 500;
}

.qty-input button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.qty-input input {
    width: 90px;
    text-align: center;
    max-width: 100%;
    height: 36px;
    border: 1px solid #e6e6e6;
    box-shadow: none !important;
    outline: none !important;
}

    .qty-input input::-webkit-outer-spin-button,
    .qty-input input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
    .products-area-top-filter-selections ul li a {
        padding: 12px 12px;
        font-size: 13px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1199px)
{
    .products-area-top-filter-selections-and-grid-schema {
        width: 100%;
        justify-content: space-between;
    }

    .products-area-top-filter-area {
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: start;
        row-gap: 12px;
    }

    .products-area-top-filter-input {
        width: 100%;
    }

    .product-card-old-price {
        text-align: start;
    }
    .product-card-price {
        text-align: start;
    }

    .product-card-basket-button {
        left: 0;
        transform: translate(0, -50%);
    }

    .product-card-text-area {
        align-items: start;
    }

    .product-card-category {
        text-align: start;
    }

    .product-card-title {
        text-align: start;
    }

    .product-card-price .currency-swap {
        justify-content: start;
    }
    .product-card-old-price .currency-swap {
        justify-content: start;
    }

    .products-area-title {
        font-size: 28px;
        line-height: 38.37px;
    }

    .product-card-title {
        font-size: 15px;
        line-height: 23.63px;
    }

    .product-card-basket-button {
        padding: 8px 22px;
        font-size: 14px;
        line-height: 22.89px;
    }

    .products-area-top-filter-input input {
        font-size: 13px;
        line-height: 22px;
    }

}

@media only screen and (min-width: 992px)
{
    .mobile-filter-area {
        display: none;
    }
}

@media only screen and (max-width: 991px)
{
   /* .desktop-filter-area
    {
        display: none;
    }*/

    .products-area-top-filter-selections-and-grid-schema {
        display: none;
    }

    .mobile-filter-area {
        display: flex;
        background: #F6F6F6;
        border-radius: 50px;
        column-gap: 24px;
        position: relative;
        width: 100%;
    }

    .mobile-filter-input {
        width: 100%;
    }

        .mobile-filter-area .order-by-selections {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 20px 16px;
            padding-top: 68.5px;
            background: #fff;
            z-index: 1;
            display: flex;
            flex-direction: column;
            row-gap: 1rem;
            border-radius: 24px;
            box-shadow: 0px 17px 19px 0px #00000040;
            visibility: hidden;
            opacity: 0;
            transition: .4s;
            border: 1px solid #E8E8E8;
        }

            .mobile-filter-area.show .order-by-selections {
                visibility: visible;
                opacity: 1;
                transition: .4s;
            }

            .mobile-filter-area .order-by-selections .order-by-selection {
                display: flex;
                column-gap: 8px;
                align-items: center;
                font-family: Poppins;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                text-align: left;
                color: #2F4858;
                border: 1px solid transparent;
                text-decoration: none;
            }

            .mobile-filter-area .order-by-selections .order-by-selection .selection-checkbox {
                width: 20px;
                height: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #fff;
                border: 1px solid #D0D5DD;
                border-radius: 50px;
                position: relative;
            }

                .mobile-filter-area .order-by-selections .order-by-selection.active .selection-checkbox {
                    border: 1px solid #8a1538;
                    background: #8a1538;
                }

                    .mobile-filter-area .order-by-selections .order-by-selection.active .selection-checkbox::after {
                        position: absolute;
                        content: "\f00c";
                        font-weight: 900;
                        font-family: 'Font Awesome 6 Free';
                        font-size: 12px;
                        line-height: normal;
                        color: #fff;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

    .mobile-filter-change-schema {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-orderby-button {
        width: 100%;
        background: none;
        border: 1px solid transparent;
        box-shadow: none;
        outline: none;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        color: #444444;
        padding: 12px 24px;
        z-index: 2;
        transition: .4s;
    }

        .mobile-filter-area.show .mobile-orderby-button {
            background: #F6F6F6;
            border-top-left-radius: 24px;
            border-top-right-radius: 24px;
            border: 1px solid #E8E8E8;
            transition: .4s;
        }

        .mobile-orderby-button i {
            transform: rotate(-90deg) scaleX(-1);
        }

    .mobile-filter-section {
        display: flex;
        row-gap: 12px;
        flex-direction: row-reverse;
        column-gap: 24px;
    }

    .mobile-filter-input input {
        padding: 12px 16px;
        width: 100%;
        border-radius: 50px;
        border: 1px solid #E8E8E8;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #626262;
    }

    .products-area-title {
        font-size: 24px;
        line-height: 34.37px;
    }

    .mobile-orderby-button {
        font-size: 13px;
        line-height: 21.5px;
        padding: 12px 24px;
    }
}

@media only screen and (max-width: 575px)
{
    .mobile-filter-section {
        flex-direction: column;
    }
}

@media only screen and (max-width: 475px)
{
    .products-area-title {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 425px)
{
    .product-card-image-area {
        padding: 24px 0;
    }

    .product-card-category {
        font-size: 10.5px;
        line-height: 16.85px;
        letter-spacing: .5px;
    }

    .product-card-title {
        font-size: 14px;
        line-height: 22px;
    }

    .product-card-basket-button {
        padding: 6px 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .product-card-old-price {
        font-size: 15px;
        line-height: 23px;
    }

    .product-card-price {
        font-size: 17px;
        line-height: 25px;
    }

    .product-card-discount-rate {
        padding: 6px 12px;
        font-size: 15px;
        line-height: 23px;
    }
}