﻿.product-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.product-text {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.product-simple-informations {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.product-code-and-stock-status {
    display: flex;
    align-items: center;
    column-gap: 24px;
    flex-wrap: nowrap;
    row-gap: 12px;
}

.product-code {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

    .product-code span {
        font-weight: 600;
        color: #000000;
    }

.product-stock-status {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

    .product-stock-status span {
        font-weight: 600;
        color: #000000;
    }

.product-features {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.product-features-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.product-features-text {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.product-short-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #545454;
}

.product-description {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #545454;
}

.ucret {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.fiyat {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    line-height: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.kdv {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
}

.product-selections {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}

.product-price-and-selections {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.product-selections-and-button {
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
}

.product-selection select {
    padding: 12px 16px;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 22px;
    height: 50px;
}

.product-count .qty-input {
    height: 50px;
    padding: 6px;
}

    .product-count .qty-input .qty-count {
        height: 40px;
        width: 40px;
        color: #F48929;
        border-radius: 6px;
    }

.product-gallery-slider-for .slick-slide {
    border: none !important;
}

@media only screen and (max-width: 991px) {
    .product-selections {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
    }

    .product-count .qty-input {
        height: 50px;
        padding: 6px;
        width: 100% !important;
    }

    .qty-input .product-qty {
        width: 100%;
    }
}

.product-gallery-slider-for {
    width: 100%;
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    position: relative;
}

    .product-gallery-slider-for .slick-prev {
        left: -21px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E6E6E680;
        z-index: 1;
        border-radius: 6px;
        backdrop-filter: blur(4px);
    }

        .product-gallery-slider-for .slick-prev::before {
            content: "\f053";
            font-weight: 900;
            font-family: 'Font Awesome 6 Free';
            color: #000000;
        }

    .product-gallery-slider-for .slick-next {
        right: -21px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F48929;
        z-index: 1;
        border-radius: 6px;
    }

        .product-gallery-slider-for .slick-next::before {
            content: "\f054";
            font-weight: 900;
            font-family: 'Font Awesome 6 Free';
            color: #fff;
            opacity: 1;
        }

    .product-gallery-slider-for img {
        object-fit: cover;
        width: 100% !important;
        aspect-ratio: 2/1.65;
        border-radius: 16px;
    }

.product-gallery-slider-nav .slick-slide {
    width: auto !important;
    min-width: 125px;
}

.product-gallery-slider-nav .slick-track {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100% !important;
    column-gap: 10px;
}



.product-gallery-area {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-end;
    position: relative;
}

.product-gallery-slider-nav {
    width: 100%;
}

    .product-gallery-slider-nav .slick-list .slick-track {
        margin: 0 -15px !important;
        display: flex;
        align-items: center;
    }

        .product-gallery-slider-nav .slick-list .slick-track .slick-slide {
            margin: 0 15px;
            margin-right: 0;
        }

            .product-gallery-slider-nav .slick-list .slick-track .slick-slide.slick-current.slick-active {
                border: 2px solid #F48929;
            }

    .product-gallery-slider-nav .slick-slide img {
        aspect-ratio: 2/1.5;
        object-fit: cover;
    }


    .product-gallery-slider-nav .item {
        background: #F6F6F6;
        border: 1px solid #E8E8E8;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        text-align: right;
    }

.product-gallery-slider-nav {
    width: 100%;
}

    .product-gallery-slider-nav .slick-track {
        width: 100% !important;
        transform: none !important;
    }

    .product-gallery-slider-nav .slick-slide {
        width: 25% !important;
        box-sizing: border-box;
        padding: 0 5px;
    }

    .product-gallery-slider-nav .item {
        width: 100%;
    }

        .product-gallery-slider-nav .item img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

.product-add-to-basket-button {
    margin-top: 2rem;
}

.product-galery-mobile-slider {
    display: none;
    position: relative;
    width: 100%;
}

.product-gallery-mobile-slider-for {
    height: 300px;
}

    .product-gallery-mobile-slider-for .item {
        position: relative;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-gallery-mobile-slider-for img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 100%;
    }

    .product-gallery-mobile-slider-for .slick-dots {
        position: relative;
        bottom: 0;
        list-style: none;
        display: flex !important;
        justify-content: center;
        padding: 10px 0 0 0;
        margin: 0;
        width: 100%;
    }

        .product-gallery-mobile-slider-for .slick-dots li {
            margin: 0 5px;
        }

            .product-gallery-mobile-slider-for .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 10px;
                height: 10px;
                padding: 0;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: rgba(200, 200, 200, 0.7);
                border-radius: 50%;
            }

            .product-gallery-mobile-slider-for .slick-dots li.slick-active button {
                background: #F48929;
            }

            .product-gallery-mobile-slider-for .slick-dots li button:before {
                opacity: 0;
            }
.urun-detay {
    row-gap: 40px;
}

@media (max-width: 767px) {
    .product-gallery-area {
        display: none;
    }

    .product-galery-mobile-slider {
        display: block;
    }

    .product-text {
        row-gap: 16px;
    }

    .product-code-and-stock-status {
        column-gap: 12px;
    }

    .product-selections {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 10px;
    }

    .product-count {
        grid-column: span 2;
    }

    .product-add-to-basket-button {
        margin-top: 12px;
    }

    .add-to-basket-button {
        padding: 14px;
        font-size: 15px;
    }
    .urun-detay {
        row-gap: 20px;
    }
    .wishlist-button-mobile {
        position: absolute;
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        color: #cfcfcf;
        box-shadow: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 24px;
        right: 24px;
    }

    .product-detail-wishlist-button {
        z-index: 1;
    }

    .wishlist-button-mobile svg {
        min-width: 20px;
        max-width: 20px;
        max-height: 20px;
        min-height: 20px;
    }

    .wishlist-button-mobile:not(.active) svg path {
        fill: #fff;
        stroke: #d0121c;
    }

    .wishlist-button-mobile:not(.active):hover svg path {
        fill: #d0121c;
        stroke: #d0121c;
    }

    .wishlist-button-mobile.active svg path {
        fill: #d0121c;
        stroke: #d0121c;
    }

    .wishlist-button-mobile.active:hover svg path {
        fill: #fff;
        stroke: #d0121c;
    }

    .wishlist-button-mobile.active .fa-regular.fa-heart {
        display: none;
    }

    .wishlist-button-mobile:not(.active) .fa-solid.fa-heart {
        display: none;
    }

    .wishlist-button-mobile i {
        font-size: 16px;
        line-height: 24px;
    }

    .wishlist-button-mobile .fa-solid.fa-heart {
        color: red;
    }
}

