.urun-card-1, 
.urun-card-2 {
    border-radius: 10px;
    overflow: hidden;
}
.product-img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.product-title {
    font-size: 15px;
    font-weight: 700;
}
.product-price {
    font-size: 18px;
    font-weight: bold;
    color: #15653A;
}
.product-price-lg {
    font-size: 26px;
    font-weight: bold;
    color: #15653A;
}
.zoom-btn {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: rgba(255,255,255,0.3);
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
}
.zoom-btn-lg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255,255,255,0.6);
    padding: 10px;
    border-radius: 50%;
}
.alerjen-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 5px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
}
.alerjen-badge-lg {
    position: absolute;
    top: 10px;
    right: 10px;
}
.hazirlanma-badge {
    position: absolute;
    bottom: 6px;
    left: 6px;
    color: #fff;
}
.hazirlanma-badge-lg {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: white;
}
.like-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    color: #ccc;
}
.like-btn.liked {
    color: red !important;
}
.product-modal-img {
    max-height: 450px;
    object-fit: cover;
}
.custom-tab-wrapper {
    overflow-x: auto;
    display: block;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 5px;
    background: #f8f9fa;
    border-radius: 12px;
}

.custom-tab-wrapper::-webkit-scrollbar {
    display: none;
}
.custom-tab-wrapper .nav-tabs {
    display: flex;
    gap: 8px;
}
.custom-tab-wrapper .nav-link {
    border: none !important;
    color: #6c757d;
    background: #fff;
    border-radius: 10px !important;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.custom-tab-wrapper .nav-link.active {
    background-color: var(--menu-yazi-renk) !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
    transform: translateY(-2px);
}
.custom-tab-wrapper .nav-link i, 
.custom-tab-wrapper .nav-link svg {
    margin-bottom: 2px;
}
@media (max-width: 768px) {
    .custom-tab-wrapper .nav-link span {
        font-size: 11px;
    }
}
