@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

:root{
  --blue-dark:#0f5aa6;
  --blue:#1376c8;
  --blue-soft:#1fa9e5;
  --blue-ink:#0f2440;
  --text:#10243f;
  --muted:#6d7b8f;
  --surface:#ffffff;
  --surface-2:#f4f8fc;
  --line:#dce7f3;
  --line-2:#eaf2f8;
  --shadow:0 18px 50px rgba(15,37,64,.08);
  --shadow-soft:0 12px 30px rgba(15,37,64,.06);
  --radius:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Roboto',Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#f4f8fc 0,#fff 240px);color:var(--text)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1320px}
.muted{color:var(--muted)}

/* =========================================================
   GENEL YAZI TİPİ - ROBOTO
   İkon fontlarını bozmadan tüm site yazılarını Roboto yapar.
========================================================= */
body,
button,
input,
select,
textarea,
.form-control,
.form-select,
.btn,
.dropdown-menu,
.offcanvas,
.modal,
.card,
.table,
.responsive-table,
.header-ultra-card,
.footer-pipe{
    font-family:'Roboto',Arial,Helvetica,sans-serif !important;
}


.micro-topbar{background:#fff;border-bottom:1px solid var(--line)}
.micro-topbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:44px;gap:20px;font-size:.92rem}
.micro-topbar-left,.micro-topbar-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.micro-topbar i{color:var(--blue-soft)}
.micro-topbar-right a{color:#4e5d72}

.header-sticky-shell{background:rgba(244,248,252,.94);backdrop-filter:blur(12px);z-index:1030;padding:14px 0 0;margin-bottom:0!important}
.header-ultra-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:18px 22px 20px}
.header-main-grid{display:grid;grid-template-columns:auto minmax(360px,1fr) auto auto;align-items:center;gap:18px}
.brand-mark img{height:102px;width:auto;object-fit:contain}
.global-search{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid #d8e5f2;border-radius:999px;padding:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.global-search-select{min-width:190px;height:56px;border-radius:999px;background:linear-gradient(135deg,#eef7fd,#f7fbff);border:1px solid #dce7f3;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;color:#26435f;padding:0 16px;text-decoration:none}
.global-search-select i{color:var(--blue)}
.global-search input{flex:1;border:none;outline:none;background:transparent;padding:0 8px;font-size:1rem;color:var(--text)}
.global-search button{height:56px;padding:0 28px;border:none;border-radius:999px;background:linear-gradient(135deg,var(--blue-dark),var(--blue-soft));color:#fff;font-weight:800;display:flex;align-items:center;gap:8px;box-shadow:0 16px 30px rgba(19,118,200,.25)}
.header-cta-group{display:flex;gap:12px}
.header-mini-btn{min-width:142px;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8fbff)}
.header-mini-btn i{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#edf6ff;color:var(--blue-dark);font-size:1.15rem}
.header-mini-btn span{display:flex;flex-direction:column;line-height:1.1}
.header-mini-btn small{font-size:.74rem;color:var(--muted);font-weight:700}
.header-mini-btn strong{font-size:.95rem;color:var(--text)}
.header-mini-btn.cart{background:linear-gradient(135deg,var(--blue-dark),var(--blue));border-color:transparent;color:#fff}
.header-mini-btn.cart i{background:rgba(255,255,255,.18);color:#fff}
.header-mini-btn.cart small,.header-mini-btn.cart strong{color:#fff}
.ultra-toggler{display:none;border:none;background:transparent;padding:0;flex-direction:column;gap:5px}
.ultra-toggler span{width:28px;height:3px;border-radius:999px;background:var(--blue-dark);display:block}
.icon-shortcuts{display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding:18px 0 14px}
.icon-shortcuts a{display:flex;align-items:center;gap:10px;padding:11px 16px;border-radius:999px;background:#f7fbff;border:1px solid var(--line);font-weight:700;color:#26435f}
.icon-shortcuts i{color:var(--blue)}
.mega-nav{padding-top:2px}
.mega-nav-scroller{display:flex;align-items:stretch;gap:14px;overflow:auto;padding-bottom:6px}
.mega-item{position:relative;flex:0 0 auto}
.mega-link{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:14px;background:#fff;border:1px solid var(--line);font-weight:800;color:#1d3854;min-height:60px}
.mega-link-icon{width:38px;height:38px;border-radius:10px;background:#eef7ff;display:flex;align-items:center;justify-content:center;color:var(--blue-dark)}
.mega-link-arrow{color:#7992aa;font-size:.88rem}
.mega-item:hover .mega-link{border-color:#bcd7ec;box-shadow:var(--shadow-soft)}
.mega-dropdown{position:absolute;left:0;top:calc(100% + 14px);width:560px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 24px 60px rgba(15,37,64,.14);opacity:0;visibility:hidden;transform:translateY(10px);transition:.22s ease;z-index:1200}
.mega-item:hover .mega-dropdown,
.mega-item.open .mega-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.mega-dropdown-visual{display:flex;align-items:center;gap:14px;padding:14px;border-radius:14px;background:linear-gradient(135deg,#f7fbff,#eef7fd);margin-bottom:14px}
.mega-dropdown-visual img{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.mega-dropdown-visual strong{display:block;font-size:1rem}
.mega-dropdown-visual span{display:block;color:var(--muted);margin-top:4px}
.mega-sub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.mega-sub-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;border:1px solid var(--line-2);background:#fff}
.mega-sub-card img{width:54px;height:54px;border-radius:10px;object-fit:contain;object-position:center;background:#f7fbff;padding:6px}
.mega-sub-card span{font-weight:700;color:#243c57}
.mobile-utility{display:none;grid-template-columns:1fr;gap:10px;padding-top:12px}
.mobile-utility-btn{display:flex;align-items:center;gap:10px;justify-content:center;padding:13px 14px;border-radius:12px;background:#f7fbff;border:1px solid var(--line);font-weight:700}
.mobile-utility-btn.cart{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;border-color:transparent}
.search-category-wrap{position:relative;flex:0 0 auto}
.search-select-arrow{font-size:.82rem;color:#7592ac}
.search-categories-dropdown{position:absolute;left:0;top:calc(100% + 12px);width:min(980px,78vw);background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 26px 60px rgba(15,37,64,.16);opacity:0;visibility:hidden;transform:translateY(10px);transition:.22s ease;z-index:1400}
.search-category-wrap:hover .search-categories-dropdown,.search-category-wrap:focus-within .search-categories-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.search-category-wrap:hover .global-search-select,.search-category-wrap:focus-within .global-search-select{border-color:#bcd7ec;box-shadow:var(--shadow-soft)}
.search-categories-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.search-category-card{border:1px solid var(--line-2);border-radius:14px;background:linear-gradient(180deg,#fff,#fbfdff);padding:14px}
.search-category-head{display:flex;align-items:center;gap:12px;text-decoration:none}
.search-category-head img{width:58px;height:58px;border-radius:12px;object-fit:contain;object-position:center;border:1px solid var(--line);background:#f7fbff;padding:6px}
.search-category-head strong{display:block;color:#1d3854;font-size:1rem}
.search-category-head small{display:block;color:var(--muted);margin-top:4px}
.search-category-links{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px;padding-top:12px;border-top:1px dashed #dbe7f2}
.search-category-links a{display:block;padding:0 0 0 14px;position:relative;background:transparent;border:none;text-decoration:none;color:#35516d;font-weight:700;font-size:.9rem}
.search-category-links a:before{content:'•';position:absolute;left:0;top:0;color:var(--blue)}
.search-category-links a:hover{color:var(--blue-dark)}
.header-dual-line{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:10px;
    margin-bottom:-30px;
    border-radius:0;
    overflow:hidden;
    width:100%;
    position:relative;
    z-index:20;
    line-height:0;
}

.header-dual-line span{
    height:12px;
    display:block;
}

.header-dual-line span:first-child{
    background:var(--blue-dark);
    border-radius:0;
}

.header-dual-line span:last-child{
    background:var(--blue-soft);
    border-radius:0;
}
.site-header-ultra{margin-bottom:0!important}
.site-header-ultra + main,
.site-header-ultra + section,
.site-header-ultra + .container{margin-top:0!important}
.site-header-ultra + main{padding-top:14px!important}

@media (max-width: 991px){
  .search-categories-dropdown{width:min(92vw,620px)}
  .search-categories-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 767px){
  .search-category-wrap{display:none}
  .search-categories-grid{grid-template-columns:1fr}
}

.hero-ultra{background:radial-gradient(circle at top left,#fafdff 0,#f1f8fe 28%,#ffffff 72%);border:1px solid var(--line);border-radius:22px;padding:42px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.hero-ultra::after{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#dff5fd 0,rgba(223,245,253,0) 72%)}
.badge-soft{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#eef7ff;border:1px solid #d7e8f8;color:var(--blue-dark);font-weight:800;font-size:.88rem}
.hero-ultra h1{font-size:3.1rem;line-height:1.08;letter-spacing:-.03em;margin:0 0 16px;max-width:760px}
.hero-ultra p{font-size:1.05rem;color:var(--muted);max-width:700px;line-height:1.75}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;max-width:680px}
.hero-stat{padding:18px;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.hero-stat strong{display:block;font-size:1.3rem;color:var(--blue-dark)}
.hero-stat span{display:block;margin-top:6px;color:var(--muted);font-size:.95rem}
.hero-visual-frame{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow);max-width:100%;overflow:hidden}
.hero-visual-frame img{width:100%;height:390px;object-fit:contain;object-position:center;border-radius:16px;background:#f7fbff}
.hero-floating-card{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:14px;padding:14px}
.hero-floating-card div{min-width:0}
.hero-floating-card strong{display:block;color:var(--blue-dark)}
.hero-floating-card span{color:var(--muted);font-size:.92rem}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.trust-card{display:flex;gap:14px;padding:18px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.trust-card i{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eef7ff;color:var(--blue-dark);font-size:1.2rem}
.trust-card strong{display:block;margin-bottom:6px}
.trust-card span{display:block;color:var(--muted);font-size:.94rem;line-height:1.5}

.section-title{font-size:1.7rem;font-weight:900;color:var(--blue-ink);margin-bottom:18px;letter-spacing:-.02em}
.section-top{display:flex;align-items:end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:20px}
.section-top p{margin:0;color:var(--muted)}
.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);height:100%;transition:.2s ease}
.category-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,37,64,.12)}
.category-card img{width:100%;height:220px;object-fit:contain;object-position:center;background:#f7fbff;padding:14px}
.category-card .body{padding:20px}
.category-card .body .icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eef7ff;color:var(--blue-dark);margin-bottom:14px}
.category-card .subline{display:flex;align-items:center;justify-content:space-between;color:var(--muted);margin-top:12px;font-size:.94rem}
.category-card .subline i{color:var(--blue)}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);height:100%;transition:.2s ease;display:flex;flex-direction:column}
.product-card img{width:100%;height:260px;object-fit:contain;object-position:center;background:#f7fbff;padding:16px}
.product-card .body{padding:20px;display:flex;flex-direction:column;flex:1}
.product-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.product-badges span{padding:7px 10px;border-radius:999px;background:#f5fbff;border:1px solid var(--line);font-size:.78rem;font-weight:700;color:#40607c}
.price{font-size:1.6rem;font-weight:900;color:var(--blue-dark)}
.quick-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:14px}
.quick-actions .btn{flex:1 1 calc(50% - 5px);min-width:140px}
.product-card .quick-actions .btn-sm{padding:.82rem 1rem;border-radius:12px}
.product-card .quick-actions .btn-dark{box-shadow:0 10px 22px rgba(19,118,200,.16)}

.btn{border-radius:12px;font-weight:800;padding:.9rem 1.2rem}
.btn-dark{background:linear-gradient(135deg,var(--blue-dark),var(--blue));border-color:transparent}
.btn-outline-dark{border:1px solid #bfd8eb;color:var(--blue-ink);background:#fff}
.btn-light-alt{background:#f2f9ff;border:1px solid #d8e8f6;color:var(--blue-dark)}
.form-control,.form-select{border-radius:12px;padding:.88rem 1rem;border-color:#d6e4f1}
.form-control:focus,.form-select:focus{border-color:#8ccded;box-shadow:0 0 0 .25rem rgba(31,169,229,.12)}
.sidebar-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-soft)}

.product-detail-shell{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:var(--shadow)}
.product-gallery{background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:18px}
.product-gallery img{width:100%;height:470px;object-fit:contain;object-position:center;border-radius:14px;background:#f7fbff;padding:14px}
.product-crumb{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#eef7ff;border:1px solid #d7e8f8;color:var(--blue-dark);font-weight:800;font-size:.88rem}
.product-title{font-size:2.35rem;line-height:1.1;letter-spacing:-.02em;margin:18px 0 10px}
.product-subline{color:var(--muted);font-size:.98rem}
.product-price-wrap{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:20px 0}
.product-price-wrap .price{font-size:2.1rem}
.product-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}
.product-meta-item{background:#f8fbff;border:1px solid var(--line);border-radius:14px;padding:16px}
.product-meta-item strong{display:block;font-size:.76rem;color:#6e86a0;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.product-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}
.feature-chip{display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:12px;background:#fff;border:1px solid var(--line)}
.feature-chip i{color:var(--blue-dark)}
.info-panel{background:#f8fbff;border:1px solid var(--line);border-radius:16px;padding:20px}

/* =========================================================
   PREMIUM BORULU FOOTER
========================================================= */

.footer-pipe{
    position:relative;
    overflow:hidden;
    margin-top:80px;
    padding:40px 0 0;
    color:var(--blue-ink);
    background:
        radial-gradient(circle at 14% 0%,rgba(31,169,229,.10),transparent 30%),
        radial-gradient(circle at 86% 24%,rgba(15,90,166,.08),transparent 30%),
        linear-gradient(180deg,#ffffff 0%,#f6fbff 50%,#eef7fd 100%);
    border-top:1px solid #e5eef8;
}

.pipe-bg{
    position:absolute;
    inset:0;
    opacity:.08;
    pointer-events:none;
    overflow:hidden;
}

.pipe-line{
    position:absolute;
    background:#203a57;
    border-radius:999px;
}

.pipe-line.h{height:42px}
.pipe-line.v{width:42px}

.pipe-elbow{
    position:absolute;
    width:220px;
    height:220px;
    border:42px solid #203a57;
    border-left-color:transparent;
    border-bottom-color:transparent;
    border-radius:72px;
}

.pipe-joint{
    position:absolute;
    width:72px;
    height:52px;
    border-radius:14px;
    background:#203a57;
}

.pipe-joint:before,
.pipe-joint:after{
    content:"";
    position:absolute;
    top:0;
    width:8px;
    height:100%;
    background:rgba(255,255,255,.75);
}

.pipe-joint:before{left:12px}
.pipe-joint:after{right:12px}

.pipe-valve{
    position:absolute;
    width:94px;
    height:94px;
    border-radius:50%;
    border:14px solid #203a57;
    background:transparent;
}

.pipe-valve:before,
.pipe-valve:after{
    content:"";
    position:absolute;
    background:#203a57;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border-radius:999px;
}

.pipe-valve:before{
    width:62px;
    height:10px;
}

.pipe-valve:after{
    width:10px;
    height:62px;
}

.pipe-gauge{
    position:absolute;
    width:78px;
    height:78px;
    border-radius:50%;
    border:10px solid #203a57;
    background:rgba(255,255,255,.14);
}

.pipe-gauge:before{
    content:"";
    position:absolute;
    width:28px;
    height:4px;
    background:#203a57;
    left:50%;
    top:50%;
    transform:translate(-10%,-50%) rotate(-35deg);
    transform-origin:left center;
    border-radius:999px;
}

.p1{left:-120px;top:70px;width:520px}
.p2{left:260px;top:-120px;height:420px}
.p3{left:-120px;bottom:180px;width:620px}
.p4{left:520px;bottom:40px;height:180px}
.p5{left:320px;bottom:170px;transform:rotate(90deg)}

.p6{right:180px;top:-80px;height:380px}
.p7{right:-120px;top:130px;width:520px}
.p8{right:320px;top:30px;transform:rotate(180deg)}
.p9{right:-120px;bottom:170px;width:520px}
.p10{right:420px;bottom:150px;transform:rotate(270deg)}

.j1{left:110px;top:230px}
.j2{left:300px;bottom:210px}
.j3{right:170px;top:180px}
.j4{right:250px;bottom:200px}

.v1{left:420px;top:120px}
.v2{right:210px;top:80px}

.g1{left:420px;top:250px}
.g2{right:240px;top:240px}

.footer-pipe .container{
    position:relative;
    z-index:2;
}

.footer-trust-shell{
    margin-bottom:34px;
    padding:18px;
    border-radius:24px;
    background:rgba(255,255,255,.88);
    border:1px solid #dce9f5;
    box-shadow:0 20px 60px rgba(15,37,64,.08);
    backdrop-filter:blur(10px);
}

.footer-trust-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
}

.footer-trust-box{
    display:flex;
    align-items:center;
    gap:16px;
    padding:8px 20px;
    min-height:86px;
    border-right:1px solid #dce9f5;
}

.footer-trust-box:last-child{
    border-right:0;
}

.footer-trust-icon{
    width:58px;
    height:58px;
    min-width:58px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:linear-gradient(180deg,#ffffff,#eef7ff);
    color:var(--blue-dark);
    box-shadow:0 14px 28px rgba(15,90,166,.13);
    font-size:24px;
}

.footer-trust-box strong{
    display:block;
    color:var(--blue-ink);
    font-size:15px;
    margin-bottom:6px;
}

.footer-trust-box span{
    display:block;
    color:#5d7188;
    font-size:13px;
    line-height:1.45;
}

.footer-main-clean{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1.35fr;
    gap:34px;
    padding:18px 0 30px;
}

.footer-clean-col h6{
    margin:0 0 18px;
    color:var(--blue-ink);
    font-size:15px;
    font-weight:950;
    display:flex;
    align-items:center;
    gap:10px;
    text-transform:uppercase;
    letter-spacing:.02em;
}

.footer-clean-col h6 i{
    color:var(--blue-dark);
    font-size:20px;
}

.footer-title-line{
    width:82px;
    height:2px;
    background:linear-gradient(90deg,var(--blue-dark),var(--blue-soft));
    margin:-8px 0 18px;
    border-radius:999px;
}

.footer-clean-links{
    display:grid;
    gap:13px;
}

.footer-clean-links a{
    display:flex;
    align-items:center;
    gap:10px;
    color:#163052;
    font-size:15px;
    font-weight:700;
    transition:.2s ease;
}

.footer-clean-links a:before{
    content:"›";
    color:var(--blue-dark);
    font-size:20px;
    line-height:1;
    font-weight:900;
}

.footer-clean-links a:hover{
    color:var(--blue-dark);
    transform:translateX(4px);
}

.payment-card{
    padding:0;
}

.payment-logo-grid{
    display:flex;
    gap:9px;
    flex-wrap:wrap;
}

.pay-badge{
    min-width:68px;
    height:44px;
    padding:0 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#fff;
    border:1px solid #dfeaf5;
    box-shadow:0 9px 20px rgba(15,37,64,.07);
    color:#0f2440;
    font-size:12px;
    font-weight:950;
    letter-spacing:-.02em;
}

.pay-badge.visa{color:#0759b8}
.pay-badge.mc{color:#d94818}
.pay-badge.troy{color:#1369c8}
.pay-badge.secure{color:#0f5aa6}
.pay-badge.pos{color:#0f2440}

.footer-contact-mini{
    margin-top:28px;
    display:grid;
    gap:10px;
}

.footer-contact-mini a,
.footer-contact-mini span{
    display:flex;
    align-items:center;
    gap:9px;
    color:#24405f;
    font-size:13px;
    font-weight:800;
}

.footer-contact-mini i{
    color:var(--blue-dark);
}

.footer-social-service{
    margin-top:12px;
    padding:26px 28px;
    border:1px solid #dce8f4;
    border-radius:24px;
    background:rgba(255,255,255,.72);
    backdrop-filter:blur(10px);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    box-shadow:0 14px 40px rgba(15,37,64,.05);
}

.footer-social-title,
.footer-service-title{
    font-size:12px;
    font-weight:900;
    color:#5f7388;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:14px;
}

.footer-social-icons{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.footer-social-icons a{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:#fff;
    color:#163052;
    border:1px solid #dce8f4;
    box-shadow:0 10px 24px rgba(15,37,64,.06);
    transition:.22s ease;
    font-size:18px;
}

.footer-social-icons a:nth-child(1):hover{background:#1877f2;color:#fff}
.footer-social-icons a:nth-child(2):hover{background:#e1306c;color:#fff}
.footer-social-icons a:nth-child(3):hover{background:#ff0000;color:#fff}
.footer-social-icons a:nth-child(4):hover{background:#111827;color:#fff}
.footer-social-icons a:nth-child(5):hover{background:#0a66c2;color:#fff}

.footer-social-icons a:hover{
    transform:translateY(-4px) scale(1.04);
}

.footer-mobile-text{
    flex:1;
    max-width:420px;
}

.footer-mobile-text strong{
    display:block;
    font-size:26px;
    font-weight:900;
    color:#0f2440;
    letter-spacing:-.03em;
    margin-bottom:6px;
}

.footer-mobile-text span{
    display:block;
    color:#66788d;
    font-size:14px;
    line-height:1.7;
}

.app-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    justify-content:flex-end;
}

.app-btn{
    height:50px;
    min-width:170px;
    padding:0 18px;
    border-radius:16px;
    background:linear-gradient(135deg,#000000,#000000);
    color:#fff;
    display:flex;
    align-items:center;
    gap:12px;
    font-size:13px;
    font-weight:800;
    box-shadow:0 14px 30px rgba(9,23,40,.18);
    transition:.22s ease;
}

.app-btn i{
    font-size:22px;
}

.app-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

.footer-bottom-wave{
    position:relative;
    margin-top:30px;
    background:linear-gradient(135deg,#004d91,#004d91);
    color:#c8def1;
    overflow:visible;
}

.footer-bottom-wave:before{
  content:"";
  position:absolute;
  left:50%;
  top:-18px;
  transform:translateX(-50%);
  width:115px;
  height:80px;
  border-radius:0 0 90px 90px;
  background:#f1f8fe;
  box-shadow:none;
  border:none;
}

.drop-mark{
  position:absolute;
  left:50%;
  top:-26px;
  transform:translateX(-50%);

  width:82px;
  height:82px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:transparent;
  box-shadow:none;
  border:none;

  z-index:10;
  overflow:visible;
  padding:0;
}

.drop-mark img{
  width:82px;
  height:auto;
  object-fit:contain;
  display:block;
}

.footer-bottom-inner{
    position:relative;
    z-index:1;
    min-height:96px;
    padding:40px 0 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
}

.footer-legal-clean{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.footer-legal-clean a{
    color:#d9eaf7;
    font-weight:750;
    font-size:13px;
}

@media(max-width:1199px){
    .footer-trust-row{
        grid-template-columns:repeat(2,1fr);
    }

    .footer-trust-box:nth-child(2){
        border-right:0;
    }

    .footer-trust-box:nth-child(1),
    .footer-trust-box:nth-child(2){
        border-bottom:1px solid #dce9f5;
    }

    .footer-main-clean{
        grid-template-columns:1fr 1fr;
    }

    .footer-social-service{
        align-items:flex-start;
        flex-direction:column;
    }

    .app-buttons{
        justify-content:flex-start;
    }
}

@media(max-width:767px){
    .footer-pipe{
        padding-top:24px;
        margin-top:50px;
    }

    .footer-trust-row,
    .footer-main-clean{
        grid-template-columns:1fr;
    }

    .footer-trust-box{
        border-right:0;
        border-bottom:1px solid #dce9f5;
        padding:14px 10px;
    }

    .footer-trust-box:last-child{
        border-bottom:0;
    }

    .footer-main-clean{
        gap:26px;
    }

    .pipe-bg{
        opacity:.06;
    }

    .footer-social-service{
        padding:22px;
    }

    .footer-mobile-text strong{
        font-size:22px;
    }

    .footer-bottom-inner{
        align-items:flex-start;
        flex-direction:column;
        padding-top:48px;
    }

    .drop-mark{
        width:58px;
        height:58px;
    }
}



.checkout-shell{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.checkout-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;flex-wrap:wrap;margin-bottom:24px}
.checkout-kicker{display:inline-block;padding:8px 14px;border-radius:999px;background:#eef7ff;border:1px solid #d8e9f8;color:var(--blue-dark);font-weight:800;font-size:.82rem;margin-bottom:12px}
.checkout-head h1{font-size:2rem;letter-spacing:-.02em;margin:0 0 8px;color:var(--blue-ink)}
.checkout-head p{margin:0;color:var(--muted);max-width:700px}
.checkout-steps{display:flex;gap:10px;flex-wrap:wrap}
.checkout-steps span{padding:11px 14px;border-radius:999px;border:1px solid var(--line);background:#f8fbff;font-weight:800;color:#57708a;font-size:.88rem}
.checkout-steps .done{background:#edfdf3;border-color:#ccebd5;color:#16734c}
.checkout-steps .active{background:linear-gradient(135deg,var(--blue-dark),var(--blue));border-color:transparent;color:#fff}
.checkout-card{background:#f9fbfe;border:1px solid var(--line);border-radius:16px;padding:20px}
.checkout-card-title{display:flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:900;color:var(--blue-ink);margin-bottom:16px}
.payment-method-grid{display:grid;grid-template-columns:1fr;gap:12px}
.payment-option{display:flex;align-items:stretch;cursor:pointer}
.payment-option input{position:absolute;opacity:0;pointer-events:none}
.payment-option span{display:flex;flex-direction:column;gap:4px;width:100%;padding:16px 18px 16px 48px;border-radius:14px;border:1px solid #d5e6f2;background:#fff;position:relative;min-height:84px;justify-content:center}
.payment-option span:before{content:'';position:absolute;left:18px;top:50%;width:16px;height:16px;border-radius:50%;border:2px solid #9dbad1;transform:translateY(-50%);background:#fff}
.payment-option input:checked + span{border-color:#7bc4ef;background:#eef8ff;box-shadow:0 14px 28px rgba(15,91,166,.08)}
.payment-option input:checked + span:before{border-color:var(--blue-dark);background:radial-gradient(circle at center,var(--blue-dark) 0 45%,#fff 46%)}
.payment-option strong{font-size:1rem;color:var(--blue-ink)}
.payment-option small{color:var(--muted);font-size:.9rem}
.checkout-summary-box{display:flex;flex-direction:column;gap:18px}
.checkout-mini-list{display:grid;gap:12px}
.checkout-mini-list div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px dashed #d9e7f2}
.checkout-mini-list span{color:var(--muted)}
.checkout-total-line{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:900;color:var(--blue-ink);padding-top:4px}
.checkout-total-line strong{font-size:1.6rem;color:var(--blue-dark)}
.checkout-safe-box{display:flex;gap:14px;padding:16px;border-radius:14px;background:#f4fbff;border:1px solid #d6ebf8}
.checkout-safe-box i{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--blue-dark);font-size:1.2rem;flex:0 0 auto}
.checkout-safe-box strong{display:block;margin-bottom:4px}
.checkout-safe-box span{display:block;color:var(--muted);line-height:1.55}

.table-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft)}
.responsive-table{width:100%;border-collapse:collapse}
.responsive-table th,.responsive-table td{padding:14px;border-bottom:1px solid #eef2f7}
.responsive-table th{background:#f8fafc}
.auth-wrap{max-width:520px;margin:40px auto}
.notice{padding:14px 16px;border-radius:12px;background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;font-weight:700}

@media (max-width: 1199px){
  .header-main-grid{grid-template-columns:auto minmax(240px,1fr) auto}
  .hero-ultra h1{font-size:2.7rem}
  .trust-grid,.footer-trustband{grid-template-columns:repeat(2,1fr)}
  .footer-main-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 991px){
  .micro-topbar{display:none!important}
  .header-ultra-card{padding:16px}
  .header-main-grid{grid-template-columns:auto 1fr auto;gap:12px}
  .brand-mark img{height:82px}
  .global-search{grid-column:1/-1;order:4}
  .global-search-select{display:none}
  .header-cta-group{display:none!important}
  .ultra-toggler{display:flex}
  .icon-shortcuts{padding:14px 0 14px}
  .mega-nav-scroller{flex-direction:column;overflow:visible}
  .mega-item{width:100%}
  .mega-link{width:100%;justify-content:flex-start}
  .mega-dropdown{position:static;width:100%;opacity:1;visibility:visible;transform:none;display:none;margin-top:10px}
  .mega-item:hover .mega-dropdown,
  .mega-item.open .mega-dropdown{display:block}
  .mobile-utility{display:grid}
  .hero-ultra{padding:28px}
  .hero-ultra h1{font-size:2.2rem}
  .hero-visual-frame img{height:300px}
  .hero-floating-card{position:static;margin-top:14px;grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr 1fr}
  .footer-contact-bar{grid-template-columns:1fr 1fr}
  .product-gallery img{height:350px}
  .checkout-shell{padding:22px}
  .checkout-head h1{font-size:1.7rem}
}
.footer-pipe:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;

  background:linear-gradient(
    90deg,
    #083b6f 0%,
    #0d5ea8 35%,
    #1794d4 70%,
    #48c7f3 100%
  );

  z-index:5;
}
@media (max-width: 767px){
  .header-sticky-shell{padding-top:10px;margin-bottom:0!important}
  .header-ultra-card{border-radius:16px}
  .brand-mark img{height:72px}
  .global-search{padding:5px}
  .global-search button{height:50px;padding:0 18px}
  .icon-shortcuts{display:grid;grid-template-columns:1fr 1fr}
  .icon-shortcuts a{justify-content:center}
  .hero-ultra h1{font-size:1.95rem}
  .hero-stats,.trust-grid,.footer-trustband,.footer-main-grid,.footer-contact-bar,.product-meta-grid,.product-feature-list{grid-template-columns:1fr}
  .checkout-steps{width:100%}
  .payment-option span{padding-left:46px}
  .category-card img{height:190px}
  .product-card img{height:230px}
  .product-title{font-size:1.8rem}
  .product-gallery img{height:280px}
  .footer-bottomline{flex-direction:column;align-items:flex-start}
}

.mega-link,.mega-sub-card,.header-mini-btn,.icon-shortcuts a,.btn,.footer-link-stack a{transition:.2s ease}
.mega-link:hover,.icon-shortcuts a:hover,.header-mini-btn:hover,.mega-sub-card:hover{transform:translateY(-2px)}
.footer-link-stack a{width:max-content}


.category-hero-compact{padding:30px !important}
.global-search-select{text-decoration:none;color:var(--blue-ink)}
.global-search-select:hover{background:#eaf6ff;color:var(--blue-dark)}
.favorite-fab{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.96);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:#9db2c8;box-shadow:var(--shadow-soft);z-index:3;text-decoration:none}
.favorite-fab i{font-size:1rem}
.favorite-fab:hover,.favorite-fab.active{color:#e64574;background:#fff0f5;border-color:#ffd2df}
.brand-chip-wrap{display:flex;gap:10px;flex-wrap:wrap}
.brand-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:11px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--blue-ink);font-weight:800;text-decoration:none;box-shadow:var(--shadow-soft)}
.brand-filter-chip small{font-size:.78rem;color:var(--muted)}
.brand-filter-chip:hover,.brand-filter-chip.active{background:linear-gradient(135deg,#0f5aa6,#1fa9e5);border-color:transparent;color:#fff}
.brand-filter-chip:hover small,.brand-filter-chip.active small{color:#e9f6ff}
.mega-dropdown-brands{min-width:360px}
.mega-dropdown-visual.compact{grid-template-columns:1fr;padding-bottom:6px;margin-bottom:10px}
.mega-brand-grid{display:flex;gap:10px;flex-wrap:wrap}
.mega-brand-chip{padding:10px 12px;border-radius:999px;background:#f3f9ff;border:1px solid var(--line);font-weight:700;color:var(--blue-ink);text-decoration:none}
.mega-brand-chip:hover{background:#0f5aa6;color:#fff;border-color:transparent}
@media (max-width: 991px){.mega-dropdown-brands{min-width:100%}}

.installment-checkout-box{background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #e5edf7;border-radius:14px;padding:18px;box-shadow:0 12px 30px rgba(14,57,112,.05)}
.installment-note{background:#edf7ff;border:1px solid #d7ebff;color:#174d7f;border-radius:10px;padding:11px 14px;font-size:13px;font-weight:700}
#gatewaySelect option[hidden]{display:none}

/* V19 ödeme kart formu iyileştirmeleri */
.card-payment-box{
  border:1px solid #d7e9f7;
  background:linear-gradient(135deg,#ffffff,#f3f9ff);
  border-radius:14px;
  padding:18px;
  box-shadow:0 14px 34px rgba(15,91,166,.07);
}
.card-payment-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
  color:var(--blue-ink);
  font-weight:900;
}
.card-payment-title span{display:flex;align-items:center;gap:8px}
.card-payment-title small{font-size:.82rem;color:var(--muted);font-weight:600;text-align:right}
.card-payment-box .form-control{
  border-radius:12px;
  border-color:#cfe2f2;
  min-height:48px;
  background:#fff;
}
.card-payment-box .form-control:focus{
  border-color:#58b7e9;
  box-shadow:0 0 0 .2rem rgba(88,183,233,.14);
}
@media(max-width:768px){.card-payment-title{align-items:flex-start;flex-direction:column}.card-payment-title small{text-align:left}}


/* =========================================================
   OPAK GÖRSEL DÜZENİ
========================================================= */

/* KATEGORİ KARTLARI ESKİ MAVİ ZEMİNDE KALSIN */
.category-card img{
    background:#f7fbff !important;
    border-radius:14px;
}

/* SADECE ÜRÜN GÖRSELLERİ BEYAZ */
.product-card img,
.product-gallery img,
.mega-sub-card img,
.search-category-head img,
.hero-visual-frame img{
    background:#ffffff !important;
    border-radius:14px;
}

/* ÜRÜN KARTLARI */
.product-card,
.product-gallery{
    background:#ffffff;
}

/* =========================================================
   SEPETE EKLENDİ / ÇIKARILDI MESAJI
========================================================= */

.notice{
    margin-top:28px !important;
    margin-bottom:18px !important;
    position:relative;
    z-index:5;
}

.site-header-ultra + main{
    padding-top:32px !important;
}

.notice,
.alert,
.alert-success{
    display:none !important;
}


/* =========================================================
   HERO GLOW V7 - DÜZELTİLMİŞ ANASAYFA HERO
   Bu bölüm sadece yeni hero tasarımını etkiler.
========================================================= */

.hero-glow,
.hero-glow *{
    box-sizing:border-box;
}

.hero-glow{
    position:relative;
    overflow:hidden;
    border-radius:38px;
    padding:0 0 0 34px;
    margin-bottom:3rem;
    min-height:620px;

    font-family:'Roboto',Arial,Helvetica,sans-serif;

    background:
        radial-gradient(circle at 12% 20%,rgba(72,199,243,.20),transparent 26%),
        radial-gradient(circle at 88% 18%,rgba(15,90,166,.15),transparent 28%),
        radial-gradient(circle at 72% 92%,rgba(31,169,229,.20),transparent 30%),
        linear-gradient(135deg,#ffffff 0%,#f7fcff 44%,#eaf7ff 100%);

    border:1px solid #d7e8f6;
    box-shadow:0 32px 90px rgba(15,37,64,.14);
    isolation:isolate;
}

.hero-glow:before{
    content:"";
    position:absolute;
    inset:0;

    background-image:
        linear-gradient(rgba(15,90,166,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,90,166,.035) 1px, transparent 1px);

    background-size:38px 38px;
    mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.72) 56%,transparent 100%);
    -webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.72) 56%,transparent 100%);

    pointer-events:none;
    z-index:-3;
}

.hero-glow:after{
    content:"";
    position:absolute;
    width:720px;
    height:720px;
    right:-330px;
    top:-290px;
    border-radius:50%;

    background:conic-gradient(
        from 160deg,
        rgba(15,90,166,.18),
        rgba(31,169,229,.28),
        rgba(255,255,255,.14),
        rgba(72,199,243,.24),
        rgba(15,90,166,.18)
    );

    z-index:-2;
    opacity:.95;
}

.hero-pipe-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
    opacity:.085;
    pointer-events:none;
    z-index:-1;
}

.hero-pipe-bg .pipe-line{
    position:absolute;
    background:#0f2440;
    border-radius:999px;
}

.hero-pipe-bg .pipe-line.h{height:34px}
.hero-pipe-bg .pipe-line.v{width:34px}

.hero-pipe-bg .pipe-elbow{
    position:absolute;
    width:170px;
    height:170px;
    border:34px solid #0f2440;
    border-left-color:transparent;
    border-bottom-color:transparent;
    border-radius:58px;
}

.hero-pipe-bg .pipe-joint{
    position:absolute;
    width:64px;
    height:44px;
    border-radius:13px;
    background:#0f2440;
}

.hero-pipe-bg .pipe-joint:before,
.hero-pipe-bg .pipe-joint:after{
    content:"";
    position:absolute;
    top:0;
    width:7px;
    height:100%;
    background:rgba(255,255,255,.8);
}

.hero-pipe-bg .pipe-joint:before{left:11px}
.hero-pipe-bg .pipe-joint:after{right:11px}

.hero-pipe-bg .pipe-gauge{
    position:absolute;
    width:76px;
    height:76px;
    border-radius:50%;
    border:9px solid #0f2440;
}

.hero-pipe-bg .pipe-gauge:before{
    content:"";
    position:absolute;
    width:30px;
    height:4px;
    left:50%;
    top:50%;
    background:#0f2440;
    border-radius:999px;
    transform:translate(-8%,-50%) rotate(-32deg);
    transform-origin:left center;
}

.hero-pipe-bg .hp1{left:-130px;top:70px;width:480px}
.hero-pipe-bg .hp2{left:230px;top:-110px;height:300px}
.hero-pipe-bg .hp3{left:110px;bottom:110px;width:360px}
.hero-pipe-bg .hp4{left:430px;bottom:72px;height:160px}
.hero-pipe-bg .hp5{left:310px;bottom:165px;transform:rotate(90deg)}
.hero-pipe-bg .hp6{right:160px;top:-90px;height:310px}
.hero-pipe-bg .hp7{right:-110px;top:125px;width:430px}
.hero-pipe-bg .hp8{right:270px;top:40px;transform:rotate(180deg)}
.hero-pipe-bg .hp9{right:-150px;bottom:130px;width:470px}
.hero-pipe-bg .hj1{left:118px;top:220px}
.hero-pipe-bg .hj2{right:160px;top:235px}
.hero-pipe-bg .hg1{left:390px;top:125px}
.hero-pipe-bg .hg2{right:300px;bottom:138px}

.hero-glow-inner{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:minmax(0,52%) minmax(0,48%);
    gap:0;
    align-items:stretch;

    min-height:552px;
}

.hero-glow-copy{
    position:relative;
    z-index:5;
    min-height:552px;

    padding:44px 24px 40px 16px;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* Başlık fontunu buradan değiştirebilirsin */
.hero-glow-title{
    margin:30 0 16px !important;
    max-width:820px !important;
    margin-top:30px !important;


    font-family:'Roboto',Arial,Helvetica,sans-serif !important;
    font-size:64px !important;
    line-height:1.02 !important;
    letter-spacing:-2.4px !important;
    font-weight:700 !important;

    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;

    color:#43535a !important;
}

.hero-glow-title span{
    display:inline !important;

    background:linear-gradient(
        90deg,
        #0b4e92 0%,
        #0f5aa6 50%,
        #1469b6 100%
    ) !important;

    -webkit-background-clip:text !important;
    background-clip:text !important;
    color:transparent !important;
}

.hero-glow-text{
    max-width:625px;
    margin :0;
    
    font-size:18px;
    line-height:1.78;
    color:#5b7085;
    font-weight:500;
}

.hero-glow-buttons{
    display:flex;
    flex-wrap:nowrap;
    gap:13px;
    align-items:center;
    margin-top:60px;
}

.hero-glow-btn{
    min-height:55px;
    padding:0 23px;

    border-radius:17px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    text-decoration:none !important;
    font-weight:900;

    border:1px solid transparent;
    transition:.2s ease;
    white-space:nowrap;
}

.hero-glow-btn:hover{
    transform:translateY(-3px);
}

.hero-glow-btn.primary{
    color:#fff !important;
    background:linear-gradient(135deg,#073b70,#0f5aa6 58%,#1fa9e5);
    box-shadow:0 20px 38px rgba(15,90,166,.24);
}

.hero-glow-btn.secondary{
    color:#0f2440 !important;
    background:#fff;
    border-color:#d9e8f5;
    box-shadow:0 14px 28px rgba(15,37,64,.07);
}

.hero-glow-btn.soft{
    color:#0f5aa6 !important;
    background:#eef8ff;
    border-color:#d4eaf9;
}

.hero-glow-metrics{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
    margin-top:31px;
    max-width:705px;
}

.glow-metric{
    position:relative;
    overflow:hidden;
    padding:18px;
    border-radius:22px;
    background:rgba(255,255,255,.82);
    border:1px solid #dfeaf5;
    box-shadow:0 15px 31px rgba(15,37,64,.07);
    backdrop-filter:blur(10px);
    margin-top:85px;
}

.glow-metric:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,#073b70,#1fa9e5);
}

.glow-metric strong{
    display:block;
    font-size:30px;
    line-height:1;
    font-weight:900;
    color:#0f5aa6;
    margin-bottom:8px;
}

.glow-metric span{
    display:block;
    color:#617487;
    font-size:13px;
    line-height:1.35;
    font-weight:800;
}

/* Sağ hero görsel alanı */
.hero-glow-showcase{
    position:absolute;
    top:0;
    right:0;
    bottom:0;

    width:56%;
    height:100%;

    padding:0;
    margin:0;

    background:transparent;
    border:none;
    box-shadow:none;

    overflow:visible;
    border-radius:0;

    display:block;
}

.hero-glow-showcase:before,
.hero-glow-showcase:after{
    display:none !important;
}

.showcase-glow-image{
    position:absolute;
    top:0;
    right:0;

    width:100%;
    height:100%;
    min-height:100%;

    padding:0;
    margin:0;

    background:transparent;
    border:none;
    box-shadow:none;

    overflow:visible;
    border-radius:0;
}

.showcase-glow-image img{
    position:absolute;
    top:0;
    right:0;

    width:100%;
    height:100%;

    object-fit:contain !important;
    object-position:top right !important;

transform:scale(1.24) !important;

    padding:0 !important;
    margin:0 !important;

    display:block;

    background:transparent !important;
    border-radius:0 !important;

    filter:saturate(1.07) contrast(1.03);
}

/* Eski genel hero görsel kuralı bu yeni hero'yu ezmesin */
.hero-glow .showcase-glow-image img{
    height:100% !important;
    object-fit:contain !important;
    object-position:top right !important;
    padding:0 !important;
    background:transparent !important;
}

/* =========================================================
   HERO GLOW RESPONSIVE
========================================================= */

@media(max-width:1199px){
    .hero-glow{
        min-height:auto;
    }

    .hero-glow-inner{
        display:grid;
        grid-template-columns:1fr;
        min-height:auto;
    }

    .hero-glow-copy{
        width:100%;
        min-height:auto;
        padding:34px 10px 10px;
    }

    .hero-glow-showcase{
        position:relative;
        top:auto;
        right:auto;
        bottom:auto;

        width:100%;
        height:auto;
        min-height:420px;

        margin-top:20px;
        overflow:hidden;
    }

    .showcase-glow-image{
        position:relative;
        width:100%;
        height:420px;
        min-height:420px;
        overflow:hidden;
    }

    .showcase-glow-image img{
        position:relative;
        width:100%;
        height:100%;
        object-fit:contain !important;
        object-position:center !important;
    }

    .hero-pipe-bg{
        opacity:.055;
    }
}

@media(max-width:991px){
    .hero-glow{
        padding:24px;
        border-radius:28px;
    }

    .hero-glow-title{
        font-size:42px !important;
        line-height:1.05 !important;
        letter-spacing:-2px !important;
    }

    .hero-glow-buttons{
        flex-wrap:wrap;
    }

    .hero-glow-metrics{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:767px){
    .hero-glow{
        padding:18px;
        border-radius:24px;
    }

    .hero-glow-copy{
        padding:24px 4px 8px;
    }

    .hero-glow-title{
        font-size:34px !important;
        line-height:1.08 !important;
        letter-spacing:-1.3px !important;
    }

    .hero-glow-text{
        font-size:16px;
        line-height:1.65;
    }

    .hero-glow-buttons{
        display:grid;
        grid-template-columns:1fr;
        gap:10px;

    }

    .hero-glow-btn{
        width:100%;
    }

    .hero-glow-metrics{
        grid-template-columns:1fr;
    }

    .hero-glow-showcase{
        min-height:280px;
    }

    .showcase-glow-image{
        min-height:280px;
        height:280px;
    }
}


/* =========================================================
   TÜM KATEGORİLER - ORİJİNAL / SADE GRİ / RESİMLİ ALT KATEGORİ
========================================================= */

.search-categories-dropdown{
    width:min(980px,78vw) !important;
    padding:18px !important;
    border-radius:18px !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    box-shadow:0 26px 60px rgba(15,37,64,.16) !important;
}

.search-categories-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}

.search-category-card{
    border:1px solid var(--line-2);
    border-radius:14px;
    background:linear-gradient(180deg,#fff,#fbfdff);
    padding:14px;
    min-height:auto !important;
    overflow:hidden !important;
    transition:.18s ease;
}

.search-category-card:hover{
    border-color:#d5dde6;
    box-shadow:0 14px 30px rgba(15,37,64,.08);
}

.search-category-main,
.search-category-children{
    padding:0 !important;
    height:auto !important;
}

.search-category-head{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.search-category-head img{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:12px;
    object-fit:contain;
    object-position:center;
    border:1px solid var(--line);
    background:#f7fbff !important;
    padding:6px;
}

.search-category-content strong,
.search-category-head strong{
    display:block;
    color:#1d3854;
    font-size:1rem;
    font-weight:800;
    line-height:1.25;
}

.search-category-content small,
.search-category-head small{
    display:block;
    color:var(--muted);
    margin-top:4px;
    font-size:.82rem;
    font-weight:600;
}

/* =========================================================
   ANA BUTONLAR
========================================================= */

.search-category-open,
.search-category-direct{
    appearance:none !important;
    -webkit-appearance:none !important;

    margin-top:18px !important;

    min-height:36px !important;
    height:36px !important;

    padding:0 14px !important;

    border-radius:10px !important;
    border:1px solid #d8dee5 !important;

    background:#f1f3f5 !important;
    color:#3d4b5a !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;

    font-size:12px !important;
    line-height:1 !important;
    font-weight:800 !important;

    text-decoration:none !important;
    box-shadow:none !important;

    cursor:pointer !important;
    transition:.16s ease !important;
}

.search-category-open:hover,
.search-category-direct:hover{
    background:#e7eaee !important;
    border-color:#cfd5dc !important;
    color:#27323d !important;
    text-decoration:none !important;
}

.search-category-open i,
.search-category-direct i{
    font-size:10px !important;
    line-height:1 !important;
}

/* =========================================================
   ALT KATEGORİLER
========================================================= */

.search-category-children{
    display:none;
    background:#fff;
}

/* geri dön butonu */
.search-category-back{
    appearance:none !important;
    -webkit-appearance:none !important;

    min-height:36px !important;
    height:36px !important;

    padding:0 14px !important;

    border-radius:10px !important;
    border:1px solid #d8dee5 !important;

    background:#f1f3f5 !important;
    color:#3d4b5a !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;

    font-size:12px !important;
    line-height:1 !important;
    font-weight:800 !important;

    margin-bottom:12px !important;

    box-shadow:none !important;
    cursor:pointer !important;
    transition:.16s ease !important;
}

.search-category-back:hover{
    background:#e7eaee !important;
    border-color:#cfd5dc !important;
    color:#27323d !important;
}

.search-category-back i{
    font-size:10px !important;
}

/* =========================================================
   ALT KATEGORİ GRID
========================================================= */

.search-category-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 10px;

    margin-top:12px !important;
    padding-top:12px !important;

    border-top:1px dashed #dbe7f2 !important;

    max-height:none !important;
    overflow:visible !important;
}

.search-category-links a{
    position:relative;

    display:flex !important;
    align-items:center !important;
    gap:8px !important;

    min-height:42px !important;
    padding:7px 9px !important;

    border-radius:10px !important;

    background:#f8fbfe !important;
    border:1px solid #e7eef5 !important;

    color:#35516d !important;
    font-size:.82rem !important;
    font-weight:700 !important;

    text-decoration:none !important;

    transition:.16s ease !important;
}

.search-category-links a:before{
    display:none !important;
    content:none !important;
}

.search-category-links a img{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;

    border-radius:8px !important;
    object-fit:contain !important;

    background:#fff !important;
    border:1px solid #e2eaf2 !important;

    padding:3px !important;
}

.search-category-links a span{
    display:block;
    line-height:1.25;
}

.search-category-links a:hover{
    background:#eef1f4 !important;
    border-color:#d6dde5 !important;
    color:#24313f !important;
}

.search-category-parent-link{
    grid-column:1 / -1;

    background:#f1f3f5 !important;
    color:#364657 !important;
    border-color:#d9dee5 !important;
}

.search-category-parent-link img{
    display:none !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

    .search-categories-dropdown{
        width:min(92vw,620px) !important;
    }

    .search-categories-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media(max-width:767px){

    .search-categories-grid{
        grid-template-columns:1fr;
    }

    .search-category-links{
        grid-template-columns:1fr;
    }

}


.mini-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:37px;
    padding:0 18px;

    border-radius:12px;

    background:linear-gradient(135deg,#0f5aa6,#1fa9e5);

    color:#ffffff !important;

    font-family:'Roboto',sans-serif;
    font-size:14px;
    font-weight:700;

    text-decoration:none !important;

    transition:.18s ease;
}

.mini-btn:hover{
    transform:translateY(-2px);

    color:#ffffff !important;
    text-decoration:none !important;
}

.installment-list{
    display:grid;
    gap:10px;
}

.installment-list-item{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 16px;
    border:1px solid rgba(18,61,115,.12);
    border-radius:16px;
    background:#fff;
    cursor:pointer;
    transition:.18s ease;
}

.installment-list-item:hover{
    border-color:#123d73;
    background:#f7fbff;
    transform:translateY(-1px);
}

.installment-list-item.active{
    border-color:#123d73;
    background:#eef6ff;
    box-shadow:0 10px 24px rgba(18,61,115,.08);
}

.installment-list-item strong{
    display:block;
    color:#172033;
    font-size:15px;
}

.installment-list-item span{
    color:#667085;
    font-size:12px;
}

.installment-badge{
    min-width:38px;
    height:30px;
    border-radius:12px;
    background:#123d73;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:14px;
}


.dealer-mini-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;

    height:34px;
    padding:0 14px;

    border-radius:10px;

    background:#0f5aa6;
    border:1px solid rgba(255,255,255,.10);

    color:#fff !important;
    text-decoration:none !important;

    font-family:'Roboto',sans-serif;
    font-size:13px;
    font-weight:700;

    box-shadow:
        0 6px 14px rgba(15,90,166,.14),
        inset 0 1px 0 rgba(255,255,255,.12);

    transition:
        transform .16s ease,
        box-shadow .16s ease;
}

.dealer-mini-btn i{
    font-size:12px;
}

.dealer-mini-btn:hover{
    transform:translateY(-1px);

    background:#0f5aa6 !important;
    color:#fff !important;

    box-shadow:
        0 8px 16px rgba(15,90,166,.18),
        inset 0 1px 0 rgba(255,255,255,.12);
}

.dealer-mini-btn:active{
    transform:translateY(0);
}

.btn-danger{
    background:#dc2626 !important;
    border-color:#dc2626 !important;
    color:#fff !important;
}

.btn-danger:hover{
    background:#dc2626 !important;
    border-color:#dc2626 !important;
}

/* =========================================================
   ANASAYFA KATEGORİ VİTRİNİ
   Sol büyük kategori alanı + sağ kategori ürünleri
========================================================= */

.home-category-showcase-wrap{
    position:relative;
}

.home-category-showcase-list{
    display:grid;
    gap:26px;
}

.home-category-showcase{
    display:grid;
    grid-template-columns:300px minmax(0,1fr);
    gap:20px;
    align-items:stretch;
}

.home-category-side{
    position:relative;
    overflow:hidden;
    min-height:390px;
    padding:26px 24px;
    border-radius:26px;
    background:
        radial-gradient(circle at 24% 18%,rgba(31,169,229,.24),transparent 28%),
        radial-gradient(circle at 90% 92%,rgba(15,90,166,.18),transparent 32%),
        linear-gradient(135deg,#ffffff 0%,#f4fbff 48%,#eaf7ff 100%);
    border:1px solid #d8e8f5;
    box-shadow:0 18px 45px rgba(15,37,64,.08);
    text-decoration:none !important;
    color:var(--blue-ink);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:.22s ease;
    isolation:isolate;
}

.home-category-side:hover{
    transform:translateY(-4px);
    box-shadow:0 26px 60px rgba(15,37,64,.13);
    color:var(--blue-ink);
}

.home-category-pattern{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(15,90,166,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,90,166,.045) 1px, transparent 1px);
    background-size:28px 28px;
    opacity:.9;
    z-index:-2;
}

.home-category-side:after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    right:-90px;
    top:-80px;
    border-radius:50%;
    background:linear-gradient(135deg,rgba(15,90,166,.18),rgba(31,169,229,.16));
    z-index:-1;
}

.home-category-icon{
    width:64px;
    height:64px;
    border-radius:20px;
    background:#fff;
    border:1px solid #dbe9f5;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--blue-dark);
    font-size:28px;
    box-shadow:0 14px 26px rgba(15,90,166,.12);
}

.home-category-image{
    display:flex;
    justify-content:center;
    margin:12px 0;
}

.home-category-image img{
    width:190px;
    height:160px;
    object-fit:contain;
    object-position:center;
    filter:drop-shadow(0 18px 24px rgba(15,37,64,.13));
}

.home-category-name{
    display:block;
    font-size:27px;
    line-height:1.08;
    letter-spacing:-.03em;
    font-weight:950;
    color:#0f2440;
    margin-top:auto;
}

.home-category-desc{
    display:block;
    color:#62778c;
    line-height:1.5;
    font-weight:600;
    margin-top:10px;
}

.home-category-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    margin-top:18px;
    padding:11px 14px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--blue-dark),var(--blue-soft));
    color:#fff;
    font-weight:900;
    font-size:13px;
}

.home-category-products{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    min-width:0;
}

.home-category-product-card{
    min-width:0;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    overflow:hidden;
    box-shadow:var(--shadow-soft);
    display:flex;
    flex-direction:column;
    transition:.2s ease;
}

.home-category-product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 42px rgba(15,37,64,.12);
}

.home-category-product-image{
    display:block;
    padding:16px 16px 0;
}

.home-category-product-image img{
    width:100%;
    height:150px;
    object-fit:contain;
    object-position:center;
    background:#fff !important;
    border:1px solid #eef3f8;
    border-radius:18px;
    padding:10px;
}

.home-category-product-body{
    padding:15px 16px 16px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.home-category-product-badges{
    display:flex;
    gap:6px;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.home-category-product-badges span{
    max-width:100%;
    padding:6px 8px;
    border-radius:999px;
    background:#f5fbff;
    border:1px solid #dfeaf5;
    color:#496982;
    font-size:11px;
    font-weight:850;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.home-category-product-title{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    min-height:42px;
    overflow:hidden;
    color:#132b47;
    font-size:15px;
    line-height:1.38;
    font-weight:900;
    text-decoration:none !important;
}

.home-category-product-title:hover{
    color:var(--blue-dark);
}

.home-category-product-price{
    margin-top:12px;
    color:var(--blue-dark);
    font-size:20px;
    font-weight:950;
}

.home-category-product-actions{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
    align-items:center;
    margin-top:auto;
    padding-top:14px;
}

.home-category-cart-btn,
.home-category-detail-btn{
    min-height:39px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    font-size:12px;
    font-weight:900;
    text-decoration:none !important;
    transition:.18s ease;
}

.home-category-cart-btn{
    padding:0 12px;
    background:linear-gradient(135deg,var(--blue-dark),var(--blue));
    color:#fff !important;
    box-shadow:0 10px 20px rgba(15,90,166,.14);
}

.home-category-detail-btn{
    padding:0 12px;
    background:#fff;
    border:1px solid #d8e5f2;
    color:#0f2440 !important;
}

.home-category-cart-btn:hover,
.home-category-detail-btn:hover{
    transform:translateY(-2px);
}

@media(max-width:1199px){
    .home-category-showcase{
        grid-template-columns:260px minmax(0,1fr);
    }

    .home-category-products{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:991px){
    .home-category-showcase{
        grid-template-columns:1fr;
    }

    .home-category-side{
        min-height:auto;
    }

    .home-category-image img{
        width:160px;
        height:130px;
    }

    .home-category-products{
        display:flex;
        gap:14px;
        overflow-x:auto;
        padding:2px 2px 14px;
        scroll-snap-type:x mandatory;
    }

    .home-category-product-card{
        flex:0 0 230px;
        scroll-snap-align:start;
    }
}

@media(max-width:767px){
    .home-category-showcase-list{
        gap:22px;
    }

    .home-category-side{
        padding:22px;
        border-radius:22px;
    }

    .home-category-name{
        font-size:23px;
    }

    .home-category-product-card{
        flex-basis:215px;
    }

    .home-category-product-image img{
        height:135px;
    }

    .home-category-product-actions{
        grid-template-columns:1fr;
    }
}

.neo-channel-card.sms{
    border:1px solid #e5e7eb;
}

.neo-channel-card.sms i{
    color:#2563eb;
}

.contact-success {
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 22px;
    margin-bottom:24px;
    border-radius:18px;
    background:#ecfdf3;
    border:1px solid #b7ebc6;
    color:#0f5132;
    font-weight:500;
}

.contact-success i {
    font-size:30px;
    color:#16a34a;
}




.checkout-address-group{
    position:relative;
}

.checkout-address-group textarea{
    min-height:180px;
    padding-right:220px;
}

.checkout-tc-box{
    position:absolute;
    top:0px;
    right:8px;
    width:250px;
    background:#fff;
    border:1px solid #dbe3ea;
    border-radius:12px;
    padding:10px;
    box-shadow:0 4px 12px rgba(0,0,0,.04);
}

.checkout-tc-box label{
    display:block;
    margin-bottom:6px;
    font-size:12px;
    font-weight:700;
    color:#475569;
}

.checkout-tc-box input{
    width:100%;
}

@media (max-width:768px){

    .checkout-address-group textarea{
        padding-right:15px;
        padding-top:95px;
    }

    .checkout-tc-box{
        position:absolute;
        top:10px;
        left:10px;
        right:10px;
        width:auto;
    }

}

.ts-404{
    padding:70px 0 90px;
    background:
        radial-gradient(circle at top left, rgba(0,174,234,.13), transparent 34%),
        linear-gradient(180deg,#f4fbff 0%,#ffffff 100%);
}

.ts-404-card{
    max-width:820px;
    margin:0 auto;
    text-align:center;
    background:#fff;
    border:1px solid rgba(0,77,145,.12);
    border-radius:28px;
    padding:52px 34px;
    box-shadow:0 24px 70px rgba(0,77,145,.12);
    position:relative;
    overflow:hidden;
}

.ts-404-card:before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(0,174,234,.09);
    right:-90px;
    top:-90px;
}

.ts-404-icon{
    width:82px;
    height:82px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
    background:linear-gradient(135deg,#004d91,#00aeea);
    color:#fff;
    font-size:38px;
    box-shadow:0 16px 35px rgba(0,77,145,.25);
    position:relative;
    z-index:1;
}

.ts-404-code{
    font-size:92px;
    line-height:1;
    font-weight:900;
    color:#004d91;
    letter-spacing:-4px;
    position:relative;
    z-index:1;
}

.ts-404 h1{
    font-size:32px;
    font-weight:800;
    color:#102033;
    margin:12px 0;
    position:relative;
    z-index:1;
}

.ts-404 p{
    max-width:620px;
    margin:0 auto 26px;
    color:#64748b;
    font-size:16px;
    line-height:1.7;
    position:relative;
    z-index:1;
}

.ts-404-search{
    max-width:590px;
    margin:0 auto 24px;
    display:flex;
    gap:10px;
    position:relative;
    z-index:1;
}

.ts-404-search input{
    flex:1;
    height:52px;
    border:1px solid #dbeafe;
    border-radius:16px;
    padding:0 18px;
    outline:none;
    color:#102033;
    background:#f8fbff;
}

.ts-404-search input:focus{
    border-color:#00aeea;
    box-shadow:0 0 0 4px rgba(0,174,234,.12);
}

.ts-404-search button,
.ts-404-actions a{
    height:52px;
    border-radius:16px;
    border:0;
    padding:0 22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
}

.ts-404-search button,
.ts-404-actions .btn-main{
    background:linear-gradient(135deg,#004d91,#00aeea);
    color:#fff;
    box-shadow:0 12px 26px rgba(0,77,145,.22);
}

.ts-404-actions{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    position:relative;
    z-index:1;
}

.ts-404-actions .btn-soft{
    background:#eef8ff;
    color:#004d91;
}

@media(max-width:576px){
    .ts-404{
        padding:42px 0 60px;
    }

    .ts-404-card{
        padding:38px 18px;
        border-radius:22px;
    }

    .ts-404-code{
        font-size:72px;
    }

    .ts-404 h1{
        font-size:24px;
    }

    .ts-404-search{
        flex-direction:column;
    }

    .ts-404-search button{
        width:100%;
    }

    .ts-404-actions a{
        width:100%;
    }
}