.urun-gorselx1 {
    width: 100%;
	padding:15px 0px;
    min-height: 10px;
	overflow:hidden;
	display:block;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
    background-size: cover; 
    background-position: center; 
}
.urun-gorselx1 img{
	width:100%;
}
.urun-gorselx2 {
    width: 100%;
	padding:15px 0px;
    min-height: 10px;
	overflow:hidden;
	display:none;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
    background-size: cover; 
    background-position: center; 
}
.urun-gorselx2 img{
	width:100%;
}

.ty-related-wrapper {
    margin-top: 60px;
	margin-left:auto;
	margin-right:auto;
	width:73%;
}

.ty-related-wrapper a {
    font-size: 12px;
    margin: 8px 0;
    color: #333;
    line-height: 1.6em;
	text-decoration:none;
    font-weight: 400;
    height: 61px;
    overflow: hidden;
}

.ty-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.ty-related-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    min-width: 180px;
    max-width: 190px;
    flex-shrink: 0;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    text-align: center;
}


.ty-related-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.ty-related-name {
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
	text-decoration:none;
}

.ty-related-price {
    margin-top: 10px;
    color: #ff6000;
    font-weight: 600;
	font-size: 14px;
}

.ty-related-price .old {
    text-decoration: line-through;
    color: #666;
    margin-right: 5px;
	font-weight: 400;
	font-size: 14px;
}

.ty-related-price .new {
    color: #e60023;
}




#tyMainImage {
    width: 500px;
    height: 500px;
    object-fit: contain;
    cursor: zoom-in;
    border: 1px solid #eee;
}

.ty-thumbs {
    flex-direction: column;
    gap: 10px;
}

.ty-thumbs img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.ty-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.95);
}

.ty-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.ty-zoom-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: grab;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tyZoomImage {
    transition: transform 0.1s ease;
    max-width: none;
}





/* Genel */
#checkout-cart {
    font-size: 13px;
    color: #1c1c1c;
}

#checkout-cart h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Breadcrumb */
#checkout-cart .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 12px;
}

#checkout-cart .breadcrumb li a {
    color: #888;
    transition: 0.2s;
}

#checkout-cart .breadcrumb li a:hover {
    color: #ff6000;
}

/* Tablo genel */
#checkout-cart .table {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.05);
    border: none;
}

#checkout-cart .table thead {
    background: #f8f8f8;
}

#checkout-cart .table thead td {
    font-weight: 600;
    border: none;
    padding: 14px;
}

#checkout-cart .table tbody td {
    vertical-align: middle;
    padding: 15px;
    border-top: 1px solid #f1f1f1;
}

/* Ürün görsel */
#checkout-cart .img-thumbnail {
    border-radius: 10px;
    border: none;
    width: 70px;
}

/* Quantity alanı */
#checkout-cart .input-group .form-control {
    height: 38px;
    text-align: center;
    border-radius: 8px 0 0 8px;
    border: 1px solid #eee;
    box-shadow: none;
}

#checkout-cart .input-group-btn .btn {
    height: 38px;
    border-radius: 0;
    border: none;
}

/* Update buton */
#checkout-cart .btn-primary {
    background: #ff6000;
    border-color: #ff6000;
    transition: 0.2s;
}

#checkout-cart .btn-primary:hover {
    background: #e65400;
    border-color: #e65400;
}

/* Remove buton */
#checkout-cart .btn-danger {
    background: #f44336;
    border-color: #f44336;
}

/* Totals alanı */
#checkout-cart .col-sm-4 table {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.05);
    border: none;
}

#checkout-cart .col-sm-4 table td {
    padding: 12px 15px;
    border-top: 1px solid #f2f2f2;
}

#checkout-cart .col-sm-4 table tr:last-child td {
    font-size: 15px;
    font-weight: 600;
    color: #ff6000;
}

/* Alt butonlar */
#checkout-cart .buttons {
    margin-top: 25px;
}

#checkout-cart .btn-default {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 13px;
    border: 1px solid #ddd;
    background: #fff;
    transition: 0.2s;
}

#checkout-cart .btn-default:hover {
    border-color: #ff6000;
    color: #ff6000;
}

#checkout-cart .btn-primary {
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 13px;
}

/* Alert mesajlar */
#checkout-cart .alert {
    border-radius: 10px;
    font-size: 13px;
}






