@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-brands/css/uicons-brands.css');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
letter-spacing:0.2px
}

input{
font-family: "Roboto", sans-serif;
}

body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #111;
font-size:14px;
}


.top-bar{
text-align:center;
background:#b20c0c;
padding:10px 0;
font-weight:600;
color:#fff;
margin-bottom:15px;
}

#header{
overflow:hidden;
padding:0 0 15px 0;
box-shadow: 0 5px 5px -7px #989898;
width:100%;
transition: transform 0.4s ease, box-shadow 0.3s ease;
position: sticky;
  top: 0;
  z-index: 999;
  background:#fff;
}

#header.scrolled {
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.95);
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transform: translateY(0);
z-index: 999;
}

#header.scrolled.hide {
transform: translateY(-100%);
}

#header a{
color:#031c37;
text-decoration:none;
}

#header a:hover{
color:#000;
}

.header{
max-width:1400px;
margin:0 auto;
overflow:hidden;
display: flex;
align-items: center;
justify-content: space-between;
}

.logo{
float:left;
overflow:hidden;
}

.logo img{
width:120px;
}

.menu{
list-style: none;
padding: 0;
margin: 0;
overflow: hidden; /* floatlari kapsamasi için */
}

.menu ul{
margin:0 auto;
padding:0;
list-style:none;
}

.menu li{
float: left;
margin: 0 10px;
font-size: 14px;
font-weight: 500;
color: #031c37;
position: relative;
line-height: 40px;
}

.menu li::after{
content: "";
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
height: 2px;
background: black;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease;
}

.menu li:hover::after{
transform: scaleX(1);
}

.search{
float:left;
overflow:hidden;
}

.cart-user{
float:right;

}

.search input{
width:250px;
height:40px;
border:1px solid #ddd;
border-radius:5px;
outline:none;
padding:0 10px;
font-family: "Roboto", sans-serif;
background:#f8f9fa6e;
border-radius:20px;
}

.search button{
border:none;
background:none;
outline:none;
margin-left:-30px;
cursor:pointer;
}

.cart-user span{
font-size:20px;
padding:0 0 0 10px
}

.cart-user span em{
display:block;
width:18px;
height:18px;
background:#000;
color:#fff;
text-align:center;
border-radius:50%;
font-size:11px;
float:right;
line-height:18px;
font-style:normal;
margin-left:-5px;
margin-top:-5px;
}

/*slider - marquee*/
.swiper{
width: 100%;
margin: auto;
}

.swiper-slide{
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
}

.swiper-button-next, .swiper-button-prev{
color:#000!important;
font-size:16px!important;
border:1px solid #000!important;
padding:0 20px;
}

.swiper-button-next:after, .swiper-button-prev:after{
font-size:20px!important;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
background:#FFFFFF69;
}

.swiper-pagination-bullet-active{
background:#000!important;
width:30px!important;

}

.swiper-pagination-bullet{
border-radius:5px!important;
background:#fff!important;
}

.swiper-pagination{
bottom:15px !important
}


.marquee-wrapper{
width: 100%;
overflow: hidden;
background: #111;
color: #fff;
font-size: 15px;
padding: 10px 0;
position: relative;
}

.marquee{
display: flex;
width: max-content;
animation: marquee 40s linear infinite;
}

.marquee span{
white-space: nowrap;
padding-right: 50px;
}

.marquee-wrapper:hover .marquee{
animation-play-state: paused;
}

@keyframes marquee{
0%{ transform: translateX(0); }
100%{ transform: translateX(-50%); }
}
/*slider - marquee*/

#container{
overflow:hidden;
min-height:600px;
}

.modul{
max-width:1400px;
margin:0 auto;
overflow:hidden;
padding:50px 0
}

.modul-kategori{
max-width:1400px;
margin:0 auto;
overflow:hidden;
padding:20px 0
}

.product-slider-title{
font-weight:600;
font-size:34px;
margin:0 0 20px 0
}

