:root{--dark:#0f172a;--dark2:#111827;--muted:#64748b;--brand:#d97706;--brand2:#f59e0b;--brand3:#92400e;--soft:#fff7ed;--line:#e5e7eb;--bg:#f8fafc;--white:#fff;--shadow:0 24px 70px rgba(15,23,42,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--dark);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1200px,92%);margin:auto}.topbar{background:#08111f;color:#cbd5e1;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;gap:18px;padding:10px 0}.topbar-right{display:flex;gap:24px}.topbar i{color:#fbbf24;margin-right:7px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 12px 35px rgba(15,23,42,.04)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:22px}.logo{display:flex;align-items:center;gap:12px;min-width:max-content;font-weight:900;font-size:22px;letter-spacing:-.6px}.logo img{max-height:58px;max-width:210px;object-fit:contain}.logo-mark{width:50px;height:50px;border-radius:17px;background:linear-gradient(135deg,var(--brand),var(--brand3));color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 14px 35px rgba(217,119,6,.25)}.menu{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}.nav-link{display:inline-flex;align-items:center;gap:7px;padding:13px 15px;border-radius:16px;font-weight:800;color:#1e293b;white-space:nowrap;transition:.2s}.nav-link:hover{background:#fff7ed;color:var(--brand)}.menu-item{position:relative}.nav-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:14px 23px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-weight:900;box-shadow:0 14px 34px rgba(217,119,6,.24);cursor:pointer;transition:.22s}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(217,119,6,.28)}.btn.secondary{background:#fff;color:#111827;box-shadow:0 12px 30px rgba(15,23,42,.08)}.btn.bordered{border:1px solid var(--line);box-shadow:none}.mobile-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:15px;background:#fff;color:#111827;font-size:18px}.dropdown-menu{position:absolute;top:calc(100% + 20px);left:50%;transform:translateX(-50%) translateY(14px);width:min(860px,92vw);background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:30px;box-shadow:0 30px 90px rgba(15,23,42,.18);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease;z-index:999;padding:24px}.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.mega-menu:before{content:"";position:absolute;top:-10px;left:50%;width:20px;height:20px;background:#fff;border-left:1px solid rgba(15,23,42,.08);border-top:1px solid rgba(15,23,42,.08);transform:translateX(-50%) rotate(45deg)}.mega-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #eef2f7;padding-bottom:16px;margin-bottom:18px}.mega-head strong{display:block;font-size:20px;color:#111827;margin-bottom:4px}.mega-head span{display:block;color:#64748b;font-size:13px}.mega-head a{font-weight:900;color:var(--brand);white-space:nowrap}.mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mega-col{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #edf2f7;border-radius:22px;padding:17px;transition:.2s}.mega-col:hover{transform:translateY(-3px);border-color:#fed7aa;box-shadow:0 16px 36px rgba(15,23,42,.07)}.mega-title{display:block;font-weight:900;color:#111827;margin-bottom:10px}.mega-sub{display:flex;flex-direction:column;gap:7px}.mega-sub a{font-size:14px;color:#64748b;font-weight:700}.mega-sub a:hover{color:var(--brand)}.hero-slider{position:relative;overflow:hidden;background:#0f172a;color:#fff;min-height:650px}.hero-track{position:relative;min-height:650px}.hero-slide{position:absolute;inset:0;min-height:650px;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.hero-slide.active{opacity:1;visibility:visible}.slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.04);transition:transform 5s ease}.hero-slide.active .slide-bg{transform:scale(1)}.slide-overlay{position:absolute;inset:0;background:radial-gradient(circle at 72% 30%,rgba(245,158,11,.28),transparent 26%),linear-gradient(90deg,rgba(8,17,31,.96),rgba(15,23,42,.72),rgba(15,23,42,.28))}.hero-content{position:relative;z-index:2;max-width:760px;padding:90px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(245,158,11,.16);border:1px solid rgba(245,158,11,.35);color:#fde68a;padding:9px 14px;border-radius:999px;font-weight:900;font-size:13px;margin-bottom:18px}.eyebrow.light{background:#fff7ed;color:var(--brand);border-color:#fed7aa}.eyebrow.dark{background:rgba(255,255,255,.08);color:#fbbf24;border-color:rgba(255,255,255,.15)}.hero-content h1{font-size:clamp(40px,6vw,76px);line-height:1.01;margin:0 0 22px;letter-spacing:-2.6px}.hero-content p{font-size:20px;line-height:1.8;color:#e5e7eb;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:56px;height:56px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(10px);font-size:18px;cursor:pointer;transition:.2s}.slider-btn:hover{background:#fff;color:#111827}.slider-btn.prev{left:28px}.slider-btn.next{right:28px}.slider-dots{position:absolute;left:50%;bottom:30px;transform:translateX(-50%);z-index:5;display:flex;gap:10px}.slider-dots button{width:11px;height:11px;border:0;border-radius:99px;background:rgba(255,255,255,.45);cursor:pointer;transition:.2s}.slider-dots button.active{width:34px;background:#fbbf24}.section{padding:88px 0}.section.alt{background:linear-gradient(180deg,#f8fafc,#fff)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px}.section-head h2{font-size:clamp(32px,4vw,50px);margin:0;letter-spacing:-1.6px}.section-head p{max-width:590px;color:var(--muted);line-height:1.8}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.feature-band{background:linear-gradient(135deg,#111827,#0f172a);color:#fff;border-radius:38px;padding:46px;display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:28px;align-items:center;box-shadow:0 30px 80px rgba(15,23,42,.18)}.feature-band h2{font-size:38px;line-height:1.12;margin:0 0 14px;letter-spacing:-1px}.feature-band p{color:#cbd5e1;line-height:1.8;margin:0}.metric{border-left:1px solid rgba(255,255,255,.14);padding-left:24px}.metric strong{font-size:35px;display:block;color:#fbbf24;line-height:1}.metric span{color:#cbd5e1;font-weight:700}.card,.category-card{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow);transition:.25s}.card:hover,.category-card:hover{transform:translateY(-7px);box-shadow:0 30px 80px rgba(15,23,42,.15);border-color:#fed7aa}.card-img{height:240px;background:#f1f5f9}.card-img img{width:100%;height:100%;object-fit:cover}.card-body{padding:25px}.card small{color:var(--brand);font-weight:900;text-transform:uppercase;letter-spacing:.5px}.card h3,.category-card h3{margin:9px 0 10px;font-size:22px;letter-spacing:-.4px}.card p,.category-card p{color:var(--muted);line-height:1.65}.read-more,.category-card span{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:900;margin-top:8px}.category-card{padding:28px}.cat-icon{width:58px;height:58px;border-radius:20px;background:#fff7ed;color:var(--brand);display:grid;place-items:center;font-size:23px;margin-bottom:18px}.page-hero{padding:86px 0;background:radial-gradient(circle at 75% 20%,rgba(245,158,11,.24),transparent 26%),linear-gradient(135deg,#111827,#0f172a);color:#fff}.page-hero h1{font-size:clamp(38px,5vw,62px);margin:10px 0;letter-spacing:-1.8px}.page-hero p{color:#cbd5e1;max-width:760px;font-size:18px;line-height:1.75}.breadcrumb,.breadcrumb a{color:#d1d5db;font-weight:700}.content-box{background:#fff;border:1px solid var(--line);border-radius:30px;padding:36px;box-shadow:var(--shadow)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}.info-row{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.info-icon{width:48px;height:48px;border-radius:17px;background:var(--soft);color:var(--brand);display:grid;place-items:center}.map-wrap iframe{width:100%;min-height:420px;border:0;border-radius:30px;box-shadow:var(--shadow)}.product-detail-card{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:42px;padding:36px;box-shadow:0 30px 90px rgba(15,23,42,.11);position:relative;overflow:hidden}.product-detail-card:before{content:"";position:absolute;right:-110px;top:-110px;width:260px;height:260px;border-radius:50%;background:#ffedd5}.product-info{position:relative;z-index:1;order:1}.product-visual{position:relative;z-index:1;order:2}.product-badge{display:inline-flex;align-items:center;gap:8px;background:#fff7ed;color:var(--brand);border:1px solid #fed7aa;padding:10px 14px;border-radius:999px;font-weight:900;margin-bottom:18px}.product-info h2{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-1.5px;margin:0 0 15px}.lead-text{font-size:18px;color:#475569;line-height:1.75}.product-description{color:#334155;line-height:1.85;margin:22px 0}.product-description p{margin:0 0 14px}.product-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.product-image-frame{background:#fff;border:1px solid #e2e8f0;border-radius:34px;padding:18px;box-shadow:0 24px 65px rgba(15,23,42,.12)}.product-image-frame img{width:100%;height:470px;object-fit:cover;border-radius:24px;background:#f1f5f9}.visual-note{margin-top:18px;display:flex;align-items:center;gap:12px;background:#111827;color:#e5e7eb;border-radius:24px;padding:18px;font-weight:700}.visual-note i{color:#fbbf24;font-size:22px}.footer{background:#07111f;color:#cbd5e1;padding:0 0 26px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:auto -20% -45% auto;width:520px;height:520px;border-radius:50%;background:rgba(245,158,11,.12)}.footer-cta{position:relative;z-index:1;transform:translateY(-42px);background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;border-radius:32px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center;gap:22px;box-shadow:0 28px 70px rgba(217,119,6,.28)}.footer-cta span{font-weight:900;opacity:.9}.footer-cta h3{font-size:30px;line-height:1.15;margin:6px 0 0;letter-spacing:-.8px}.footer-cta .btn{background:#fff;color:#111827;box-shadow:none}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.35fr 1fr 1fr 1.25fr;gap:34px;padding-top:8px}.footer h4{color:#fff;margin:0 0 18px;font-size:18px}.footer p{line-height:1.75;color:#94a3b8;margin-top:0}.footer-links a{display:flex;align-items:center;gap:9px;color:#cbd5e1;margin:11px 0;font-weight:700;transition:.2s}.footer-links a:hover{color:#fbbf24;transform:translateX(4px)}.footer-social{display:flex;gap:10px;margin-top:18px}.footer-social a{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff}.footer-social a:hover{background:#f59e0b}.footer-contact p{display:flex;gap:12px;margin:0 0 15px}.footer-contact i{width:38px;height:38px;min-width:38px;border-radius:13px;background:rgba(245,158,11,.14);color:#fbbf24;display:grid;place-items:center}.copyright{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.09);margin-top:34px;padding-top:22px;color:#94a3b8;display:flex;justify-content:space-between;gap:15px;font-size:14px}@media(max-width:1100px){.nav-quote{display:none}.menu{gap:3px}.nav-link{padding:12px 10px}.product-detail-card{grid-template-columns:1fr}}@media(max-width:900px){.topbar-inner{display:none}.mobile-toggle{display:grid;place-items:center}.nav{height:74px}.menu{display:none;position:absolute;left:4%;right:4%;top:84px;background:#fff;flex-direction:column;align-items:stretch;padding:16px;border:1px solid var(--line);border-radius:24px;box-shadow:0 24px 60px rgba(15,23,42,.16)}.menu.open{display:flex}.nav-link{justify-content:space-between}.dropdown-menu{position:static;transform:none!important;width:100%;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;display:none;margin-top:8px;border-radius:20px}.has-dropdown:hover .dropdown-menu,.has-dropdown.open .dropdown-menu{display:block}.mega-menu:before{display:none}.mega-grid,.grid,.contact-grid,.feature-band,.footer-grid{grid-template-columns:1fr}.feature-band{padding:32px}.metric{border-left:0;border-top:1px solid rgba(255,255,255,.14);padding:20px 0 0}.section{padding:62px 0}.section-head,.footer-cta,.copyright{display:block}.footer-cta{transform:none;margin:0 0 36px}.footer{padding-top:42px}.hero-slider,.hero-track,.hero-slide{min-height:580px}.slider-btn{width:48px;height:48px}.slider-btn.prev{left:14px}.slider-btn.next{right:14px}.product-detail-card{padding:22px;border-radius:30px}.product-image-frame img{height:320px}.product-info{order:1}.product-visual{order:2}}

/* v6 menu, logo and footer refinements */
.logo.has-image-logo{gap:0}.logo.has-image-logo .logo-mark,.logo.has-image-logo .logo-text{display:none!important}.menu{gap:10px}.menu-item{position:relative;padding:12px 0}.dropdown-menu{top:100%;margin-top:0}.menu-item.has-dropdown:after{content:"";position:absolute;left:0;right:0;top:100%;height:14px}.simple-dropdown{width:260px;left:0;transform:translateY(12px);padding:12px;border-radius:22px}.has-dropdown:hover .simple-dropdown{transform:translateY(0)}.simple-dropdown a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:15px;font-weight:800;color:#334155;transition:.2s}.simple-dropdown a:after{content:"\f105";font-family:"Font Awesome 6 Free";font-weight:900;color:#f59e0b;opacity:.75}.simple-dropdown a:hover{background:#fff7ed;color:#d97706;transform:translateX(3px)}.footer{padding-top:72px;overflow:visible}.footer-cta{transform:none;margin-bottom:44px}.footer-sub-link{padding-left:18px;color:#94a3b8!important;font-size:14px}.footer-sub-link:hover{color:#fbbf24!important}.footer-grid{padding-top:0}@media(max-width:900px){.menu-item{padding:0}.menu-item.has-dropdown:after{display:none}.simple-dropdown{width:100%;left:auto}.footer{padding-top:42px}.footer-cta{margin-bottom:36px}}

/* v7 horizontal scroll fix */
html, body{max-width:100%;overflow-x:hidden;}
.footer{overflow:hidden!important;}
.footer:before{right:-180px!important;bottom:-240px!important;left:auto!important;transform:none!important;pointer-events:none;max-width:520px;}
.footer-cta{position:relative;z-index:2;}

/* v8 admin/front refinements */
.site-preloader{position:fixed;inset:0;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);z-index:99999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#111827;font-weight:900;letter-spacing:.2px;transition:.35s ease}.site-preloader.hide{opacity:0;visibility:hidden}.preloader-ring{width:62px;height:62px;border-radius:50%;border:5px solid #ffedd5;border-top-color:#d97706;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.contact-form-box h2{margin-top:0}.muted{color:#64748b;line-height:1.7}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #e5e7eb;border-radius:18px;padding:15px 17px;font:inherit;outline:none;background:#fff;transition:.2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.12)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-success,.form-error{border-radius:18px;padding:14px 16px;margin:16px 0;font-weight:800}.form-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.form-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.v8-contact{align-items:stretch}.contact-section-head{margin-top:60px}.contact-sections{display:grid;gap:26px}.contact-branch{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;background:#fff;border:1px solid #e5e7eb;border-radius:32px;padding:24px;box-shadow:0 20px 60px rgba(15,23,42,.08)}.branch-info h3{font-size:26px;margin:0 0 18px;letter-spacing:-.5px}.branch-info p{display:flex;gap:12px;align-items:flex-start;color:#475569;font-weight:700;line-height:1.6}.branch-info i{width:38px;height:38px;min-width:38px;border-radius:14px;background:#fff7ed;color:#d97706;display:grid;place-items:center}.branch-map iframe{width:100%;min-height:300px;border:0;border-radius:24px}.mt-30{margin-top:30px}.footer-logo{display:inline-flex;max-width:230px;margin-bottom:18px}.footer-logo img{max-width:100%;max-height:95px;object-fit:contain}.footer-social-under-logo{margin-top:4px}.floating-actions{position:fixed;right:24px;bottom:24px;z-index:2000;display:flex;flex-direction:column;gap:12px}.float-btn{width:54px;height:54px;border:0;border-radius:50%;display:grid;place-items:center;font-size:22px;box-shadow:0 16px 45px rgba(15,23,42,.22);cursor:pointer;transition:.22s;text-decoration:none}.float-btn:hover{transform:translateY(-3px)}.whatsapp-float{background:#22c55e;color:#fff}.scroll-top{background:#111827;color:#fff;opacity:0;visibility:hidden}.scroll-top.show{opacity:1;visibility:visible}.footer-brand p{display:none!important}.footer:before{right:-210px!important;bottom:-260px!important}.footer-grid{align-items:flex-start}
@media(max-width:900px){.two-col,.contact-branch{grid-template-columns:1fr}.floating-actions{right:16px;bottom:16px}.float-btn{width:50px;height:50px}.branch-map iframe{min-height:240px}}


/* v9 header logo size fix - büyük logo, taşma yok */
.site-header{overflow:visible}
.nav{height:92px;min-height:92px;overflow:visible}
.logo.has-image-logo{height:78px;display:flex;align-items:center;max-width:260px;overflow:hidden;flex:0 0 auto}
.logo.has-image-logo img{height:auto;max-height:72px;max-width:250px;width:auto;object-fit:contain;display:block}
@media(max-width:900px){
  .nav{height:78px;min-height:78px}
  .logo.has-image-logo{height:64px;max-width:210px}
  .logo.has-image-logo img{max-height:58px;max-width:205px}
}

/* v9 admin table/button overflow safety */
.admin-content,.content-wrapper,.card,.card-body{min-width:0;max-width:100%}
.table-responsive{overflow-x:auto}
.btn{white-space:nowrap}


.hero-slider{position:relative;height:720px;overflow:hidden}
.hero-slide{position:relative;height:720px}
.slide-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.slide-overlay{
position:absolute;inset:0;
background:linear-gradient(90deg,
rgba(5,12,25,.88) 0%,
rgba(5,12,25,.78) 28%,
rgba(5,12,25,.55) 45%,
rgba(5,12,25,.20) 60%,
rgba(5,12,25,0) 100%);
}
.hero-content{
position:relative;
z-index:3;
height:100%;
display:flex;
align-items:center;
justify-content:flex-start;
}
.hero-panel{
max-width:650px;
padding:30px 10px 30px 0;
}
.hero-panel h1{
font-size:78px;
line-height:.95;
font-weight:900;
color:#fff;
margin:0 0 25px;
text-transform:uppercase;
}
.hero-panel p{
font-size:26px;
line-height:1.5;
color:#e5e7eb;
max-width:620px;
margin-bottom:35px;
}
.hero-actions .btn.secondary,.eyebrow,.feature-icons{display:none!important;}


/* V12 slider fix */
.hero-content.hero-left{display:flex;align-items:center;height:650px;max-width:none;padding:0}
.hero-panel{position:relative;z-index:5;width:48%;margin-left:40px}
.slide-overlay{
background:linear-gradient(90deg, rgba(2,12,35,.92) 0%, rgba(2,12,35,.88) 35%, rgba(2,12,35,.65) 50%, rgba(2,12,35,0) 70%);
}
.hero-content h1{text-align:left}
.hero-content p{text-align:left}
.hero-actions{text-align:left}
.hero-slide{background:#081528}


/* === V13 FIX: Slider sol hizalama + boş slide düzeltmesi + Bayilikler === */
.hero-slider,
.hero-slider .hero-track,
.hero-slider .hero-slide{
  height:720px!important;
  min-height:720px!important;
  width:100%;
}
.hero-slider{position:relative;overflow:hidden;background:#07111f!important;color:#fff;}
.hero-slider .hero-slide{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .65s ease, visibility .65s ease;
}
.hero-slider .hero-slide.active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto;
  z-index:2;
}
.hero-slider .slide-bg{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  transform:none!important;
  opacity:1!important;
}
.hero-slider .slide-overlay{
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:62%!important;
  height:100%!important;
  inset:auto!important;
  z-index:1!important;
  background:linear-gradient(90deg,
    rgba(5,12,25,.96) 0%,
    rgba(5,12,25,.88) 42%,
    rgba(5,12,25,.56) 75%,
    rgba(5,12,25,0) 100%)!important;
}
.hero-slider .hero-content.hero-left{
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  display:block!important;
  max-width:none!important;
  width:100%!important;
  padding:0!important;
  transform:none!important;
}
.hero-slider .hero-content .container{
  height:100%!important;
  position:relative!important;
}
.hero-slider .hero-panel{
  position:absolute!important;
  left:0!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:min(620px,48vw)!important;
  max-width:620px!important;
  padding:0!important;
  margin:0!important;
  text-align:left!important;
}
.hero-slider .hero-panel h1,
.hero-slider .hero-content h1{
  color:#fff!important;
  font-size:clamp(46px,5.7vw,84px)!important;
  line-height:.95!important;
  font-weight:900!important;
  letter-spacing:-2.5px!important;
  text-transform:uppercase!important;
  margin:0 0 22px!important;
  text-align:left!important;
  max-width:620px!important;
}
.hero-slider .hero-panel p,
.hero-slider .hero-content p{
  color:#e5e7eb!important;
  font-size:22px!important;
  line-height:1.55!important;
  max-width:570px!important;
  margin:0 0 32px!important;
  text-align:left!important;
}
.hero-slider .hero-actions{
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:14px!important;
  margin:0!important;
}
.hero-slider .hero-actions .btn.secondary{display:none!important;}
.hero-slider .hero-actions .btn{
  min-width:190px;
  height:58px;
  border-radius:18px;
  font-size:16px;
  padding:0 28px;
}
.hero-slider .slider-btn{z-index:6!important;}
.hero-slider .slider-dots{z-index:6!important;}
.brand-marquee-section{
  width:100%;
  background:#081528;
  color:#fff;
  overflow:hidden;
  padding:32px 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand-marquee-title{
  text-align:center;
  font-weight:900;
  letter-spacing:.5px;
  color:#fbbf24;
  margin-bottom:18px;
  text-transform:uppercase;
}
.brand-marquee{
  width:100%;
  overflow:hidden;
}
.brand-marquee-track{
  display:flex;
  align-items:center;
  gap:22px;
  width:max-content;
  animation:brandMarquee 35s linear infinite;
}
.brand-marquee:hover .brand-marquee-track{animation-play-state:paused;}
.brand-marquee-item{
  min-width:210px;
  height:92px;
  padding:14px 22px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#fff;
  font-weight:900;
  white-space:nowrap;
  backdrop-filter:blur(10px);
}
.brand-marquee-logo{
  width:58px;
  height:58px;
  border-radius:16px;
  background:#fff;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#f59e0b;
  flex:0 0 58px;
}
.brand-marquee-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:6px;
}
@keyframes brandMarquee{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
.brand-page-grid{grid-template-columns:repeat(4,1fr);}
.brand-page-card{
  min-height:180px;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  border:1px solid #eef2f7;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:28px;
  text-align:center;
  transition:.22s;
}
.brand-page-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(15,23,42,.13);}
.brand-page-logo{
  width:110px;
  height:80px;
  display:grid;
  place-items:center;
}
.brand-page-logo img{max-width:110px;max-height:80px;object-fit:contain;}
.brand-page-logo i{font-size:42px;color:#f59e0b;}
.brand-page-card h3{margin:0;font-size:20px;font-weight:900;}
.empty-state{grid-column:1/-1;background:#fff;border-radius:22px;padding:34px;text-align:center;color:#64748b;border:1px solid #e5e7eb;}
@media(max-width:900px){
  .hero-slider,.hero-slider .hero-track,.hero-slider .hero-slide{height:620px!important;min-height:620px!important;}
  .hero-slider .slide-overlay{width:100%!important;background:linear-gradient(90deg,rgba(5,12,25,.94),rgba(5,12,25,.72))!important;}
  .hero-slider .hero-panel{left:0!important;width:86%!important;max-width:86%!important;}
  .hero-slider .hero-panel h1{font-size:42px!important;}
  .hero-slider .hero-panel p{font-size:17px!important;}
  .brand-page-grid{grid-template-columns:repeat(2,1fr);}
  .brand-marquee-item{min-width:180px;}
}
@media(max-width:560px){
  .brand-page-grid{grid-template-columns:1fr;}
}

.section .eyebrow,.page-hero .eyebrow{display:inline-flex!important;}


/* V14 düzenleme: Bayilikler ürün grupları üstünde manuel kaydırmalı */
.brand-marquee-section{display:none!important;}
.brand-carousel-section{
  background:linear-gradient(180deg,#fff,#f8fafc);
  padding:76px 0 28px;
}
.brand-carousel-head{align-items:flex-end;margin-bottom:26px}
.brand-carousel-controls{display:flex;gap:12px;align-items:center}
.brand-nav{
  width:52px;height:52px;border-radius:18px;border:1px solid #e2e8f0;
  background:#fff;color:#111827;display:grid;place-items:center;
  box-shadow:0 12px 30px rgba(15,23,42,.08);cursor:pointer;transition:.2s;
}
.brand-nav:hover{background:#f59e0b;color:#fff;border-color:#f59e0b;transform:translateY(-2px)}
.brand-carousel{
  width:100%;
  min-height:190px;
  display:flex;
  gap:22px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  cursor:grab;
  padding:10px 4px 24px;
  scrollbar-width:thin;
  scrollbar-color:#f59e0b #e2e8f0;
  user-select:none;
}
.brand-carousel.dragging{cursor:grabbing;scroll-behavior:auto}
.brand-carousel::-webkit-scrollbar{height:9px}
.brand-carousel::-webkit-scrollbar-track{background:#e2e8f0;border-radius:999px}
.brand-carousel::-webkit-scrollbar-thumb{background:#f59e0b;border-radius:999px}
.brand-carousel-item{
  flex:0 0 255px;
  min-height:165px;
  border-radius:30px;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 18px 50px rgba(15,23,42,.09);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  color:#111827;
  font-weight:900;
  text-align:center;
  transition:.22s;
}
.brand-carousel-item:hover{transform:translateY(-5px);border-color:#fed7aa;box-shadow:0 28px 70px rgba(15,23,42,.14)}
.brand-carousel-logo{
  width:112px;height:82px;border-radius:22px;
  background:#f8fafc;border:1px solid #edf2f7;
  display:grid;place-items:center;overflow:hidden;color:#f59e0b;font-size:36px;
}
.brand-carousel-logo img{width:100%;height:100%;object-fit:contain;padding:10px}
.brand-carousel-item strong{font-size:17px;line-height:1.35;padding:0 14px}

/* Ürün kartı görselleri daha profesyonel ve kırpmasız */
.card.product-card{border-radius:32px;background:#fff;overflow:hidden}
.card-img{
  height:260px!important;
  background:linear-gradient(135deg,#f8fafc,#eef2f7)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:22px!important;
  overflow:hidden!important;
}
.card-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:20px!important;
  mix-blend-mode:multiply;
}
.card:hover .card-img img{transform:scale(1.04)}
.card-img img{transition:transform .25s ease}

/* Ürün detay: görsel her zaman sağ üstte kalsın, uzun açıklama aşağı aksın */
.product-detail-card{
  display:block!important;
  padding:42px!important;
  overflow:visible!important;
  min-height:560px;
}
.product-detail-card:after{content:"";display:block;clear:both}
.product-info{display:block!important;position:relative!important;z-index:2!important;order:initial!important}
.product-visual{
  float:right!important;
  width:min(46%,520px)!important;
  margin:0 0 26px 38px!important;
  position:relative!important;
  z-index:3!important;
  order:initial!important;
}
.product-image-frame img{
  height:420px!important;
  object-fit:contain!important;
  background:linear-gradient(135deg,#f8fafc,#eef2f7)!important;
}
.product-description{font-size:16px;line-height:1.9}
@media(max-width:900px){
  .brand-carousel-item{flex-basis:220px}
  .product-detail-card{padding:24px!important}
  .product-visual{float:none!important;width:100%!important;margin:0 0 26px!important}
  .product-image-frame img{height:320px!important}
}


/* V15: 500 hata düzeltmesi sonrası ürün detay kesin sağ üst düzen */
.product-detail-card.product-detail-fixed{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,520px)!important;
  gap:42px!important;
  align-items:start!important;
  overflow:hidden!important;
}
.product-detail-card.product-detail-fixed .product-info{
  order:1!important;
  min-width:0!important;
}
.product-detail-card.product-detail-fixed .product-visual{
  order:2!important;
  float:none!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  align-self:start!important;
  position:sticky!important;
  top:115px!important;
}
.product-detail-card.product-detail-fixed .product-image-frame img{
  width:100%!important;
  height:430px!important;
  object-fit:contain!important;
}
@media(max-width:980px){
  .product-detail-card.product-detail-fixed{
    grid-template-columns:1fr!important;
  }
  .product-detail-card.product-detail-fixed .product-visual{
    position:relative!important;
    top:auto!important;
    order:1!important;
  }
  .product-detail-card.product-detail-fixed .product-info{
    order:2!important;
  }
}


/* V16: Ürün detay resmi sağ üstte kalır, açıklama uzun olursa resmin altından devam eder */
.product-detail-card.product-detail-wrap{
  display:block!important;
  overflow:hidden!important;
  padding:42px!important;
  min-height:560px;
  background:linear-gradient(135deg,#fff,#f8fafc)!important;
}
.product-detail-card.product-detail-wrap:after{
  content:"";
  display:block;
  clear:both;
}
.product-detail-card.product-detail-wrap .product-visual-float{
  float:right!important;
  width:min(46%,520px)!important;
  margin:0 0 30px 42px!important;
  position:relative!important;
  top:auto!important;
  order:initial!important;
  z-index:3!important;
}
.product-detail-card.product-detail-wrap .product-info-wrap{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  min-width:0!important;
  order:initial!important;
}
.product-detail-card.product-detail-wrap .product-description{
  display:block!important;
  color:#334155!important;
  line-height:1.9!important;
  font-size:16px!important;
}
.product-detail-card.product-detail-wrap .product-image-frame img{
  width:100%!important;
  height:430px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:linear-gradient(135deg,#f8fafc,#eef2f7)!important;
}
.product-detail-card.product-detail-wrap .visual-note{
  margin-top:18px!important;
}
@media(max-width:980px){
  .product-detail-card.product-detail-wrap{
    padding:24px!important;
  }
  .product-detail-card.product-detail-wrap .product-visual-float{
    float:none!important;
    width:100%!important;
    margin:0 0 28px 0!important;
  }
  .product-detail-card.product-detail-wrap .product-image-frame img{
    height:320px!important;
  }
}

/* V16: Anasayfa bayilik/marka alanı tam sayfa genişlik */
.full-width-brand-section{
  width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
  overflow:hidden!important;
}
.full-width-brand-section .brand-section-inner{
  width:100%!important;
  max-width:none!important;
  padding:0 0 18px!important;
}
.full-width-brand-section .brand-carousel-head{
  width:min(1200px,92%)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.full-width-brand-section .brand-carousel{
  width:100%!important;
  max-width:none!important;
  padding-left:max(4vw,28px)!important;
  padding-right:max(4vw,28px)!important;
}
.full-width-brand-section .brand-carousel-logo{
  width:130px!important;
  height:92px!important;
}
.full-width-brand-section .brand-carousel-item{
  flex-basis:285px!important;
  min-height:185px!important;
}


/* V17 soft kurumsal görünüm + dil anahtarı + iletişim sayfası */
body{background:#f7f9fc;color:#172033}
.site-header{background:rgba(255,255,255,.96)!important;box-shadow:0 18px 50px rgba(15,23,42,.06)!important}
.language-switch{display:flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:5px;margin-right:8px}
.language-switch a{font-weight:900;font-size:12px;padding:7px 10px;border-radius:999px;color:#475569}
.language-switch a.active{background:#111827;color:#fff}
.soft-page-hero,.page-hero{background:radial-gradient(circle at 80% 20%,rgba(217,119,6,.16),transparent 28%),linear-gradient(135deg,#101827,#1e293b)!important}
.hero-slider{border-bottom:1px solid #edf2f7}
.section.alt{background:linear-gradient(180deg,#f8fafc,#fff)!important}
.card,.category-card,.content-box,.product-detail-card{box-shadow:0 22px 70px rgba(15,23,42,.08)!important;border:1px solid #e8edf4!important}
.card-img{background:#f8fafc!important}
.contact-soft-section{background:linear-gradient(180deg,#f8fafc,#fff)}
.contact-head{margin-bottom:28px}
.contact-sections-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:22px}
.contact-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:30px;box-shadow:0 22px 60px rgba(15,23,42,.08);overflow:hidden;display:flex;flex-direction:column;min-height:100%}
.contact-section-info{padding:26px}
.contact-section-info h3{margin:0 0 16px;font-size:24px;color:#111827;letter-spacing:-.4px}
.contact-section-info p{display:flex;gap:12px;align-items:flex-start;margin:12px 0;color:#475569;line-height:1.55}
.contact-section-info i{width:36px;height:36px;border-radius:13px;background:#fff7ed;color:#d97706;display:grid;place-items:center;flex:0 0 36px}
.contact-section-info a{color:#1e293b;font-weight:800}
.contact-mini-map{height:230px;background:#f1f5f9;border-top:1px solid #eef2f7}
.contact-mini-map iframe{width:100%!important;height:100%!important;border:0!important;display:block}
.contact-form-shell{margin-top:34px;background:#fff;border:1px solid #e5e7eb;border-radius:34px;box-shadow:0 24px 70px rgba(15,23,42,.08);padding:30px}
.contact-form .form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #e2e8f0;border-radius:16px;padding:15px 16px;background:#f8fafc;font:inherit}
.contact-form textarea{margin-bottom:14px;resize:vertical}
.alert.success{background:#dcfce7;color:#166534;border-radius:16px;padding:14px;margin:12px 0}
.alert.error{background:#fee2e2;color:#991b1b;border-radius:16px;padding:14px;margin:12px 0}
.modern-contact-grid{align-items:start}
@media(max-width:900px){
  .contact-form .form-grid{grid-template-columns:1fr}
  .language-switch{margin-left:auto}
}


/* V18: Soft kurumsal genel görünüm */
:root{
  --brand:#c78128;
  --brand2:#e6aa4b;
  --brand3:#8b5a20;
  --dark:#1f2937;
  --dark2:#273244;
  --muted:#64748b;
  --bg:#f6f7f4;
  --soft:#fbf5ea;
  --line:#e6e3da;
  --shadow:0 18px 55px rgba(31,41,55,.08);
}
body{
  background:#f7f8f5!important;
  color:#1f2937!important;
}
.container{width:min(1240px,93%)!important}
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:999!important;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(18px)!important;
  border-bottom:1px solid rgba(226,226,218,.9)!important;
  box-shadow:0 12px 40px rgba(31,41,55,.06)!important;
}
.nav{
  min-height:104px!important;
  height:auto!important;
  padding:12px 0!important;
  align-items:center!important;
}
.logo{
  min-width:220px!important;
}
.logo img{
  max-height:82px!important;
  max-width:300px!important;
  object-fit:contain!important;
}
.logo-mark{
  display:none!important;
}
.menu{
  align-items:center!important;
}
.nav-link{
  color:#334155!important;
  font-size:15px!important;
  font-weight:800!important;
  border-radius:999px!important;
  padding:12px 16px!important;
}
.nav-link:hover{
  background:#f4ead9!important;
  color:#9a5b17!important;
}
.language-switch{
  background:#f7f2e8!important;
  border-color:#e9dcc8!important;
}
.language-switch a.active{
  background:#9a5b17!important;
}
.btn{
  background:linear-gradient(135deg,#a7681e,#e0a84a)!important;
  box-shadow:0 12px 30px rgba(167,104,30,.20)!important;
}
.btn.secondary,.btn.bordered{
  background:#fff!important;
  color:#334155!important;
  border:1px solid #e6e3da!important;
}
.hero-slider{
  background:#101827!important;
  border-radius:0 0 34px 34px!important;
  overflow:hidden!important;
}
.slide-overlay{
  background:
    radial-gradient(circle at 76% 30%,rgba(224,168,74,.16),transparent 28%),
    linear-gradient(90deg,rgba(16,24,39,.92) 0%,rgba(16,24,39,.74) 38%,rgba(16,24,39,.34) 58%,rgba(16,24,39,.06) 100%)!important;
}
.hero-panel h1,.hero-content h1{
  letter-spacing:-1.8px!important;
}
.section{
  padding:82px 0!important;
}
.section.alt,.brand-carousel-section,.contact-soft-section{
  background:linear-gradient(180deg,#f7f8f5,#fff)!important;
}
.section-head h2{
  color:#1f2937!important;
  letter-spacing:-.9px!important;
}
.card,.category-card,.content-box,.product-detail-card,.contact-section-card,.contact-form-shell,.brand-carousel-item{
  border-color:#e6e3da!important;
  box-shadow:0 18px 55px rgba(31,41,55,.08)!important;
}
.card,.category-card,.contact-section-card,.brand-carousel-item{
  border-radius:28px!important;
}
.card-img{
  background:linear-gradient(135deg,#faf9f5,#eef1ee)!important;
}
.page-hero,.soft-page-hero{
  background:
    radial-gradient(circle at 82% 20%,rgba(224,168,74,.16),transparent 30%),
    linear-gradient(135deg,#263244,#111827)!important;
  padding:78px 0!important;
}
.footer{
  background:#1d2633!important;
}
.footer-cta{
  background:linear-gradient(135deg,#9a5b17,#d89b3a)!important;
  box-shadow:0 22px 50px rgba(154,91,23,.22)!important;
}

/* V18: Çerez onay bandı */
.cookie-consent{
  position:fixed;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  z-index:1200;
  width:min(940px,calc(100% - 28px));
  min-height:42px;
  background:rgba(255,255,255,.96);
  border:1px solid #e6e3da;
  border-radius:999px;
  box-shadow:0 16px 45px rgba(31,41,55,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:9px 10px 9px 18px;
  color:#475569;
  font-size:13px;
  line-height:1.35;
  backdrop-filter:blur(14px);
}
.cookie-consent.hide{display:none!important}
.cookie-consent button{
  border:0;
  background:#9a5b17;
  color:#fff;
  border-radius:999px;
  padding:9px 16px;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}
@media(max-width:900px){
  .nav{min-height:82px!important}
  .logo{min-width:0!important}
  .logo img{max-height:62px!important;max-width:220px!important}
  .cookie-consent{border-radius:18px;align-items:flex-start;flex-direction:column;padding:13px 14px}
  .cookie-consent button{width:100%}
}


/* V19 düzeltmeleri */

/* Slider alt köşeler düz */
.hero-slider{
  border-radius:0!important;
}

/* Header sayfa ile beraber kayar / sticky net davranış */
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:2000!important;
  width:100%!important;
  transform:none!important;
}
.site-header.is-scrolled{
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 14px 38px rgba(15,23,42,.10)!important;
}
.site-header.is-scrolled .nav{
  min-height:82px!important;
  padding:7px 0!important;
}
.site-header.is-scrolled .logo img{
  max-height:68px!important;
}

/* Üst bar bilgileri daha dengeli */
.topbar-inner{
  align-items:center!important;
}
.topbar-right span,
.topbar-left,
.topbar a{
  white-space:nowrap;
}

/* Anasayfa markalar: az markada ortalı, çok markada yatay açılır/kaydırılır */
.brand-carousel{
  justify-content:center!important;
  scroll-snap-type:x proximity;
}
.brand-carousel.has-overflow{
  justify-content:flex-start!important;
}
.brand-carousel-item{
  scroll-snap-align:center;
}
.full-width-brand-section .brand-carousel{
  padding-left:max(4vw,28px)!important;
  padding-right:max(4vw,28px)!important;
}

/* Footer ürün kategori dili ve genel hizalar için yumuşak görünüm */
.footer-links a{
  align-items:flex-start!important;
  line-height:1.45!important;
}


/* V20: Header gerçekten sayfa kayınca takip eder */
.topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:2999!important;
}
.site-header{
  position:fixed!important;
  top:40px!important;
  left:0!important;
  right:0!important;
  z-index:3000!important;
  width:100%!important;
  transition:top .22s ease, box-shadow .22s ease, background .22s ease!important;
}
body{
  padding-top:146px!important;
}
.site-header.is-scrolled{
  top:0!important;
}
.site-header.is-scrolled + *{}
body.header-scrolled{
  padding-top:104px!important;
}
body.header-scrolled .topbar{
  transform:translateY(-110%)!important;
}
.topbar{
  transition:transform .22s ease!important;
}
.site-header.is-scrolled .nav{
  min-height:86px!important;
}
.site-header.is-scrolled .logo img{
  max-height:72px!important;
}

/* V20: Profesyonel header dropdown */
.menu-item.has-dropdown{
  position:relative!important;
}
.nav-link-parent i{
  font-size:11px!important;
  transition:transform .2s ease!important;
}
.has-dropdown:hover .nav-link-parent i{
  transform:rotate(180deg)!important;
}
.simple-dropdown{
  position:absolute!important;
  top:calc(100% + 14px)!important;
  left:50%!important;
  width:300px!important;
  min-width:300px!important;
  transform:translateX(-50%) translateY(12px)!important;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(226,232,240,.95)!important;
  border-radius:24px!important;
  box-shadow:0 28px 80px rgba(15,23,42,.18)!important;
  padding:14px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  backdrop-filter:blur(18px)!important;
}
.simple-dropdown:before{
  content:""!important;
  position:absolute!important;
  top:-8px!important;
  left:50%!important;
  width:18px!important;
  height:18px!important;
  transform:translateX(-50%) rotate(45deg)!important;
  background:rgba(255,255,255,.98)!important;
  border-left:1px solid rgba(226,232,240,.95)!important;
  border-top:1px solid rgba(226,232,240,.95)!important;
}
.has-dropdown:hover .simple-dropdown{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0)!important;
}
.dropdown-panel-title{
  position:relative!important;
  z-index:1!important;
  font-weight:900!important;
  color:#1f2937!important;
  font-size:15px!important;
  padding:8px 10px 12px!important;
  border-bottom:1px solid #eef2f7!important;
  margin-bottom:8px!important;
}
.dropdown-panel-list{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
}
.dropdown-link{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:12px 12px!important;
  border-radius:16px!important;
  color:#475569!important;
  transition:.18s ease!important;
}
.dropdown-link span{
  width:28px!important;
  height:28px!important;
  border-radius:10px!important;
  background:#f7f2e8!important;
  color:#9a5b17!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 28px!important;
}
.dropdown-link strong{
  font-size:14px!important;
  font-weight:850!important;
}
.dropdown-link:hover{
  background:#f7f2e8!important;
  color:#9a5b17!important;
  transform:translateX(3px)!important;
}

/* V20: Profesyonel dil seçim alanı */
.lang-pro{
  position:relative!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
}
.lang-current{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:76px!important;
  justify-content:center!important;
  padding:12px 14px!important;
  border-radius:999px!important;
  background:#f7f2e8!important;
  border:1px solid #e9dcc8!important;
  color:#7a4a17!important;
  font-weight:900!important;
  cursor:default!important;
}
.lang-dropdown{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  right:0!important;
  width:170px!important;
  background:#fff!important;
  border:1px solid #e6e3da!important;
  border-radius:20px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.16)!important;
  padding:8px!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(10px)!important;
  transition:.2s ease!important;
  pointer-events:none!important;
}
.lang-pro:hover .lang-dropdown{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}
.lang-dropdown a{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:10px 11px!important;
  border-radius:14px!important;
  color:#334155!important;
}
.lang-dropdown a span{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  border-radius:12px!important;
  background:#f8fafc!important;
  font-weight:900!important;
  font-size:12px!important;
}
.lang-dropdown a small{
  font-weight:800!important;
  color:#64748b!important;
}
.lang-dropdown a.active,
.lang-dropdown a:hover{
  background:#f7f2e8!important;
}
.lang-dropdown a.active span{
  background:#9a5b17!important;
  color:#fff!important;
}

@media(max-width:900px){
  body{padding-top:122px!important}
  .site-header{top:34px!important}
  .site-header.is-scrolled{top:0!important}
  .simple-dropdown{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    transform:none!important;
    box-shadow:none!important;
    border-radius:18px!important;
    opacity:1!important;
    visibility:visible!important;
    display:none!important;
    margin-top:8px!important;
  }
  .has-dropdown.open .simple-dropdown{display:block!important}
  .simple-dropdown:before{display:none!important}
  .lang-dropdown{right:auto!important;left:0!important}
}


/* V21: Dil menüsü kapanma sorunu düzeltildi */
.lang-pro{
  position:relative!important;
}
.lang-pro:after{
  content:""!important;
  position:absolute!important;
  left:-10px!important;
  right:-10px!important;
  top:100%!important;
  height:18px!important;
}
.lang-dropdown{
  top:calc(100% + 6px)!important;
  padding-top:10px!important;
}
.lang-pro:hover .lang-dropdown,
.lang-pro:focus-within .lang-dropdown{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}
.lang-dropdown:hover{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

/* V21: Alt sayfa başlık/breadcrumb alanı premium kurumsal görünüm */
.page-hero,
.soft-page-hero,
.product-hero{
  position:relative!important;
  overflow:hidden!important;
  padding:92px 0 84px!important;
  background:
    radial-gradient(circle at 84% 18%, rgba(224,168,74,.22), transparent 26%),
    radial-gradient(circle at 12% 80%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(135deg,#1f2937 0%,#111827 48%,#283548 100%)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.page-hero:before,
.soft-page-hero:before,
.product-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px)!important;
  background-size:58px 58px!important;
  opacity:.28!important;
  pointer-events:none!important;
}
.page-hero:after,
.soft-page-hero:after,
.product-hero:after{
  content:""!important;
  position:absolute!important;
  right:-80px!important;
  top:50%!important;
  width:360px!important;
  height:360px!important;
  border-radius:50%!important;
  border:55px solid rgba(224,168,74,.12)!important;
  transform:translateY(-50%)!important;
}
.page-hero .container,
.soft-page-hero .container,
.product-hero .container{
  position:relative!important;
  z-index:2!important;
}
.breadcrumb{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  color:#e5e7eb!important;
  backdrop-filter:blur(14px)!important;
  padding:10px 16px!important;
  border-radius:999px!important;
  font-size:14px!important;
  font-weight:800!important;
  margin-bottom:18px!important;
}
.breadcrumb a{
  color:#f7d18a!important;
  font-weight:900!important;
}
.page-hero h1,
.product-hero h1{
  font-size:clamp(42px,5.2vw,72px)!important;
  line-height:1!important;
  letter-spacing:-2px!important;
  margin:0 0 14px!important;
  color:#fff!important;
  max-width:820px!important;
}
.page-hero p,
.product-hero p{
  max-width:760px!important;
  font-size:18px!important;
  line-height:1.75!important;
  color:#cbd5e1!important;
}

/* V21: Ürün kartları premium kurumsal kart görünümü */
.grid{
  gap:28px!important;
}
.card.product-card,
.grid > .card{
  position:relative!important;
  border-radius:34px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #e6e3da!important;
  box-shadow:0 20px 60px rgba(31,41,55,.08)!important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease!important;
}
.card.product-card:hover,
.grid > .card:hover{
  transform:translateY(-9px)!important;
  border-color:#e5bd79!important;
  box-shadow:0 34px 90px rgba(31,41,55,.14)!important;
}
.card.product-card:before,
.grid > .card:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:5px!important;
  background:linear-gradient(90deg,#9a5b17,#e0a84a,#f3d39a)!important;
  z-index:2!important;
}
.card-img{
  height:285px!important;
  padding:26px!important;
  background:
    radial-gradient(circle at 75% 20%, rgba(224,168,74,.18), transparent 30%),
    linear-gradient(135deg,#fbfaf6,#edf1ef)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.card-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:22px!important;
  transition:transform .3s ease!important;
}
.card:hover .card-img img{
  transform:scale(1.06)!important;
}
.card-body{
  padding:28px 28px 30px!important;
}
.card small{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  background:#f7f2e8!important;
  color:#9a5b17!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.35px!important;
  margin-bottom:12px!important;
}
.card h3{
  font-size:23px!important;
  line-height:1.2!important;
  color:#1f2937!important;
  margin:0 0 11px!important;
  letter-spacing:-.45px!important;
}
.card p{
  color:#64748b!important;
  line-height:1.75!important;
  min-height:58px!important;
  margin:0 0 14px!important;
}
.read-more{
  margin-top:12px!important;
  padding-top:14px!important;
  border-top:1px solid #edf0eb!important;
  width:100%!important;
  justify-content:space-between!important;
  color:#9a5b17!important;
  font-weight:900!important;
}
.read-more i{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#f7f2e8!important;
}

/* Kategori kartları da aynı profesyonel çizgide */
.category-card{
  border-radius:32px!important;
  background:
    radial-gradient(circle at right top, rgba(224,168,74,.12), transparent 36%),
    #fff!important;
  padding:32px!important;
  min-height:220px!important;
}
.category-card h3{
  font-size:24px!important;
}
.cat-icon{
  width:66px!important;
  height:66px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#f7f2e8,#fff)!important;
  border:1px solid #eadcc6!important;
  color:#9a5b17!important;
}

/* Ürün liste ve kategori sayfalarında kartlar daha dengeli */
.section.alt .grid .card{
  height:100%!important;
}
.section.alt .grid .card .card-body{
  min-height:210px!important;
  display:flex!important;
  flex-direction:column!important;
}
.section.alt .grid .card .card-body h3{
  margin-top:0!important;
}
.section.alt .grid .card .card-body p{
  flex:1!important;
}

/* Mobil iyileştirme */
@media(max-width:900px){
  .page-hero,
  .soft-page-hero,
  .product-hero{
    padding:64px 0 58px!important;
  }
  .card-img{
    height:235px!important;
  }
  .lang-dropdown{
    top:calc(100% + 4px)!important;
  }
}

.lang-pro.open .lang-dropdown{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}


/* V22: Responsive mobil header boşluk, hamburger menü, footer ve dropdown düzeltmeleri */
html, body{
  max-width:100%!important;
  overflow-x:hidden!important;
}

/* Masaüstü dropdown alt menü tek sembol */
.dropdown-link span.dropdown-dot,
.dropdown-link .dropdown-dot{
  width:9px!important;
  height:9px!important;
  min-width:9px!important;
  flex:0 0 9px!important;
  border-radius:99px!important;
  background:#c78128!important;
  display:block!important;
  box-shadow:none!important;
}
.dropdown-link span.dropdown-dot i{
  display:none!important;
}
.dropdown-link{
  justify-content:flex-start!important;
}
.dropdown-link:after{
  display:none!important;
  content:none!important;
}

/* Mobilde üst boşluk sorunu */
@media(max-width:900px){
  body{
    padding-top:0!important;
    overflow-x:hidden!important;
  }
  body.header-scrolled{
    padding-top:0!important;
  }
  .topbar{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    z-index:50!important;
  }
  body.header-scrolled .topbar{
    transform:none!important;
  }
  .topbar-inner{
    width:100%!important;
    max-width:100%!important;
    padding:8px 14px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:6px!important;
  }
  .topbar-left,
  .topbar-right{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    gap:5px!important;
  }
  .topbar span{
    white-space:normal!important;
    line-height:1.35!important;
    font-size:12px!important;
  }
  .site-header{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    z-index:999!important;
  }
  .site-header.is-scrolled{
    top:0!important;
  }
  .nav{
    min-height:76px!important;
    height:auto!important;
    padding:8px 0!important;
    gap:10px!important;
    flex-wrap:wrap!important;
    position:relative!important;
  }
  .logo{
    min-width:0!important;
    flex:1 1 auto!important;
    max-width:calc(100% - 62px)!important;
  }
  .logo img{
    max-height:56px!important;
    max-width:210px!important;
  }
  .nav-actions{
    margin-left:auto!important;
    gap:8px!important;
  }
  .nav-quote{
    display:none!important;
  }
  .mobile-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
    border-radius:16px!important;
  }
  .language-switch.lang-pro{
    order:3!important;
    margin-left:0!important;
  }
  .lang-current{
    min-width:68px!important;
    padding:10px 12px!important;
  }
  .lang-dropdown{
    left:auto!important;
    right:0!important;
    top:calc(100% + 8px)!important;
    z-index:1500!important;
  }

  /* Mobil hamburger menü düzgün tam genişlik */
  .menu{
    order:4!important;
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    background:#fff!important;
    border:1px solid #e6e3da!important;
    border-radius:24px!important;
    padding:14px!important;
    box-shadow:0 26px 70px rgba(15,23,42,.18)!important;
    overflow:visible!important;
  }
  .menu.open{
    display:flex!important;
  }
  .menu > .nav-link,
  .menu-item,
  .menu-item > .nav-link{
    width:100%!important;
    max-width:100%!important;
  }
  .nav-link{
    justify-content:space-between!important;
    padding:14px 16px!important;
    border-radius:16px!important;
    background:#f8fafc!important;
    color:#1f2937!important;
    white-space:normal!important;
    text-align:left!important;
  }
  .menu-item.has-dropdown{
    width:100%!important;
    position:relative!important;
  }
  .nav-link-parent i{
    margin-left:auto!important;
  }

  /* Mobil alt menü kayma/taşma düzeltme */
  .simple-dropdown{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    transform:none!important;
    margin:8px 0 0 0!important;
    padding:10px!important;
    border-radius:18px!important;
    border:1px solid #e6e3da!important;
    background:#fbfaf6!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    display:none!important;
    overflow:hidden!important;
  }
  .has-dropdown.open .simple-dropdown{
    display:block!important;
  }
  .simple-dropdown:before,
  .dropdown-menu:before{
    display:none!important;
  }
  .dropdown-panel-title{
    display:none!important;
  }
  .dropdown-panel-list{
    gap:6px!important;
  }
  .dropdown-link{
    width:100%!important;
    padding:12px 12px!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#334155!important;
    transform:none!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
  }
  .dropdown-link:hover{
    transform:none!important;
    background:#f7f2e8!important;
  }
  .dropdown-link .dropdown-dot{
    width:7px!important;
    height:7px!important;
    min-width:7px!important;
    flex:0 0 7px!important;
  }
  .dropdown-link strong{
    font-size:14px!important;
    line-height:1.3!important;
    white-space:normal!important;
  }

  /* Footer mobil %100 uyumlu, taşmasız */
  .footer{
    padding-bottom:26px!important;
    overflow:hidden!important;
  }
  .footer .container{
    width:100%!important;
    max-width:100%!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .footer-cta{
    transform:none!important;
    margin:24px 0!important;
    border-radius:24px!important;
    padding:22px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    text-align:left!important;
  }
  .footer-cta h3{
    font-size:22px!important;
    line-height:1.25!important;
  }
  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  .footer-brand,
  .footer-links,
  .footer-contact{
    width:100%!important;
    max-width:100%!important;
  }
  .footer-logo img{
    max-width:220px!important;
    max-height:86px!important;
    object-fit:contain!important;
  }
  .footer-social{
    flex-wrap:wrap!important;
  }
  .footer-links a,
  .footer-contact p{
    width:100%!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .copyright{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    align-items:flex-start!important;
    text-align:left!important;
    padding-top:20px!important;
  }

  /* Sayfa içi taşma emniyeti */
  .container,
  .brand-section-inner,
  .full-width-brand-section,
  .brand-carousel,
  .grid,
  .card,
  .category-card,
  .product-detail-card{
    max-width:100%!important;
  }
  .grid{
    grid-template-columns:1fr!important;
  }
  .cookie-consent{
    width:calc(100% - 24px)!important;
    left:12px!important;
    right:12px!important;
    transform:none!important;
  }
}


/* V23: Mobil header kesin düzeltme */

/* Mobilde üst adres/telefon/çalışma saati bandı tamamen gizli */
@media(max-width:900px){
  .topbar{
    display:none!important;
  }

  html,body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  body{
    padding-top:82px!important;
  }

  body.header-scrolled{
    padding-top:82px!important;
  }

  /* Mobil header sayfa ile birlikte sürekli takip eder */
  .site-header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:5000!important;
    transform:none!important;
    margin:0!important;
  }

  .site-header.is-scrolled{
    top:0!important;
  }

  .site-header .container.nav{
    width:100%!important;
    max-width:100%!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }

  .nav{
    min-height:82px!important;
    height:auto!important;
    padding-top:9px!important;
    padding-bottom:9px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    flex-wrap:nowrap!important;
  }

  .logo{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 62px)!important;
  }

  .logo img{
    max-height:58px!important;
    max-width:220px!important;
    object-fit:contain!important;
  }

  .nav-actions{
    flex:0 0 auto!important;
    margin-left:0!important;
  }

  .mobile-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
    position:relative!important;
    z-index:5100!important;
  }

  /* Dil seçimi mobilde hamburger menünün içine/altına değil, header içinde düzgün kalsın */
  .language-switch.lang-pro{
    position:relative!important;
    flex:0 0 auto!important;
    margin-left:auto!important;
    order:initial!important;
  }

  .lang-current{
    min-width:62px!important;
    height:42px!important;
    padding:8px 10px!important;
  }

  .lang-dropdown{
    right:0!important;
    left:auto!important;
    top:calc(100% + 8px)!important;
  }

  /* Hamburger menü: sağa/sola kaymadan ekran içinde */
  .menu{
    position:fixed!important;
    top:82px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    min-width:0!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    background:#fff!important;
    border:1px solid #e6e3da!important;
    border-radius:22px!important;
    padding:12px!important;
    box-shadow:0 26px 70px rgba(15,23,42,.22)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    max-height:calc(100vh - 98px)!important;
    z-index:5050!important;
  }

  .menu.open{
    display:flex!important;
  }

  .menu > a.nav-link,
  .menu > .menu-item,
  .menu-item > .nav-link{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  .menu-item.has-dropdown{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  .nav-link{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:14px 15px!important;
    border-radius:16px!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  /* Alt menü: asla absolute kalmasın, sola kaymasın */
  .simple-dropdown,
  .dropdown-menu.simple-dropdown{
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:8px 0 0 0!important;
    padding:9px!important;
    border-radius:16px!important;
    background:#fbfaf6!important;
    border:1px solid #e8ddca!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    display:none!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .has-dropdown.open .simple-dropdown,
  .has-dropdown.open .dropdown-menu.simple-dropdown{
    display:block!important;
  }

  .simple-dropdown:before,
  .dropdown-menu.simple-dropdown:before{
    display:none!important;
  }

  .dropdown-panel-title{
    display:none!important;
  }

  .dropdown-panel-list{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    gap:6px!important;
    overflow:hidden!important;
  }

  .dropdown-link{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    padding:12px!important;
    border-radius:13px!important;
    background:#fff!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    transform:none!important;
  }

  .dropdown-link:hover{
    transform:none!important;
  }

  .dropdown-link strong{
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    line-height:1.35!important;
    font-size:14px!important;
  }

  .dropdown-dot{
    flex:0 0 7px!important;
    width:7px!important;
    height:7px!important;
  }

  /* Menü açıkken sayfada yatay taşma olmasın */
  .site-header,
  .site-header *,
  .menu,
  .menu *{
    box-sizing:border-box!important;
  }
}


/* V24: Mobil açılır alt menü kesin düzeltme */
/* Amaç: Mobilde dropdown hiçbir şekilde masaüstü absolute/transform animasyonunu devralmasın */

@media(max-width:900px){

  .menu.open{
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }

  .menu .has-dropdown{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
  }

  .menu .has-dropdown > .nav-link{
    width:100%!important;
    max-width:100%!important;
    position:relative!important;
    z-index:2!important;
  }

  /* Mobil dropdown sıfır transform / sıfır absolute */
  .menu .has-dropdown .dropdown-menu,
  .menu .has-dropdown .simple-dropdown{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;

    transform:none!important;
    translate:none!important;

    width:100%!important;
    max-width:100%!important;
    min-width:0!important;

    margin:8px 0 0 0!important;
    padding:8px!important;

    display:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;

    background:#fbfaf6!important;
    border:1px solid #eadcc6!important;
    border-radius:16px!important;
    box-shadow:none!important;

    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  .menu .has-dropdown.open .dropdown-menu,
  .menu .has-dropdown.open .simple-dropdown{
    display:block!important;
  }

  .menu .has-dropdown:hover .dropdown-menu,
  .menu .has-dropdown:hover .simple-dropdown{
    transform:none!important;
  }

  .menu .dropdown-panel-list{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
  }

  .menu .dropdown-link{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;

    width:100%!important;
    max-width:100%!important;
    min-width:0!important;

    margin:0!important;
    padding:12px 13px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;

    background:#fff!important;
    border:1px solid #f1eadf!important;
    border-radius:13px!important;
    color:#334155!important;

    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .menu .dropdown-link:hover{
    transform:none!important;
    left:auto!important;
    background:#f7f2e8!important;
  }

  .menu .dropdown-link strong{
    display:block!important;
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    line-height:1.35!important;
  }

  .menu .dropdown-dot{
    display:block!important;
    width:7px!important;
    height:7px!important;
    min-width:7px!important;
    flex:0 0 7px!important;
    border-radius:99px!important;
    background:#c78128!important;
  }

  .menu .dropdown-panel-title,
  .menu .simple-dropdown:before,
  .menu .dropdown-menu:before{
    display:none!important;
  }

  /* Mobilde masaüstü hover açma/kaydırma etkilerini tamamen iptal et */
  .has-dropdown:hover .simple-dropdown,
  .has-dropdown:hover .dropdown-menu{
    transform:none!important;
  }

  /* Menü dışına tıklayınca garip animasyon/kayma olmasın */
  .dropdown-menu,
  .simple-dropdown{
    transition:none!important;
    animation:none!important;
  }

  .menu,
  .menu *{
    backface-visibility:hidden!important;
  }
}


/* V25: Header arama ikonu ve tam ekran arama */
.header-search-toggle{
  width:46px;
  height:46px;
  border:1px solid #e9dcc8;
  border-radius:999px;
  background:#fff;
  color:#7a4a17;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
  transition:.2s ease;
}
.header-search-toggle:hover{
  background:#f7f2e8;
  transform:translateY(-2px);
}
.site-search-overlay{
  position:fixed;
  inset:0;
  z-index:8000;
  background:rgba(15,23,42,.86);
  backdrop-filter:blur(16px);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.site-search-overlay.open{
  display:flex;
}
.search-close{
  position:absolute;
  top:28px;
  right:28px;
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:20px;
  cursor:pointer;
}
.site-search-box{
  width:min(850px,100%);
  text-align:center;
  color:#fff;
}
.search-eyebrow{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(224,168,74,.18);
  border:1px solid rgba(224,168,74,.38);
  color:#f8d89a;
  font-weight:900;
  margin-bottom:18px;
}
.site-search-box h2{
  font-size:clamp(32px,5vw,58px);
  line-height:1.08;
  letter-spacing:-1.6px;
  margin:0 0 28px;
}
.site-search-form{
  display:flex;
  gap:12px;
  background:#fff;
  border-radius:28px;
  padding:12px;
  box-shadow:0 30px 90px rgba(0,0,0,.24);
}
.site-search-form input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  font-size:18px;
  padding:0 18px;
  color:#111827;
}
.site-search-form button{
  border:0;
  border-radius:20px;
  padding:18px 26px;
  background:linear-gradient(135deg,#9a5b17,#e0a84a);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}
.search-result-info{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:24px;
  padding:16px 20px;
  background:#fff;
  border:1px solid #e6e3da;
  border-radius:20px;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
}
.search-result-info a{
  color:#9a5b17;
  font-weight:900;
}
.product-empty-state{
  background:#fff;
  border:1px solid #e6e3da;
  border-radius:26px;
  padding:34px;
  margin-top:22px;
  text-align:center;
}

/* V25: Mobilde menü dışına tıklanınca kapanma için overlay */
.mobile-menu-backdrop{
  position:fixed;
  inset:0;
  z-index:5040;
  background:rgba(15,23,42,.18);
  display:none;
}
.mobile-menu-backdrop.show{
  display:block;
}
@media(max-width:900px){
  .header-search-toggle{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
  }
  .site-search-form{
    flex-direction:column;
    border-radius:22px;
  }
  .site-search-form input{
    min-height:58px;
    text-align:center;
  }
  .site-search-form button{
    width:100%;
  }
  .search-close{
    top:18px;
    right:18px;
  }
  .menu.open{
    z-index:5050!important;
  }
}


/* V26: Mobil menü dış tık kapanma düzeltmesi */
@media(max-width:900px){
  .mobile-menu-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:5040!important;
    background:rgba(15,23,42,.18)!important;
    display:none!important;
  }
  .mobile-menu-backdrop.show{
    display:block!important;
  }
  .site-header{
    z-index:5060!important;
  }
  .menu.open{
    z-index:5070!important;
  }
  .menu.open,
  .menu.open *{
    pointer-events:auto!important;
  }
}


/* V27: Hamburger menü kesin açılma düzeltmesi */
@media(max-width:900px){
  .mobile-toggle{
    pointer-events:auto!important;
    cursor:pointer!important;
    z-index:9000!important;
  }

  .site-header{
    pointer-events:auto!important;
    z-index:8000!important;
  }

  .menu{
    pointer-events:auto!important;
  }

  .menu.open{
    display:flex!important;
    pointer-events:auto!important;
    z-index:8500!important;
  }

  .mobile-menu-backdrop{
    pointer-events:auto!important;
    z-index:8400!important;
  }

  .mobile-menu-backdrop.show{
    display:block!important;
  }

  .nav-actions{
    pointer-events:auto!important;
  }
}


/* V28: Mobil menü içi tıklama kapanma kesin düzeltme */
@media(max-width:900px){
  .mobile-menu-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:5040!important;
    background:rgba(15,23,42,.18)!important;
    display:none!important;
  }
  .mobile-menu-backdrop.show{
    display:block!important;
  }
  .site-header{
    z-index:5060!important;
  }
  .menu.open{
    display:flex!important;
    z-index:5070!important;
    pointer-events:auto!important;
  }
  .menu.open,
  .menu.open *{
    pointer-events:auto!important;
  }
  .mobile-toggle{
    pointer-events:auto!important;
    z-index:5080!important;
  }
}


/* V29: Sağ scroll bar görünmeme / sayfa seçiliyor gibi davranma düzeltmesi */
html{
  overflow-y:scroll!important;
  overflow-x:hidden!important;
  height:auto!important;
}

body{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  height:auto!important;
  min-height:100vh!important;
}

body:not(.search-open):not(.mobile-menu-open){
  overflow-y:auto!important;
}

body.search-open{
  overflow:hidden!important;
}

body.mobile-menu-open{
  overflow-x:hidden!important;
  overflow-y:auto!important;
}

::-webkit-scrollbar{
  width:12px!important;
  height:12px!important;
}

::-webkit-scrollbar-track{
  background:#f1f1f1!important;
}

::-webkit-scrollbar-thumb{
  background:#c78128!important;
  border-radius:10px!important;
  border:3px solid #f1f1f1!important;
}

::-webkit-scrollbar-thumb:hover{
  background:#9a5b17!important;
}

*{
  scrollbar-width:auto;
  scrollbar-color:#c78128 #f1f1f1;
}

.mobile-menu-backdrop:not(.show),
.site-search-overlay:not(.open){
  pointer-events:none!important;
}

.site-search-overlay:not(.open){
  display:none!important;
}

.mobile-menu-backdrop:not(.show){
  display:none!important;
}


/* V32: Header logo büyük ve okunabilir görünüm */
.site-header{
  background:rgba(255,255,255,.98)!important;
}

.nav{
  min-height:128px!important;
  padding:16px 0!important;
  align-items:center!important;
}

.logo{
  min-width:310px!important;
  width:310px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

.logo.has-image-logo img,
.logo img{
  max-height:108px!important;
  max-width:300px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
}

.menu{
  margin-left:auto!important;
  margin-right:28px!important;
}

.nav-actions{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}

/* Scroll sonrası da logo okunabilir kalsın */
.site-header.is-scrolled .nav{
  min-height:104px!important;
  padding:10px 0!important;
}

.site-header.is-scrolled .logo.has-image-logo img,
.site-header.is-scrolled .logo img{
  max-height:88px!important;
  max-width:270px!important;
}

/* Slider header altında düzgün başlasın */
body{
  padding-top:168px!important;
}

body.header-scrolled{
  padding-top:124px!important;
}

/* Masaüstünde topbar varsa toplam yüksekliğe göre ayar */
.topbar + .site-header{
  top:40px!important;
}

.site-header.is-scrolled{
  top:0!important;
}

/* Mobilde logo fazla büyümesin ama okunabilir olsun */
@media(max-width:900px){
  body,
  body.header-scrolled{
    padding-top:92px!important;
  }

  .nav{
    min-height:92px!important;
    padding:10px 14px!important;
  }

  .logo{
    min-width:0!important;
    width:auto!important;
    max-width:calc(100% - 172px)!important;
    flex:1 1 auto!important;
  }

  .logo.has-image-logo img,
  .logo img{
    max-height:72px!important;
    max-width:220px!important;
  }

  .site-header.is-scrolled .logo.has-image-logo img,
  .site-header.is-scrolled .logo img{
    max-height:66px!important;
    max-width:205px!important;
  }

  .menu{
    margin:0!important;
  }
}

/* Çok dar telefonlarda */
@media(max-width:430px){
  .logo.has-image-logo img,
  .logo img{
    max-height:64px!important;
    max-width:180px!important;
  }

  .logo{
    max-width:calc(100% - 154px)!important;
  }

  .header-search-toggle,
  .lang-current,
  .mobile-toggle{
    transform:scale(.94)!important;
  }
}


/* V33: Header logo kesilmeden beyaz alana göre okunabilir büyük görünüm */
.nav{
  min-height:132px!important;
  padding:10px 0!important;
  overflow:visible!important;
}
.logo{
  width:330px!important;
  min-width:330px!important;
  height:112px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.logo.has-image-logo img,
.logo img{
  max-height:104px!important;
  max-width:315px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
}
.site-header,
.site-header .container,
.site-header .nav{
  overflow:visible!important;
}
.menu{
  align-items:center!important;
}
.site-header.is-scrolled .nav{
  min-height:116px!important;
  padding:8px 0!important;
}
.site-header.is-scrolled .logo{
  height:98px!important;
}
.site-header.is-scrolled .logo.has-image-logo img,
.site-header.is-scrolled .logo img{
  max-height:92px!important;
  max-width:295px!important;
}
body{
  padding-top:172px!important;
}
body.header-scrolled{
  padding-top:132px!important;
}

@media(max-width:900px){
  body, body.header-scrolled{
    padding-top:94px!important;
  }
  .nav{
    min-height:92px!important;
    padding:8px 12px!important;
  }
  .logo{
    width:auto!important;
    min-width:0!important;
    height:76px!important;
    max-width:calc(100% - 168px)!important;
    justify-content:flex-start!important;
  }
  .logo.has-image-logo img,
  .logo img{
    max-height:72px!important;
    max-width:220px!important;
  }
}
@media(max-width:430px){
  .logo{
    max-width:calc(100% - 148px)!important;
  }
  .logo.has-image-logo img,
  .logo img{
    max-height:66px!important;
    max-width:190px!important;
  }
}


/* V34: Mobil header stabilizasyonu */
@media(max-width:900px){
  html,body{
    margin:0!important;
    overflow-x:hidden!important;
  }

  .topbar{
    display:none!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }

  body,
  body.header-scrolled{
    padding-top:96px!important;
  }

  .site-header,
  .site-header.is-scrolled{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:96px!important;
    min-height:96px!important;
    max-height:96px!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    background:rgba(255,255,255,.98)!important;
    z-index:8000!important;
    box-shadow:0 10px 28px rgba(15,23,42,.08)!important;
  }

  .site-header .container,
  .site-header .container.nav,
  .nav,
  .site-header.is-scrolled .nav{
    width:100%!important;
    max-width:100%!important;
    height:96px!important;
    min-height:96px!important;
    max-height:96px!important;
    padding:10px 14px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    box-sizing:border-box!important;
  }

  .logo,
  .site-header.is-scrolled .logo{
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    height:76px!important;
    max-width:calc(100% - 168px)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    overflow:visible!important;
    margin:0!important;
  }

  .logo.has-image-logo img,
  .logo img,
  .site-header.is-scrolled .logo.has-image-logo img,
  .site-header.is-scrolled .logo img{
    max-height:76px!important;
    max-width:230px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:left center!important;
    display:block!important;
    transform:none!important;
  }

  .nav-actions,
  .site-header.is-scrolled .nav-actions{
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    transform:none!important;
  }

  .header-search-toggle,
  .mobile-toggle,
  .site-header.is-scrolled .header-search-toggle,
  .site-header.is-scrolled .mobile-toggle{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    flex:0 0 42px!important;
    padding:0!important;
    transform:none!important;
    margin:0!important;
  }

  .lang-current,
  .site-header.is-scrolled .lang-current{
    width:64px!important;
    min-width:64px!important;
    max-width:64px!important;
    height:42px!important;
    flex:0 0 64px!important;
    padding:0!important;
    gap:5px!important;
    font-size:13px!important;
    transform:none!important;
    margin:0!important;
  }

  .menu,
  .menu.open{
    top:104px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    margin:0!important;
  }

  .lang-dropdown{
    right:0!important;
    left:auto!important;
    top:calc(100% + 8px)!important;
  }
}

@media(max-width:430px){
  body,
  body.header-scrolled{
    padding-top:92px!important;
  }

  .site-header,
  .site-header.is-scrolled,
  .site-header .container.nav,
  .nav,
  .site-header.is-scrolled .nav{
    height:92px!important;
    min-height:92px!important;
    max-height:92px!important;
    padding:9px 10px!important;
  }

  .logo,
  .site-header.is-scrolled .logo{
    height:72px!important;
    max-width:calc(100% - 150px)!important;
  }

  .logo.has-image-logo img,
  .logo img,
  .site-header.is-scrolled .logo.has-image-logo img,
  .site-header.is-scrolled .logo img{
    max-height:72px!important;
    max-width:205px!important;
  }

  .header-search-toggle,
  .mobile-toggle,
  .site-header.is-scrolled .header-search-toggle,
  .site-header.is-scrolled .mobile-toggle{
    width:39px!important;
    height:39px!important;
    min-width:39px!important;
    max-width:39px!important;
    flex:0 0 39px!important;
  }

  .lang-current,
  .site-header.is-scrolled .lang-current{
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:39px!important;
    flex:0 0 58px!important;
  }

  .menu,
  .menu.open{
    top:100px!important;
  }
}


/* V35: Topbar mobil boşluk kesin kaldırma + logo büyütme */

/* Masaüstü logo daha büyük */
@media(min-width:901px){
  .nav{
    min-height:150px!important;
    padding:12px 0!important;
  }

  .logo{
    width:210px!important;
    min-width:210px!important;
    height:130px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:left !important
    overflow:visible!important;
  }

  .logo.has-image-logo img,
  .logo img{
    max-height:126px!important;
    max-width:375px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
  }

  .site-header.is-scrolled .nav{
    min-height:132px!important;
    padding:10px 0!important;
  }

  .site-header.is-scrolled .logo{
    height:116px!important;
  }

  .site-header.is-scrolled .logo.has-image-logo img,
  .site-header.is-scrolled .logo img{
    max-height:112px!important;
    max-width:350px!important;
  }

  body{
    padding-top:190px!important;
  }

  body.header-scrolled{
    padding-top:150px!important;
  }
}

/* Mobil topbar sadece display none değil; DOM boşluğu da sıfır */
@media(max-width:900px){
  .topbar,
  .topbar *,
  body.header-scrolled .topbar,
  body.mobile-menu-open .topbar{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    line-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    overflow:hidden!important;
    position:absolute!important;
    top:-9999px!important;
    left:-9999px!important;
  }

  /* Header tam en üste yapışsın, üstte boşluk kalmasın */
  html,
  body{
    margin-top:0!important;
    padding-top:0!important;
  }

  body,
  body.header-scrolled{
    padding-top:104px!important;
  }

  .site-header,
  .site-header.is-scrolled{
    top:0!important;
    height:104px!important;
    min-height:104px!important;
    max-height:104px!important;
  }

  .site-header .container,
  .site-header .container.nav,
  .nav,
  .site-header.is-scrolled .nav{
    height:104px!important;
    min-height:104px!important;
    max-height:104px!important;
    padding:10px 12px!important;
  }

  /* Mobil logo daha büyük ve stabil */
  .logo,
  .site-header.is-scrolled .logo{
    height:86px!important;
    max-width:calc(100% - 158px)!important;
    min-width:0!important;
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    overflow:visible!important;
  }

  .logo.has-image-logo img,
  .logo img,
  .site-header.is-scrolled .logo.has-image-logo img,
  .site-header.is-scrolled .logo img{
    max-height:84px!important;
    max-width:260px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:left center!important;
    display:block!important;
    transform:none!important;
  }

  .menu,
  .menu.open{
    top:112px!important;
  }
}

/* Dar mobilde de logo olabildiğince büyük */
@media(max-width:430px){
  body,
  body.header-scrolled{
    padding-top:100px!important;
  }

  .site-header,
  .site-header.is-scrolled,
  .site-header .container.nav,
  .nav,
  .site-header.is-scrolled .nav{
    height:100px!important;
    min-height:100px!important;
    max-height:100px!important;
    padding:9px 8px!important;
  }

  .logo,
  .site-header.is-scrolled .logo{
    height:82px!important;
    max-width:calc(100% - 142px)!important;
  }

  .logo.has-image-logo img,
  .logo img,
  .site-header.is-scrolled .logo.has-image-logo img,
  .site-header.is-scrolled .logo img{
    max-height:80px!important;
    max-width:235px!important;
  }

  .header-search-toggle,
  .mobile-toggle,
  .site-header.is-scrolled .header-search-toggle,
  .site-header.is-scrolled .mobile-toggle{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    flex:0 0 38px!important;
  }

  .lang-current,
  .site-header.is-scrolled .lang-current{
    width:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    height:38px!important;
    flex:0 0 56px!important;
  }

  .menu,
  .menu.open{
    top:108px!important;
  }
}


/* V36: Mobil topbar boşluğu kesin çözüm */
/* Önceki .topbar + .site-header { top:40px } ve body padding kurallarını mobilde tamamen ezer */

@media screen and (max-width:900px){

  .topbar,
  body .topbar,
  html body .topbar{
    display:none!important;
    position:fixed!important;
    top:-99999px!important;
    left:-99999px!important;
    width:0!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    overflow:hidden!important;
    visibility:hidden!important;
    opacity:0!important;
  }

  .topbar + .site-header,
  body .topbar + .site-header,
  html body .topbar + .site-header,
  .site-header,
  .site-header.is-scrolled{
    top:0!important;
    margin-top:0!important;
    transform:none!important;
  }

  html,
  body{
    margin:0!important;
    padding-top:0!important;
  }

  body,
  body.header-scrolled,
  body.mobile-menu-open,
  body:not(.search-open):not(.mobile-menu-open){
    padding-top:104px!important;
  }

  .site-header,
  .site-header.is-scrolled{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    height:104px!important;
    min-height:104px!important;
    max-height:104px!important;
  }

  .site-header .container,
  .site-header .container.nav,
  .nav,
  .site-header.is-scrolled .nav{
    height:104px!important;
    min-height:104px!important;
    max-height:104px!important;
  }

  .menu,
  .menu.open{
    top:112px!important;
  }
}

@media screen and (max-width:430px){
  body,
  body.header-scrolled,
  body.mobile-menu-open,
  body:not(.search-open):not(.mobile-menu-open){
    padding-top:100px!important;
  }

  .topbar + .site-header,
  .site-header,
  .site-header.is-scrolled{
    top:0!important;
    height:100px!important;
    min-height:100px!important;
    max-height:100px!important;
  }

  .site-header .container,
  .site-header .container.nav,
  .nav,
  .site-header.is-scrolled .nav{
    height:100px!important;
    min-height:100px!important;
    max-height:100px!important;
  }

  .menu,
  .menu.open{
    top:108px!important;
  }
}


/* V37 Online katalog */
.catalog-page-section{
  background:#f7f8f5;
}
.catalog-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}
.catalog-card{
  border:1px solid #e6e3da;
  background:#fff;
  border-radius:28px;
  min-height:230px;
  padding:28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center;
  cursor:pointer;
  box-shadow:0 18px 55px rgba(31,41,55,.08);
  transition:.22s ease;
}
.catalog-card:hover{
  transform:translateY(-8px);
  border-color:#d7a64b;
  box-shadow:0 32px 80px rgba(31,41,55,.14);
}
.catalog-logo{
  width:160px;
  height:94px;
  border-radius:22px;
  background:#fbfaf6;
  border:1px solid #eee7db;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}
.catalog-logo img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}
.catalog-logo i{
  color:#c78128;
  font-size:42px;
}
.catalog-card strong{
  color:#1f2937;
  font-size:21px;
  line-height:1.2;
}
.catalog-card small{
  color:#9a5b17;
  font-weight:900;
}
.catalog-modal{
  position:fixed;
  inset:0;
  z-index:9500;
  display:none;
}
.catalog-modal.open{
  display:block;
}
.catalog-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.74);
  backdrop-filter:blur(10px);
}
.catalog-modal-dialog{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(1180px,calc(100% - 34px));
  height:min(820px,calc(100vh - 44px));
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 40px 120px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}
.catalog-modal-head{
  height:70px;
  padding:0 18px 0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#fff;
  border-bottom:1px solid #edf0eb;
}
.catalog-modal-head strong{
  font-size:20px;
  color:#1f2937;
}
.catalog-modal-head > div{
  display:flex;
  align-items:center;
  gap:10px;
}
.catalog-download{
  color:#9a5b17;
  font-weight:900;
  background:#f7f2e8;
  border-radius:999px;
  padding:10px 14px;
}
.catalog-close{
  border:0;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#1f2937;
  color:#fff;
  cursor:pointer;
}
.catalog-modal-body{
  flex:1;
  background:#f3f4f6;
}
.catalog-modal-body iframe,
.catalog-modal-body img{
  width:100%;
  height:100%;
  border:0;
  object-fit:contain;
  display:block;
}
@media(max-width:1100px){
  .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
  .catalog-card{min-height:190px;padding:18px;border-radius:22px;}
  .catalog-logo{width:130px;height:78px;}
  .catalog-modal-dialog{width:calc(100% - 18px);height:calc(100vh - 22px);border-radius:18px;}
  .catalog-modal-head{height:auto;min-height:64px;padding:12px;align-items:flex-start;}
  .catalog-modal-head > div{gap:7px;}
  .catalog-download{font-size:12px;padding:9px 10px;}
}
@media(max-width:460px){
  .catalog-grid{grid-template-columns:1fr;}
}


/* V38: Markalar alanı yatay scrollbar gizleme */
.full-width-brand-section,
.brand-section-inner,
.brand-carousel-section{
  overflow:hidden!important;
}

.brand-carousel{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}

.brand-carousel::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}

.brand-carousel.dragging{
  cursor:grabbing!important;
}

/* Katalog modal açıkken arka sayfa scroll kilidi */
body.catalog-open{
  overflow:hidden!important;
}