/* Responsive */
@media (max-width: 768px) {

	
.ty-related-wrapper {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 91%;
}	
.ty-related-card {
	max-width: 100%;
}
	
	
	
	
	
    #checkout-cart .table thead {
        display: none;
    }

    #checkout-cart .table tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #f2f2f2;
        border-radius: 12px;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    }

    #checkout-cart .table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border: none;
    }

    #checkout-cart .table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #999;
    }

    #checkout-cart .img-thumbnail {
        width: 60px;
    }

    #checkout-cart .buttons {
        text-align: center;
    }

    #checkout-cart .pull-left,
    #checkout-cart .pull-right {
        float: none !important;
        display: block;
        margin-bottom: 10px;
    }

    #checkout-cart .btn {
        width: 100%;
    }
}









#rev {
    margin-top: 40px;
}

.ty-reviews {
    padding: 0px;
    background: #ffffff;
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.ty-reviews h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
    position: relative;
    padding-bottom: 10px;
}

.ty-reviews h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #ff6000;
    border-radius: 2px;
}

.ty-no-review {
    padding: 15px;
    border-radius: 10px;
    background: #f8f9fa;
    color: #666;
    text-align: center;
}

/* Ajax ile gelen review iç yapısı */
#review .review-list {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 15px;
    background: #fafafa;
    transition: 0.2s ease;
    font-size: 12px;
}

#review .review-list:hover {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

#review .author {
    font-weight: 600;
    color: #111;
}

#review .date-added {
    color: #999;
    font-size: 11px;
    margin-left: 10px;
}

#review .rating {
    margin: 6px 0 10px 0;
    color: #f5b301;
    font-size: 12px;
}

#review p {
    margin: 0;
    line-height: 1.6;
    color: #444;
}

#review .pagination {
    margin-top: 20px;
    text-align: center;
}

#review .pagination li {
    display: inline-block;
    margin: 0 3px;
}

#review .pagination li a {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #eee;
    color: #333;
    transition: 0.2s;
}

#review .pagination li a:hover {
    background: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
}


.attribute-group {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.attribute-group strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.attribute-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-attributes h3 {
    font-size: 13px;
	font-weight:500
    color: #1c1c1c;
}

.attribute-group ul li {
   padding: 7px 16px;
    margin-bottom: 8px;
    background: #FFF3EB;
    border-radius: 24px;
    font-size: 12px;
    color: #ff6000;
    transition: all 0.2s ease;
}

.attribute-group ul li:last-child {
    margin-bottom: 0;
}

.toast-notification {
    position: fixed;
    top: 20px;
    background: #1abc4d;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
    font-size: 14px;
    right: 50px;
}
.toast-notification a{
 	font-weight: 500;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 13px;
}
.ty-meta-kargo span{
    font-size: 12px;
    color: #3c3c3c;
    margin-right: 10px;
}
.ty-meta-kargo {
	margin-bottom: 20px;
    padding: 11px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 9px;
}
.product-model{
	font-size: 12px;
    color: #1c1c1c;
    margin-bottom: 0px;
}
.product-stock{
	font-size: 12px;
    color: #1c1c1c;
    margin-bottom: 0px;
}
.product-rating{
	font-size: 12px;
    color: #ff6000;
    margin-bottom: 20px;
}
.container{
	max-width:1200px;
	min-height:100px;
	overflow:hidden;
	margin:auto;
}       
.breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 15px 0;
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            font-size: 14px;
        }
        
        .breadcrumb li {
            display: inline-flex;
            align-items: center;
        }
        
        .breadcrumb li:not(:last-child)::after {
            content: "›";
            margin: 0 10px;
            color: #888;
        }
        
        .breadcrumb a {
            color: #555;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .breadcrumb a:hover {
            color: #ff3e55;
        }
        
        /* Üst Bölüm - Ürün Bilgisi ve Galeri */
        .ty-top {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }
        
        @media (max-width: 992px) {
            .ty-top {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }
        
        /* Galeri Stilleri */
        .ty-gallery {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        #tyMainImage {
            width: 93%;
            height: 400px;
            object-fit: contain;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 10px;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            cursor: zoom-in;
            transition: transform 0.3s;
        }
        
        #tyMainImage:hover {
            transform: scale(1.01);
        }
        

        
        .ty-thumbs img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid transparent;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .ty-thumbs img:hover {
            border-color: #ff3e55;
        }
		.ty-thumbs img:after {
            border-color: #ff3e55;
        }
		.ty-thumbs img:focus {
            border-color: #ff3e55;
        }
		.ty-thumbs img:active {
            border-color: #ff3e55;
        }
        
        /* Ürün Bilgileri */
        .ty-info h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
    line-height: 1.4;
        }
        
        .ty-meta {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .brand {
            background-color: #ff600014;
    color: #ff6000;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
        }
#brand-satici {
	background-color: #23cc621f;
    color: #23CC62;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: -10px;
    float: left;
    text-decoration: none;
    font-weight: 500;
}
        
        .rating {
            align-items: center;
    font-size: 14px;
    color: #ff6000;
    font-weight: 600;
        }
        
        .rating i {
            color: #ffa500;
        }
        
        /* Fiyat Stilleri */
        .ty-price {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
            padding: 15px;
            background-color: #f9f9f9;
            border-radius: 8px;
        }
        
        .ty-price .old {
            text-decoration: line-through;
            color: #888;
            font-size: 14px;
			font-weight: 300;
        }
        
        .ty-price .new {
           color: #008A09;
    font-size: 28px;
    font-weight: 600;
        }
        
        /* Sepete Ekle Butonu */
