/* Comments Slider Styles - Slick Slider Version */

.en-sevilenler-heart{
    display:none !important;
}
.comments-slider-container {
    position: relative;
    overflow: hidden;
    margin: 20px 0px 0px 0px;
    max-width: 100%;
}
.comments-slick-slider {
    margin: 0;
}
.comment-slide {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    margin: 0 10px;
    min-height: 150px;
    box-shadow: none;
}
/* Slick Slider Custom Styles - 3/4 + 1/4 Layout */
.comments-slick-slider .slick-slide {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    width: 75% !important; /* İlk slide 3/4 genişlik */
}
.comments-slick-slider .slick-slide:nth-child(2) {
    width: 25% !important; /* İkinci slide 1/4 genişlik */
}
.comments-slick-slider .slick-slide.slick-active {
    opacity: 1;
}
.comments-slick-slider .slick-slide.slick-current {
    opacity: 1;
}
/* Responsive Design */
@media (max-width: 768px) {
    .comment-slide {
        padding: 15px;
        min-height: 120px;
    }
    
    .comments-slick-slider .slick-slide {
        width: 70% !important; /* Mobilde biraz daha az */
    }
    
    .comments-slick-slider .slick-slide:nth-child(2) {
        width: 30% !important;
    }
}

@media (max-width: 480px) {
    .comment-slide {
        padding: 10px;
        min-height: 175px;
    }
    
    .comments-slick-slider .slick-slide {
        width: 65% !important;
    }
    
    .comments-slick-slider .slick-slide:nth-child(2) {
        width: 35% !important;
    }
}

/* Heart Icon Styles */
.heart-icon {
    display: inline-block;
    background: #e9fbe3;
    border-radius: 4px;
    padding: 6px 7px 5px 7px;
    margin-right: 5px;
    color: #2d5a2d !important;
    font-size: 14px;
    line-height: 1;
}
/* Product Box Price and Action Row Styles */
.product-price-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
}
.product-price {
    flex: 1;
    min-width: 0;
}
.product-action {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
    .product-action .add,
    .product-action .action-btn {
        border-radius: 16px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        transition: all 0.3s ease;
        white-space: nowrap;
        min-width: 100px;
        border: none;
    }
    .product-action .add {
        background: #53565a;
        color: white;
        height: 33px;
        line-height: 33px;
        padding: 0px 15px;
    }
.product-action .action-btn {
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
}
.product-action .action-btn:hover {
    background: #e9ecef;
    color: #495057;
}
.pr-slider-title {
    margin-bottom: 0px;
    margin-top: 0px;
}
/* Product Thumbnail Navigation Styles - Slick */
.slider-nav-thumbnails {
    margin-top: 20px;
    position: relative;
}
.slider-nav-thumbnails .slick-list {
    margin: 0 -10px;
}
.slider-nav-thumbnails .slick-slide {
        cursor: pointer;
    }
.slider-nav-thumbnails .slick-slide img {
            width: 100%;
            height: 100%;
            border-radius: 16px;
        }
.slider-nav-thumbnails div.slick-slide {
    margin: 0 10px;
}
/* Thumbnail Navigation Buttons - Hidden */
.slider-nav-thumbnails button.slick-arrow {
    display: none !important;
}

.cart-header {
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
    color: black;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.shopping-cart-title {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.shopping-cart-quantity {
    width: 100%;
    margin: 10px 0 0 73px;
    display: flex;
    align-items: center;
}
.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: white;
    height: 26px;
    width: fit-content;
}
button.qty-btn.qty-minus.disabled {
    background: #f8f9fa;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: background-color 0.2s;
    min-width: 40px;
}
.qty-btn:disabled, .qty-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: #e9ecef !important;
    color: #999 !important;
}
.qty-display {
    padding: 8px 12px;
    min-width: 30px;
    text-align: center;
    font-weight: 500;
    background: white;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.qty-btn {
    background: #f8f9fa;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: background-color 0.2s;
    min-width: 40px;
}
.shopping-cart-delete {
    order: 2;
    margin-left: 0;
    align-self: flex-start;
    position: absolute;
    right: 12px;
    top: 0px;
}
li.cart-product-item {
    flex-wrap: wrap;
    gap: 4px;
    background: white;
    border-bottom: 1px solid #ecebec;
    padding: 20px 10px 13px 10px;
    margin: 0 0 0px !important;
    border-radius: 16px;
    min-height: 175px;
    margin-bottom: 10px !important;
    margin-top: 11px !important;
    position: relative;
}
.promotion-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 15px;
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.promotion-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #333;
    line-height: 1.3;
}
.promotion-content p {
    font-size: 14px !important;
    color: #5f703f !important;
    margin: 0;
    line-height: 1.4;
}
.promotion-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    display: flex;
    font-size: 13px;
    color: #000;
    border-radius: 4px;
    align-items: center;
    border: 1px solid #000000;
    padding: 10px 4px !important;
    background: #fdfdfd !important;
    width: 100%;
}
.price-breakdown {
    margin-bottom: 15px;
    padding: 15px 0;
    border-top: 1px solid #cfcfcf;
    display: flex;
    flex-direction: column-reverse;
}
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
    .price-row span:first-child {
        color: #666;
        font-size: 14px;
        font-weight: 500;
        
    }
