/* =============================================================================
   SITE.CSS — tema-bilgisayar kabuk / referans (token tabanli)
   -----------------------------------------------------------------------------
   Yükleme: İlk tema dosyası (bootstrap sonrası).
   Kapsam: :root değişkenler, header, hero, ürün grid, drawer, footer temel,
           mobil menü, carousel, tipografi (nihai değerler).
   magaza-app.css yalnızca bileşen genişletmesi yapar; tipografi tekrar tanımlamaz.
   Sayfa içi stiller magaza-pages.css / magaza-panel.css dosyalarındadır.
   ============================================================================= */
:root {
    /* Renk tokenleri — sektör temaları yalnızca burayı override eder */
    --primary: #333;
    --primary-hover: #111;
    --primary-rgb: 51, 51, 51;
    --bs-primary: var(--primary);
    --bs-primary-rgb: var(--primary-rgb);
    --bs-link-color: var(--primary);
    --bs-link-hover-color: var(--primary-hover);
    accent-color: var(--primary);
    --dark: #1f2328;
    --text: #202326;
    --muted: #8a8f98;
    --border: #e7e7e8;
    --soft: #f4f4f5;
    --yellow: #ffc400;
    --sale: #e53935;
    --success: #19a765;
    --body-bg: #fff;
    --header-bg: #f4f4f5;
    --surface: #fff;
    --topbar-text: #50545a;
    --category-toggle-bg: #1d1d1f;
    --logo-bg: linear-gradient(135deg, #705aff, #351bb5);
    --font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    /* Radius olcegi */
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --radius-xs: 8px;
    --radius-2xs: 6px;
    --radius-ui: 14px;
    --radius-btn: 10px;
    --radius-chip: 4px;
    --radius-logo: 14px;
    --radius-pill: 999px;
    --radius-circle: 50%;
    --shadow: 0 20px 45px rgba(25, 28, 33, .10);
    --magaza-sticky-top: 160px;
    /* Mobil app-shell */
    --m-bottom-nav-h: 64px;
    --m-action-bar-h: 72px;
    --m-safe-bottom: 0px;
    /* Header / bülten chrome (topbar--brand, newsletter band) — primary'den ayrı */
    --hdr-topbar-bg: #d7000f;
    --hdr-topbar-fg: #ffffff;
    --hdr-topbar-muted: rgba(255, 255, 255, 0.72);
    --hdr-main-bg: #f4f4f5;
    --hdr-search-bg: #d7000f;
    --hdr-slide-btn-text: #d7000f;
    --hdr-band-bg: #fff;
    --hdr-newsletter-bg: #d7000f;
    --hdr-band-fg: #333;
    --hdr-band-hover: #c8c8c8;
    --hdr-vitrin-h: 46px;
    --hdr-slider-pad: 28px;
    --hdr-hero-bg: var(--hdr-band-bg);
    --hdr-cat-bg: #d7000f;
    --hdr-teklif-bg: #111111;
    --hdr-badge-bg: #d7000f;
}
*{box-sizing:border-box}
body{margin:0;font-family:var(--font-family);font-size:15px;line-height:1.5;color:var(--text);background:var(--body-bg)}
a{text-decoration:none;color:inherit}
button{font-family:inherit}
.topbar{height:38px;border-bottom:1px solid var(--border);font-size:13px;color:var(--topbar-text)}
.topbar .container-xl{height:38px}
.topbar-links{display:flex}
.topbar-links a{padding:0 14px;border-left:1px solid var(--border)}
.topbar-links a:hover{color:var(--primary)}
.main-header{background:var(--header-bg)}
.header-row{height:88px;display:flex;align-items:center;gap:16px}
.logo{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.logo-icon{width:42px;height:42px;border-radius:var(--radius-logo);background:var(--logo-bg);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:20px}
.logo-text{font-size:28px;font-weight:700;letter-spacing:-0.7px;line-height:1}
.logo-text span{color:var(--primary)}
.category-toggle{height:48px;border:0;border-radius:var(--radius-pill);background:var(--category-toggle-bg);color:#fff;padding:0 22px;display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;white-space:nowrap}
.search-form{height:48px;flex:1;background:#fff;border:1px solid var(--border);border-radius: var(--radius-pill);display:flex;align-items:center;padding-left:18px}
.search-form input{height:46px;border:0;outline:0;flex:1;background:transparent}
.search-form button{width:42px;height:42px;border:0;border-radius: var(--radius-circle);background:var(--primary);color:#fff;font-size:19px;margin-right:4px}
.discount-link{height:48px;border:2px solid var(--primary);border-radius: var(--radius-pill);color:var(--primary);display:flex;align-items:center;padding:0 28px;font-size:14px;font-weight:600}
.header-icons{display:flex;gap:10px}
.head-icon{width:48px;height:48px;border:0;border-radius: var(--radius-circle);background:#fff;position:relative;font-size:24px;display:flex;align-items:center;justify-content:center}
.head-icon.cart{background:#1d1d1f;color:#fff}
.head-icon span{position:absolute;right:2px;top:-3px;width:19px;height:19px;border-radius: var(--radius-circle);background:#fff;color:var(--primary);font-size:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0,0,0,.15)}
.mobile-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border);padding:10px 0}
.m-app-scroll{display:block}
.mobile-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px}
.mobile-btn{width:44px;height:44px;border:1px solid var(--border);border-radius: var(--radius-circle);background:#fff;font-size:25px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0;position:relative}
.mobile-btn__badge{
  position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;padding:0 4px;
  border-radius: var(--radius-pill);background:var(--primary);color:#fff;
  font-size:10px;font-weight:700;line-height:18px;text-align:center;
  display:none;box-shadow:0 2px 6px rgba(var(--primary-rgb),.35);pointer-events:none;
}
.mobile-btn--cart.has-items .mobile-btn__badge{display:inline-block}
.mobile-logo{display:flex;align-items:center;justify-content:center;min-width:0;max-width:min(58vw,220px)}
.mobile-logo .logo-img{max-height:36px;width:auto;max-width:100%;object-fit:contain;display:block}
.mobile-logo .logo-icon{width:34px;height:34px;border-radius: var(--radius-btn);font-size:20px}
.mobile-logo .logo-text{font-size:22px}
.mobile-search{height:44px;margin-top:10px;background:#f3f3f4;border-radius: var(--radius-pill);display:flex;overflow:hidden}
.mobile-search input{flex:1;border:0;outline:0;background:transparent;padding-left:18px}
.mobile-search button{width:52px;border:0;background:var(--primary);color:#fff}
.hero-wrap{padding:34px 0 42px}
.side-categories{height:100%;min-height:390px;border-radius:var(--radius-xl);background:#f5f5f5;padding:22px 18px;display:flex;flex-direction:column;justify-content:center}
.side-categories a{height:42px;border-radius: var(--radius-ui);display:flex;align-items:center;gap:12px;padding:0 11px;font-size:14px;font-weight:600;color:#262a30}
.side-categories a i:first-child{width:24px;text-align:center;font-size:18px}
.side-categories a span{margin-left:auto;color:#a1a5ad;opacity:0;transform:translateX(-4px);transition:.18s}
.side-categories a:hover{background:#fff;color:var(--primary)}
.side-categories a:hover span{opacity:1;transform:translateX(0)}
.hero-card{position:relative;min-height:390px;border-radius:var(--radius-xl);overflow:hidden;background:#eee}
.hero-card>img{width:100%;height:390px;object-fit:cover}
.hero-content{position:absolute;top:54px;left:0;right:0;text-align:center}
.hero-content h1{font-size:30px;line-height:1.12;font-weight:700;letter-spacing:-0.6px;margin-bottom:20px}
.btn-primary{
    --bs-btn-bg:var(--primary);
    --bs-btn-border-color:var(--primary);
    --bs-btn-hover-bg:var(--primary-hover);
    --bs-btn-hover-border-color:var(--primary-hover);
    --bs-btn-hover-color:#fff;
    --bs-btn-active-bg:var(--primary-hover);
    --bs-btn-active-border-color:var(--primary-hover);
    --bs-btn-active-color:#fff;
    --bs-btn-disabled-bg:var(--primary);
    --bs-btn-disabled-border-color:var(--primary);
    --bs-btn-focus-shadow-rgb:var(--primary-rgb);
    --bs-btn-color:#fff;
    background-color:var(--primary);
    border-color:var(--primary);
    color:#fff;
    font-weight:600
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle{
    background-color:var(--primary-hover)!important;
    border-color:var(--primary-hover)!important;
    color:#fff!important;
    box-shadow:0 0 0 .2rem rgba(var(--primary-rgb),.25)
}
.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary{
    background-color:var(--primary-hover)!important;
    border-color:var(--primary-hover)!important;
    color:#fff!important
}
.form-check-input{
    accent-color:var(--primary)
}
.form-check-input:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 .15rem rgba(var(--primary-rgb),.22)
}
.form-check-input:checked{
    background-color:var(--primary);
    border-color:var(--primary)
}
.hero-nav{position:absolute;left:0;right:0;bottom:24px;display:flex;justify-content:center;gap:34px;font-weight:800}
.hero-nav a{text-decoration:underline;color:#777}
.hero-nav .active{color:#111}
.deal-card{height:100%;min-height:390px;border:1px solid var(--border);border-radius:var(--radius-xl);padding:21px}
.deal-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.deal-title h3{margin:0;font-size:23px;font-weight:900;white-space:nowrap}
.deal-title h3 i{color:var(--primary)}
.deal-title span{background:var(--primary);color:#fff;border-radius: var(--radius-pill);padding:9px 12px;font-size:12px;font-weight:900}
.deal-banner{height:203px;border-radius: var(--radius-lg);background:linear-gradient(135deg,#eee,#c9ab90);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;gap:9px}
.deal-banner span{font-weight:800;color:#555}
.deal-banner strong{font-size:22px;line-height:1.1}
.deal-product{display:flex;align-items:center;gap:15px;justify-content:center;margin-top:18px}
.deal-product img{width:64px;height:64px;border-radius: var(--radius-ui)}
.deal-product h4{margin:0;font-size:17px;font-weight:900}
.stars{color:var(--yellow);font-size:13px;letter-spacing:1px}
.price{color:var(--primary);font-weight:900}
.brand-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:18px;margin-top:24px}
.brand-grid div{height:78px;border-radius: var(--radius-lg);background:#f4f4f5;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#2b2f35}
.products-section{padding:38px 0}
.section-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}
.section-header h2{font-size:22px;font-weight:700;letter-spacing:-0.4px;margin:0}
.tab-pills{display:flex;gap:16px;flex-wrap:wrap}
.tab-pills button,.view-all{border:0;background:#f4f4f5;border-radius: var(--radius-pill);padding:10px 18px;font-size:14px;font-weight:600;color:#25282d}
.tab-pills button.active{background:var(--primary);color:#fff}
.product-card{position:relative;height:100%;border:1px solid var(--border);border-radius: var(--radius-lg);background:#fff;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}
.product-badge{position:absolute;top:16px;left:16px;z-index:4;height:26px;padding:0 10px;border-radius: var(--radius-pill);background:var(--success);color:#fff;display:flex;align-items:center;font-size:12px;font-weight:900}
.product-card.discount .product-badge{background:var(--sale)}
.product-actions{position:absolute;right:14px;top:14px;z-index:5;display:flex;flex-direction:column;gap:10px;opacity:0;transform:translateX(12px);transition:.2s ease}
.product-card:hover .product-actions{opacity:1;transform:translateX(0)}
.product-actions button{width:32px;height:32px;border:0;border-radius: var(--radius-circle);background:#fff;color:#222;box-shadow:0 6px 20px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center}
.product-actions button:hover{background:var(--primary);color:#fff}
.product-image{height:260px;padding:22px 22px 14px;display:flex;align-items:center;justify-content:center;background:#fff}
.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}
.product-card:hover .product-image img{transform:scale(1.045)}
.product-content{padding:0 18px 15px}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:13px;margin-bottom:8px}
.product-meta a{color:var(--muted)}
.product-meta i{color:var(--yellow)}
.product-meta__rating{display:inline-flex;align-items:center;flex-shrink:0}
.star_content{display:inline-flex;gap:2px;align-items:center}
.star_content .star{width:12px;height:12px;background:#ddd;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.star_content .star.star_on{background:#f5b301}
.product-content h3{font-size:14px;line-height:1.35;font-weight:600;color:#3f444b;margin:0 0 13px;min-height:40px}
.product-content h3 a{color:inherit}
.product-content h3 a:hover{color:var(--primary)}
.swatches{display:flex;gap:8px;min-height:20px}
.swatches span{width:18px;height:18px;border-radius: var(--radius-circle);border:2px solid #fff;outline:1px solid #d8d8d8}
.c1{background:#7f8792}.c2{background:#e7f1f2}.c3{background:#f9eee7}.c4{background:#f4f4f4}.c5{background:#efe900}.c6{background:#5f594e}.c7{background:#f5e7d1}
.product-bottom{border-top:1px solid var(--border);height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 18px}
.product-bottom strong{font-size:16px;font-weight:700;color:var(--primary)}
.product-bottom button:not(.magaza-sepete-ekle){width:36px;height:36px;border:0;border-radius: var(--radius-circle);background:#fff;font-size:21px;display:flex;align-items:center;justify-content:center}
.product-bottom button:not(.magaza-sepete-ekle):hover{background:var(--primary);color:#fff}
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.44);z-index:998;opacity:0;visibility:hidden;transition:.2s}
.drawer{position:fixed;top:0;bottom:0;width:420px;max-width:92vw;background:#fff;z-index:999;display:flex;flex-direction:column;transition:.25s ease}
.cart-drawer{right:0;transform:translateX(100%)}
.menu-drawer{left:0;transform:translateX(-100%)}
body.drawer-open .drawer-overlay{opacity:1;visibility:visible}
body.cart-open .cart-drawer{transform:translateX(0)}
body.menu-open .menu-drawer{transform:translateX(0)}
.drawer-head{height:72px;border-bottom:1px solid var(--border);padding:0 24px;display:flex;align-items:center;justify-content:space-between}
.drawer-head h3{margin:0;font-size:18px;font-weight:700}
.drawer-head button{width:42px;height:42px;border:0;border-radius: var(--radius-circle);background:#f2f2f3}
.drawer-body{flex:1;overflow:auto;padding:22px}
.drawer-foot{border-top:1px solid var(--border);padding:20px 24px;display:flex;flex-direction:column;gap:12px}
.cart-item{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid var(--border)}
.cart-item img{width:72px;height:72px;border-radius: var(--radius-ui)}
.cart-item div{flex:1}
.cart-item h4{font-size:16px;font-weight:400;margin:0 0 4px}
.cart-item span{color:#777}
.cart-item button{border:0;background:#fff;color:#999}
.subtotal{display:flex;justify-content:space-between;font-size:18px}
.mobile-categories a{height:54px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:13px;font-weight:900}
.mobile-categories a span{margin-left:auto;color:#999}
.scroll-top{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border:1px solid var(--border);border-radius: var(--radius-circle);background:#fff;box-shadow:var(--shadow);z-index:20;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;color:var(--primary);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.scroll-top:hover{border-color:#c4b5fd;box-shadow:0 10px 24px rgba(var(--primary-rgb),.16);transform:translateY(-2px)}
.scroll-top i{font-size:32px;line-height:1;display:block}

/* Mobil app-shell vars :root icinde */
.m-bottom-nav{
  position:fixed;left:0;right:0;bottom:0;z-index:304;
  display:none;align-items:stretch;justify-content:space-around;
  box-sizing:border-box;
  height:calc(var(--m-bottom-nav-h) + var(--m-safe-bottom));
  padding:8px 4px calc(8px + var(--m-safe-bottom));
  overflow:hidden;
  background:#fff;
  border-top:1px solid rgba(15,23,42,.08);
  box-shadow:0 -6px 24px rgba(15,23,42,.08);
}
.m-bottom-nav__item{
  flex:1 1 0;min-width:0;appearance:none;border:0;background:transparent;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
  padding:4px 1px;color:#6b7280;text-decoration:none;cursor:pointer;
  font-size:9px;font-weight:600;line-height:1.15;letter-spacing:.01em;
}
.m-bottom-nav__item i{font-size:20px;line-height:1;display:block;flex:0 0 auto}
.m-bottom-nav__item > span:last-child{
  display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  font-size:9px;line-height:1.15;flex:0 0 auto;
}
.m-bottom-nav__item:hover,
.m-bottom-nav__item.is-active{color:var(--primary);text-decoration:none}
.m-bottom-nav__item.is-active{font-weight:700}
.m-bottom-nav__ikon{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.m-bottom-nav__badge{
  position:absolute;top:-5px;right:-10px;min-width:16px;height:16px;padding:0 4px;
  border-radius: var(--radius-pill);background:var(--primary);color:#fff;
  font-size:10px;font-weight:700;line-height:16px;text-align:center;
  display:none;box-shadow:0 2px 6px rgba(var(--primary-rgb),.35);
}
.m-bottom-nav__item--cart.has-items .m-bottom-nav__badge{display:inline-block}
@media(max-width:991.98px){
  html,body{height:100%;overflow:hidden;overscroll-behavior:none}
  #magazaForm{height:100%;display:flex;flex-direction:column;min-height:0}
  .mobile-header{
    position:relative;top:auto;left:auto;right:auto;z-index:auto;
    flex:0 0 auto;
    padding-top:max(10px, env(safe-area-inset-top,0px));
    padding-bottom:10px;
    background:#fff;
  }
  .m-app-scroll{
    flex:1 1 auto;
    min-height:0;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    padding-bottom:calc(var(--m-bottom-nav-h) + var(--m-safe-bottom) + 12px);
  }
  body.has-m-action-bar .m-app-scroll{
    padding-bottom:calc(var(--m-bottom-nav-h) + var(--m-action-bar-h) + var(--m-safe-bottom) + 12px);
  }
  .m-bottom-nav{
    display:flex;
    --m-safe-bottom:env(safe-area-inset-bottom,0px);
  }
  /* Canlı destek / WhatsApp FAB (.cd-fab-wrap) solunda aynı hizada kalır */
  .scroll-top{bottom:calc(var(--m-bottom-nav-h) + var(--m-safe-bottom) + 14px);right:14px;width:46px;height:46px;z-index:310}
  body.has-m-action-bar .scroll-top{bottom:calc(var(--m-bottom-nav-h) + var(--m-action-bar-h) + var(--m-safe-bottom) + 14px)}
  body.drawer-open .m-bottom-nav,
  body.drawer-open .m-action-bar,
  body.drawer-open .m-ozet-sheet,
  body.drawer-open .m-ozet-overlay,
  body.drawer-open .page-product .pd-actions--v2.m-action-bar--product-source{visibility:hidden;pointer-events:none}
  body.m-ozet-open .m-app-scroll{overflow:hidden}
  .site-footer{padding-bottom:8px}
}
@media(max-width:1199.98px){
  .logo-text{font-size:24px}.discount-link{padding:0 18px}.brand-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:991.98px){
  .hero-wrap{padding-top:24px}.hero-card,.hero-card>img{min-height:330px;height:330px}.hero-content h1{font-size:26px}
  .brand-grid{grid-template-columns:repeat(2,1fr)}
  .section-header{align-items:flex-start;flex-direction:column}.section-header h2{font-size:20px}
  .product-image{height:215px}
}
@media(max-width:575.98px){
  .hero-nav{display:none}.hero-content{top:42px}.hero-content h1{font-size:22px}
  .section-header h2{font-size:18px}
  .product-bottom strong{font-size:15px}
  .product-image{height:170px;padding:16px}.product-meta{font-size:13px}.product-content{padding:0 14px 13px}
  .product-content h3{font-size:12px;line-height:1.35;min-height:calc(1.35em * 2);max-height:calc(1.35em * 2)}.product-bottom{height:52px;padding:0 14px;gap:8px}.product-bottom strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto;min-width:0}
  .product-actions{display:none}.tab-pills{gap:8px}.tab-pills button,.view-all{padding:10px 14px}
}


/* v3 updates */
.site-container{max-width:1530px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px}
@media(min-width:1600px){.site-container{max-width:1580px}}
.brand-carousel-wrap,.product-carousel-wrap{position:relative;margin-top:24px}
.brand-track,.product-track{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:0 2px 4px}
.brand-track::-webkit-scrollbar,.product-track::-webkit-scrollbar{display:none}
.brand-item{flex:0 0 auto;height:auto;min-height:0;border:0;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;padding:6px 10px}
.brand-item a{display:flex;align-items:center;justify-content:center;line-height:0}
.brand-item img{display:block;width:auto;height:auto;max-height:56px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.07))}
.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border:0;border-radius: var(--radius-circle);background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.12);font-size:20px}
.brand-prev,.product-prev{left:-56px}
.brand-next,.product-next{right:-56px}
.carousel-product{flex:0 0 calc((100% - 90px)/6)}
.products-section.appliances-section{padding-top:48px}
.offer-head{background:#f4f4f5;border-radius: var(--radius-xl);padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.offer-head h2{font-size:38px;font-weight:900;margin:0 0 8px}
.offer-head p{font-size:18px;color:#666;margin:0}
.countdown{display:flex;gap:14px}
.countdown div{width:78px;height:78px;border-radius: var(--radius-lg);background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;justify-content:center}
.countdown strong{font-size:30px;line-height:1}
.countdown span{color:#666}
.offers-section{padding:60px 0 44px}
.large-offer{min-height:510px;border-radius: var(--radius-lg);background:#030303;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:70px;overflow:hidden;position:relative}
.large-offer:after{content:"";position:absolute;left:50%;bottom:-90px;transform:translateX(-50%);width:360px;height:280px;border-radius:var(--radius-xl);;background:linear-gradient(135deg,#fff,#dcdcdc);opacity:.95}
.large-offer span{font-weight:800;color:#d0d0d0;position:relative;z-index:1}
.large-offer h2{font-size:42px;font-weight:900;margin:18px 0;position:relative;z-index:1}
.large-offer .btn{position:relative;z-index:1}
.mini-product{min-height:112px;border:1px solid var(--border);border-radius: var(--radius-md);padding:18px 22px;display:flex;align-items:center;gap:16px;background:#fff}
.mini-product img{width:56px;height:56px;border-radius: var(--radius-sm)}
.mini-product h3{font-size:14px;font-weight:700;color:#3f444b;margin:0 0 4px}
.mini-product strong{color:var(--primary)}
.offer-note{color:#667;margin-bottom:8px}
.site-footer{margin-top:0;background:#f5f5f5;padding:70px 0 0}
.footer-logo{margin-bottom:28px}
.footer-contact{display:flex;flex-direction:column;gap:14px;font-size:14px;font-weight:500;margin-bottom:4px}
.footer-contact a{text-decoration:none;font-weight:500;color:inherit}
.footer-contact a:hover{color:var(--primary)}
.footer-contact__item{display:flex;align-items:flex-start;gap:12px;line-height:1.55}
.footer-contact__icon{width:38px;height:38px;border-radius: var(--radius-circle);background:rgba(var(--primary-rgb),.08);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}
.footer-contact__text{flex:1;padding-top:7px;color:#3f444b}
.footer-contact__link{flex:1;padding-top:7px;color:#3f444b;transition:color .2s ease}
.footer-contact__link:hover{color:var(--primary)}
.site-footer h3{font-size:15px;color:var(--primary);font-weight:600;margin-bottom:16px}
.site-footer nav{display:flex;flex-direction:column;gap:12px;font-size:14px;font-weight:500}
.newsletter{background:var(--primary);color:#fff;border-radius: var(--radius-lg);padding:36px}
.newsletter h3{color:#fff;font-size:32px;margin:0 0 12px}
.newsletter form{display:flex;gap:10px;margin:24px 0}
.newsletter input{height:50px;border:0;border-radius: var(--radius-pill);padding:0 20px;flex:1}
.newsletter button{height:50px;border:0;border-radius: var(--radius-pill);background:#fff;font-weight:900;padding:0 28px}
.newsletter a{color:#fff;text-decoration:underline}
.footer-bottom{margin-top:54px;border-top:1px solid #ddd;padding:24px 0;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#333}
.footer-bottom p{margin:0}
.footer-payment{display:flex;align-items:center;line-height:0}
.footer-payment__img{display:block;height:28px;width:auto;max-width:min(100%,360px);object-fit:contain}
.product-card.is-hidden{display:none}
@media(max-width:1399.98px){
  .brand-prev,.product-prev{left:8px}.brand-next,.product-next{right:8px}
  .carousel-product{flex-basis:235px}
}
@media(max-width:991.98px){
  .site-container{padding-left:14px;padding-right:14px}
  .brand-item img{max-height:48px}
  .carousel-product{flex-basis:230px}
  .offer-head{flex-direction:column;align-items:flex-start}.countdown{width:100%;display:grid;grid-template-columns:repeat(4,1fr)}.countdown div{width:auto}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}
}
@media(max-width:575.98px){
  .brand-item img{max-height:42px}
  .carousel-product{flex-basis:220px}
  .newsletter form{flex-direction:column}.newsletter button{width:100%}
}


/* v4 updates */
.topbar{height:40px;display:flex;align-items:center;background:#fafafa}
.topbar .site-container{height:40px;align-items:center}
.main-header{position:sticky;top:0;z-index:250;border-bottom:1px solid var(--border)}
.category-menu-root{position:relative;flex:0 0 auto}
.mega-menu{position:absolute;top:58px;left:-265px;width:min(1320px,calc(100vw - 80px));min-height:520px;background:#fff;border-radius:0 var(--radius-lg) var(--radius-lg) var(--radius-lg);;box-shadow:0 30px 80px rgba(0,0,0,.28);z-index:600;display:flex;opacity:0;visibility:hidden;transform:translateY(12px);transition:.18s ease;overflow:hidden}
.category-menu-root:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}
.category-menu-root:hover:before{content:"";position:absolute;left:-20px;right:-20px;top:42px;height:28px}
.mega-left{width:260px;background:var(--primary);padding:14px 0;color:#fff}
.mega-left a{height:55px;display:flex;align-items:center;gap:12px;padding:0 22px;font-size:14px;font-weight:600;color:#fff}
.mega-left a span{margin-left:auto}
.mega-left a.active,.mega-left a:hover{background:#fff;color:#262a30}
.mega-content{flex:1;display:flex;gap:34px;padding:30px}
.mega-columns{flex:1;display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:40px}
.mega-columns h4{font-size:15px;color:#262a30;font-weight:700;margin:0 0 12px}
.mega-columns a{display:block;font-size:14px;font-weight:500;color:#54585e;margin-bottom:10px}
.mega-columns a.mega-col-baslik{font-size:15px;font-weight:700;color:#262a30;margin:0 0 10px}
.mega-columns a.mega-col-baslik:not(:first-child){margin-top:18px}
.mega-columns a.mega-col-oge{font-weight:500;color:#54585e;padding-left:2px}
.mega-columns a:hover,.mega-columns a.mega-col-baslik:hover,.mega-columns a.mega-col-oge:hover{color:var(--primary)}
.mega-banner{width:310px;border-radius: var(--radius-lg);background:#121212;color:#fff;padding:35px 22px;text-align:center;display:flex;flex-direction:column;align-items:center;overflow:hidden}
.mega-banner span{color:#d0d0d0;font-weight:800}
.mega-banner strong{font-size:20px;margin:18px 0;font-weight:700}
.mega-banner button{border:0;border-radius: var(--radius-pill);background:var(--primary);color:#fff;font-weight:900;padding:12px 24px}
.camera-illustration{margin-top:auto;width:250px;height:150px;border-radius: var(--radius-xl);background:radial-gradient(circle,#4b3a22,#111 65%);position:relative}
.camera-illustration:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius: var(--radius-circle);background:radial-gradient(circle,#70b875 0 22%,#111 24% 48%,#333 50%)}
.mega-banner-visual{margin-top:auto;width:100%;max-width:250px;border-radius: var(--radius-xl);overflow:hidden}
.mega-banner-visual img{display:block;width:100%;height:150px;object-fit:cover}
.mega-banner.has-image{position:relative;isolation:isolate;padding:0;background:#121212;color:#fff;border:0}
.mega-banner.has-image span{color:rgba(255,255,255,.82)}
.mega-banner.has-image strong{color:#fff;margin:0 0 14px}
.mega-banner.has-image .mega-banner-visual{position:absolute;inset:0;margin:0;max-width:none;border-radius:inherit;z-index:0}
.mega-banner.has-image .mega-banner-visual img{width:100%;height:100%;min-height:100%;object-fit:cover;border-radius:inherit}
.mega-banner.has-image::after{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;background:linear-gradient(180deg,rgba(8,12,20,.12) 0%,rgba(8,12,20,.2) 45%,rgba(8,12,20,.78) 100%);pointer-events:none}
.mega-banner.has-image .mega-banner-content{position:absolute;left:0;right:0;bottom:30px;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;padding:0 22px;text-align:center}
.mega-banner.has-image .camera-illustration{display:none}
.brand-track.is-jump,.product-track.is-jump,.home-category-track.is-jump,.infinite-track.is-jump{scroll-behavior:auto!important;scroll-snap-type:none!important}
.infinite-track.is-infinite-animating{scroll-snap-type:none!important}
.product-grid.is-loading{position:relative;opacity:.45;filter:blur(1px);transition:.18s ease}
.product-grid.is-loading:after{content:"";position:absolute;left:50%;top:50%;width:42px;height:42px;border-radius: var(--radius-circle);border:4px solid #ddd;border-top-color:var(--primary);animation:spin .65s linear infinite;z-index:10}
.product-card.tab-animate{animation:softIn .32s ease both}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes softIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.shipping-progress{margin:4px 0 4px}
.shipping-progress p{margin:0 0 10px;color:#777;font-size:15px}
.shipping-progress strong{color:var(--primary)}
.shipping-bar{height:11px;background:#eee;border-radius: var(--radius-pill);overflow:hidden}
.shipping-bar span{display:block;height:100%;border-radius: var(--radius-pill);background:repeating-linear-gradient(-45deg,var(--primary) 0 8px,#555 8px 16px)}
.drawer-foot .btn-light{background:#fff;border:1.5px solid #111;color:#111;font-weight:800;height:48px;display:flex;align-items:center;justify-content:center}
.drawer-foot .btn-light:hover,.drawer-foot .btn-light:focus-visible{background:#111;border-color:#111;color:#fff}
.drawer-foot .btn-primary{height:48px;display:flex;align-items:center;justify-content:center}
@media(max-width:1399.98px){.mega-menu{left:-170px;width:min(1180px,calc(100vw - 44px))}.mega-banner{width:280px}}
@media(max-width:991.98px){.main-header{position:static}.mega-menu{display:none}}


/* v5 updates */
.hero-slider-section{padding-top:34px}
.home-slider{position:relative;border-radius: var(--radius-xl);overflow:hidden;min-height:440px;background:#f1f1f2}
.home-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .32s ease,visibility .32s ease}
.home-slide.active{opacity:1;visibility:visible}
.home-slide img{width:100%;height:440px;object-fit:cover}
.home-slide-content{position:absolute;top:66px;left:0;right:0;text-align:center;z-index:2}
.home-slide-content span{display:block;font-size:15px;color:#777;font-weight:600;margin-bottom:12px}
.home-slide-content h1{font-size:30px;line-height:1.12;font-weight:700;letter-spacing:-0.6px;margin-bottom:22px}
.home-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:52px;height:52px;border:0;border-radius: var(--radius-circle);background:#fff;box-shadow:0 15px 35px rgba(0,0,0,.14);font-size:22px}
.home-prev{left:24px}.home-next{right:24px}
.home-thumbs{position:absolute;left:0;right:0;bottom:22px;z-index:7;display:flex;align-items:center;justify-content:center;gap:28px}
.home-thumbs button{border:0;background:transparent;color:#777;font-weight:900;text-decoration:underline;text-underline-offset:4px;padding:6px 0}
.home-thumbs button.active{color:#111}

.mega-content{position:relative;padding:0;display:block}
.mega-panel{position:absolute;inset:0;display:flex;gap:34px;padding:30px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}
.mega-panel.active{opacity:1;visibility:visible;transform:translateY(0)}
.mega-banner.laptop{background:linear-gradient(180deg,#292929,#111)}
.mega-banner.pc{background:linear-gradient(180deg,#31213f,#111)}
.mega-banner.gaming{background:linear-gradient(180deg,#182445,#111)}
.mega-banner.appliance{background:linear-gradient(180deg,#3a3328,#111)}
.mega-banner.tv{background:linear-gradient(180deg,#142b36,#111)}
.mega-banner.home{background:linear-gradient(180deg,#213b25,#111)}
.mega-banner.laptop .camera-illustration{background:linear-gradient(135deg,#eee,#bca47b)}
.mega-banner.pc .camera-illustration{background:linear-gradient(135deg,#1c1c1c,var(--primary))}
.mega-banner.gaming .camera-illustration{background:linear-gradient(135deg,#111,#007cff)}
.mega-banner.appliance .camera-illustration{background:linear-gradient(135deg,#eee,#aaa)}
.mega-banner.tv .camera-illustration{background:linear-gradient(135deg,#111,#6de6ff)}
.mega-banner.home .camera-illustration{background:linear-gradient(135deg,#dff5df,var(--primary))}

@media(max-width:767.98px){
  .product-carousel-wrap .carousel-arrow{display:none}
  .product-track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;overflow:visible;padding:0}
  .product-track .carousel-product{flex:initial!important;width:auto}
  .product-track .carousel-product:nth-child(n+7){display:none}
  .home-slider,.home-slide img{min-height:390px;height:390px}
  .home-slide-content{top:52px;padding:0 18px}
  .home-slide-content h1{font-size:22px}
  .home-slide-content span{font-size:14px}
  .home-slider-arrow{width:44px;height:44px}
  .home-prev{left:12px}.home-next{right:12px}
  .home-thumbs{gap:12px;bottom:15px;overflow-x:auto;justify-content:flex-start;padding:0 18px}
  .home-thumbs button{white-space:nowrap;font-size:14px}
}


/* v6 fixes */
.category-menu-root:hover:before{display:none!important}
.category-menu-root{padding:0}
.category-menu-root .mega-menu{pointer-events:none}
.category-menu-root:hover .mega-menu{pointer-events:auto}
.category-toggle:hover + .mega-menu,
.category-menu-root .mega-menu:hover{opacity:1;visibility:visible;transform:translateY(0)}
/* prevent the dropdown from opening when cursor is merely above the header area */
.category-menu-root:not(:hover) .mega-menu{opacity:0!important;visibility:hidden!important;transform:translateY(12px)!important}

.mobile-category-tree{display:flex;flex-direction:column}
.mobile-cat-link{height:56px;border:0;border-bottom:1px solid var(--border);background:#fff;display:flex;align-items:center;gap:13px;font-weight:900;text-align:left;color:#222}
.mobile-cat-link span{margin-left:auto;color:#999;transition:.18s}
.mobile-cat-link.active{color:var(--primary)}
.mobile-cat-link.active span{transform:rotate(90deg);color:var(--primary)}
.mobile-subtree{display:none;background:#f7f7f8;border-bottom:1px solid var(--border);padding:10px 0 12px 42px}
.mobile-subtree.active{display:flex;flex-direction:column}
.mobile-subtree a{padding:9px 0;color:#555;font-weight:700}

/* Mobile carousel must stay carousel: 2 products visible, arrows active */
@media(max-width:767.98px){
  .product-carousel-wrap{padding:0 42px}
  .product-carousel-wrap .carousel-arrow{display:flex!important;align-items:center;justify-content:center;width:36px;height:36px;font-size:16px}
  .product-carousel-wrap .product-prev{left:0!important}
  .product-carousel-wrap .product-next{right:0!important}
  .product-track{display:flex!important;gap:14px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:0 0 4px}
  .product-track::-webkit-scrollbar{display:none}
  .product-track .carousel-product{flex:0 0 calc((100% - 14px)/2)!important;width:auto}
  .product-track .carousel-product:nth-child(n+7){display:block}
  .product-track .product-image{height:165px}
}


/* v7 fixes */

/* Desktop category mega menu: add a safe hover bridge only under the button */
.category-menu-root::after{
  content:"";
  position:absolute;
  left:0;
  top:46px;
  width:190px;
  height:18px;
  display:none;
  z-index:601;
}
.category-menu-root:hover::after{display:block}
.category-menu-root:hover:before{display:none!important}
.category-menu-root .mega-menu{top:62px}

/* Mobile product carousel: keep cards full size while showing 2 cards */
@media(max-width:767.98px){
  .product-carousel-wrap{
    padding:0 18px;
    overflow:visible;
  }
  .product-carousel-wrap .product-prev{
    left:2px!important;
    transform:translate(-38%, -50%);
  }
  .product-carousel-wrap .product-next{
    right:2px!important;
    transform:translate(38%, -50%);
  }
  .product-track{
    gap:16px!important;
    padding:0 0 8px!important;
  }
  .product-track .carousel-product{
    flex:0 0 calc((100% - 16px)/2)!important;
    min-width:calc((100% - 16px)/2)!important;
  }
  .product-track .product-image{
    height:190px!important;
    padding:18px 14px 10px!important;
  }
  .product-track .product-image img{
    width:100%!important;
    max-width:145px!important;
  }
  .product-track .product-content{
    padding:0 14px 13px!important;
  }
  .product-track .product-content h3{
    font-size:12px!important;
    line-height:1.35!important;
    min-height:calc(1.35em * 2)!important;
    max-height:calc(1.35em * 2)!important;
    margin-bottom:10px!important;
  }
  .product-track .product-meta{
    font-size:13px!important;
  }
  .product-track .product-bottom{
    height:54px!important;
    padding:0 14px!important;
  }
  .product-track .product-bottom strong{
    font-size:13px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    flex:1 1 auto!important;
    min-width:0!important;
  }
}

/* Mobile category tree slow accordion */
.mobile-subtree{
  display:block!important;
  max-height:0;
  overflow:hidden;
  padding-top:0!important;
  padding-bottom:0!important;
  opacity:0;
  transition:max-height .34s ease, opacity .28s ease, padding .28s ease;
}
.mobile-subtree.active{
  max-height:320px;
  opacity:1;
  padding-top:10px!important;
  padding-bottom:12px!important;
}

/* Scrollable category tabs on mobile/tablet */
.section-header{
  min-width:0;
}
.tab-pills{
  min-width:0;
}
@media(max-width:767.98px){
  .tab-pills{
    width:100%;
    overflow-x:auto;
    flex-wrap:nowrap!important;
    gap:12px!important;
    padding:2px 2px 8px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .tab-pills::-webkit-scrollbar{display:none}
  .tab-pills button{
    flex:0 0 auto;
    white-space:nowrap;
    scroll-snap-align:start;
  }
  .section-header{
    gap:14px;
  }
}


/* v8 mobile menu like reference */
.menu-drawer{
  width:360px;
  max-width:86vw;
  background:#fff;
  overflow:visible;
}
.menu-drawer .drawer-head,
.menu-drawer .drawer-body{display:none!important}
.mobile-drawer-close{
  position:absolute;
  top:0;
  right:-54px;
  width:54px;
  height:54px;
  border:0;
  background:#080808;
  color:#fff;
  font-size:26px;
  z-index:5;
}
.mobile-menu-tabs{
  height:58px;
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid #ddd;
}
.mobile-menu-tabs button{
  border:0;
  background:#f4f4f4;
  font-weight:900;
  font-size:13px;
  position:relative;
}
.mobile-menu-tabs button.active{
  background:#fff;
}
.mobile-menu-tabs button.active:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:var(--primary);
}
.mobile-menu-panel{
  display:none;
  height:calc(100vh - 58px);
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.mobile-menu-panel.active{display:block}
.mobile-accordion-menu,
.mobile-category-menu{
  display:flex;
  flex-direction:column;
}
.mobile-acc-toggle,
.mobile-single-link,
.mobile-category-menu a{
  min-height:50px;
  width:100%;
  border:0;
  border-bottom:1px solid #e5e5e5;
  background:#fff;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 20px;
  color:#111;
  font-size:16px;
  font-weight:500;
  text-align:left;
}
.mobile-acc-toggle span{
  margin-left:auto;
  font-size:25px;
  color:#555;
  font-weight:300;
  line-height:1;
}
.mobile-acc-item.open > .mobile-acc-toggle > span,
.mobile-acc-sub.open > .mobile-acc-toggle > span{
  transform:rotate(45deg);
}
.mobile-acc-content{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .24s ease, opacity .2s ease;
  background:#fff;
}
.mobile-acc-item.open > .mobile-acc-content,
.mobile-acc-sub.open > .mobile-acc-content{
  max-height:520px;
  opacity:1;
}
.mobile-acc-content a{
  min-height:48px;
  display:flex;
  align-items:center;
  border-bottom:1px solid #e8e8e8;
  padding:0 20px 0 34px;
  color:#7f8790;
  font-size:15px;
  font-weight:500;
}
.mobile-acc-toggle.sub{
  padding-left:30px;
  color:#7f8790;
  background:#fbfbfb;
}
.mobile-acc-sub.open > .mobile-acc-toggle.sub{
  color:#555;
}
.mobile-acc-sub .mobile-acc-content a{
  padding-left:44px;
}
.mobile-help{
  padding:18px 20px;
  border-bottom:1px solid #e5e5e5;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.mobile-help strong{
  font-weight:500;
}
.mobile-help a{
  color:#8b929a;
  display:flex;
  gap:10px;
  align-items:center;
}
.mobile-category-menu a{
  min-height:55px;
}
.mobile-category-menu a i{
  width:22px;
  color:#333;
}
@media(max-width:420px){
  .menu-drawer{width:310px;max-width:84vw}
  .mobile-drawer-close{right:-52px;width:52px;height:52px}
}


/* v9 fixes */

/* Mobile product carousel width equal to normal 2-column grid */
@media(max-width:767.98px){
  .product-carousel-wrap{
    padding:0!important;
    overflow:visible;
  }
  .product-carousel-wrap .product-track{
    width:100%;
    gap:16px!important;
    padding:0 0 8px!important;
    scroll-padding-left:0;
  }
  .product-carousel-wrap .carousel-product{
    flex:0 0 calc((100% - 16px)/2)!important;
    min-width:calc((100% - 16px)/2)!important;
    max-width:calc((100% - 16px)/2)!important;
  }
  .product-carousel-wrap .carousel-arrow{
    z-index:20;
    background:#fff;
  }
  .product-carousel-wrap .product-prev{
    left:-12px!important;
    transform:translateY(-50%)!important;
  }
  .product-carousel-wrap .product-next{
    right:-12px!important;
    transform:translateY(-50%)!important;
  }
}

/* Mobile drawer should never cover header until opened */
.menu-drawer{
  z-index:999;
}
.menu-drawer:not(.force-visible){
  pointer-events:auto;
}
body:not(.menu-open) .menu-drawer{
  visibility:hidden;
  pointer-events:none;
}
body.menu-open .menu-drawer{
  visibility:visible;
  pointer-events:auto;
}
body:not(.menu-open) .mobile-drawer-close{
  display:none!important;
}
body.menu-open .mobile-drawer-close{
  display:block!important;
}

/* Make the mobile drawer slide from left under its own layer */
.menu-drawer{
  left:0!important;
  right:auto!important;
  transform:translateX(-100%);
}
body.menu-open .menu-drawer{
  transform:translateX(0)!important;
}

/* Keep mobile header controls clickable (özet overlay açıkken ezilmemeli) */
.mobile-header{
  z-index:300!important;
}
body.m-ozet-open .mobile-header{
  z-index:0!important;
}
.mobile-menu-open-btn{
  position:relative;
  z-index:305;
}
body.m-ozet-open .mobile-menu-open-btn{
  z-index:auto;
}


/* v10 desktop mega menu polish */
.category-toggle{
  height:42px;
  padding:0 17px;
  gap:7px;
  font-size:15px;
}
.category-toggle i:first-child{
  font-size:17px;
}
.category-toggle i:last-child{
  font-size:15px;
}
.category-menu-root .mega-menu{
  top:54px;
  left:-180px;
  width:min(1510px,calc(100vw - 220px));
  min-height:526px;
  border-radius: var(--radius-md);
  box-shadow:0 28px 70px rgba(0,0,0,.20);
}
.mega-left{
  width:270px;
  padding:0 0 20px;
  background:var(--primary);
}
.mega-left a{
  height:52px;
  gap:12px;
  padding:0 20px;
  font-size:14px;
  font-weight:600;
  line-height:1.3;
}
.mega-left a > i:first-child{
  width:18px;
  flex:0 0 18px;
  text-align:center;
  font-size:16px;
}
.mega-left a span i{
  font-size:15px;
}
.mega-left a.active,
.mega-left a:hover{
  background:#fff;
  color:#262a30;
}
.mega-left a:first-child{
  border-top-left-radius:18px;
}
.mega-content{
  min-width:0;
}
.mega-panel{
  gap:44px;
  padding:22px 20px 20px 30px;
}
.mega-columns{
  grid-template-columns:repeat(3,minmax(185px,1fr));
  column-gap:58px;
  row-gap:24px;
  align-content:start;
}
.mega-columns h4{
  font-size:15px;
  line-height:1.3;
  font-weight:700;
  color:#262a30;
  margin:0 0 12px;
}
.mega-columns a.mega-col-baslik{
  font-size:15px;
  line-height:1.3;
  font-weight:700;
  color:#262a30;
  margin:0 0 10px;
}
.mega-columns a.mega-col-baslik:not(:first-child){
  margin-top:22px;
}
.mega-columns a.mega-col-oge{
  font-size:14px;
  font-weight:500;
  line-height:1.35;
  color:#54585e;
  margin-bottom:10px;
}
.mega-columns a{
  font-size:14px;
  font-weight:500;
  line-height:1.35;
  margin-bottom:10px;
}
.mega-banner{
  width:315px;
  min-height:486px;
  border-radius: var(--radius-md);
  padding:36px 22px 24px;
  flex:0 0 315px;
}
.mega-banner span{
  font-size:16px;
}
.mega-banner.phone{
  border:1px solid #e0e0e0;
  background:#fff;
  color:#262a30;
}
.mega-banner.phone.has-image{
  border:0;
  background:#121212;
  color:#fff;
}
.mega-banner.phone span{
  color:#7a7a7a;
}
.mega-banner.phone.has-image span{
  color:rgba(255,255,255,.82);
}
.phone-illustration{
  position:relative;
  margin-top:auto;
  width:132px;
  height:292px;
}
.phone-illustration:before{
  content:"";
  position:absolute;
  left:50%;
  top:6px;
  width:34px;
  height:262px;
  border-radius: var(--radius-md);
  transform:translateX(-50%) rotate(1deg);
  background:linear-gradient(90deg,#8a9ca8 0 16%,#eef6f8 17% 48%,#a7bac5 49% 62%,#e9f3f6 63% 100%);
  box-shadow:0 18px 26px rgba(0,0,0,.20);
}
.phone-illustration:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:118px;
  height:78px;
  transform:translateX(-50%);
  border-radius:58% 42% 0 0;
  background:linear-gradient(180deg,#b9846b,#5b3127);
  clip-path:polygon(25% 100%,42% 12%,58% 12%,75% 100%);
}
@media(max-width:1399.98px){
  .category-menu-root .mega-menu{
    left:-170px;
    width:min(1260px,calc(100vw - 48px));
  }
  .mega-panel{
    gap:28px;
    padding-right:18px;
  }
  .mega-columns{
    column-gap:34px;
  }
  .mega-banner{
    width:290px;
    flex-basis:290px;
  }
}