﻿.product-block-footer .price-col {
    
}


/* Product Block */
.product-block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 17px 15px;
    height: 100%;
    border: 1px solid #3A3A3A;
    box-shadow: 0px 0px 2px rgba(153, 153, 153, 0.6);
    border-radius: 16px;
    margin: 10px;
    transition: all 0.3s ease;
    max-width:100% !important;
/*    min-height: 651px;*/
}

.product-block .product-block-header .opportunity img {
    max-width: 90px;
    height: auto;
}

            .product-block .product-block-header .opportunity span {
                width: 100%;
                font-style: normal;
                font-size: 11px;
                text-align: center;
                border-radius: 10px 0px 10px 0px;
                padding: 2px 10px;
                font-weight: 700;
                display: flex;
                justify-content: start;
                align-items: center;
                min-width: 130px;
            }

                .product-block .product-block-header .opportunity span svg {
                    margin-right: 7px;
                }

                .product-block .product-block-header .opportunity span.warning {
                    background-color: var(--it-red-2);
                    border: 0.5px solid var(--it-border-color);
                    color: #470202;
                }

                .product-block .product-block-header .opportunity span.danger {
                    background-color: #7AB4FA;
                    color: #072867;
                    border: 0.5px solid #1D72DA;
                }

                .product-block .product-block-header .opportunity span.success {
                    background-color: #E3B995;
                    color: #4B2302;
                    border: 0.5px solid #FF7500;
                }

        .product-block .product-block-header .favorite {
            position: absolute;
            z-index: 2;
            right: 0;
            top: 0;
            cursor: pointer;
        }

            .product-block .product-block-header .favorite input {
                position: absolute;
                opacity: 0;
                z-index: -1;
            }

                .product-block .product-block-header .favorite input[type="checkbox"] + span {
                    display: block;
                    width: 35px;
                    height: 35px;
                    background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-1.png');
                    background-repeat: no-repeat;
                    background-position: left top;
                    transition: background-image 1s ease-in-out;
                    transform: scale(1);
                    opacity: 1;
                }

                .product-block .product-block-header .favorite input[type="checkbox"]:checked + span {
                    animation: changeIconZoomIn 1s forwards;
                }


@keyframes changeIconZoomIn {
    0% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-1.png');
        transform: scale(1);
        opacity: 1;
    }

    5% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-1.png');
        transform: scale(.7);
        opacity: .8;
    }

    10% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-1.pngg');
        transform: scale(.7);
        opacity: .8;
    }

    20% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-1.png');
        transform: scale(.7);
        opacity: .4;
    }

    30% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-2.png');
        transform: scale(.7);
        opacity: .4;
    }

    45% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-2.png');
        transform: scale(.7);
        opacity: .4;
    }

    50% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-2.png');
        transform: scale(.7);
        opacity: .6;
    }

    55% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-3.png');
        transform: scale(.7);
        opacity: .6;
    }

    70% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-3.png');
        transform: scale(.7);
        opacity: .4;
    }

    80% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-4.png');
        transform: scale(.7);
        opacity: .4;
    }

    90% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-4.png');
        transform: scale(.7);
        opacity: .8;
    }

    100% {
        background-image: url('~/images/Home/Urunlisteleme/Favorite/icon-heart-4.png');
        transform: scale(1);
        opacity: 1;
    }
}

.product-block .product-block-body {
    flex-grow: 1;
}

.product-block-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 25px;
}

    .product-block-top h1 {
        color: var(--gg-text-color);
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        margin: 15px 15px 15px 0px;
        width: 100%;
        padding: 0px 0px 0px 10px;
    }
.product:hover .product-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-block .product-block-body .product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 20px;
}

    .product-block .product-block-body .product-image img {
      /*  width: auto;
        height: 100%;*/
      width:211px;
      height:211px;
    }

.product-block .product-block-body .brand-logo img {
    width: auto;
    height: 12px;
}

/*.product-block .product-block-body h2 {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    font-weight: 700;
    margin: 15px 15px 15px 0px;
    color: var(--gg-text-color);    
}
*/
.product-block .product-block-body .badge-campaign {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    min-height: 34px;
    padding: 2px;
    margin: 15px 0px;
}

    .product-block .product-block-body .badge-campaign.badge-success {
        background-color: rgba(87, 169, 29, .25);
    }

    .product-block .product-block-body .badge-campaign.badge-danger {
        background-color: rgba(169, 29, 29, .25);
    }

    .product-block .product-block-body .badge-campaign span {
        font-size: 11px;
        line-height: 14px;
        color: #1D330C;
    }

.product-block .product-block-body .brand-logo img {
    width: auto;
    height: 12px;
}


.product-block .product-block-footer {
    display: flex;
    flex-direction: column !important;
    height:157px;
}

    .product-block .product-block-footer .product-price {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-right: 10px;
        padding-left: 15px;
        align-items: end;
    }

        .product-block .product-block-footer .product-price .product-price-warning {
            text-decoration: underline;
            font-weight: 500;
            font-size: 11px;
            line-height: 18px;
            color: var(--gg-text-color);
            cursor: pointer;
        }

        .product-block .product-block-footer .product-price .old-price {
            color: #ffffff;
            text-decoration: line-through;
            font-size: 13px;
            line-height: 24px;
            font-weight: 500;
            margin-right: 10px;
            opacity: .3;
        }