/*product slider*/
.product-slider{
max-width: 1400px;
overflow:hidden;

}

.carousel-cell{
width: 24%;
overflow:hidden;
border:1px solid #f2f3f4;
margin-bottom:10px;
margin-left:1%;
padding:20px;
border-radius:4px;
margin-top:5px;
min-height:450px;
}



.carousel-cell img{
width: 70%;
height:300px;
display:block;
margin:0 auto;
object-fit: cover;
object-position: center center;
transition: opacity 0.4s ease;
}

.carousel-cell:hover{
transform: scale(1.05);
box-shadow: 0 0 10px 0 rgba(40, 40, 40, .1);
}

.carousel-cell img:hover{
transform: scale(1.05);
transition: transform 0.3s;
}

.product-brand{
font-weight:600;
font-family:14px;
display:block;
padding:10px 0 0 0;
}

.product-title{
font-size:14px;
font-weight:400;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display:block;
padding:5px 0 0 0;
}

.product-price{
font-size:18px;
font-weight:900;
display:block;
padding:15px 0 0 0;
}

.variant-product{
overflow:hidden;
padding:15px 0 0 0;
}

.variant-product a{
display:block;
float:left;
border:1px solid #eee;
border-radius:50%;
padding:4px;
margin-right:5px;
outline:none;
color:#111;
text-decoration:none;
font-size:12px;
}

.variant-product b{
line-height:30px;
display:block;
padding:0 0 0 10px;
float:left;
font-weight:normal;
font-size:13px;
color:#111;
}


.variant-product img{
width:20px;
height:20px;
object-fit:cover;
}
/*product slider*/

.home-cta{
background:#f8f9fa6e;
text-align:center;
padding:30px 0
}

.home-cta span{
padding:20px 0;
display:block;
font-size:20px;
}

.home-cta p{
max-width:1200px;
margin:0 auto;
display:block;
line-height:30px;
font-weight:500;
padding-bottom:30px;
}


/* Sadece footer */
.custom-footer {
background-color: #fff;
border-top:1px solid #f2f2f2;
color: #4b5563; 
padding: 60px 0 0px 0;
line-height: 1.6;
}

.custom-footer * {
box-sizing: border-box;
margin: 0;
padding: 0;
}

.custom-footer-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
}

.custom-footer h3 {
color: #111827; 
font-size:16px;
margin-bottom: 20px;
font-weight: 600;
position: relative;
padding-bottom: 10px;
}

.custom-footer h3::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 2px;
background-color: #111; 
}

.custom-footer p {
font-size:14px;
margin-bottom: 15px;
}

.custom-footer p img{
width:130px;
}

.custom-footer ul {
list-style: none;
}

.custom-footer ul li {
margin-bottom: 12px;
}

.custom-footer ul li a {
color: #4b5563;
text-decoration: none;
font-size:14px;
transition: all 0.3s ease;
display: inline-block;
}

.custom-footer ul li a:hover {
color: #111;
transform: translateX(5px);
}

.footer-contact li i {
color: #000;
margin-right: 10px;
width: 20px;
text-align: center;
}

.footer-socials {
display: flex;
gap: 15px;
margin-top: 20px;
}

.footer-socials a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: #e5e7eb; 
color: #4b5563;
border-radius: 50%;
text-decoration: none;
transition: all 0.3s ease;
}

.footer-socials a:hover {
background-color: #3b82f6;
color: #ffffff;
transform: translateY(-3px);
}