.discount-amount {
    color: #176f15;
}
.original-price {
    color: #333;
}
.price-row span:last-child {
    font-weight: 600;
    font-size: 16px;
}
.shoppingCartDiscountBox .productSlider-columns-cover .productSlider-columns .product-cart-wrap {
    padding: 10px !important;
}
/* Responsive adjustments */
@media (max-width: 480px) {
    .product-price-action-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    .slick-list .product-price-action-row {
        flex-direction: row;
        align-items: stretch;
        gap: 8px;
    }
    a#addToCartButton {
        width: 100%;
    }
    .slick-list a#addToCartButton {
        width: 100%;
    }
    .price-child {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }
    .slick-list .price-child {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    img.default-img.lazy {
        max-width: 100%;
        margin: auto;
    }
    .product-cart-wrap .product-content-wrap h2 {
        min-height: 60px;
    }
    .slick-slide .product-cart-wrap .product-content-wrap h2 {
        min-height: 75px;
        font-weight: 500;
    }
    .pr-slider-title {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .product-detail-btn-box.product-extra-link2 {
        display: flex;
    }
}
/* Mobile için thumbnail'ları gizle */
@media (max-width: 768px) {
    .slider-nav-thumbnails {
        display: none;
    }
    .product-detail-fixed-button {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px 10px;
        background: #f2f2f2;
    }
    .buy-together-title {
        margin-bottom: 0px;
    }
    .mob-pd-popular {
        padding: 20px 10px;
    }
    /* Mobile Fixed Add to Cart Button */
    .mobile-fixed-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        padding: 15px 20px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 99;
        transform: translateY(100%);
        transition: transform 0.3s ease;
        display: block;
    }
  .mobile-fixed-cart.show {
            transform: translateY(0);
        }
    /* New Cart Dropdown Styles - Figma Design */
    .cart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
 .cart-header .sepetim {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin: 0;
        }
    .cart-product-item {
        display: flex;
        align-items: flex-start;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        gap: 15px;
    }
.shopping-cart-img {
        flex: 0 0 60px;
        margin-right: 0;
    }
.shopping-cart-img img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 8px;
        }