/*        .product-block .product-block-footer .product-price strong {
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            color: var(--gg-text-color);
        }*/

    .product-block .product-block-footer .Lowest-Price span {
        font-family: var(--font-NouvelR-SemiBold);
        font-size: 14px;
        color: #cc4100;
        /* font-weight: 800; */
    }

    .product-block .product-block-footer .Lowest-Price-img {
        flex-direction: column;
        justify-content: end !important;
        width: 100%;
    }

        .product-block .product-block-footer .Lowest-Price-img span {
            background-color: #FFD03512;
            border: 1px solid #FFBB78;
            color: #ffffff;
       
            font-style: normal;
            font-size: 12px;
            text-align: center;
            border-radius: 8px;
            padding: 6px 3px;
            font-weight: 600;
            line-height: 16px;
            transition: all 0.3s ease;
        }


    .product-block .product-block-footer .btn {
        width: 100%;
        border-radius: 5px;
        font-size: 0.9rem;
        text-align: center;
        letter-spacing: normal;
        margin-top: 12px;
        color: var(--black);
        font-weight: 700 !important;
        background: linear-gradient(90deg, #FFB121 0%, #FF7E08 21.5%, #FD872C 50.5%, #FF890D 81%, #FFB121 100%);
        border: 0.5px solid rgba(190, 25, 25, 0.5);
        padding: 10px !important;
        height: auto;
        transition: all 0.5s ease-in-out;
    }

        .product-block .product-block-footer .btn:hover {
            background: linear-gradient(90deg, #ff9f00 0%, #ff6200 21.5%, #ff6d1a 50.5%, #ff6e00 81%, #ff9f00 100%);
            border: 1px solid rgba(255, 100, 0, 0.8);
            box-shadow: 0px 6px 20px rgba(255, 126, 8, 0.5);
            transform: scale(0.98);
        }

        .product-block .product-block-footer .btn:active {
            transform: scale(0.98);
            box-shadow: 0px 3px 12px rgba(255, 126, 8, 0.8);
            transition: all 0.2s ease-in-out;
        }

.product-block-footer .rater {
    display: flex;
    margin-bottom: 15px;
}

    .product-block-footer.rater .rating {
        width: 100px !important;
    }

        .product-block-footer.rater .rating span {
            font-size: 20px;
            line-height: 20px;
        }

        .product-block-footer.rater .rating .rate-select-layer span {
            color: #f57f1b;
        }

    .product-block-footer.rater .count, .product-block-footer.rater a {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: var(--black);
        text-decoration: underline;
        margin: 0 2px;
    }

    .product-block-footer.rater a {
        border: 1px solid transparent;
        padding: 0 3px;
    }

        .product-block-footer.rater a:hover {
            border-color: var(--black);
            text-decoration: none;
        }

    .product-block-footer .rater .comments {
        color: var(--it-gray-color) !important;
    }
.footer-bottom-row {
    min-height: 50px;
}
.footer-bottom-col{
    height:100%;
    padding-left:0;
}   
.price-container{
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.advice-system-feature {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.advice-system-feature ul 
{
    display:flex;
    flex-direction:column;
    gap:5px;
}
    .advice-system-feature li {

        display: flex;
        position: relative;
        align-items:center;
        gap:5px;
    }

        .advice-system-feature li p {
            color: var(--gg-text-color);
            margin: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
         
            white-space: normal;
            font-size: 12px;
            font-weight: 500;
        }

        .advice-system-feature li img {
            width: 20px;
            height: 20px;
/*            filter: invert(100%) grayscale(100%) brightness(200%);*/
        }

.advice-system-badge {
    background: transparent !important;
}

    .advice-system-badge span {
        color: #8D2626 !important;
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-align: center !important;
    }

.Lowest-Price {
    color: var(--it-red);
    margin-bottom: 20px;
    min-height: 24px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.Lowest-Price-img {
    padding: 0;
}

.Lowest {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.product-block .product-block-body .badge-mobile {
    display: none !important;
    border-radius: 0px !important;
}

.product-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 17px !important;
    border-radius: 5px;
    background: var(--gg-body-color) !important;
}

    .product-list-header .filters {
    }

        .product-list-header .filters .filtersorder {
            display: flex;
            justify-content: end;
            align-items: center;
        }

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 32% ;
    min-width: 130px;
    font-size: 12px;
}

.badge-campaignn-empty{
    border:none !important; 
}
.badge-campaignn-empty,
.badge-campaignn {
    color: var(--gg-red-color);
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    text-transform: uppercase;
/*    margin-bottom: 20px;*/
    margin-top:15px;
}

    .badge-campaignn-empty span,
    .badge-campaignn span {
        color: var(--gg-red-color);
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: normal !important;
        cursor: pointer !important;
        font-size: 12px !important;
        line-height: 16px !important;
        text-align:unset !important;
        font-weight: 700;
    }
/*
.badge-campaignn {
    color: #00273a;
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

    .badge-campaignn span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 3em;
        cursor: pointer;
        font-size: 13px;
        line-height: 14px;
    }*/

.truncate-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    white-space: normal;
    width:100%;
    min-height: 80px;
}
.truncate-text a 
{
       display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.filter-text {
    margin-right: 10px;
    display: inline-block;
    color: var(--gg-text-color);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.filter-left {
}

#productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}



/*#productList .product:hover .product-block {
    background: rgba(29, 26, 11, 0.52);
    box-shadow: 0px 0px 2px rgba(153, 153, 153, 0.6);
}*/

    


/* ---------------------------------------------------urun listeleme yeni--------------------------------------------------- */

/* Swiper boyut ayarları */
.swiper {
    width: 100%;
}

.mySwiper {
    height: 360px;
}

.swiper-slide {
    /* Her slayt tam alanı kaplayacak şekilde ayarlanır */
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Slayt içindeki resimlerin tam alanı kaplaması */
    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* cover: En-boy oranını koruyarak alanı doldurur */
    }

/* Swiper navigasyon butonları renklendirme */
.swiper-button-next,
.swiper-button-prev {
    color: var(--gg-text-color) !important;
}

.swiper-pagination-bullet-active {
    background: #fdd835 !important;
}

.slider-banner {
    width: 100%;
    background-color: #f5f5f5;
}

.slider-banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slider-banner-content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

    .slider-banner-content img {
        width: 60px;
    }


.breadcrumbTop .swiper-button-prev,
.breadcrumbTop .swiper-button-next {
    color: var(--gg-body-color) !important;
    padding: 15px;
    border-radius: 50%;
    transition: 0.3s;
}
    .breadcrumbTop .swiper-button-next:after, .breadcrumbTop .swiper-button-prev:after {
        font-size: 16px;
        font-weight: 800;
    }
    .breadcrumbTop .swiper-button-next, .breadcrumbTop .swiper-button-prev{
    }

   

.breadcrumbTop {
    background: var(--gg-breadcrumb-color);
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbTop-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.breadcrumbTop-content {
    align-items: baseline;
    display: flex;
}

    .breadcrumbTop-content span {
        height: 100%;
        display: inline-block;
        margin-left: 10px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--gg-body-color);
    }

        .breadcrumbTop-content span strong {
            color: var(--gg-red-color);
            font-weight: 700;
        }


.unique-price-range-box {
    text-align: center;
}

.unique-slider-container {
    margin-top: 20px;
}

.unique-slider {
    -webkit-appearance: none;
    width: 90%;
    height: 4px;
    background: #ccc;
    outline: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    margin-left: 15px;
}

    .unique-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        background: var(--gg-body-color);
        border: 3px solid var(--gg-yellow-color);
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

.unique-price-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px 0px;
}

    .unique-price-inputs input {
        width: 95%;
        text-align: center;
        font-weight: bold;
        background: #222;
        border: none;
        padding: 5px;
        border-radius: 5px;
        color: white;
    }

.accordion-title {
    border-bottom: 1px solid #dedede;
}

.accordion-content {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

    .accordion-content span {
        font-weight: 700;
        font-size: 18px;
        color: var(--gg-text-color-2);
    }

    .accordion-content a {
        color: var(--gg-text-color);
        text-decoration: underline;
        font-size: 14px;
        font-weight: 500;
    }
    .accordion-content a {
        color: var( --gg-blue-color);
    }
        .accordion-content a:hover {
            color: var(--gg-yellow-color);
        }

.Filters-container {
    border-radius: 18px;
    border: 1px solid var(--gg-text-color);
    margin-top: 10px;
    position: sticky;
    top: 105px !important;
    height: calc(100vh - 70px);
    overflow-y: auto;
}
  /*  .Filters-container::-webkit-scrollbar-thumb {
        background-color: #ffe932;
        border-radius: 10px;
        height: 50px;
    }
    .Filters-container::-webkit-scrollbar-track {
        background: #525251;
    }*/
    .Filters-container::-webkit-scrollbar {
     /*   width: 7px;
        height: 5px;*/
     display:none;
    }

.footer-ıt {
    background: #1c1c1c;
    margin-top: 120px;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

    .loading span {
        padding: 6px 80px;
        background: #ead024;
        border-radius: 50px;
        color: var(--gg-body-color);
        font-weight: 700;
    }

.custom-checkbox {

    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

    .custom-checkbox input[type="checkbox"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #888888;
        border-radius: 3px;
        background-color: transparent !important;
        margin-right: 10px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        .custom-checkbox input[type="checkbox"]:checked {
        }



    .custom-checkbox label {
        cursor: pointer;
        font-size: 16px;
        color: var(--gg-text-color-2);
    }

.card {
    background: transparent !important;
}

.min-price-text, .max-price-text {
    display: flex;
    color: var(--gg-text-color-2);
}

.price-inputs-title {
    display: flex;
    color: var(--gg-text-color-2);
}
.sliderContainer{
    margin:0;
}