.custom-footer-bottom {
margin-top: 50px;
padding-top: 20px;
border-top: 1px solid #e5e7eb;
text-align: center;
font-size:12px;
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

.custom-footer-bottom-links a {
color: #111;
text-decoration: none;
margin-left: 15px;
transition: color 0.3s;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
.custom-footer-bottom {
flex-direction: column;
gap: 15px;
}
.custom-footer-bottom-links a {
margin: 0 10px;
}
}

/* Sadece footer */


/*Kategori ürünler*/
.product-grid {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px; /* Kartlar arasi bosluk */
padding:0 5px
}

.product-card {
background-color: #ffffff;
border-radius: 4px;
overflow: hidden;
border:1px solid #eee;
transition: all 0.3s ease;
position: relative;
display: flex;
flex-direction: column;
}

.product-card a{
color:#111;
text-decoration:none;
}

.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Indirim / Yeni Etiketi */
.product-badge {
position: absolute;
top: 12px;
left: 12px;
background-color: #ef4444; /* Kirmizi indirim rengi */
color: white;
font-size: 0.75rem;
font-weight: 600;
padding: 4px 10px;
border-radius: 20px;
z-index: 2;
}

.product-badge.new {
background-color: #10b981; /* Yesil "Yeni" rengi */
}

/* Favori Butonu */
.favorite-btn {
position: absolute;
top: 12px;
right: 12px;
background-color: white;
border: none;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #9ca3af;
cursor: pointer;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
z-index: 2;
transition: color 0.3s, transform 0.2s;
}

.favorite-btn:hover {
color: #ef4444;
transform: scale(1.1);
}

/* Ürün Görseli Alani */
.product-image {
width: 70%;
padding-top: 100%; /* 1:1 Kare orani saglar */
position: relative;
margin:0 auto;
overflow: hidden;
}

.product-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
transform: scale(1.08); /* Üzerine gelince resmi hafif yakinlastirir */
}

/* Ürün Içerik (Bilgi) Alani */
.product-info {
padding: 20px;
display: flex;
flex-direction: column;
flex-grow: 1;
}

.product-category {
font-size: 0.8rem;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 5px;
}





.old-price {
font-size: 0.9rem;
color: #9ca3af;
text-decoration: line-through;
}

.new-price {
font-size: 1.25rem;
font-weight: 700;
}


/* --- MOBIL UYUMLULUK (RESPONSIVE) --- */
@media (max-width: 1024px) {
/* Tablette yan yana 2 tane */
.product-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 600px) {
/* Telefonda alt alta 1 tane */
.product-grid {
grid-template-columns: 1fr;
padding: 0 10px;
}
}

/*ürün detay*/
/* --- GENEL AYARLAR --- */
:root {
--primary-color: #000000; /* Premium hissi için ana renk siyah */
--text-main: #111827;
--text-muted: #6b7280;
--bg-light: #f9fafb;
--border-color: #e5e7eb;
--transition: all 0.3s ease;
}



*, *::before, *::after { box-sizing: inherit; }

.container-detail{
max-width: 1400px;
margin: 0 auto;
padding: 20px 20px;
}

/* --- BREADCRUMB (Yol Gösterici) --- */
.breadcrumb {
font-size: 0.85rem;
color: var(--text-muted);
margin-bottom: 30px;
}
.breadcrumb a {
color: var(--text-muted);
text-decoration: none;
transition: var(--transition);
}
.breadcrumb a:hover { color: var(--primary-color); }
.breadcrumb span { margin: 0 10px; }

/* --- ANA ÜRÜN BÖLÜMÜ --- */
.product-main {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
margin-bottom: 60px;
}

/* --- SOL: GALERI (Dikey Thumbnail Düzeni) --- */
.product-gallery {
display: flex;
flex-direction: row;
gap: 20px;
}

.thumbnail-list {
display: flex;
flex-direction: column; 
gap: 15px;
width: 80px;
flex-shrink: 0;
}

.thumbnail {
border-radius: 8px;
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
aspect-ratio: 1 / 1;
transition: var(--transition);
padding:5px
}

.thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}

.thumbnail.active {
border-color:#eee;
}

.main-image-container {
flex-grow: 1; 
overflow: hidden;
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
}

.main-image-container img {
width: 90%;
height: 90%;
object-fit: cover;
transition: opacity 0.3s ease;
}