.shopping-cart-title {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
 .shopping-cart-title h4 {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
            line-height: 1.3;
        }
 .shopping-cart-title h4 a {
                color: #333;
                text-decoration: none;
            }
        .shopping-cart-title .product-price {
            font-size: 16px;
            font-weight: 600;
            color: #176f15;
            margin: 0;
        }
    .badge-discount {
        display: inline-block;
        background: #ff6b35;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        align-self: flex-start;
    }
    .shopping-cart-quantity {
        margin: 0;
        display: flex;
        align-items: center;
    }
    .quantity-controls {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 6px;
        overflow: hidden;
        background: white;
        height: 26px;
    }
    .qty-btn {
        background: #f8f9fa;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        transition: background-color 0.2s;
        min-width: 40px;
    }
        .qty-btn:hover {
            background: #e9ecef;
        }
        .qty-btn:disabled,
        .qty-btn.disabled {
            opacity: 0.3;
            cursor: not-allowed;
            background: #e9ecef !important;
            color: #999 !important;
        }
            .qty-btn:disabled:hover,
            .qty-btn.disabled:hover {
                background: #e9ecef !important;
                color: #999 !important;
            }

    .qty-display {
        padding: 8px 12px;
        min-width: 30px;
        text-align: center;
        font-weight: 500;
        background: white;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .shopping-cart-delete {
        margin-left: auto;
        align-self: flex-start;
    }
        .shopping-cart-delete a {
            color: #999;
            font-size: 20px;
            text-decoration: none;
            padding: 5px;
            border-radius: 50%;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
        }
            .shopping-cart-delete a:hover {
                color: #dc3545;
                background: #f8f9fa;
            }
    /* Promotion Box */
    .promotion-box {
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 16px;
        padding: 15px;
        margin: 15px 0;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }
    .promotion-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
        .promotion-content h4 {
            font-size: 14px;
            font-weight: 600;
            margin: 0;
            color: #333;
            line-height: 1.3;
        }
        .promotion-content p {
            font-size: 12px;
            color: #666;
            margin: 0;
            line-height: 1.4;
        }
    .promotion-btn {
        background: #176f15;
        color: white;
        border: none;
        padding: 10px 16px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.2s;
        align-self: flex-start;
    }
        .promotion-btn:hover {
            background: #155d18;
        }

    /* Price Breakdown */
    .price-breakdown {
        margin-bottom: 7px;
        padding: 5px 0;
        border-top: 1px solid #cfcfcf;
    }

    .price-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

        .price-row:last-child {
            margin-bottom: 0;
        }

        .price-row span:first-child {
            color: #666;
            font-size: 14px;
            font-weight: 500;
        }

        .price-row span:last-child {
            font-weight: 600;
            font-size: 16px;
        }

    .original-price {
        color: #333;
    }

    .discount-amount {
        color: #176f15;
    }

    .discount-note {
        font-size: 11px;
        color: #999;
        margin-top: 8px;
        font-style: italic;
        text-align: center;
    }

    /* Checkout Button */
    .checkout-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #176f15;
        color: white;
        text-decoration: none;
        padding: 15px 20px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.2s;
        width: 100%;
        border: none;
        cursor: pointer;
    }

        .checkout-btn:hover {
            background: #155d18;
            color: white;
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .checkout-btn i {
            margin-right: 10px;
            font-size: 18px;
        }
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .cart-product-item {
        flex-wrap: wrap;
        gap: 4px;
        background: white;
        flex-wrap: wrap;
        gap: 4px;
        background: white;
        border-bottom: 1px solid #ecebec;
        padding: 20px 10px 13px 10px;
        margin: 0 0 0px !important;
        border-radius: 16px;
        min-height: 175px;
        margin-bottom: 10px !important;
        margin-top: 11px !important;
        position: relative;
    }
    .shopping-cart-img {
        flex: 0 0 50px;
    }
    .shopping-cart-img img {
            width: 70px;
            height: 70px;
        }
    .shopping-cart-quantity {
        width: 100%;
        margin: 10px 0 0 73px;
    }
    .shopping-cart-delete {
        order: 2;
        margin-left: 0;
        align-self: flex-start;
        position: absolute;
        right: 0;
        top: -5px;
    }
    .quantity-controls {
        width: fit-content;
    }
    
    .promotion-box {
        flex-direction: column;
        gap: 10px;
    }
    
    .promotion-icon {
        align-self: flex-start;
    }
    
    .checkout-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .checkout-btn i {
        font-size: 16px;
        margin-right: 8px;
    }

    .mobile-fixed-cart .product-detail-btn-box {
        margin: 0;
        padding: 0;
        background: transparent;
    }
    .mobile-fixed-cart .button-add-to-cart {
        width: 100%;
        margin: 0;
    }
    /* Add bottom padding to prevent content from being hidden behind fixed cart */
    body.has-mobile-fixed-cart {
        padding-bottom: 80px;
    }
}

/* Ana slider dots stilleri - Figma Design */
.product-image-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 0px;
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 11px;
}

.product-image-slider .slick-dots li {
    margin: 0;
}

.product-image-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background-color: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0;
    padding: 0;
    position: relative;
}

.product-image-slider .slick-dots li button:hover {
    background-color: #53565a;
    transform: scale(1.1);
}

.product-image-slider .slick-dots li.slick-active button {
    background-color: #333;
    transform: scale(1.2);
}

/* Video dot özel stili */
.product-image-slider .slick-dots li button.slick-dot.video-dot {
    background-color: #ff6b6b;
}

.product-image-slider .slick-dots li.slick-active button.slick-dot.video-dot {
    background-color: #ff6b6b;
    transform: scale(1.2);
}


/* Mini Cart Check Buttons */
.mini-cart-check-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.shopping-cart-button {
    flex: 1;
}

.basket-go-btn,
.checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #333;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    gap: 8px;
}

.basket-go-btn:hover,
.checkout-btn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.basket-go-btn {
    background: #fff;
    color: #333;
    border: 2px solid #333;
}

.basket-go-btn:hover {
    background: #333;
    color: #fff;
}

.checkout-btn {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}

.checkout-btn:hover {
    background: #555;
}

.basket-go-btn i,
.checkout-btn i {
    font-size: 16px;
}










