/* MD Teknoloji 2026 UI layer - non destructive */
:root{
  --md26-bg:#f3f4f6;
  --md26-panel:#ffffff;
  --md26-dark:#101827;
  --md26-navy:#111827;
  --md26-blue:#1d4ed8;
  --md26-accent:#f59e0b;
  --md26-border:#e5e7eb;
  --md26-muted:#6b7280;
  --md26-green:#16a34a;
  --md26-danger:#dc2626;
  --md26-radius:14px;
  --md26-shadow:0 10px 30px rgba(15,23,42,.08);
}
body{background:var(--md26-bg);}
.bg__white{background:var(--md26-panel) !important;}
.siteler{background:#0b1220;color:#dbeafe;font-size:12px;border-bottom:1px solid rgba(255,255,255,.08);}
.siteler a{color:#dbeafe;margin-right:18px;}
.siteler .notification a{color:#fff;}
#header.htc-header{background:var(--md26-dark) !important;box-shadow:0 6px 22px rgba(0,0,0,.18);position:relative;z-index:50;}
#sticky-header-with-topbar{background:var(--md26-dark) !important;}
#sticky-header-with-topbar .container{border-bottom:0 !important;}
#header .logo img{max-height:58px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18));}
#header .main__menu>li>a{color:#f8fafc !important;font-weight:600;letter-spacing:.2px;}
#header .main__menu>li>a:hover{color:var(--md26-accent) !important;}
#header .menus .menu-extra{display:flex;align-items:center;justify-content:flex-end;gap:12px;background:none !important;}
#header .menus .menu-extra>li{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;}
#header .menus .menu-extra>li span{color:#fff;font-size:20px;}
.countsepet{background:var(--md26-accent) !important;color:#111 !important;border-radius:999px;min-width:20px;height:20px;line-height:20px;font-weight:800;font-size:11px;position:absolute;right:-7px;top:-7px;}
.md2026-header-search{padding:8px 0 6px;}
.md2026-search-form{display:flex;width:100%;background:#fff;border:2px solid var(--md26-accent);border-radius:999px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.12);}
.md2026-search-form input{border:0 !important;height:46px;line-height:46px;padding:0 18px;width:100%;font-size:15px;color:#111827;background:#fff;outline:0;}
.md2026-search-form button{width:62px;border:0;background:var(--md26-accent);color:#111827;font-weight:800;font-size:18px;cursor:pointer;}
.md2026-search-hints{display:flex;gap:10px;flex-wrap:wrap;margin-top:7px;font-size:12px;color:#dbeafe;}
.md2026-search-hints a{color:#dbeafe;text-decoration:none;opacity:.9;}
.md2026-search-hints a:hover{color:#fff;text-decoration:underline;}
.md2026-quick-strip{background:#192337;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);}
.md2026-quick-strip .container{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-top:8px;padding-bottom:8px;}
.md2026-quick-strip a,.md2026-quick-strip span{color:#e5e7eb;font-size:13px;font-weight:600;}
.md2026-quick-strip .md2026-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 11px;}
#megaMenu{background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.08);}
#megaMenu .navbar-nav>li>a{font-weight:700;color:#111827 !important;}
#megaMenu .dropdown-menu.megamenu{border:0;border-radius:0 0 14px 14px;box-shadow:var(--md26-shadow);}
#md_search_box{border-radius:12px;box-shadow:0 12px 40px rgba(15,23,42,.18);border:1px solid var(--md26-border) !important;}
.autocomplete-inner .results{padding:10px;border-bottom:1px solid #f1f5f9;margin:0 !important;}
.autocomplete-inner .results:hover{background:#f8fafc;}
.product{background:#fff;border:1px solid var(--md26-border);border-radius:var(--md26-radius);box-shadow:0 3px 12px rgba(15,23,42,.05);overflow:hidden;transition:all .18s ease;height:100%;position:relative;}
.product:hover{transform:translateY(-3px);box-shadow:var(--md26-shadow);border-color:#cbd5e1;}
.product__inner{background:#fff;padding:16px;min-height:210px;display:flex;align-items:center;justify-content:center;}
.pro__thumb img{max-height:200px;object-fit:contain;transition:transform .18s ease;}
.product:hover .pro__thumb img{transform:scale(1.035);}
.product__details{padding:14px 16px 16px !important;}
.product__details h2{min-height:56px;margin-bottom:7px;}
.product__details h2 a{font-size:15px;line-height:1.35;color:#111827;font-weight:700;}
.product__details h2 a:hover{color:var(--md26-blue);}
.product__price{margin:10px 0 !important;min-height:28px;}
.product__price li{display:inline-block !important;margin-right:7px;}
.new__price,.product__price .new__price{color:#b91c1c !important;font-size:18px !important;font-weight:800 !important;}
.old__price,.product__price .old__price{color:#6b7280 !important;text-decoration:line-through;font-size:13px !important;}
.sepetbtn{background:#fbbf24;color:#111827 !important;border-radius:999px;padding:8px 12px;margin:2px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800;border:1px solid #f59e0b;cursor:pointer;transition:.15s all ease;}
.sepetbtn:hover{background:#f59e0b;color:#111827 !important;transform:translateY(-1px);}
.discountIcon{z-index:3;}
.discountIcon_s1 span{background:#dc2626 !important;border-radius:0 0 10px 0;font-weight:800;}
.md26-offer-price{display:inline-block;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;border-radius:999px;padding:7px 12px;font-weight:800;}
.htc__shop__sidebar .container,.htc__product__details .container,.cart-main-area .container{background:transparent;}
.htc__shop__left__sidebar,.htc__shop__cat{background:#fff;border:1px solid var(--md26-border);border-radius:var(--md26-radius);padding:16px;box-shadow:0 3px 12px rgba(15,23,42,.04);}
.sidebar__list li a{border-radius:8px;padding:7px 9px;display:block;color:#111827;}
.sidebar__list li.active a,.sidebar__list li a:hover{background:#eff6ff;color:#1d4ed8;}
.filter{background:#fff;border:1px solid var(--md26-border);border-radius:var(--md26-radius);padding:12px 14px;margin-bottom:16px;box-shadow:0 3px 12px rgba(15,23,42,.04);}
.filtrele{border:1px solid #cbd5e1;border-radius:10px;padding:8px 12px;background:#fff;}
.satirtoplam{font-weight:700;color:#374151;margin-bottom:10px;}
.pro__detl__title h2{font-size:25px;line-height:1.3;color:#111827;font-weight:800;}
.htc__product__details__inner{background:#fff;border:1px solid var(--md26-border);border-radius:var(--md26-radius);padding:22px;box-shadow:var(--md26-shadow);}
.pro__details{background:#f8fafc;border:1px solid var(--md26-border);border-radius:12px;padding:14px;margin-top:10px;color:#374151;}
.pro__dtl__prize{margin:18px 0 !important;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:14px 16px !important;}
.pro__dtl__prize li{font-size:26px !important;font-weight:900;color:#b91c1c !important;}
.old__prize{font-size:17px !important;color:#6b7280 !important;text-decoration:line-through;margin-right:10px;}
.contact-btn .fv-btn,.wc-proceed-to-checkout a,.buttons-cart a{border-radius:999px !important;font-weight:800 !important;letter-spacing:.2px;}
.contact-btn .fv-btn.add-box,.wc-proceed-to-checkout a{background:#f59e0b !important;color:#111827 !important;border:0 !important;}
.product__deatils__tab{background:#fff;border:1px solid var(--md26-border);border-radius:14px;padding:8px !important;box-shadow:0 3px 12px rgba(15,23,42,.04);}
.product__deatils__tab li a{border-radius:10px !important;font-weight:800 !important;}
.product__tab__content{background:#fff;border:1px solid var(--md26-border);border-radius:14px;padding:22px;box-shadow:0 3px 12px rgba(15,23,42,.04);}
.show{border:1px solid var(--md26-border);border-radius:16px;background:#fff;padding:20px;box-shadow:var(--md26-shadow);}
.show img{max-height:520px;object-fit:contain;}
.small-img{background:#fff;border:1px solid var(--md26-border);border-radius:14px;padding:10px;margin-top:12px;}
.cart-main-area table{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.05);}
.cart-main-area table th{background:#111827;color:#fff;font-weight:800;border:0 !important;}
.cart-main-area table td{vertical-align:middle;border-color:#e5e7eb !important;}
.cart_totals{background:#fff;border:1px solid var(--md26-border);border-radius:16px;padding:16px;box-shadow:var(--md26-shadow);}
.shopping__cart__inner{border-radius:18px 0 0 18px;box-shadow:-8px 0 30px rgba(15,23,42,.16);}
.shp__single__product{border-bottom:1px solid #e5e7eb;padding:12px 0;}
.shp__pro__thumb img{border-radius:10px;border:1px solid #e5e7eb;object-fit:contain;background:#fff;}
.shp__pro__details h2 a{font-weight:800;color:#111827;}
.shp__price{color:#b91c1c;font-weight:900;}
.main-slider,.popular__product--2{background:#fff;border-radius:18px;box-shadow:var(--md26-shadow);overflow:hidden;}
.popular__product--2{padding:20px;margin:20px auto;}
@media (max-width:991px){
  #header .logos{width:45%;float:left;}
  #header .menus{width:55%;float:left;}
  #header .gorunme{width:100%;float:left;display:block !important;}
  .mainmenu__nav{display:none !important;}
  .md2026-header-search{padding:10px 0;}
  .md2026-search-form input{height:42px;font-size:14px;}
  #megaMenu{display:none;}
  .product__inner{min-height:180px;}
  .pro__detl__title h2{font-size:21px;}
  .htc__product__details__inner{padding:16px;margin-top:15px;}
  .md2026-quick-strip .container{gap:7px;}
  .md2026-quick-strip a,.md2026-quick-strip span{font-size:12px;}
}
@media (max-width:640px){
  .siteler{display:none;}
  #header .logo img{max-height:46px;}
  #header .menus .menu-extra>li{height:38px;min-width:38px;}
  .md2026-search-hints{display:none;}
  .product{margin-bottom:16px;}
  .filter{display:block;}
  .filter .pull-right{float:none !important;display:block;margin-top:8px;}
  .cart-main-area table{font-size:12px;}
  .cart-main-area .product-thumbnail img{width:70px !important;}
}

/* MD 2026 Hotfix 3 - browser dark mode / forced dark guard */
html{
  color-scheme: light !important;
  background:#ffffff !important;
}
body{
  background:#f3f4f6 !important;
  color:#111827 !important;
}
body, body *{
  -webkit-text-size-adjust:100%;
}
#header.htc-header,
#sticky-header-with-topbar,
.siteler,
.md2026-quick-strip{
  forced-color-adjust:none;
}
.bg__white,
#megaMenu,
.htc__shop__sidebar,
.htc__product__details,
.cart-main-area,
.contact-area,
.htc__contact__area,
.htc__contact__form__wrap,
.htc__contact__address,
.page-content,
.wrapper,
.main-slider,
.popular__product--2{
  background:#ffffff !important;
  color:#111827 !important;
}
#megaMenu .navbar-nav,
#megaMenu .navbar-collapse,
#megaMenu .container{
  background:#ffffff !important;
}
#megaMenu .navbar-nav>li>a,
#megaMenu a,
.htc__contact__address h1,
.htc__contact__address h2,
.htc__contact__address h3,
.htc__contact__address p,
.htc__contact__area h1,
.htc__contact__area h2,
.htc__contact__area h3,
.htc__contact__area p,
.contact-area h1,
.contact-area h2,
.contact-area h3,
.contact-area p{
  color:#111827 !important;
}
.md2026-search-form,
.md2026-search-form input,
.md2026-search-form input:focus{
  background:#ffffff !important;
  color:#111827 !important;
  -webkit-text-fill-color:#111827 !important;
  color-scheme: light !important;
}
.md2026-search-form input::placeholder{
  color:#6b7280 !important;
  -webkit-text-fill-color:#6b7280 !important;
}
.product,
.product__inner,
.product__details,
.htc__product__details__inner,
.product__tab__content,
.product__deatils__tab,
.show,
.small-img,
.cart_totals,
.cart-main-area table,
.filter,
.htc__shop__left__sidebar,
.htc__shop__cat{
  background:#ffffff !important;
  color:#111827 !important;
}
.product__details h2 a,
.pro__detl__title h2,
.sidebar__list li a,
.shp__pro__details h2 a{
  color:#111827 !important;
}
@media (prefers-color-scheme: dark){
  html,body{background:#f3f4f6 !important;color:#111827 !important;color-scheme:light !important;}
  .bg__white,#megaMenu,.page-content,.wrapper,.contact-area,.htc__contact__area,.htc__shop__sidebar,.htc__product__details,.cart-main-area{background:#ffffff !important;color:#111827 !important;}
  .md2026-search-form,.md2026-search-form input{background:#ffffff !important;color:#111827 !important;-webkit-text-fill-color:#111827 !important;}
}

/* MD 2026 Hotfix 4 - header compact + red divider removal */
#megaMenu{
  border-bottom:0 !important;
  box-shadow:0 4px 14px rgba(15,23,42,.06) !important;
}
#megaMenu .navbar,
#megaMenu .navbar-nav,
#megaMenu .container,
#megaMenu ul{
  border-bottom:0 !important;
}
#megaMenu:before,
#megaMenu:after,
#megaMenu .navbar:before,
#megaMenu .navbar:after,
#megaMenu .navbar-nav:before,
#megaMenu .navbar-nav:after{
  display:none !important;
  border:0 !important;
  content:none !important;
}
#megaMenu .navbar-nav li.active a.nav-link:after,
#megaMenu .navbar-nav li:hover a.nav-link:after{
  border-bottom-color:transparent !important;
  opacity:0 !important;
  display:none !important;
}
#header.htc-header{
  padding:0 !important;
}
#sticky-header-with-topbar .container{
  padding-top:4px !important;
  padding-bottom:4px !important;
}
#header .row{
  display:flex;
  align-items:center;
}
#header .logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  border-radius:14px;
  padding:8px 12px;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
}
#header .logo img{
  max-height:50px !important;
  filter:none !important;
}
.md2026-header-search{
  padding:4px 0 2px !important;
}
.md2026-search-form{
  max-width:760px;
  margin:0 auto;
}
.md2026-search-form input{
  height:42px !important;
  line-height:42px !important;
}
.md2026-search-form button{
  width:58px !important;
}
.md2026-search-hints{
  max-width:760px;
  margin:5px auto 0 !important;
}
#header .mainmenu__nav{
  margin-top:12px !important;
}
#header .main__menu>li>a{
  padding-top:6px !important;
  padding-bottom:6px !important;
}
#header .menus .menu-extra>li{
  height:40px !important;
  min-width:40px !important;
  border-radius:12px !important;
}
#header .menus .menu-extra>li span{
  font-size:18px !important;
}
.md2026-quick-strip .container{
  padding-top:7px !important;
  padding-bottom:7px !important;
}
#megaMenu .navbar-nav>li>a{
  padding-top:13px !important;
  padding-bottom:13px !important;
  line-height:1.1 !important;
}
.main-slider,
.popular__product--2{
  margin-top:16px !important;
}
@media (max-width:991px){
  #header .row{display:block;}
  #header .logo{padding:6px 9px;}
  #header .logo img{max-height:44px !important;}
  #sticky-header-with-topbar .container{padding-top:6px !important;padding-bottom:6px !important;}
}

/* MD 2026 Hotfix 5 - force active css + old red divider cleanup */
#megaMenu,
#megaMenu .container,
#megaMenu nav,
#megaMenu .navbar,
#megaMenu .navbar-nav,
#megaMenu .navbar-nav.border-bottom,
#megaMenu .border-bottom{
  border:0 !important;
  border-bottom:0 !important;
}
#megaMenu{
  border-bottom:0 !important;
  outline:0 !important;
  box-shadow:0 4px 14px rgba(15,23,42,.06) !important;
}
#megaMenu + .wrapper,
#megaMenu + .wrapper.wrap__box__style--1,
#megaMenu ~ .wrapper,
.wrapper.wrap__box__style--1{
  border-top:0 !important;
}
#megaMenu:before,
#megaMenu:after,
#megaMenu .container:before,
#megaMenu .container:after,
#megaMenu nav:before,
#megaMenu nav:after,
#megaMenu ul:before,
#megaMenu ul:after{
  content:none !important;
  display:none !important;
  border:0 !important;
  background:transparent !important;
  height:0 !important;
}
#header .logo{
  background:#ffffff !important;
  border-radius:16px !important;
  padding:8px 14px !important;
  box-shadow:0 10px 28px rgba(0,0,0,.18) !important;
}
#header .logo img{
  max-height:52px !important;
  filter:none !important;
}
#sticky-header-with-topbar .container{
  padding-top:2px !important;
  padding-bottom:2px !important;
}
.md2026-header-search{
  padding:2px 0 0 !important;
}
.md2026-quick-strip .container{
  padding-top:8px !important;
  padding-bottom:8px !important;
}
#megaMenu .navbar-nav>li>a{
  padding-top:12px !important;
  padding-bottom:12px !important;
}

/* MD 2026 Hotfix 6 - product card cleanup */
.product__details h2,
.product:hover .product__details h2,
.popular__product--2 .product__details h2,
.popular__product--2 .product:hover .product__details h2{
  background:transparent !important;
  color:#111827 !important;
  padding:0 !important;
  margin:0 0 8px !important;
  border:0 !important;
  min-height:44px !important;
}
.product__details h2 a,
.product__details h2 a:hover,
.popular__product--2 .product__details h2 a,
.popular__product--2 .product__details h2 a:hover{
  color:#111827 !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:38px;
}
.product__price{
  border-bottom:0 !important;
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:6px !important;
  margin:8px 0 10px !important;
  min-height:28px !important;
}
.product__price li,
.product__price li.new__price,
.product__price li.old__price,
.oldprays{
  position:static !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  height:auto !important;
  width:auto !important;
  opacity:1 !important;
  z-index:auto !important;
  padding-left:0 !important;
  margin:0 !important;
  content:normal !important;
}
.product__price li.new__price,
.new__price{
  color:#b91c1c !important;
  font-size:17px !important;
  font-weight:900 !important;
}
.product__price li.old__price,
.old__price,
.oldprays{
  color:#6b7280 !important;
  font-size:12px !important;
  text-decoration:line-through !important;
}
.product .sepetbtn{
  min-height:32px !important;
  padding:7px 10px !important;
  font-size:12px !important;
  line-height:1 !important;
  margin:2px 1px !important;
}
.product .sepetbtn span{
  font-size:13px !important;
  line-height:1 !important;
}
.product__inner{
  min-height:190px !important;
  padding:14px !important;
}
.pro__thumb img{
  max-height:185px !important;
}
.popular__product--2 .product{
  margin-top:18px !important;
}
.popular__product--2 .product__details{
  position:static !important;
  left:auto !important;
  bottom:auto !important;
  padding:12px 14px 14px !important;
  background:#fff !important;
}
.popular__product--2 .product__details span.popular__pro__prize{
  background:transparent !important;
  color:#b91c1c !important;
  padding:0 !important;
  font-weight:900 !important;
}
.discountIcon_s1 span{
  background:#dc2626 !important;
  color:#fff !important;
}
@media (max-width:991px){
  .product__inner{min-height:170px !important;}
  .pro__thumb img{max-height:165px !important;}
}


/* MD 2026 Hotfix 7 - reference inspired home/product polish */
.md26-home-solutions{
  background:#f3f5f9 !important;
  padding:24px 0 18px !important;
  border-bottom:1px solid #e5e7eb !important;
}
.md26-solution-head{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin-bottom:16px !important;
}
.md26-eyebrow{
  display:inline-flex !important;
  padding:5px 10px !important;
  border-radius:999px !important;
  background:#fff7ed !important;
  color:#9a3412 !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  margin-bottom:7px !important;
}
.md26-solution-head h2{
  margin:0 !important;
  color:#101827 !important;
  font-size:28px !important;
  line-height:1.15 !important;
  font-weight:950 !important;
}
.md26-solution-head p{
  margin:7px 0 0 !important;
  color:#64748b !important;
  font-size:14px !important;
}
.md26-solution-cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 18px !important;
  border-radius:12px !important;
  background:#ff9900 !important;
  color:#111827 !important;
  font-weight:950 !important;
  white-space:nowrap !important;
  box-shadow:0 12px 26px rgba(249,115,22,.20) !important;
}
.md26-solution-grid{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0,1fr)) !important;
  gap:14px !important;
}
.md26-solution-card{
  display:block !important;
  min-height:116px !important;
  padding:18px !important;
  border-radius:18px !important;
  background:#fff !important;
  color:#111827 !important;
  border:1px solid #e5e7eb !important;
  box-shadow:0 12px 32px rgba(15,23,42,.06) !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.md26-solution-card:hover{
  transform:translateY(-3px) !important;
  border-color:#ff9900 !important;
  box-shadow:0 18px 42px rgba(15,23,42,.12) !important;
  color:#111827 !important;
}
.md26-solution-card strong{
  display:block !important;
  color:#111827 !important;
  font-size:17px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
  margin-bottom:8px !important;
}
.md26-solution-card span{
  display:block !important;
  color:#64748b !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
.md26-solution-card-hot{
  background:linear-gradient(135deg,#111827,#1f2937) !important;
  border-color:#334155 !important;
}
.md26-solution-card-hot strong,
.md26-solution-card-hot span{color:#fff !important;}
.md26-home-trustline{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:14px !important;
}
.md26-home-trustline span{
  display:inline-flex !important;
  align-items:center !important;
  padding:7px 11px !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#334155 !important;
  font-size:12px !important;
  font-weight:850 !important;
  border:1px solid #e5e7eb !important;
}
.md26-home-trustline span:before{
  content:"";
  width:7px !important;
  height:7px !important;
  margin-right:7px !important;
  border-radius:50% !important;
  background:#22c55e !important;
}
.md26-home-solutions + .mt--90{
  margin-top:28px !important;
}
.htc__product__details.pt--20{
  padding-top:32px !important;
}
.htc__product__details__inner{
  background:#fff !important;
  border:1px solid #e5e7eb !important;
  border-radius:20px !important;
  padding:28px !important;
  box-shadow:0 18px 45px rgba(15,23,42,.08) !important;
}
.pro__detl__title h2{
  color:#101827 !important;
  font-size:34px !important;
  line-height:1.1 !important;
  font-weight:950 !important;
  letter-spacing:-.02em !important;
  margin-bottom:12px !important;
}
.pro__detl__title h2 span{
  border-radius:999px !important;
  background:#dc2626 !important;
  font-weight:900 !important;
}
.htc__product__details__inner .pro__details{
  background:#f8fafc !important;
  border:1px solid #e5e7eb !important;
  border-radius:16px !important;
  padding:18px !important;
  color:#334155 !important;
  line-height:1.62 !important;
  max-height:260px !important;
  overflow:auto !important;
  margin:14px 0 14px !important;
}
.md26-product-trustgrid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  margin:12px 0 14px !important;
}
.md26-product-trustgrid span{
  display:block !important;
  padding:12px !important;
  border:1px solid #e5e7eb !important;
  border-radius:14px !important;
  background:#fff !important;
}
.md26-product-trustgrid b{
  display:block !important;
  color:#111827 !important;
  font-size:12px !important;
  font-weight:950 !important;
  margin-bottom:4px !important;
}
.md26-product-trustgrid em{
  display:block !important;
  color:#64748b !important;
  font-size:11px !important;
  line-height:1.35 !important;
  font-style:normal !important;
}
.pro__dtl__prize{
  display:flex !important;
  align-items:baseline !important;
  gap:12px !important;
  flex-wrap:wrap !important;
  margin:14px 0 10px !important;
  padding:0 !important;
  border:0 !important;
}
.pro__dtl__prize li,
.pro__dtl__prize li.new__price{
  color:#b91c1c !important;
  font-size:30px !important;
  font-weight:950 !important;
  line-height:1.1 !important;
}
.pro__dtl__prize .old__prize{
  color:#6b7280 !important;
  font-size:16px !important;
  text-decoration:line-through !important;
  font-weight:700 !important;
}
.md26-buybox-note{
  padding:12px 14px !important;
  margin:10px 0 14px !important;
  border-radius:14px !important;
  background:#fff7ed !important;
  border:1px solid #fed7aa !important;
  color:#7c2d12 !important;
  font-size:12px !important;
  line-height:1.45 !important;
}
.md26-buybox-note strong{font-weight:950 !important;}
.product-action-wrap{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-wrap:wrap !important;
  margin:12px 0 !important;
}
.product-action-wrap .prodict-statas span{
  font-weight:900 !important;
  color:#111827 !important;
}
.contact-btn{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}
.contact-btn .fv-btn,
.contact-btn button.fv-btn{
  border-radius:12px !important;
  min-height:44px !important;
  padding:0 22px !important;
  margin:0 !important;
  float:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-weight:950 !important;
}
.contact-btn button.fv-btn.add-box{
  background:#ff9900 !important;
  color:#111827 !important;
  border:0 !important;
}
.contact-btn .fv-btn:not(.add-box){
  background:#111827 !important;
  color:#fff !important;
}
.show{
  background:#fff !important;
  border:1px solid #e5e7eb !important;
  border-radius:20px !important;
  padding:22px !important;
  box-shadow:0 18px 45px rgba(15,23,42,.06) !important;
}
.show img#show-img{
  object-fit:contain !important;
  max-height:520px !important;
}
.product__deatils__tab{
  display:flex !important;
  gap:8px !important;
  flex-wrap:wrap !important;
  border-bottom:1px solid #e5e7eb !important;
  margin-bottom:28px !important;
}
.product__deatils__tab li a{
  border-radius:12px 12px 0 0 !important;
  font-weight:900 !important;
}
@media (max-width:1199px){
  .md26-solution-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:767px){
  .md26-solution-head{display:block !important;}
  .md26-solution-cta{margin-top:12px !important; width:100% !important;}
  .md26-solution-grid{grid-template-columns:1fr !important;}
  .md26-product-trustgrid{grid-template-columns:1fr !important;}
  .pro__detl__title h2{font-size:26px !important;}
  .htc__product__details__inner{padding:18px !important;}
  .pro__dtl__prize li,.pro__dtl__prize li.new__price{font-size:24px !important;}
}

/* MD 2026 Hotfix 8 - cross browser product detail balance */
/* Remove nested scroll in product summary. Browsers with different toolbar/zoom heights were showing a clipped buybox. */
.htc__product__details__inner .pro__details{
  max-height:none !important;
  overflow:visible !important;
  min-height:0 !important;
}
/* Keep product hero from becoming too tall on large desktop screens. */
.show{
  min-height:0 !important;
}
.show img,
.show img#show-img{
  max-height:430px !important;
  width:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
}
.small-img{
  max-width:520px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
/* Make product page sit tighter under the category bar, closer to Amazon/Thomann rhythm. */
.htc__product__details.pt--20{
  padding-top:22px !important;
}
.htc__product__details__inner{
  padding:24px !important;
}
.pro__detl__title h2{
  font-size:31px !important;
  line-height:1.12 !important;
}
/* Keep trust boxes useful but not dominant. */
.md26-product-trustgrid{
  gap:8px !important;
  margin:10px 0 12px !important;
}
.md26-product-trustgrid span{
  padding:10px !important;
}
/* Make price and action visible without forcing internal scroll. */
.pro__dtl__prize{
  margin-top:12px !important;
}
.md26-buybox-note{
  margin:8px 0 12px !important;
}
/* Product list cards should stay consistent in both Chrome and Edge. */
.product{
  min-height:0 !important;
}
.product__inner{
  overflow:hidden !important;
}
/* Header hover/dropdown should not create white blocks over the main nav unless a real dropdown is open. */
#header .main__menu>li>a,
#header .main__menu>li>a:hover{
  background:transparent !important;
}
@media (min-width:1200px){
  .htc__product__details .container{
    max-width:1380px !important;
  }
}
@media (max-width:991px){
  .show img,
  .show img#show-img{
    max-height:330px !important;
  }
  .htc__product__details__inner{
    padding:18px !important;
  }
  .pro__detl__title h2{
    font-size:25px !important;
  }
}

/* =========================================================
   MD 2026 Hotfix 9 - ust bolum paint hedefi + MD logo
   ========================================================= */
html, body{ color-scheme: light; }

/* Ust ince satir: sol linkler + orta ana menu + sag hesap */
.siteler{
  background:#07111f !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  min-height:56px !important;
}
.siteler .container{
  width:100% !important;
  max-width:100% !important;
  padding-left:24px !important;
  padding-right:24px !important;
}
.siteler .row{
  display:flex !important;
  align-items:center !important;
  min-height:56px !important;
}
.siteler .md2026-top-sites,
.siteler .md2026-top-center,
.siteler .md2026-top-account{
  float:none !important;
  display:flex !important;
  align-items:center !important;
  min-height:56px !important;
}
.siteler .md2026-top-sites{ justify-content:flex-start !important; overflow:hidden !important; }
.siteler .md2026-top-center{ justify-content:center !important; }
.siteler .md2026-top-account{ justify-content:flex-end !important; }
.siteler .marquee-with-options{
  display:flex !important;
  align-items:center !important;
  gap:26px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  margin:0 !important;
  height:56px !important;
}
.siteler .marquee-with-options a{
  color:#fff !important;
  font-weight:600 !important;
  line-height:56px !important;
  opacity:.96 !important;
}
.siteler .marquee-with-options a:hover{ color:#ff9900 !important; }
.md2026-top-nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:34px !important;
  height:56px !important;
}
.md2026-top-nav a{
  color:#fff !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:56px !important;
  white-space:nowrap !important;
  letter-spacing:.01em !important;
}
.md2026-top-nav a:hover{ color:#ff9900 !important; }
.siteler ul.notification{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:18px !important;
  margin:0 !important;
  height:56px !important;
}
.siteler ul.notification > li{ display:flex !important; align-items:center !important; }
.siteler .log_btn{
  border-color:rgba(255,255,255,.45) !important;
  color:#fff !important;
  border-radius:8px !important;
}
.siteler .avatar{ color:#fff !important; font-weight:700 !important; }
.siteler .avatar img{ width:34px !important; height:34px !important; border-radius:50% !important; object-fit:cover !important; }

/* Ana logo + arama + ikon satiri */
#header,
#sticky-header-with-topbar,
#sticky-header-with-topbar .mainmenu__area,
.mainmenu__area{
  background:#02060d !important;
}
#sticky-header-with-topbar .container.border-bottom{
  width:100% !important;
  max-width:100% !important;
  padding-left:24px !important;
  padding-right:24px !important;
  border:0 !important;
  background:#02060d !important;
}
#sticky-header-with-topbar .row{
  display:flex !important;
  align-items:center !important;
  min-height:104px !important;
}
#sticky-header-with-topbar .logos,
#sticky-header-with-topbar .gorunme,
#sticky-header-with-topbar .menus{
  float:none !important;
  display:flex !important;
  align-items:center !important;
}
#sticky-header-with-topbar .logos{
  flex:0 0 25% !important;
  max-width:25% !important;
  justify-content:flex-start !important;
}
#sticky-header-with-topbar .gorunme{
  flex:0 0 52% !important;
  max-width:52% !important;
  justify-content:center !important;
  flex-direction:column !important;
}
#sticky-header-with-topbar .menus{
  flex:0 0 23% !important;
  max-width:23% !important;
  justify-content:flex-end !important;
}
.logo,
.logos .logo{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
}
.logo a{ display:flex !important; align-items:center !important; }
.logo img{
  width:300px !important;
  max-width:100% !important;
  height:auto !important;
  display:block !important;
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.45)) !important;
}
.md2026-header-search{
  width:100% !important;
  max-width:820px !important;
  margin:0 auto !important;
}
.md2026-search-form{
  height:56px !important;
  border-radius:32px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.28) !important;
}
.md2026-search-form input,
.md2026-search-input{
  height:56px !important;
  font-size:17px !important;
}
.md2026-search-form button{
  width:66px !important;
  height:56px !important;
  border-radius:0 32px 32px 0 !important;
}
.md2026-search-hints{
  margin-top:10px !important;
  color:#cbd5e1 !important;
}
.md2026-search-hints a{ color:#dbe4f2 !important; }
/* Arama altindaki eski desktop menu artik ust satira tasindi */
#sticky-header-with-topbar .mainmenu__nav.hidden-xs.hidden-sm{
  display:none !important;
}
.menu-extra.main__menu{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:28px !important;
  background:none !important;
  margin:0 !important;
}
.menu-extra.main__menu > li{
  width:58px !important;
  height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:14px !important;
  background:#121b2b !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 8px 22px rgba(0,0,0,.22) !important;
}
.menu-extra.main__menu > li span{ color:#fff !important; font-size:25px !important; }
.countsepet{
  background:#ff9900 !important;
  color:#07111f !important;
  font-weight:900 !important;
  border:0 !important;
  box-shadow:0 3px 8px rgba(0,0,0,.25) !important;
}

/* 2026 hizli serit */
.md2026-quick-strip{
  background:#121d31 !important;
  border-top:1px solid rgba(255,255,255,.06) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:none !important;
}
.md2026-quick-strip .container{
  width:100% !important;
  max-width:100% !important;
  padding-left:52px !important;
  padding-right:52px !important;
  min-height:58px !important;
  display:flex !important;
  align-items:center !important;
  gap:24px !important;
}
.md2026-quick-strip a{
  color:#fff !important;
  font-size:16px !important;
  font-weight:800 !important;
}
.md2026-pill{
  background:#26344d !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.18) !important;
  border-radius:24px !important;
  padding:11px 18px !important;
  font-weight:900 !important;
}

/* Mega kategori satiri */
#megaMenu,
body #megaMenu{
  background:#fff !important;
  border-top:0 !important;
  border-bottom:0 !important;
  box-shadow:0 3px 12px rgba(15,23,42,.08) !important;
}
#megaMenu .container{
  width:100% !important;
  max-width:100% !important;
  padding-left:24px !important;
  padding-right:24px !important;
}
#megaMenu .navbar-nav{
  display:flex !important;
  width:100% !important;
  justify-content:space-around !important;
  border:0 !important;
}
#megaMenu .navbar-nav > li > a{
  color:#111827 !important;
  font-size:18px !important;
  font-weight:900 !important;
  padding:18px 12px !important;
}
#megaMenu .navbar-nav > li > a:hover{ color:#ff9900 !important; }
#megaMenu:before,
#megaMenu:after,
body #megaMenu:before,
body #megaMenu:after{ display:none !important; content:none !important; }

@media (max-width: 991px){
  .siteler .md2026-top-center{ display:none !important; }
  .siteler .md2026-top-sites{ flex:0 0 50% !important; max-width:50% !important; }
  .siteler .md2026-top-account{ flex:0 0 50% !important; max-width:50% !important; }
  #sticky-header-with-topbar .row{ min-height:auto !important; flex-wrap:wrap !important; padding:14px 0 !important; }
  #sticky-header-with-topbar .logos,
  #sticky-header-with-topbar .gorunme,
  #sticky-header-with-topbar .menus{ flex:0 0 100% !important; max-width:100% !important; justify-content:center !important; margin:8px 0 !important; }
  .logo img{ width:250px !important; }
  .md2026-quick-strip .container{ overflow-x:auto !important; padding-left:16px !important; padding-right:16px !important; }
  #megaMenu .navbar-nav{ overflow-x:auto !important; justify-content:flex-start !important; gap:22px !important; }
  #megaMenu .navbar-nav > li > a{ white-space:nowrap !important; }
}

/* =========================================================
   MD 2026 Hotfix 10 - header fit, logo card removal, browser width fix
   ========================================================= */
/* Bootstrap column widths were fighting with the custom header. Lock the top row
   as a true flex header so social links, nav and account never overlap. */
.siteler .row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-wrap:nowrap !important;
  gap:10px !important;
}
.siteler .md2026-top-sites,
.siteler .md2026-top-center,
.siteler .md2026-top-account{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  float:none !important;
  min-width:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.siteler .md2026-top-sites{
  flex:0 1 27% !important;
  max-width:27% !important;
}
.siteler .md2026-top-center{
  flex:1 1 48% !important;
  max-width:48% !important;
}
.siteler .md2026-top-account{
  flex:0 1 25% !important;
  max-width:25% !important;
}
.siteler .marquee-with-options{
  gap:20px !important;
  max-width:100% !important;
}
.siteler .marquee-with-options a{
  margin-right:0 !important;
  font-size:13px !important;
}
.md2026-top-nav{
  gap:24px !important;
  max-width:100% !important;
  overflow:hidden !important;
}
.md2026-top-nav a{
  font-size:15px !important;
  line-height:54px !important;
}
.siteler ul.notification{
  max-width:100% !important;
  overflow:visible !important;
  gap:14px !important;
}

/* Remove the oversized white logo card caused by legacy logo rules. The PNG has
   transparent background; the text should sit directly on the dark header. */
#header .logos,
#header .logos *,
#sticky-header-with-topbar .logos,
#sticky-header-with-topbar .logos *,
#header .logo,
#header .logo a,
.logos .logo,
.logos .logo a{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
#header .logos,
#sticky-header-with-topbar .logos{
  padding-left:20px !important;
}
#header .logo,
.logos .logo{
  width:auto !important;
  min-width:0 !important;
  max-width:100% !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
}
#header .logo a,
.logos .logo a{
  width:auto !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  border-radius:0 !important;
}
#header .logo img,
.logo img,
.logos .logo img{
  width:285px !important;
  max-width:100% !important;
  max-height:72px !important;
  object-fit:contain !important;
}

/* Main search row: slightly reduce the huge empty feel while keeping the Amazon-like layout. */
#sticky-header-with-topbar .row{
  min-height:92px !important;
}
#sticky-header-with-topbar .logos{
  flex:0 0 24% !important;
  max-width:24% !important;
}
#sticky-header-with-topbar .gorunme{
  flex:0 0 53% !important;
  max-width:53% !important;
}
#sticky-header-with-topbar .menus{
  flex:0 0 23% !important;
  max-width:23% !important;
}
.md2026-header-search{
  max-width:760px !important;
}
.md2026-search-form{
  height:50px !important;
}
.md2026-search-form input,
.md2026-search-input{
  height:50px !important;
  line-height:50px !important;
  font-size:16px !important;
}
.md2026-search-form button{
  width:62px !important;
  height:50px !important;
}
.menu-extra.main__menu{
  gap:18px !important;
}
.menu-extra.main__menu > li{
  width:52px !important;
  height:52px !important;
}

/* Quick strip and category row more compact like the user's mockup. */
.md2026-quick-strip .container{
  min-height:48px !important;
  padding-top:6px !important;
  padding-bottom:6px !important;
  gap:20px !important;
}
.md2026-pill{
  padding:9px 16px !important;
}
#megaMenu .navbar-nav > li > a{
  padding:13px 10px !important;
  font-size:17px !important;
}

/* Medium desktop / browser zoom guard. Hide non-critical social links first; do
   not let the central nav collide with them. */
@media (max-width:1500px){
  .siteler .md2026-top-sites{ flex-basis:23% !important; max-width:23% !important; }
  .siteler .md2026-top-center{ flex-basis:52% !important; max-width:52% !important; }
  .siteler .md2026-top-account{ flex-basis:25% !important; max-width:25% !important; }
  .siteler .marquee-with-options{ gap:14px !important; }
  .siteler .marquee-with-options a:nth-child(n+3){ display:none !important; }
  .md2026-top-nav{ gap:22px !important; }
  .md2026-top-nav a{ font-size:15px !important; }
  #header .logo img,.logo img,.logos .logo img{ width:255px !important; }
}
@media (max-width:1280px){
  .siteler .md2026-top-sites{ display:none !important; }
  .siteler .md2026-top-center{ flex-basis:62% !important; max-width:62% !important; justify-content:flex-start !important; }
  .siteler .md2026-top-account{ flex-basis:38% !important; max-width:38% !important; }
  .md2026-top-nav{ justify-content:flex-start !important; gap:18px !important; }
  #sticky-header-with-topbar .logos{ flex-basis:22% !important; max-width:22% !important; padding-left:10px !important; }
  #sticky-header-with-topbar .gorunme{ flex-basis:56% !important; max-width:56% !important; }
  #sticky-header-with-topbar .menus{ flex-basis:22% !important; max-width:22% !important; }
  #header .logo img,.logo img,.logos .logo img{ width:220px !important; }
  .menu-extra.main__menu{ gap:12px !important; }
}
@media (max-width:991px){
  .siteler .md2026-top-sites{ display:none !important; }
  .siteler .md2026-top-center{ display:none !important; }
  .siteler .md2026-top-account{ flex:0 0 100% !important; max-width:100% !important; justify-content:center !important; }
  #header .logos,
  #sticky-header-with-topbar .logos{ padding-left:0 !important; }
  #header .logo img,.logo img,.logos .logo img{ width:230px !important; max-height:62px !important; }
}