/* --- SAG: ÜRÜN BILGILERI --- */
.product-details {
display: flex;
flex-direction: column;
}

.product-brand {
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--text-muted);
margin-bottom: 10px;
}

.product-title-detail {
font-size: 2.2rem;
font-weight: 300; /* Zarif bir font agirligi */
margin: 0 0 15px 0;
line-height: 1.2;
}

.product-rating {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 25px;
font-size: 0.9rem;
}
.product-rating .stars { color: #fbbf24; }
.product-rating .review-count { color: var(--text-muted); text-decoration: underline; cursor: pointer; }

.product-price-detail {
font-size: 2rem;
font-weight: 600;
margin-bottom: 25px;
display: flex;
align-items: center;
gap: 15px;
}
.old-price-detail {
font-size: 1.2rem;
color: var(--text-muted);
text-decoration: line-through;
font-weight: 400;
}

.product-description {
color: var(--text-muted);
margin-bottom: 30px;
font-size: 1rem;
}

/* Seçenekler (Renk, Beden vb.) */
.options-section { margin-bottom: 25px; }
.options-title { font-weight: 600; margin-bottom: 10px; font-size: 0.95rem; }

.color-options { display: flex; gap: 12px; padding:10px 0 0 0;flex-direction: row-reverse;
        flex-wrap: wrap;justify-content: flex-end; }
.color-circle {
width: 70px; height: 70px;
cursor: pointer;
border: 2px solid #f2f8f9;
outline: 2px solid transparent;
transition: var(--transition);

}
.color-circle.active { outline-color: var(--primary-color); border-color: white; border-radius:5px;}

.size-options { display: flex; gap: 12px; flex-wrap: wrap; }
.size-box {
padding: 10px 20px;
border: 1px solid var(--border-color);
border-radius: 4px;
cursor: pointer;
transition: var(--transition);
font-size: 0.9rem;
}
.size-box:hover { border-color: var(--primary-color); }
.size-box.active { background-color: var(--primary-color); color: white; border-color: var(--primary-color); }

.action-area {
display: flex;
gap: 15px;
margin-top: 20px;
margin-bottom: 30px;
}

.quantity-selector {
display: flex;
align-items: center;
border: 1px solid var(--border-color);
border-radius: 4px;
width: 120px;
}

.qty-btn {
background: none; border: none; font-size: 1.2rem; cursor: pointer;
width: 40px; height: 48px; display: flex; align-items: center; justify-content: center;
color: var(--text-main); transition: var(--transition);
}

.qty-btn:hover { background-color: var(--bg-light);}

.qty-input {
width: 40px; text-align: center; border: none; font-size: 1rem; font-weight: 600;
pointer-events: none; 
}

.add-to-cart-btn {
flex-grow: 1;
background-color: var(--primary-color);
color: white;
border: none;
border-radius: 4px;
font-size: 1.05rem;
font-weight: 600;
cursor: pointer;
transition: var(--transition);
display: flex; align-items: center; justify-content: center; gap: 10px;
}
.add-to-cart-btn:hover {
background-color: #333;
transform: translateY(-2px);
}

.wishlist-btn {
width: 50px; height: 50px;
border: 1px solid var(--border-color);
background: white; border-radius: 4px;
display: flex; align-items: center; justify-content: center;
cursor: pointer; font-size: 1.2rem; color: var(--text-main); transition: var(--transition);
}
.wishlist-btn:hover { border-color: var(--primary-color); color: #ef4444; }

.meta-info {
border-top: 1px solid var(--border-color);
padding-top: 20px;
font-size: 0.85rem;
color: var(--text-muted);
display: flex; flex-direction: column; gap: 8px;
}
.meta-info span { color: var(--text-main); font-weight: 500; }

.product-tabs {
margin-top: 50px;
}

.tab-headers {
display: flex;
gap: 40px;
border-bottom: 1px solid var(--border-color);
}

.tab-btn {
background: none; border: none;
padding: 20px 0;
font-size: 15px; font-weight: 500;
color: var(--text-muted); cursor: pointer;
position: relative; transition: var(--transition);
}
.tab-btn.active { color: var(--primary-color); }
.tab-btn::after {
content: ''; position: absolute; bottom: -1px; left: 0;
width: 0; height: 2px; background-color: var(--primary-color); transition: var(--transition);
}
.tab-btn.active::after { width: 100%; }

.tab-content { display: none; padding: 10px 0; animation: fadeIn 0.5s; }
.tab-content.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* --- MOBIL UYUM (RESPONSIVE) --- */
@media (max-width: 900px) {
.product-main { grid-template-columns: 1fr; gap: 40px; }
.product-gallery { flex-direction: column-reverse; } /* Mobilde thumbnail'lar alta geri gelsin */
.thumbnail-list { flex-direction: row; width: 100%; overflow-x: auto; }
.thumbnail { width: 80px; }
.product-title { font-size: 1.8rem; }
.product-price { font-size: 1.8rem; }
.tab-headers { overflow-x: auto; white-space: nowrap; gap: 20px; }
}
@media (max-width: 480px) {
.action-area { flex-direction: column; }
.quantity-selector { width: 100%; justify-content: space-between; }
.wishlist-btn { width: 100%; }
}


/* Yorumlar */

.empty-state {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #f8f9fa; /* Hafif gri arka plan */
  border-left: 5px solid #333; /* Sol taraftaki renkli serit */
  border-radius: 8px;
  color: #555;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin: 20px 0;
}



.empty-state .icon {
  font-size: 24px;
  margin-right: 15px;
  padding:5px 0 0 0 ;
}

.empty-state p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.comment-section {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin: 20px auto;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  padding: 0px;
}

.comment-left, .comment-right {
  flex: 1; 
}

.dickh3{
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 5px;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-group {
  display: flex;
  gap: 10px;
}

.comment-form input, .comment-form textarea {
  width: 100%;
  padding: 12px 5px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  background: #fdfdfd;
  box-sizing: border-box;
  resize:none;
}

.comment-form input:focus, .comment-form textarea:focus {
  border-color: #000;
  background: #fff;
}

.form-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.submit-btn {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.submit-btn:hover { background-color: #0056b3; }

.form-note { font-size: 13px; color: #888; font-style: italic; margin: 0; }

.comment-card {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.comment-meta {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-meta strong { color: #000; }
.comment-meta span { color: #999; margin-left: 5px; }

.comment-card p {
  margin: 0;
  color: #555;
  line-height: 1.5;
  font-size:14px;
}

@media (max-width: 850px) {
  .comment-section {
    flex-direction: column;
  }
  .comment-left {
    order: 2; 
  }
  .comment-right {
    order: 1;
  }
}

 
/*sepet*/

.pr_cart_11{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1.7fr 1fr;
    gap:60px;
    font-family: Inter, sans-serif;
	padding:30px 0
}

/* LIST */
.pr_list_11{
    display:flex;
    flex-direction:column;
    gap:18px;
}

/* ITEM */
.pr_item_11{
    display:grid;
    grid-template-columns:72px 1fr auto;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #eee;
}

/* IMAGE */
.pr_media_11 img{
    width:64px;
    height:64px;
    object-fit:cover;
    border-radius:14px;
}

/* META */
.pr_meta_11{
    padding-left:18px;
}

.pr_title_11{
    font-size:15px;
    font-weight:500;
}

.pr_desc_11{
    font-size:12px;
    color:#888;
    margin-top:4px;
}

/* ACTIONS */
.pr_actions_11{
    display:flex;
    align-items:center;
    gap:18px;
}

/* QTY */
.pr_qty_11{
    display:flex;
    align-items:center;
    gap:10px;
}

.pr_qty_11 button{
    border:none;
    background:none;
    font-size:16px;
    cursor:pointer;
}

.pr_count_11{
    width:20px;
    text-align:center;
    font-size:13px;
}

/* PRICE BLOCK */
.pr_priceBlock_11{
    text-align:right;
}

.pr_priceUnit_11{
    font-size:11px;
    color:#999;
}

.pr_priceTotal_11{
    font-size:13px;
    font-weight:600;
}

/* REMOVE */
.pr_remove_11{
    border:none;
    background:none;
    font-size:12px;
    color:#aaa;
    cursor:pointer;
}

/* SUMMARY */
.pr_summary_11{
   padding:0 0 0 50px;
   overflow:hidden;
}

.pr_sum_title_11{
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#999;
    margin-bottom:20px;
}

.pr_row_11{
    display:flex;
    justify-content:space-between;
    font-size:13px;
    color:#666;
    margin-bottom:10px;
}

.pr_total_11{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #eee;
    display:flex;
    justify-content:space-between;
    font-weight:600;
}

.pr_checkout_11{
    margin-top:25px;
    width:100%;
    padding:14px;
    border:none;
    background:#111;
    color:#fff;
    font-size:13px;
    cursor:pointer;
}

/* EMPTY */
.pr_empty_11{
    text-align:center;
    padding:60px 20px;
}

.pr_empty_icon_11{
    font-size:32px;
    margin-bottom:10px;
}

.pr_empty_title_11{
    font-size:14px;
    font-weight:500;
}

.pr_empty_sub_11{
    font-size:12px;
    color:#888;
    margin-top:6px;
}

/* ANIMATION */
.pr_remove_anim_11{
    opacity:0;
    transform:translateX(20px);
    transition:.2s ease;
}

@media(max-width:900px){
    .pr_cart_11{
        grid-template-columns:1fr;
        gap:30px;
    }
}



.pr_freeShipWrap_11{
    overflow:hidden;
	margin:20px 0
}

.pr_freeShipText_11{
    font-size:12px;
    color:#444;
    margin-bottom:8px;
}

.pr_freeShipBar_11{
    width:100%;
    height:6px;
    background:#eee;
    border-radius:999px;
    overflow:hidden;
}

.pr_freeShipFill_11{
    height:100%;
    width:0%;
    background:#111;
    transition:width .4s ease;
}

.pr_freeShipSub_11{
    font-size:11px;
    color:#888;
    margin-top:6px;
}



.toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #111827;
    color: #fff;
    padding: 14px 14px;
    border-radius: 10px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
    z-index: 999999999999;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast-btn {
    background: #22c55e;
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    transition: 0.2s;
}

.toast-btn:hover {
    background: #16a34a;
}

.toast-btn{
    pointer-events: auto;
}




.print-option {
    margin-top: 10px;
background:#eeeeee4d;
padding:10px;
overflow:hidden;
border:1px solid #eee;
border-radius:4px;
}

.print-option label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
	float:left;
}

/* radio gizle */
.print-option input[type="radio"] {
    display: none;
}

/* seçenek kutulari */
.print-option .radio-box {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 8px;
    transition: all 0.2s ease;
    font-size: 14px;
    background: #fff;
}

/* hover */
.print-option .radio-box:hover {
    border-color: #999;
}

/* seçili olan */
.print-option input[type="radio"]:checked + .radio-box {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* input */
.print-text {
    margin-top: 10px;
    padding: 15px 10px;
    width: 80%;
    border: 1px solid #ddd;
    border-radius: 6px;
	outline:none;
}

.print-title{
font-weight:600;
padding:10px 0
}

.offcanvas {
    position: fixed;
    top: 0;
    left: -235px;
    width: 230px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: 0.3s;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.offcanvas.active {
    left: 0;
}

.offcanvas-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.offcanvas-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offcanvas-body a {
    text-decoration: none;
    color: #111;
    padding: 8px;
    border-radius: 6px;
}

.offcanvas-body a:hover {
    background: #f3f3f3;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobilmenu{
display:none;
}