@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    font-family:'Manrope',sans-serif !important;
}
/* ===== VARYANT BÖLÜMÜ ===== */
.ud-varyant-bolum {
    margin: 20px 0;
}
.ud-varyant-baslik {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.ud-varyant-liste {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ud-varyant-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s ease;
    background: #fff;
    position: relative;
}
.ud-varyant-item:hover {
    border-color: #C1624F;
    background: #FDF5EE;
}
.ud-varyant-item.secili {
    border-color: #C1624F;
    background: #FDF5EE;
}
.ud-varyant-isim {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.ud-varyant-fiyat {
    font-size: 14px;
    font-weight: 600;
    color: #C1624F;
}
.ud-varyant-miktar {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2px 6px;
}
.ud-varyant-azalt,
.ud-varyant-artir {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #C1624F;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}
.ud-varyant-sayi {
    min-width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.ud-varyant-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #C1624F;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}
.ud-varyant-item.secili .ud-varyant-check {
    display: flex;
}
.ud-varyant-sepet-ozet {
    margin-top: 12px;
    padding: 10px 14px;
    background: #FDF5EE;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #444;
}
#udVaryantToplamFiyat {
    font-weight: 700;
    color: #C1624F;
    font-size: 15px;
}
.bagliurunler {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    margin-bottom:20px !important;
}

.Instagram{
    margin-top:40px;
    margin-bottom:40px;
}
.bagliurunler a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    transition: border-color 0.2s, transform 0.2s;
    text-decoration: none;
}
.iyzico img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
}
.bagliurunler a:hover {
    border-color: #c06749;
    transform: scale(1.08);
}

.bagliurunler a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bagliurunler a.aktif {
    border-color: #c06749;
    box-shadow: 0 0 0 3px rgba(192, 103, 73, 0.25);
}
#bildirim {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size:14px;
  text-align:center;
  font-weight:500;
  background-color: #C06749;
  color: white;
  padding: 10px;
  border-radius: 5px;
  z-index: 99999;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#bildirim.goster {
  opacity: 1;
  transform: translateY(0);
}
.sepetsec img{
    width:100%;
    height:110px;
    object-fit:contain;
}
.rightsec {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}
.rightsec:hover {
    transform: translateY(-5px);
}
.righttop {
    background-color:#c06749;
    padding: 15px 20px;
}
.righttop h3 {
    color: #FFF;
    margin: 0;
    font-size: 14.4px !important;
    font-weight: 700 !important;
}
.rightcontent {
    padding: 20px;
}
.rightcontent h4 {
    font-size: 13.8px;
    color: #666;
    font-weight: 600;
    margin: 15px 0;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.rightcontent h4:last-of-type {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin-top: 20px;
}
.rightcontent span {
    color: #01618d;
    font-weight: 600;
}
.rightcontent hr {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin: 10px 0;
}
.rightbutton {
    padding: 0 20px 20px 20px;
}
.rightsec input {
    width: 90% !important;
    background-color: #fdfdfd;
    padding: 0 15px;
    font-size: 13.5px;
    color: #333;
    height: 45px;
    display:block !important;
    border: 1px solid #ddd;
    border-radius: 6px; 
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box; 
    margin:auto !important;
    margin-top:15px !important;
    margin-bottom:15px !important;
}
.rightsec input:focus {
    outline: none;
    border-color: #01618d;
    box-shadow: 0 0 0 3px rgba(1, 97, 141, 0.1);
    background-color: #fff;
}
.rightsec input::placeholder {
    color: #aaa;
    font-style: italic;
}

.Odemesayfasi{
    margin-top:50px;
    margin-bottom:50px;
}
.buttext h4{
    font-size:14.5px;
    margin-left:15px;
    margin-right:15px;
    line-height:50px;
}
.butt button:hover{
    background-color:#01618d !important;
    color:#FFF !important; 
}
.rightbutton button {
    border: none;
    color:#FFF;
    background-color:#c06749;
    height: 45px;
    border-radius: 8px;
    font-size: 13.6px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(1, 97, 141, 0.2);
}
.rightbutton button:hover {
    transform: scale(1.02);
}
.selectsec {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e1e4e8;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.selectsec h4 {
    font-size: 13.5px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free-shipping-note {
    font-size: 13px !important;
    color: #d9534f !important; 
    background: #fff5f5;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px dashed #feb2b2;
    margin-bottom: 15px;
    display: block;
}
.selectsec select {
    width: 100%;
    background-color: #f8f9fa;
    padding: 0 15px;
    font-size: 13.5px;
    color: #4a5568;
    height: 40px;
    font-weight:500;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    appearance: none; 
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    transition: all 0.2s ease;
}
.selectsec select:focus {
    outline: none;
    border-color: #01618d;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(1, 97, 141, 0.1);
}
.selectsec select:disabled {
    background-color: #edf2f7;
    cursor: not-allowed;
    opacity: 0.7;
}
.add-address-btn {
    background: none;
    border: none;
    color: #01618d !important;
    font-weight: 600;
    font-size: 13px !important;
    cursor: pointer;
    transition: color 0.2s;
}

.add-address-btn:hover {
    color: #014a6b !important;
    text-decoration: underline;
}
.cart-item {
    display: flex;
    gap: 16px;
    padding: 16px;
    background: var(--color-background-primary);
    border-radius: 12px;
    border: 0.5px solid rgba(28,28,28,0.1);
    margin-bottom: 10px;
}
.cart-img {
    width: 88px;
    height: 88px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.cart-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cart-title {
    font-size: 13px;
    font-weight: 500;
    color: #0D0D0D;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cart-price-old { font-size: 12px; color: #999; text-decoration: line-through; }
.cart-price-new { font-size: 15px; font-weight: 500; color: #c06749; }
.qty-row { display: flex; align-items: center; margin-top: auto; }
.qty-btn {
    width: 30px; height: 30px;
    border: 0.5px solid rgba(28,28,28,0.3);
    background: #f5f5f5;
    font-size: 16px; cursor: pointer;
}
.qty-btn:first-child { border-radius: 8px 0 0 8px; }
.qty-btn:last-child  { border-radius: 0 8px 8px 0; }
.qty-val {
    min-width: 36px; height: 30px;
    border-top: 0.5px solid rgba(28,28,28,0.3);
    border-bottom: 0.5px solid rgba(28,28,28,0.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 500;
}
.subtotal { font-size: 11px; color: #888; margin-left: auto; }
.sepetbos h5{
    color:red;
    font-size:17px;
    text-align:center;
}
.sepetbos img{
    width:100%;
    height:300px;
    object-fit:contain;
    margin:auto !important;
}
#bildirim.kapat {
  opacity: 0;
  transform: translateY(-20px);
}
body{
    min-height:100vh !important;
    position:relative !important;
    font-family:'Manrope',sans-serif !important;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-float{
	margin-top:16px;
}
.pad0{
    padding:0px !important;
}
.bin{
    width:1300px;
    margin:auto !important;
}
.Iletisim hr{
    margin-top:10px !important;
    margin-bottom:35px !important;
    border:none !important;
    height:1px !important;
    background-color:rgba(217,217,217,0.3) !important;
}
.Iletisim h4{
    font-size:14px;
    font-weight:600;
    margin-bottom:12px;
    color:#C46A4A;
}
.Iletisim h2{
    color:#181818;
    font-size:22px !important;
    line-height:23px;
    margin-bottom:35px;
    font-weight:700;
}
.Iletisim h2 > span{
    font-weight:600;
    display:block;
    font-size:14.5px;
    color:#808080 !important;
}
.Iletisim h3{
    color:#1341EC;
    font-size:20px;
    margin-bottom:15px;
    
    font-weight:500;
}
.Iletisim{
    margin-top:40px;
    margin-bottom:50px;
}
.Maps iframe{
    width:100%;
    min-height:380px;
    height:auto;
    border:none !important;
}
.Iletisim a{
    transition:0.3s ease-in;
    font-size:14px;
    display:block;
    font-weight:500;
    margin-bottom:13px;
    color:#000;
    text-decoration:none !important;
}
.iletbox{
    background-color:#C46A4A;
    padding:15px;
}
.Iletisim a:hover{
    transform:scale(1.03);
}
.Iletisim h5{
    color:#000;
    font-size:14px;
    margin-bottom:12px;
}
.Iletisim textarea{
    border:none !important;
    width:100%;
    background-color:#FAFAFA;
    padding:12px;
    font-size:13.3px;
    font-weight:500;
    color:#1C1C1C;
    height:134px;
    margin-bottom:8px;
    transition:0.3s ease-in;
}

.Iletisim input[type="mail"]{
    border:none !important;
    width:100%;
    background-color:#FAFAFA;
    padding:12px;
    font-family:'Manrope',sans-serif;
    font-size:13.3px;
    font-weight:500;
    color:#1C1C1C;
    height:44px;
    margin-bottom:4px;
    transition:0.3s ease-in;
}
.Iletisim input[type="text"]{
    border:none !important;
    width:100%;
    background-color:#FAFAFA;
    padding:12px;
    font-size:13.3px;
    font-weight:500;
    color:#1C1C1C;
    height:44px;
    margin-bottom:4px;
    transition:0.3s ease-in;
}
.Iletisim button{
    background-color:#FFF;
    border:none;
    width:150px;
    height:44px;
    color:#C46A4A;
    font-weight:600;
    font-size:13.4px;
}
.iletbox h6{
    color:#FFFFFF;
    font-weight:700;
    font-size:15px;
    margin-top:10px;
    margin-bottom:20px;
}
::placeholder { 
    color: #5C5C5C;
    font-size:12px;
    font-weight:600;
}       
.Legalsec{
    min-height:80vh;
    background-color:#FAFAFA;
    padding-top:50px;
    padding-bottom:50px;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}
.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #c0674a;
    border-radius: 5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.checkmark::after {
    content: '';
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) scale(0);
    transition: transform 0.15s ease;
}

.custom-checkbox input:checked + .checkmark {
    background-color: #c0674a;
}

.custom-checkbox input:checked + .checkmark::after {
    transform: rotate(45deg) scale(1);
}
.custom-checkbox input:invalid + .checkmark {
    border-color: #e5e7eb;
}
.checkbox-label {
    font-size: 14px !important;
    color: #FFF !important;
}
.custom-checkbox a{
    color:#FFF !important;
    font-weight:600 !important;
    padding-top:10px !important;
}
.Legalsec h1{
    color:#33333A;
    font-size:21.5px;
    font-weight:700;
    margin-bottom:15px;
}
.Legalsec h6{
    color:#C46A4A;
    font-size:14px;
    font-weight:700;
}
.Legalsec p{
    color:#282727;
    font-weight:400;
    font-size:13.2px;
    line-height:26px;
}
.textdetailarea h2,h3,h4,h5{
    font-size:16.5px;
    font-weight:600;
    color:#C46A4A;
}
.legalhrefsec{
    background-color:#FFF;
    padding:12px;
    border-radius:10px;
}
.legalhrefsec h5{
    color:#C46A4A;
    font-weight:700;
    font-size:16.5px;
    margin-bottom:10px;
    margin-top:12px;
}
.legalhrefsec h4{
    color:#ACACAC;
    font-weight:500;
    font-size:12.6px;
    margin-bottom:10px;
}
.legalhrefsec a{
    border-bottom:1px solid #D9D9D9;
    font-weight:600;
    color:#33333A;
    font-size:13px;
    line-height:45px;
    display:block;
    text-decoration:none !important;
    transition:0.3s ease-in;
}
.legalhrefsec a:hover{
    border-bottom:2px solid #C46A4A;
    padding-left:7px;
}
.legalhrefsec a:last-child{
    border:none !important;
}
.contact-card {
    margin-top:15px;
    display: flex;
    background-color:#FAFAFA;
    align-items: center;
    gap: 15px;
    padding:12px;
    font-family: sans-serif;
}
.icon-box {
    background-color: #C46A4A;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px; 
    font-size: 29px;
}
.contact-info {
    display: flex;
    flex-direction: column;
}
.contact-info span {
    color: #515151;
    font-size: 12.3px;
    line-height:15px;
    font-weight:500;
    margin-bottom: 2px;
}
.phone-number {
    color: #33333A !important;
    line-height:25px !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin:0px !important;
}
.phone-number:hover {
    color: #C46A4A;
    border:none !important;
    padding:none !important;
}
.Talimatlar{
    margin-top:50px;
    margin-bottom:50px;
}
.Talimatlar video{
    width:100%;
    height:auto;
    object-fit:contain;
}
.Talimatlar h3{
    font-size:14px;
    font-weight:600;
    color:#282828;
    margin-top:12px;
}
.Talimatlar h1{
    color:#181818;
    font-size:20.5px;
    margin-bottom:15px;
    font-weight:700;
}
.Talimatlar p{
    color:#282828;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.quick-search-form {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom:15px !important;
}
.quick-search-form:focus-within {
    border-color: #c0674a;
    box-shadow: 0 2px 6px rgba(192, 103, 74, 0.15);
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #ccc !important;
    border-radius: 50% !important;
    color: #454545 !important;
    font-size: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.social-icons a:hover {
    background-color: #C46A4A !important;
    border-color: #C46A4A !important;
    color:#FFF !important;
}
.quick-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background-color: #c0674a;
    border: none;
    border-radius: 8px;
    flex-shrink: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.quick-search-btn:hover {
    background-color: #a85539;
}
.quick-search-btn i {
    color: #ffffff;
    font-size: 15px;
}
.quick-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #000;
    font-size: 13.5px;
    font-weight:500;
}
.quick-search-input::placeholder {
    color: #C46A4A;
}
.Siparistakip{
    margin-top:50px;
    margin-bottom:50px;
}
.Siparistakip img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.Siparistakip h6{
    color:#C46A4A;
    font-weight:600;
    margin-top:40px;
    font-size:14px;
}
.Siparistakip input{
    background-color:#FAFAFA;
    height:50px;
    width:100%;
    padding:10px;
    font-size:13.5px;
    font-weight:500;
    border-radius:5px;
    border:none !important;
}
.Siparistakip::placeholder {
    color: #767678;
}
.Siparistakip button{
    color:#FFF;
    font-weight:600;
    font-size:13.5px;
    width:150px;
    border-radius:5px;
    height:40px;
    margin-top:15px;
    background-color:#C46A4A;
    border:none !important;
}
.Siparistakip h1{
    color:#181818;
    font-size:20.5px;
    margin-bottom:15px;
    font-weight:700;
}
.Siparistakip p{
    color:#282828;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.footer{
    position:relative !important;
    border-top:1px solid rgba(218,218,218,0.5);
}
.footerarkagorsel{
    max-height:350px;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    object-fit:contain;
}
.footer a{
    color:#000;
    font-size:13.4px;
    font-weight:500;
    display:block;
    margin-bottom:15px;
    text-decoration:none !important;
    transition:0.3s ease-in;
}
.footer a:hover{
    color:#C46A4A;
    transform:scale(1.03);
}
.footer h6{
    color:#1C1C1C;
    font-weight:600;
    font-size:13.8px;
    margin-bottom:20px;
}
.footer hr{
    border:none !important;
    height:1px;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    background-color:rgba(28,28,28,0.1);
}
.dot{
    background-color:#C46A4A;
    width:7px;
    height:7px;
    display:inline-block;
    border-radius:50%;
    margin-right:10px;
}
.copy h6{
    font-size:12.4px;
    font-weight:600;
    color:#767678;
    line-height:18px;
    margin-top:6px;
}
.copy span{
    color:#C46A4A;
}
.footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    flex-wrap: wrap;
}
.newsletter-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.newsletter-left img {
    height: 65px;
    width: auto;
    object-fit: contain;
}
.newsletter-text {
    font-size: 14px;
    color: #1C1C1C;
    line-height: 1.6;
}
.newsletter-highlight {
    color: #c0674a;
    font-weight: 600;
}
.newsletter-highlight strong{
    display:block !important;
}
.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
}
.newsletter-form input {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #374151;
    outline: none;
    font-weight:500;
    transition: border-color 0.2s ease;
    min-width: 180px;
    flex: 1;
}

.newsletter-form input::placeholder {
    color: #9ca3af;
}
.newsletter-form input:focus {
    border-color: #c0674a;
}
.newsletter-form button {
    background-color: #c0674a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}
.newsletter-form button:hover {
    background-color: #a85539;
}
#bultenMesaj {
    margin-top: 10px;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 6px;
    display: none;
}

#bultenMesaj.basarili {
    background-color: #ecfdf5;
    color: #065f46;
    border: 1px solid #6ee7b7;
    display: block;
}

#bultenMesaj.hata {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #fca5a5;
    display: block;
}

#bultenMesaj.mukerrer {
    background-color: #fffbeb;
    color: #92400e;
    border: 1px solid #fcd34d;
    display: block;
}
.site-header {
    background: #fff;
    border-bottom: 1px solid #efefef;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-topbar {
    border-bottom: 1px solid #f0eded;
    background: #faf9f9;
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
}
.topbar-social {
    display: flex;
    gap: 14px;
}
.topbar-social a {
    color: #888;
    font-weight:500;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}
.topbar-social a:hover { 
    color: #C1634F; 
}
.topbar-nav {
    display: flex;
    gap: 24px;
    align-items: center;
}
.topbar-nav a {
    color: #555;
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.topbar-nav a:hover { 
    color: #C1634F; 
}
.topbar-nav--highlight {
    color: #C1634F !important;
    font-weight: 700 !important;
}
.header-main {
    padding: 14px 0;
}
.header-main-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}
.header-logo-img {
    height: 52px;
    width: auto;
    object-fit: contain;
}
.header-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.header-logo-title {
    font-size: 17px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.3px;
}   
.header-logo-sub {
    font-size: 11px;
    font-weight: 500;
    color: #C1634F;
}

.header-search {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1.5px solid #e8e4e4;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}
/* Dropdown — header-search dışında, bağımsız */
.live-search-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    border: 1.5px solid #f0eded;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    z-index: 9998;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
    animation: dropFade 0.2s ease both;
}
#liveDropdownDesktop {
}
#liveDropdownMobil {
    width: 100%;
    margin-top: 6px;
}
.live-search-dropdown.active {
    display: block;
}
@keyframes dropFade {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.ls-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #f8f6f6;
    transition: background 0.15s;
}
.ls-item:last-of-type { border-bottom: none; }
.ls-item:hover { background: #fff8f6; }
.ls-item-img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    background: #f5f5f5;
}
.ls-item-info { flex: 1; min-width: 0; }
.ls-item-baslik {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ls-item-fiyat {
    font-size: 12px;
    font-weight: 700;
    color: #C1634F;
    margin-top: 2px;
}
.ls-item-fiyat s {
    color: #aaa;
    font-weight: 400;
    margin-right: 4px;
}
.ls-status {
    padding: 18px 14px;
    font-size: 13px;
    color: #888;
    text-align: center;
}
.ls-tumu {
    display: block;
    padding: 11px 14px;
    text-align: center;
    font-size: 12.5px;
    font-weight: 700;
    color: #C1634F;
    text-decoration: none;
    background: #fff8f6;
    border-top: 1px solid #f0eded;
    transition: background 0.15s;
}
.ls-tumu:hover { background: #ffeee9; }
.header-search:focus-within {
    border-color: #C1634F;
}
.header-search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #333;
    background: transparent;
}
.header-search input::placeholder { 
    color: #aaa; 
}
.header-search button {
    background: none;
    border: none;
    padding: 0 14px;
    cursor: pointer;
    color: #888;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.header-search button:hover { 
    color: #C1634F; 
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
}
.btn-giris {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: 1.5px solid #e8e4e4;
    border-radius: 8px;
    padding: 6px 14px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    white-space: nowrap;
}
.btn-giris:hover {
    border-color: #C1634F;
    background: #fff5f3;
}
.btn-giris i {
    font-size: 24px;
    color: #555;
}
.btn-giris-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.3;
}
.btn-giris-text span:first-child {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
}
.btn-giris-text span:last-child {
    font-size: 11px;
    color: #888;
    font-weight: 500;
}
.btn-sepet {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1.5px solid #e8e4e4;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
}
.btn-sepet:hover {
    border-color: #C1634F;
    background: #fff5f3;
}
.btn-sepet i {
    font-size: 22px;
    color: #555;
}
.btn-sepet-badge {
    position: absolute;
    top: 4px;
    left: 28px;
    background: #C1634F;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope', sans-serif;
}
.btn-sepet-fiyat {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
}
.btn-hamburger {
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 1.5px solid #e8e4e4;
    border-radius: 8px;
    padding: 15px 11px;
    cursor: pointer;
    transition: border-color 0.2s;
}   
.btn-hamburger:hover { 
    border-color: #C1634F; 
}
.btn-hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #444;
    border-radius: 2px;
    transition: background 0.2s;
}
.btn-hamburger:hover span { background: #C1634F; }
.header-nav {
    border-top: 1px solid #f0eded;
}
.header-nav-list {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}   
.header-nav-list li a {
    display: block;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
}
.header-nav-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #C1634F;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.header-nav-list li a:hover { 
    color: #C1634F; 
}
.header-nav-list li a:hover::after { 
    transform: scaleX(1); 
}
.header-mobile-search {
    padding: 10px 0 12px;
    border-top: 1px solid #f0eded;
}
.pushy {
    background: #fff;
    width: 300px;
    font-family: 'Manrope', sans-serif;
}
.pushy-content {
    padding: 0;
}   
.pushy-header {
    background: #C1634F;
    padding: 20px 20px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pushy-social {
    display: flex;
    gap: 16px;
}
.cookie-consent {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1.5px solid #f0eded;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10), 0 1.5px 4px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 9999;
    width: auto;
    max-width: 560px;
    min-width: 320px;
    font-family: 'Manrope', sans-serif;
    animation: cookieSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cookie-consent p {
    font-size: 13px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    white-space: nowrap;
}

.cookie-consent p a {
    color: #C1634F;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.cookie-consent p a:hover {
    border-bottom-color: #C1634F;
}

.cookie-consent button {
    background: #C1634F;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.15s;
}
.cookie-consent button:hover {
    background: #a8503e;
    transform: translateY(-1px);
}
.cookie-consent.hidden {
    display: none;
}
@keyframes cookieSlideUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
@media screen and (max-width: 575px) {
    .cookie-consent {
        bottom: 12px;
        left: 12px;
        right: 12px;
        transform: none;
        min-width: unset;
        max-width: unset;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .cookie-consent p {
        white-space: normal;
    }
    .cookie-consent button {
        width: 100%;
        text-align: center;
        padding: 11px;
    }
    @keyframes cookieSlideUp {
        from {
            opacity: 0;
            transform: translateY(16px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}
.pushy-social a {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s;
}
.pushy-social a:hover { 
    color: #fff; 
}
.pushy-giris {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    background: #faf9f9;
    border: none;
    border-bottom: 1px solid #f0eded;
    padding: 16px 20px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
}
.pushy-giris:hover { background: #fff5f3; }
.pushy-giris i {
    font-size: 28px;
    color: #C1634F;
    flex-shrink: 0;
}
.pushy-giris div {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
.pushy-giris div span:first-child {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
}
.pushy-giris div span:last-child {
  font-size: 11px;
  color: #888;
}
.pushy-nav {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
.pushy-nav li a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    font-size: 13.5px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
    border-left: 3px solid transparent;
}
.pushy-nav li a:hover {
    color: #C1634F;
    background: #fff5f3;
    border-left-color: #C1634F;
}
.pushy-divider {
    height: 1px;
    background: #f0eded;
    margin: 4px 0;
}
.pushy-nav--alt li a {
    font-size: 12.5px;
    font-weight: 500;
    color: #666;
}
.pushy-kargo {
    color: #C1634F !important;
    font-weight: 700 !important;
}
.pushy-overlay {
    background: rgba(0,0,0,0.4);
}
@media screen and (max-width: 991px) {
  .header-main { padding: 10px 0; }
  .header-logo-img { height: 42px; }
  .header-logo-title { font-size: 15px; }
  .header-actions { gap: 8px; }
}
@media screen and (max-width: 575px) {
  .header-logo-sub { display: none; }
  .header-logo-title { font-size: 14px; }
  .header-logo-img { height: 38px; }
  .btn-sepet { padding: 8px 10px; }
}
.Kats{
    margin-top:30px;
}
.Kats h1{
    color:#181818;
    font-size:19.3px;
    margin-bottom:15px;
    font-weight:700;
}
.Kats p{
    color:#282828;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.urun-liste-section{
    margin-bottom:50px !important;
}
.urun-grid {
    margin: 0 -8px;
}
.urun-col {
    padding: 0 8px;
    margin-bottom: 28px;
}
.col-xl-urun {
    flex: 0 0 20%;
    max-width: 20%;
}
.urun-kart {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0eded;
    transition: box-shadow 0.25s, transform 0.25s;
}
.urun-kart:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}
.urun-slider {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f8f7f7;
}
.urun-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}
.urun-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.urun-slide.active {
    opacity: 1;
}
.urun-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.urun-badge-indirim {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #C1634F;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.3px;
    z-index: 2;
}
.urun-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 5px 8px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.urun-dot {
    width: 8.4px;
    height: 8.4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.urun-dot.active {
    background: #C46A4A;
    transform: scale(1.3);
}
.urun-info {
    padding: 12px 12px 14px;
}
.urun-baslik {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.45;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.urun-baslik:hover { 
    color: #C1634F; 
}
.urun-fiyat-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}
.urun-fiyat-normal,
.urun-fiyat-yeni {
    font-size: 14px;
    font-weight: 800;
    color: #C1634F;
}
.urun-fiyat-eski {
    font-size: 12px;
    font-weight: 500;
    color: #aaa;
    text-decoration: line-through;
}
.urun-pagination {
    margin: 16px 0 32px;
}
.urun-pagination .page-link {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    border-color: #e8e4e4;
    border-radius: 8px !important;
    margin: 0 3px;
    padding: 7px 13px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.urun-pagination .page-item.active .page-link {
    background: #C1634F;
    border-color: #C1634F;
    color: #fff;
}
.urun-pagination .page-link:hover {
    background: #fff5f3;
    border-color: #C1634F;
    color: #C1634F;
}
.urun-pagination .page-item.disabled .page-link {
    color: #ccc;
    background: transparent;
}
@media (max-width: 767px) {
    .col-xl-urun {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .urun-baslik { font-size: 11.5px; }
    .urun-fiyat-normal,
    .urun-fiyat-yeni { font-size: 13px; }
    .urun-info { padding: 9px 9px 11px; }
}
@media (max-width: 400px) {
    .col-xl-urun,
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.urun-siralama {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.urun-siralama-label {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    flex-shrink: 0;
}
.urun-siralama-butonlar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.urun-siralama-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1.5px solid #e8e4e4;
    font-family: 'Manrope', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    background: #fff;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
    white-space: nowrap;
}
.urun-siralama-btn:hover {
    border-color: #C1634F;
    color: #C1634F;
    background: #fff8f6;
    text-decoration: none;
}
.urun-siralama-btn.aktif {
    border-color: #C1634F;
    background: #C1634F;
    color: #fff;
}
.urun-siralama-btn.aktif:hover {
    background: #a8503e;
    border-color: #a8503e;
    color: #fff;
}
.urun-badge-satan {
    position: absolute;
    bottom: 36px; 
    right: 10px;
    background: rgba(193, 99, 79, 0.92);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    font-family: 'Manrope', sans-serif;
    backdrop-filter: blur(4px);
    z-index: 2;
}
@media (max-width: 575px) {
    .urun-siralama {
        gap: 8px;
    }
    .urun-siralama-btn {
        font-size: 11.5px;
        padding: 6px 10px;
    }
}
.ud-section {
    padding: 36px 0 48px;
    font-family: 'Manrope', sans-serif;
}
.ud-main-row {
    gap-y: 24px;
}
.ud-galeri-col {
    padding-bottom: 24px;
}
.ud-galeri-ana {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #f8f7f7;
    border: 1.5px solid #f0eded;
    aspect-ratio: 1 / 1;
}
.ud-ana-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ud-ana-item.active {
    opacity: 1;
}
.ud-ana-item img,
.ud-ana-item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.ud-ana-item video {
    object-fit: contain;
    background: #000;
}
.ud-badge-indirim {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #C1634F;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 7px;
    z-index: 2;
}
.ud-thumb-serit {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding-bottom: 4px;
}
.ud-thumb-serit::-webkit-scrollbar { 
    display: none; 
}
.ud-thumb {
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e8e4e4;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s;
}
.ud-thumb.active,
.ud-thumb:hover {
    border-color: #C1634F;
}
.ud-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ud-thumb-video-ikon {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.38);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}
.ud-siparis-bilgi {
    margin-top: 18px;
    background: #C1634F;
    border-radius: 12px;
    padding: 18px 20px;
    color: #fff;
}
.ud-siparis-bilgi-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ud-siparis-bilgi p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255,255,255,0.92);
}
.ud-bilgi-col {
    padding-bottom: 24px;
}
.ud-kategori {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    color: #C1634F;
    text-decoration: none;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}
.ud-kategori:hover { 
    text-decoration: underline; 
}
.ud-baslik {
    font-size: 18px;
    font-weight:700;
    color: #1a1a1a;
    line-height: 1.35;
    margin-bottom: 16px;
}
.ud-aciklama {
    color:#282828;
    font-weight:400;
    font-size:13.4px;
    line-height:25px;
}
.ud-fiyat-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.ud-fiyat-eski {
    font-size: 16px;
    font-weight: 500;
    color: #aaa;
    text-decoration: line-through;
}
.ud-fiyat-yeni {
    font-size: 23px;
    font-weight: 800;
    color: #1a1a1a;
}
.ud-fiyat-normal {
    font-size: 23px;
    font-weight: 800;
    color: #C1634F;
}
.ud-btn-sepet {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #C1634F;
    color: #fff;
    border: none;
    border-radius: 10px;
    height:45px;
    width:170px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-bottom: 28px;
    justify-content: center;
}
.ud-btn-sepet:hover {
    background: #a8503e;
    transform: translateY(-1px);
}
.ud-btn-sepet i { 
    font-size: 18px; 
}
.ud-qty-row {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 2px solid #C1634F;
    border-radius: 10px;
    overflow: hidden;
    height: 45px;
    margin-bottom: 28px;
}
.ud-qty-btn {
    width: 45px;
    height: 45px;
    background: #fff;
    border: none;
    font-size: 20px;
    font-weight: 700;
    color: #C1634F;
    cursor: pointer;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ud-qty-btn:hover {
    background: #fdf0ee;
}
.ud-qty-val {
    min-width: 44px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    border-left: 1.5px solid #f0d0cb;
    border-right: 1.5px solid #f0d0cb;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ud-sss {
    border: 1.5px solid #f0eded;
    border-radius: 14px;
    overflow: hidden;
}
.ud-sss-baslik {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    padding: 16px 20px;
    border-bottom: 1.5px solid #f0eded;
    background: #faf9f9;
}
.ud-sss-item {
    border-bottom: 1px solid #f5f3f3;
}
.ud-sss-item:last-child { 
    border-bottom: none; 
}
.ud-sss-soru {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    background: none;
    border: none;
    padding: 14px 20px;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s;
}
.ud-sss-soru:hover { 
    background: #faf9f9; 
}
.ud-sss-soru.acik { 
    background: #fff8f6; 
}
.ud-sss-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C1634F;
    flex-shrink: 0;
}
.ud-sss-soru-text {
    flex: 1;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}
.ud-sss-ok {
    font-size: 14px;
    color: #aaa;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}
.ud-sss-soru.acik .ud-sss-ok {
    transform: rotate(180deg);
    color: #C1634F;
}
.ud-sss-cevap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px 0 42px;
}
.ud-sss-cevap.acik {
    max-height: 600px;
    padding: 0 20px 16px 42px;
}
.ud-sss-cevap p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
.ud-benzer-section {
    padding: 32px 0 48px;
}
.ud-bolum-baslik {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}
.ud-bolum-baslik h2 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
    margin: 0;
}
.ud-bolum-cizgi {
    flex: 1;
    height: 1.5px;
    background: #C46A4A;
}
@media (max-width: 767px) {
    .ud-section {
        padding: 20px 0 32px;
    }
    .ud-baslik { 
        font-size: 17px; 
    }
    .ud-fiyat-yeni,
    .ud-fiyat-normal { 
        font-size: 22px; 
    }
    .ud-thumb { 
        width: 60px; height: 60px; 
    }
    .ud-btn-sepet { 
        padding: 13px 20px; font-size: 14px; 
    }
    .ud-bolum-baslik h2 { 
        font-size: 14px; 
    }
    .ud-aciklama {
        font-size: 13px; 
    }
}
@media (max-width: 575px) {
    .ud-galeri-ana { 
        border-radius: 10px; 
    }
    .ud-siparis-bilgi { 
        border-radius: 10px; 
    }
    .ud-sss { 
        border-radius: 10px; 
    }
}

.auth-modal {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    padding: 36px 36px 28px;
    position: relative;
    font-family: 'Manrope', sans-serif;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.auth-kapat {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}
.auth-kapat:hover {
    color: #C1634F;
    background: #fff5f3;
}
.auth-baslik {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #C1634F;
    margin-bottom: 24px;
}
.auth-baslik i { font-size: 22px; }
.auth-bilgi {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
    line-height: 1.6;
}
.auth-group {
    margin-bottom: 16px;
}
.auth-group label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}
.auth-input {
    width: 100%;
    border: 1.5px solid #e8e4e4;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 13.5px;
    font-family: 'Manrope', sans-serif;
    color: #222;
    outline: none;
    transition: border-color 0.2s;
    background: #fff;
}
.auth-input:focus { border-color: #C1634F; }
.auth-input::placeholder { color: #bbb; }
.auth-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.auth-input-wrap .auth-input { padding-right: 42px; }
.auth-goz {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    color: #aaa;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
}
.auth-goz:hover { color: #C1634F; }
.auth-alt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
}
.auth-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
}
.auth-checkbox-wrap input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #C1634F;
    cursor: pointer;
}
.auth-checkbox-wrap label {
    font-size: 12.5px;
    color: #555;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
}
.auth-link {
    background: none;
    border: none;
    padding: 0;
    font-size: 12.5px;
    color: #888;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}
.auth-link:hover { color: #C1634F; }
.auth-link--vurgulu {
    color: #C1634F;
    font-weight: 700;
    font-size: 13px;
}
.auth-link--vurgulu:hover { color: #a8503e; }
.auth-btn {
    width: 100%;
    background: #C1634F;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-bottom: 4px;
}
.auth-btn:hover {
    background: #a8503e;
    transform: translateY(-1px);
}
.auth-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0;
    color: #ddd;
    font-size: 12px;
}
.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #efefef;
}
.auth-divider span { color: #bbb; }
.auth-alt-link {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin: 0;
    font-weight: 500;
}
.auth-panel {
    animation: authFadeIn 0.22s ease both;
}
@keyframes authFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 575px) {
    .auth-modal {
        padding: 28px 20px 22px;
        border-radius: 14px;
    }
    .auth-baslik { font-size: 17px; }
}
.Kularea {
    position: relative;
    overflow: hidden; 
}
.kul-sol {
    position: relative;
    background-color: #C1634F; 
    padding: 40px 30px;
    z-index: 1;
}
.kul-sol::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;         
    width: 100vw;        
    height: 100%;
    background-color: #C1634F;
    z-index: -1;
}
.merhaba-text {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 400;
}

.kullanici-adi {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.kul-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.kul-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    color: #000;
    text-decoration: none !important;
    font-size: 13.2px;
    font-weight: 500;
    transition: background 0.2s, transform 0.15s;
}
.kul-menu-item:hover {
    background: #f5f5f5;
    transform: translateX(3px);
    color: #C1634F;
}
.kul-menu-item i {
    font-size: 16px;
    color: #C1634F;
}
.kul-iletisim {
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 14px 16px;
}
.kul-iletisim p {
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.4;
}
.kul-telefon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.kul-telefon i {
    font-size: 14px;
}
.kul-sag {
    padding: 40px 30px;
    background: #fff;
}
.kul-area-header{
    font-size:15.6px !important;
    font-weight:700 !important;
    color:#1C1C1C !important;
    margin-bottom:10px !important;
    margin-top:0px !important;
}
.kul-area-form h6{
    color:rgba(0,0,0,0.8) !important;
    font-size:13px !important;
    font-weight:600 !important;
    margin-bottom:12px !important;
    margin-top:12px !important;
}
.kul-area-form button{
    width:130px;
    border-radius:5px;
    background-color:#C46A4A;
    font-size:13.4px;
    font-weight:600;
    border:none !important;
    height:44px;
    color:#FFF;
    margin-top:14px;
}
.kul-area-form input{
    width:100%;
    border-radius:5px;
    height:44px;
    border:1px solid #D9D9D9;
    padding:10px;
    color:#000;
    font-size:13.4px;
    transition:0.3s ease-in;
    font-weight:500;
}
.kul-area-form input:focus{
    border:2px solid #c06749;
}
.notif-box {
    background: #c06749;
    color: white;
    font-weight:600;
    font-size:14px;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 9999999;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    margin-bottom:20px !important;
    flex-direction: column;
    overflow: hidden;
}
.notif-box.show {
    right: 20px; 
}
.notif-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.notif-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: rgba(255,255,255,0.4);
    animation: progress 3s linear forwards;
}
.horizontallinks {
    margin-bottom:20px;
}
.horizontallinks a {
    background-color:#FAFAFA;
    display:inline-block;
    margin-right: 10px;
    text-decoration: none;
    font-size:13px;
    border-radius:5px;
    font-weight:500;
    padding:10px 15px;
    color: #000;
    font-weight:500;
    margin-bottom:10px !important;
    transition: padding-left 0.3s ease, background-color 0.3s ease;
}
.horizontallinks a:hover {
    background-color:#c06749;
    color:#FFF;
}
@keyframes progress {
    from { width: 100%; }
    to { width: 0%; }
}
.adres-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.adres-baslik {
    font-size:15.6px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0;
}
.btn-adres-ekle {
    background-color: #C0634A;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.btn-adres-ekle:hover {
    background-color: #a8533c;
    color: #fff;
    transform: translateY(-1px);
}
.btn-adres-ekle:active {
    transform: translateY(0);
}
.adres-kart {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.adres-kart:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.adres-kart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.adres-kart-baslik {
    display: flex;
    align-items: center;
    gap: 10px;
}
.adres-tip-badge {
    background-color: #fef1ee;
    color: #C0634A;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #f5cfc6;
}
.adres-kart-baslik strong {
    font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 600;
}
.adres-aksiyonlar {
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn-duzenle {
    background: none;
    border: none;
    color: #C0634A;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: background 0.15s;
}
.btn-duzenle:hover {
    background: #fef1ee;
}
.btn-sil {
    background: none;
    border: none;
    color: #999;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
}
.btn-sil:hover {
    color: #dc3545;
    background: #fff0f0;
}
.adres-kart-body {
    padding: 16px 20px;
}
.adres-konum-satir {
    display: flex;
    gap: 30px;
    margin-bottom: 14px;
}
.adres-konum-grup {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.adres-label {
    font-size: 0.75rem;
    color: #aaa;
    font-weight: 500;
}
.adres-deger {
    font-size: 0.9rem;
    color: #1a1a1a;
    font-weight: 600;
}
.adres-tam {
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-top: 1px solid #f5f5f5;
    padding-top: 12px;
}
.adres-metin {
    font-size: 0.875rem;
    color: #444;
    margin: 0;
    line-height: 1.5;
}
.adres-bos {
    text-align: center;
    padding: 50px 20px;
    color: #bbb;
}
.adres-bos i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
}
.adres-bos p {
    margin: 0;
    font-size: 0.9rem;
}

.adres-modal-content {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.adres-modal-header {
    background: #C0634A;
    color: #fff;
    padding: 18px 24px;
    border-bottom: none;
}
.adres-modal-header .modal-title {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.adres-modal-close {
    color: #fff !important;
    opacity: 0.8;
    text-shadow: none;
}
.adres-modal-close:hover {
    opacity: 1;
    color: #fff !important;
}
.modal-body {
    padding: 24px 24px 8px;
}
.adres-form-group {
    margin-bottom: 18px;
}
.adres-form-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.adres-input {
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    height:42px;
    padding: 10px 14px;
    font-size:13.5px;
    font-weight:500;
    color: #1a1a1a;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fafafa;
}
.adres-input:focus {
    border-color: #C0634A;
    box-shadow: 0 0 0 3px rgba(192,99,74,0.12);
    background: #fff;
    outline: none;
}
.adres-input:disabled {
    background: #f5f5f5;
    color: #aaa;
}
.adres-modal-footer {
    padding: 16px 24px 20px;
    border-top: 1px solid #f0f0f0;
    gap: 10px;
}
.btn-modal-iptal {
    background: #f5f5f5;
    color: #555;
    border: none;
    border-radius: 8px;
    padding: 9px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background 0.15s;
}
.btn-modal-iptal:hover {
    background: #ebebeb;
    color: #333;
}
.btn-modal-kaydet {
    background: #C0634A;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s;
}
.btn-modal-kaydet:hover {
    background: #a8533c;
    color: #fff;
}
.auth-hata-mesaj {
    background: #fff0ee;
    border: 1px solid #f5cfc6;
    color: #C0634A;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.gorsel-yukle-alani { margin-top: 20px; }
.zorunlu { color: #c0392b; }
 
.gorsel-ekle-btn {
    padding: 8px 18px;
    font-size: 13.5px;
    border: 1.5px dashed #c06749;
    color: #c06749;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    transition: background .2s;
}
.gorsel-ekle-btn:hover { background: #fdf0ec; }
 
.gorsel-onizleme-alani {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
 
.gorsel-kart {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1.5px solid #ddd;
    background: #f9f9f9;
}
.gorsel-kart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gorsel-sil-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    transition: background .2s;
}
.gorsel-sil-btn:hover { background: rgba(192,39,39,0.85); }
.sp-wrap * { font-family: 'Manrope', sans-serif; box-sizing: border-box; }
.sp-empty {
    background: #fff;
    border: 1px solid #edddd8;
    border-radius: 12px;
    padding: 56px 24px;
    text-align: center;
}
.sp-empty-icon {
    width: 68px; height: 68px;
    background: #f9ede9;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    font-size: 26px;
    color: #c06749;
}
.sp-empty h6 {
    font-size: 17px;
    font-weight: 700;
    color: #2c2320;
    margin-bottom: 6px;
}
.sp-empty p { font-size: 14px; color: #9e8a86; margin-bottom: 20px; }
.sp-empty a {
    background: #c06749;
    color: #fff;
    border-radius: 7px;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background .2s;
}
.sp-empty a:hover { background: #a0503a; color: #fff; }
.sp-card {
    background: #fff;
    border: 1px solid #edddd8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    transition: box-shadow .2s;
}
.sp-card:hover { box-shadow: 0 4px 24px rgba(192,103,73,.12); }
.sp-head {
    background: #fdf2ee;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid #edddd8;
}
.sp-no {
    font-size: 15px;
    font-weight: 700;
    color: #c06749;
}
.sp-date {
    font-size: 12px;
    color: #9e8a86;
    margin-top: 2px;
}
.sp-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.sp-body { padding: 16px 20px; }
.sp-kargo-takip {
    background: #fdf2ee;
    border-radius: 7px;
    padding: 8px 14px;
    font-size: 13px;
    color: #a0503a;
    font-weight: 500;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.sp-urun-kutu {
    background: #fdf8f6;
    border: 1px solid #edddd8;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 13px;
    color: #2c2320;
    line-height: 1.8;
    white-space: pre-line;
    max-height: 110px;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
    transition: max-height .3s ease;
}
.sp-urun-kutu.acik { max-height: 600px; }
.sp-urun-fade {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 36px;
    background: linear-gradient(transparent, #fdf8f6);
    border-radius: 0 0 8px 8px;
    pointer-events: none;
}
.sp-toggle {
    background: none;
    border: none;
    color: #c06749;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.sp-toggle:focus { outline: none; }
.sp-gorseller { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 4px; }
.sp-thumb {
    width: 62px; height: 62px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #edddd8;
    cursor: pointer;
    transition: border-color .2s, transform .15s;
}
.sp-thumb:hover { border-color: #c06749; transform: scale(1.06); }

.sp-foot {
    padding: 13px 20px;
    border-top: 1px solid #edddd8;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.sp-tutar-label { font-size: 12px; color: #9e8a86; margin-bottom: 1px; }
.sp-tutar-amount { font-size: 20px; font-weight: 700; color: #c06749; line-height: 1.2; }
.sp-tutar-kargo { font-size: 12px; color: #b0a09c; }
.sp-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.sp-btn-detay {
    border: 1.5px solid #c06749;
    background: transparent;
    color: #c06749;
    border-radius: 7px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s;
}
.sp-btn-detay:hover { background: #c06749; color: #fff; text-decoration: none; }
.sp-btn-iptal {
    border: 1.5px solid #d32f2f;
    background: transparent;
    color: #d32f2f;
    border-radius: 7px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s;
}
.sp-btn-iptal:hover { background: #d32f2f; color: #fff; }
.sp-btn-iptal:focus { outline: none; }
.sp-modal-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.sp-modal-bg.aktif { display: flex; }
.sp-modal-box {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0,0,0,.18);
    margin: 16px;
}
.sp-modal-head {
    background: #c06749;
    color: #fff;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sp-modal-head span { font-size: 15px; font-weight: 700; font-family: 'Manrope', sans-serif; }
.sp-modal-head button {
    background: none; border: none; color: #fff;
    font-size: 20px; cursor: pointer; line-height: 1;
}
.sp-modal-body { padding: 22px; font-size: 14px; color: #2c2320; font-family: 'Manrope', sans-serif; }
.sp-modal-body p { margin-bottom: 8px; }
.sp-modal-body small { color: #9e8a86; font-size: 12px; }
.sp-modal-foot {
    padding: 14px 22px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #edddd8;
}
.sp-modal-vazgec {
    background: #f0f0f0;
    border: none;
    border-radius: 7px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
}
.sp-modal-onayla {
    background: #d32f2f;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    transition: background .2s;
}
.sp-modal-onayla:hover { background: #b71c1c; }
.sp-gorsel-modal-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.sp-gorsel-modal-bg.aktif { display: flex; }
.sp-gorsel-modal-bg img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 8px;
    object-fit: contain;
}
.sp-gorsel-kapat {
    position: absolute;
    top: 18px; right: 22px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
}
@media(max-width: 576px) {
    .sp-head { flex-direction: column; align-items: flex-start; }
    .sp-foot { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 576px) {
    .adres-konum-satir {
        flex-wrap: wrap;
        gap: 12px;
    }

    .adres-kart-header {
        flex-wrap: wrap;
        gap: 8px;
    }

    .adres-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
@media (min-width: 768px) {
    .stkicse .rightsec {
        position: sticky;
        top: 180px;
    }
}


.sd-wrap * { font-family: 'Manrope', sans-serif; box-sizing: border-box; }

.sd-hero {
    background: #c06749;
    color: #fff;
    padding: 32px 0 24px;
}
.sd-hero h1 { font-size: 24px; font-weight: 700; margin: 0 0 4px; }
.sd-hero p  { font-size: 13px; opacity: .8; margin: 0; }

.sd-card {
    background: #fff;
    border: 1px solid #edddd8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.sd-card-head {
    background: #fdf2ee;
    padding: 14px 22px;
    border-bottom: 1px solid #edddd8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.sd-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #c06749;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sd-card-body { padding: 20px 22px; }

/* Durum adımları */
.sd-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin: 8px 0 4px;
}
.sd-steps::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0; right: 0;
    height: 2px;
    background: #edddd8;
    z-index: 0;
}
.sd-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    position: relative;
    z-index: 1;
}
.sd-step-circle {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #edddd8;
    color: #bbb;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    border: 3px solid #fff;
    transition: all .2s;
}
.sd-step.done   .sd-step-circle { background: #c06749; color: #fff; }
.sd-step.active .sd-step-circle { background: #c06749; color: #fff; box-shadow: 0 0 0 4px rgba(192,103,73,.2); }
.sd-step.iptal  .sd-step-circle { background: #d32f2f; color: #fff; }
.sd-step-label { font-size: 11px; color: #9e8a86; text-align: center; font-weight: 500; }
.sd-step.done .sd-step-label,
.sd-step.active .sd-step-label { color: #c06749; font-weight: 600; }
.sd-step.iptal .sd-step-label  { color: #d32f2f; font-weight: 600; }
.sd-info-table { width: 100%; border-collapse: collapse; }
.sd-info-table td { padding: 10px 0; border-bottom: 1px solid #f5ece9; font-size: 14px; vertical-align: top; }
.sd-info-table td:first-child { color: #9e8a86; font-weight: 600; width: 40%; }
.sd-info-table tr:last-child td { border-bottom: none; }
.sd-urun-kutu {
    background: #fdf8f6;
    border: 1px solid #edddd8;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
    color: #2c2320;
    line-height: 1.9;
    white-space: pre-line;
}
.sd-gorseller { display: flex; gap: 10px; flex-wrap: wrap; }
.sd-thumb {
    width: 80px; height: 80px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #edddd8;
    cursor: pointer;
    transition: border-color .2s, transform .15s;
}
.sd-thumb:hover { border-color: #c06749; transform: scale(1.05); }
.sd-tutar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5ece9;
    font-size: 14px;
}
.sd-tutar-row:last-child { border-bottom: none; }
.sd-tutar-row.toplam {
    font-size: 17px;
    font-weight: 700;
    color: #c06749;
    padding-top: 14px;
}
.sd-tutar-row span:first-child { color: #9e8a86; }
.sd-tutar-row.toplam span:first-child { color: #2c2320; }
.sd-kargo-takip {
    background: #ede7f6;
    border-radius: 8px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #4527a0;
    font-weight: 600;
}
.sd-kargo-takip i { font-size: 20px; }
.sd-btn-geri {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #c06749;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
}
.sd-btn-geri:hover { color: #a0503a; text-decoration: none; }

.sd-btn-iptal {
    border: 1.5px solid #d32f2f;
    background: transparent;
    color: #d32f2f;
    border-radius: 7px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s;
    font-family: 'Manrope', sans-serif;
}
.sd-btn-iptal:hover { background: #d32f2f; color: #fff; }
.sd-notif-ok {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    color: #2e7d32;
    padding: 13px 18px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.sd-notif-iptal {
    background: #fce4ec;
    border-left: 4px solid #d32f2f;
    color: #b71c1c;
    padding: 13px 18px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.sd-modal-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.sd-modal-bg.aktif { display: flex; }
.sd-modal-box {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0,0,0,.18);
    margin: 16px;
}
.sd-modal-head {
    background: #c06749;
    color: #fff;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sd-modal-head span { font-size: 15px; font-weight: 700; font-family: 'Manrope', sans-serif; }
.sd-modal-head button { background: none; border: none; color: #fff; font-size: 20px; cursor: pointer; }
.sd-modal-body { padding: 22px; font-size: 14px; color: #2c2320; font-family: 'Manrope', sans-serif; }
.sd-modal-body small { color: #9e8a86; font-size: 12px; }
.sd-modal-foot {
    padding: 14px 22px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #edddd8;
}
.sd-modal-vazgec {
    background: #f0f0f0; border: none; border-radius: 7px;
    padding: 9px 20px; font-size: 13px; font-weight: 600;
    cursor: pointer; font-family: 'Manrope', sans-serif;
}
.sd-modal-onayla {
    background: #d32f2f; color: #fff; border: none; border-radius: 7px;
    padding: 9px 20px; font-size: 13px; font-weight: 600;
    cursor: pointer; font-family: 'Manrope', sans-serif; transition: background .2s;
}
.sd-modal-onayla:hover { background: #b71c1c; }

.sd-gorsel-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.sd-gorsel-bg.aktif { display: flex; }
.sd-gorsel-bg img { max-width: 90vw; max-height: 88vh; border-radius: 8px; object-fit: contain; }
.sd-gorsel-kapat {
    position: absolute; top: 18px; right: 22px;
    color: #fff; font-size: 28px; cursor: pointer;
    background: none; border: none; line-height: 1;
}

.hakcarousel img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.hakcarousel{
    margin-bottom:40px !important;
}
.kucukfoto{
    display:none !important;
}
@media(max-width:576px) {
    .kucukfoto{
        display:block !important;
    }
    .buyukfoto{
        display:none !important;
    }
    .sd-card-head { flex-direction: column; align-items: flex-start; }
    .sd-step-label { font-size: 10px; }
    .sd-steps::before { top: 16px; }
    .sd-step-circle { width: 30px; height: 30px; font-size: 12px; }
}
@media screen and (max-width: 768px) {
    .kul-sol::before {
        display: none;
    }
    .kul-sol {
        border-radius: 0;
    }
    .Kularea {
        overflow: visible;
    }
}
@media (min-width: 992px) {
    .Legalsec .row {
        display: flex;
        align-items: flex-start;
    }
    .Legalsec .col-lg-4 {
        align-self: stretch;
    }
    .legalhrefsec {
        position: sticky;
        top: 180px;
    }
}
@media screen and (max-width: 1450px) {
    .bin{
        width:92%;
    }
}
@media screen and (max-width: 992px) {
    .disnon992{
        display:none !important;
    }
}
.block767{
    display:none !important;
}
@media screen and (max-width: 767px) {
    .block767{
        display:block !important;
    }
    .disnon767{
        display:none !important;
    }
    .Talimatlar h1{
        color:#181818;
        font-size:18.5px;
        margin-bottom:15px;
        font-weight:700;
    }
    .footer-newsletter {
        flex-direction: column;
        align-items: flex-start;
    }
    .newsletter-form {
        width: 100%;
        justify-content: flex-start;
    }
    .newsletter-form input {
        min-width: unset;
        width: 100%;
        flex: unset;
    }
    .newsletter-form button {
        width: 100%;
    }
    .footer a {
        color: #1C1C1C;
        font-size: 13.2px;
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
        text-decoration: none !important;
        transition: 0.3s ease-in;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}