.ty-cart {
    color: white;
    background: #ff6000;
    border: none;
    padding: 16px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
 }
        
.ty-cart:hover {
   background: #d55102;
   transform: translateY(-2px);
}
        
        /* Tab Menüsü */
        .ty-tabs {
            display: flex;
            border-bottom: 1px solid #eee;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }
        
        .ty-tabs button {
            background: none;
            border: none;
            padding: 15px 25px;
            font-size: 16px;
            font-weight: 600;
            color: #666;
            cursor: pointer;
            position: relative;
            transition: all 0.2s;
        }
        
        .ty-tabs button:hover {
            color: #ff6000;
        }
        
        .ty-tabs button.active {
            color: #ff6000;
        }
        
        .ty-tabs button.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #ff6000;
            border-radius: 3px 3px 0 0;
        }
        
        /* İçerik Alanları */
        .ty-content {
            display: none;
            padding: 20px;
            animation: fadeIn 0.5s;
        }
        
        .ty-content.active {
            display: block;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        /* Açıklama */
        #desc {
            font-size: 16px;
            line-height: 1.8;
        }
        
        /* Özellikler Tablosu */
        #spec table {
            width: 100%;
            border-collapse: collapse;
        }
        
        #spec th, #spec td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }
        
        #spec th {
            width: 30%;
            background-color: #f9f9f9;
            font-weight: 600;
            color: #555;
        }
        
        #spec tr:hover {
            background-color: #f9f9f9;
        }
        
        /* Yorumlar */
        #rev {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .review-item {
            padding: 20px;
            border: 1px solid #eee;
            border-radius: 8px;
            background-color: #f9f9f9;
        }
        
        .review-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        
        .review-author {
            font-weight: 600;
            color: #333;
        }
        
        .review-date {
            color: #888;
            font-size: 14px;
        }
        
        .review-rating {
            color: #ffa500;
            margin-bottom: 10px;
        }
        
        .review-text {
            line-height: 1.6;
        }
        
        /* Responsive Tasarım */
        @media (max-width: 768px) {
            .container {
                padding: 15px;
                margin-top: 10px;
            }
            
            .ty-top {
                gap: 25px;
            }
            
            .ty-info h1 {
                font-size: 20px;
            }
            
            .ty-price .new {
                font-size: 28px;
            }
            
            .ty-tabs button {
                padding: 12px 15px;
                font-size: 15px;
            }
            
            #tyMainImage {
                height: 300px;
            }
            
            .ty-thumbs img {
                width: 70px;
                height: 70px;
            }
        }
        
        @media (max-width: 480px) {
            
.urun-gorselx1 {
    
	display:none;
	
}
.urun-gorselx2 {
   
	display:block;
	
}
			
			.ty-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .ty-price {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .ty-tabs {
                justify-content: space-between;
            }
            
            .ty-tabs button {
                flex: 1;
                text-align: center;
                padding: 12px 5px;
                font-size: 14px;
            }
            
            #tyMainImage {
                height: 250px;
            }
            
            .ty-thumbs img {
                width: 60px;
                height: 60px;
            }
        }