
:root{--navy:#08345d;--navy2:#0e4777;--orange:#f58200;--ink:#18232f;--muted:#667789;--bg:#f5f7fa;--line:#e4e9ef;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--white)}
a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.top{background:var(--navy);color:#fff;font-size:13px}.top .container{height:38px;display:flex;align-items:center;justify-content:space-between}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{height:82px;display:flex;align-items:center;gap:32px}.logo{width:190px;height:auto}.navlinks{display:flex;gap:24px;margin-left:auto;font-weight:700;font-size:14px}.navlinks a:hover{color:var(--orange)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 18px;background:var(--orange);color:#fff;font-weight:800;border:0}.btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}
.hero{background:radial-gradient(circle at 80% 10%,rgba(245,130,0,.18),transparent 33%),linear-gradient(135deg,#f8fafc,#eef3f8);padding:76px 0}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:54px;align-items:center}.eyebrow{display:inline-block;color:var(--orange);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.02;margin:14px 0 20px;color:var(--navy)}.hero p{font-size:19px;line-height:1.65;color:var(--muted);max-width:700px}.hero-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 24px 60px rgba(8,52,93,.12)}.hero-card img{width:100%;border-radius:16px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.metric{background:#fff;border:1px solid var(--line);padding:18px;border-radius:14px}.metric b{display:block;color:var(--navy);font-size:22px}.metric span{font-size:12px;color:var(--muted)}
section{padding:72px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-head h2{font-size:34px;margin:0;color:var(--navy)}.section-head p{margin:0;max-width:620px;color:var(--muted);line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cat{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s;display:flex;flex-direction:column}.cat:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(8,52,93,.10)}.cat-img{height:240px;background:#f7f9fb;display:flex;align-items:center;justify-content:center;overflow:hidden}.cat-img img{width:100%;height:100%;object-fit:cover;object-position:center 26%}.cat-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.cat h3{margin:0;color:var(--navy);font-size:20px}.cat p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.cat .more{margin-top:auto;color:var(--orange);font-weight:900;font-size:14px;padding-top:8px}.band{background:var(--navy);color:#fff}.band .section-head h2,.band .section-head p{color:#fff}.band p{opacity:.78}
.page-hero{background:#f4f7fa;padding:52px 0 42px;border-bottom:1px solid var(--line)}.crumb{font-size:13px;color:var(--muted);margin-bottom:14px}.page-hero h1{margin:0;color:var(--navy);font-size:42px}.page-hero p{color:var(--muted);font-size:17px;line-height:1.6;max-width:760px}.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 24px}.chip{border:1px solid var(--line);padding:9px 13px;border-radius:999px;background:#fff;color:var(--navy);font-size:13px;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.product img{width:100%;display:block;background:#fff}.product-info{padding:16px}.product-info b{display:block;color:var(--navy)}.product-info span{font-size:13px;color:var(--muted)}.zoom{cursor:zoom-in}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a4a00;padding:14px 16px;border-radius:12px;margin-bottom:24px;font-size:14px}.footer{background:#061f37;color:#dce7f0;padding:46px 0 28px;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:32px}.footer img{width:175px;filter:brightness(0) invert(1)}.footer h4{color:#fff;margin-top:0}.footer a{display:block;color:#c6d3de;margin:8px 0;font-size:14px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;font-size:12px;opacity:.7}
.modal{position:fixed;inset:0;background:rgba(3,20,35,.88);display:none;align-items:center;justify-content:center;padding:24px;z-index:99}.modal.open{display:flex}.modal img{max-width:min(1000px,95vw);max-height:92vh;background:#fff;border-radius:12px}.modal button{position:absolute;top:18px;right:24px;background:#fff;border:0;border-radius:999px;width:42px;height:42px;font-size:22px;cursor:pointer}
@media(max-width:900px){.navlinks{display:none}.hero-grid,.footer-grid{grid-template-columns:1fr}.grid,.product-grid{grid-template-columns:repeat(2,1fr)}.hero{padding:48px 0}.hero-card{max-width:540px}.section-head{display:block}.section-head p{margin-top:10px}}
@media(max-width:600px){.grid,.product-grid,.metrics{grid-template-columns:1fr}.logo{width:160px}.nav{height:72px}.hero h1{font-size:40px}.page-hero h1{font-size:34px}.cat-img{height:220px}.top .container{justify-content:center}.top span:last-child{display:none}}

/* Buga interactive additions */
.nav-contact{color:var(--orange)!important}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;display:flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:12px 16px 12px 13px;border-radius:999px;box-shadow:0 14px 34px rgba(0,0,0,.22);font-weight:900;font-size:14px;transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 18px 42px rgba(0,0,0,.28)}.whatsapp-float svg{width:25px;height:25px;fill:#fff}.whatsapp-float .wa-label{white-space:nowrap}
.hero-showcase{position:relative;min-height:480px}.showcase-stage{position:absolute;inset:0;border-radius:28px;overflow:hidden;background:linear-gradient(145deg,#fff,#eaf0f6);box-shadow:0 28px 70px rgba(8,52,93,.16);border:1px solid var(--line)}.showcase-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity .8s ease,transform 1.2s ease;display:flex;align-items:center;justify-content:center;padding:28px}.showcase-slide.active{opacity:1;transform:scale(1)}.showcase-slide img{width:100%;height:100%;object-fit:cover;border-radius:20px}.showcase-caption{position:absolute;left:24px;right:24px;bottom:22px;background:rgba(6,31,55,.88);backdrop-filter:blur(12px);color:#fff;border-radius:16px;padding:16px 18px}.showcase-caption b{display:block;font-size:18px}.showcase-caption span{display:block;font-size:13px;opacity:.78;margin-top:4px}.float-badge{position:absolute;z-index:4;background:#fff;border:1px solid var(--line);box-shadow:0 15px 35px rgba(8,52,93,.13);border-radius:16px;padding:13px 16px;color:var(--navy);font-weight:900;font-size:13px;animation:floaty 4s ease-in-out infinite}.float-badge.one{top:28px;right:-24px}.float-badge.two{bottom:42px;left:-28px;animation-delay:-1.7s}.float-badge i{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--orange);margin-right:7px}@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.solution-strip{overflow:hidden;padding:22px 0 0}.solution-track{display:flex;gap:18px;width:max-content;animation:marquee 34s linear infinite}.solution-strip:hover .solution-track{animation-play-state:paused}.solution-card{width:260px;height:175px;border-radius:18px;overflow:hidden;position:relative;box-shadow:0 12px 30px rgba(8,52,93,.10);flex:0 0 auto}.solution-card img{width:100%;height:100%;object-fit:cover}.solution-card:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(4,26,47,.88))}.solution-card span{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;color:#fff;font-weight:900;font-size:15px}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 9px))}}
.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.contact-card{border:1px solid var(--line);border-radius:22px;background:#fff;padding:28px;box-shadow:0 18px 50px rgba(8,52,93,.08)}.contact-item{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border-bottom:0}.contact-icon{width:46px;height:46px;border-radius:14px;background:#fff4e8;color:var(--orange);display:grid;place-items:center;font-size:22px;flex:0 0 auto}.contact-item h3{margin:0 0 6px;color:var(--navy);font-size:17px}.contact-item p,.contact-item a{margin:0;color:var(--muted);line-height:1.6}.contact-cta{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;border-radius:22px;padding:32px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.contact-cta:before{content:'';position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(245,130,0,.18);right:-80px;top:-90px}.contact-cta h2{font-size:34px;margin:0 0 14px;position:relative}.contact-cta p{line-height:1.7;opacity:.8;position:relative}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;position:relative}.contact-actions .btn.whatsapp{background:#25D366}.footer-contact{font-size:14px;line-height:1.7;color:#c6d3de}.footer-contact strong{color:#fff}
@media(max-width:900px){.hero-showcase{min-height:420px}.contact-layout{grid-template-columns:1fr}.float-badge.one{right:8px}.float-badge.two{left:8px}}
@media(max-width:600px){.whatsapp-float{right:14px;bottom:14px;width:54px;height:54px;padding:0;justify-content:center}.whatsapp-float .wa-label{display:none}.hero-showcase{min-height:350px}.showcase-slide{padding:16px}.showcase-caption{left:16px;right:16px;bottom:14px}.float-badge{display:none}.solution-card{width:220px;height:150px}}

/* Banner ve kayar ürün alanı düzeltmeleri */
.showcase-slide img{object-position:center;background:#fff}
.showcase-slide .img-fallback,.solution-card .img-fallback{object-fit:contain!important;padding:38px;background:#fff}
.solution-strip{position:relative;isolation:isolate}
.solution-strip:before,.solution-strip:after{content:'';position:absolute;top:0;bottom:0;width:72px;z-index:5;pointer-events:none}
.solution-strip:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.solution-strip:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}
.solution-card{background:#f3f6f9;border:1px solid var(--line)}
.solution-card img{display:block;object-fit:cover;object-position:center;transform:scale(1.01);transition:transform .45s ease}
.solution-card:hover img{transform:scale(1.055)}
.solution-track{will-change:transform}
@media(max-width:600px){.solution-strip:before,.solution-strip:after{width:28px}}

.content-card{background:#fff;border:1px solid #e5ebf1;border-radius:22px;padding:32px;line-height:1.8;color:#42556b}.content-card h2{color:#0b365f;margin-top:0}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.showcase-slide{color:inherit;text-decoration:none}


/* Mobil hamburger / yandan açılan menü */
.mobile-menu-btn{display:none;margin-left:auto;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;padding:0;box-shadow:0 5px 16px rgba(8,52,93,.06)}
.mobile-menu-btn span{width:22px;height:2px;border-radius:4px;background:var(--navy);display:block;transition:.2s}
.mobile-menu-overlay{position:fixed;inset:0;background:rgba(3,20,35,.55);backdrop-filter:blur(2px);z-index:89;opacity:0;visibility:hidden;transition:.25s}
.mobile-menu{position:fixed;top:0;right:0;width:min(88vw,380px);height:100dvh;background:#fff;z-index:90;transform:translateX(105%);transition:transform .28s ease;box-shadow:-20px 0 60px rgba(3,20,35,.18);display:flex;flex-direction:column;padding:max(18px,env(safe-area-inset-top)) 18px max(20px,env(safe-area-inset-bottom));overflow-y:auto}
.mobile-menu.open{transform:translateX(0)}.mobile-menu-overlay.open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}.mobile-menu-head img{width:160px;max-height:58px;object-fit:contain;object-position:left center}.mobile-menu-close{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#f7f9fb;color:var(--navy);font-size:28px;line-height:1;cursor:pointer}
.mobile-menu-links{display:flex;flex-direction:column;padding:12px 0}.mobile-menu-links a{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;border-bottom:1px solid #edf1f5;color:var(--navy);font-weight:850;font-size:15px}.mobile-menu-links a span{color:var(--orange);font-size:24px;line-height:1}.mobile-menu-links .mobile-sub-link{padding:11px 4px 11px 15px;font-weight:650;font-size:13px;color:#53697f;background:linear-gradient(90deg,#f8fafc,transparent)}
.mobile-menu-contact{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);display:grid;gap:13px}.mobile-menu-contact small{display:block;color:var(--muted);margin-bottom:3px}.mobile-menu-contact div>a{font-size:18px;font-weight:900;color:var(--navy)}.mobile-wa{width:100%;background:#25D366!important}
@media(max-width:900px){.mobile-menu-btn{display:flex}.nav-cta{display:none}.nav{gap:16px}.brand-link{margin-right:auto}.header{z-index:85}.hero-grid{gap:30px}.hero-card{width:100%}.showcase-stage{border-radius:20px}.hero-showcase{width:100%}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.top .container{height:34px}.logo{width:145px}.nav{height:68px}.mobile-menu-btn{width:43px;height:43px}.hero{padding:34px 0 42px}.hero-grid{gap:24px}.hero h1{font-size:clamp(34px,11vw,44px)}.hero p{font-size:16px;line-height:1.55}.hero .btn{width:100%;margin:0 0 8px}.metrics{gap:10px}.metric{padding:15px}.hero-showcase{min-height:310px}.showcase-caption b{font-size:16px}.showcase-caption span{font-size:12px}.page-hero{padding:36px 0 30px}.page-hero h1{font-size:31px}.page-hero p{font-size:15px}.section-head h2{font-size:28px}section{padding:52px 0}.cat-body{padding:17px}.footer{padding-top:38px}.footer-grid{gap:22px}.whatsapp-float{bottom:max(14px,env(safe-area-inset-bottom));right:14px}.solution-track{animation-duration:28s}}


/* =========================================================
   RESPONSIVE NAVIGATION FIX v3
   Desktop ve mobil menüler birbirinden kesin olarak ayrılır.
   ========================================================= */

/* DESKTOP varsayılanı: mobil bileşenler DOM'da olsa bile görünmez ve akışa girmez. */
.mobile-menu-btn,
.mobile-menu-overlay,
.mobile-menu{
  display:none !important;
}

/* Desktop navigation her zaman normal yatay menüdür. */
@media (min-width:901px){
  .header .navlinks{
    display:flex !important;
    align-items:center;
    gap:24px;
    margin-left:auto;
  }
  .header .nav-cta{
    display:inline-flex !important;
  }
  .header .mobile-menu-btn,
  .mobile-menu-overlay,
  .mobile-menu{
    display:none !important;
  }
  body.menu-open{overflow:auto !important;}
}

/* Mobil/tablet: desktop menü kapanır, hamburger + off-canvas menü devreye girer. */
@media (max-width:900px){
  .header .navlinks,
  .header .nav-cta{
    display:none !important;
  }
  .header .nav{
    height:74px;
    gap:12px;
  }
  .header .brand-link{
    margin-right:auto;
    min-width:0;
    display:flex;
    align-items:center;
  }
  .header .logo{
    width:165px;
    max-width:58vw;
    height:auto;
  }
  .header .mobile-menu-btn{
    display:flex !important;
    flex:0 0 46px;
    width:46px;
    height:46px;
    margin-left:auto;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
    padding:0;
    box-shadow:0 5px 16px rgba(8,52,93,.06);
    position:relative;
    z-index:92;
  }
  .header .mobile-menu-btn span{
    display:block !important;
    width:22px;
    height:2px;
    min-height:2px;
    border-radius:4px;
    background:var(--navy);
    margin:0;
    padding:0;
  }
  .mobile-menu-overlay{
    display:block !important;
    position:fixed;
    inset:0;
    width:100vw;
    height:100dvh;
    background:rgba(3,20,35,.55);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    z-index:998;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .25s ease,visibility .25s ease;
  }
  .mobile-menu-overlay.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .mobile-menu{
    display:flex !important;
    position:fixed !important;
    top:0;
    right:0;
    bottom:0;
    left:auto;
    width:min(88vw,380px);
    max-width:380px;
    height:100dvh;
    margin:0;
    background:#fff;
    z-index:999;
    transform:translate3d(105%,0,0);
    visibility:hidden;
    pointer-events:none;
    transition:transform .28s ease,visibility .28s ease;
    box-shadow:-20px 0 60px rgba(3,20,35,.18);
    flex-direction:column;
    padding:max(18px,env(safe-area-inset-top)) 18px max(20px,env(safe-area-inset-bottom));
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .mobile-menu.open{
    transform:translate3d(0,0,0);
    visibility:visible;
    pointer-events:auto;
  }
  body.menu-open{overflow:hidden !important;touch-action:none;}
}

@media (max-width:600px){
  .header .nav{height:68px;}
  .header .logo{width:145px;max-width:56vw;}
  .header .mobile-menu-btn{width:43px;height:43px;flex-basis:43px;}
}
\n\n/* Sembol Plastik bayilik ibaresi */\n.top .container{gap:18px}\n.top-right{display:flex;align-items:center;gap:14px;margin-left:auto}\n.dealer-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:700;letter-spacing:.01em;white-space:nowrap}\n.dealer-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 3px rgba(255,133,0,.14)}\n.catalog-label{white-space:nowrap}\n@media(max-width:900px){\n  .top .container{justify-content:center;height:auto;min-height:34px;padding:6px 0;gap:8px;text-align:center}\n  .top .container>span:first-child{display:none}\n  .top-right{margin:0;gap:8px}\n  .dealer-badge{font-size:11px;padding:4px 9px}\n  .catalog-label{font-size:11px;opacity:.78}\n}\n@media(max-width:420px){.catalog-label{display:none}.dealer-badge{font-size:10.5px}}\n
/* Contact page v7 */
.contact-section{padding:64px 0 78px;background:linear-gradient(180deg,#fff 0,#f7fafc 100%)}
.contact-layout-v2{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:28px;align-items:stretch}
.contact-card-v2,.contact-map-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 22px 60px rgba(8,52,93,.08);overflow:hidden}
.contact-card-v2{padding:38px}.contact-card-v2 h2,.contact-map-head h2{margin:7px 0 10px;color:var(--navy);font-size:32px}.contact-lead{color:var(--muted);line-height:1.75;margin:0 0 24px;max-width:580px}
.contact-info-list{border-top:1px solid var(--line)}.contact-info-row{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--line)}.contact-info-row .contact-icon{width:48px;height:48px;border-radius:15px;background:#fff4e8;color:var(--orange);display:grid;place-items:center;font-weight:900;flex:0 0 48px}.contact-info-row small{display:block;font-size:11px;letter-spacing:.12em;font-weight:900;color:#8b9aab;margin-bottom:5px}.contact-info-row a,.contact-info-row p{font-size:17px;font-weight:750;color:var(--navy);text-decoration:none;margin:0;line-height:1.55}.contact-actions .whatsapp{background:#25D366;border-color:#25D366;color:#fff}
.contact-map-card{display:flex;flex-direction:column}.contact-map-head{padding:28px 30px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.contact-map-head h2{font-size:27px;margin-bottom:0}.map-chip{background:#eef5fa;color:var(--navy);font-size:12px;font-weight:900;padding:9px 12px;border-radius:999px;white-space:nowrap}.map-frame{min-height:390px;background:#eef3f7;position:relative;flex:1}.map-frame iframe{display:block;width:100%!important;height:100%!important;min-height:390px;border:0!important}.map-empty{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px;color:var(--muted);gap:8px}.map-empty strong{color:var(--navy);font-size:18px}.map-address{padding:20px 30px;display:flex;gap:12px;flex-direction:column}.map-address strong{color:var(--navy);font-size:16px}.map-address span{color:var(--muted);line-height:1.5}.contact-extra{margin-top:28px}
@media(max-width:900px){.contact-section{padding:38px 0 55px}.contact-layout-v2{grid-template-columns:1fr}.contact-card-v2{padding:25px}.contact-card-v2 h2{font-size:28px}.contact-map-head{padding:23px 22px 16px;align-items:flex-start}.map-chip{display:none}.map-frame,.map-frame iframe,.map-empty{min-height:330px}.map-address{padding:18px 22px}.contact-info-row a,.contact-info-row p{font-size:15px}}

/* V8 - Ürüne özel WhatsApp ve yenilenmiş WhatsApp ikonu */
.product{display:flex;flex-direction:column;min-width:0}
.product-image-wrap{background:#fff;overflow:hidden}
.product-image-wrap img{transition:transform .28s ease}
@media (hover:hover) and (pointer:fine){.product:hover .product-image-wrap img{transform:scale(1.018)}}
.product-info{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0}
.product-info b,.product-info span,.product-info small{max-width:100%;overflow-wrap:anywhere}
.product-info small{display:block;margin:5px 0 7px;color:#8090a0}
.product-info span{display:block;line-height:1.5}
.product-whatsapp{margin-top:auto;padding-top:14px;width:100%;display:flex;align-items:center;justify-content:center;gap:9px;min-height:46px;border-radius:12px;background:#25D366;color:#fff!important;font-size:13px;font-weight:900;text-decoration:none;box-shadow:0 8px 20px rgba(37,211,102,.18);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.product-whatsapp svg{width:20px;height:20px;fill:currentColor;flex:0 0 20px}
@media (hover:hover) and (pointer:fine){.product-whatsapp:hover{background:#1fbd5a;transform:translateY(-1px);box-shadow:0 11px 24px rgba(37,211,102,.26)}}
.whatsapp-float{min-height:54px;padding:7px 16px 7px 7px;gap:9px;border:1px solid rgba(255,255,255,.24)}
.whatsapp-float .wa-icon{width:40px;height:40px;border-radius:50%;background:#fff;display:grid;place-items:center;flex:0 0 40px}
.whatsapp-float .wa-icon svg{width:25px;height:25px;fill:#25D366}
@media(max-width:600px){
  .product-whatsapp{min-height:48px;font-size:13px}
  .whatsapp-float{width:56px;height:56px;min-height:56px;padding:6px;border-radius:50%}
  .whatsapp-float .wa-icon{width:42px;height:42px;flex-basis:42px}
  .whatsapp-float .wa-label{display:none}
}

/* V9 - Kompakt ve modern ürün WhatsApp iletişimi */
.product-info{
  padding:16px 18px 17px;
  gap:0;
}
.product-info>b{
  font-size:16px;
  line-height:1.35;
  margin:0;
}
.product-info small{
  margin:4px 0 0;
  line-height:1.35;
}
.product-info>span{
  margin-top:4px;
  line-height:1.45;
}
.product-contact-row{
  width:100%;
  display:flex;
  align-items:center;
  margin-top:auto;
  padding-top:13px;
}
.product-whatsapp,
.product-whatsapp:link,
.product-whatsapp:visited{
  width:auto;
  min-height:38px;
  margin:0;
  padding:6px 10px 6px 7px;
  border:1px solid #d9eee1;
  border-radius:10px;
  background:#f5fbf7;
  color:#117c43 !important;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  box-shadow:none;
  font-size:12.5px;
  line-height:1;
  font-weight:800;
  letter-spacing:0;
  text-decoration:none !important;
  white-space:nowrap;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.product-whatsapp .product-wa-icon{
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:8px;
  background:#25D366;
  display:grid;
  place-items:center;
}
.product-whatsapp .product-wa-icon svg{
  width:15px;
  height:15px;
  fill:#fff;
}
.product-whatsapp .product-wa-arrow{
  color:#63a77f;
  font-size:15px;
  line-height:1;
  margin-left:1px;
  transition:transform .18s ease;
}
@media (hover:hover) and (pointer:fine){
  .product-whatsapp:hover{
    background:#ecf9f0;
    border-color:#b9dfc7;
    color:#086d38 !important;
    transform:translateY(-1px);
    box-shadow:none;
  }
  .product-whatsapp:hover .product-wa-arrow{transform:translateX(2px)}
}
.product:focus-within{border-color:#cfd9e3}

/* Sabit WhatsApp butonu da daha sade */
.whatsapp-float,
.whatsapp-float:link,
.whatsapp-float:visited{
  right:18px;
  bottom:18px;
  min-height:48px;
  padding:5px 12px 5px 5px;
  gap:8px;
  border:1px solid rgba(10,132,67,.12);
  background:#fff;
  color:#0c7440 !important;
  box-shadow:0 10px 28px rgba(6,31,55,.14);
  font-size:12.5px;
  font-weight:850;
}
.whatsapp-float .wa-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  background:#25D366;
}
.whatsapp-float .wa-icon svg{
  width:21px;
  height:21px;
  fill:#fff;
}
@media (hover:hover) and (pointer:fine){
  .whatsapp-float:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 32px rgba(6,31,55,.18);
  }
}
@media(max-width:600px){
  .product-info{padding:14px 15px 15px}
  .product-contact-row{padding-top:11px}
  .product-whatsapp,
  .product-whatsapp:link,
  .product-whatsapp:visited{
    min-height:36px;
    padding:5px 9px 5px 6px;
    font-size:12px;
  }
  .product-whatsapp .product-wa-icon{width:25px;height:25px;flex-basis:25px}
  .product-whatsapp .product-wa-icon svg{width:14px;height:14px}
  .whatsapp-float{
    width:50px;
    height:50px;
    min-height:50px;
    padding:5px;
    border-radius:50%;
  }
  .whatsapp-float .wa-icon{width:38px;height:38px;flex-basis:38px}
}


/* V10 - Ürün kartında toptan fiyat WhatsApp aksiyonu */
.product-contact-row{
  gap:8px;
  flex-wrap:wrap;
}
.product-wholesale,
.product-wholesale:link,
.product-wholesale:visited{
  width:auto;
  min-height:38px;
  margin:0;
  padding:6px 10px 6px 7px;
  border:1px solid #f2d6b0;
  border-radius:10px;
  background:#fff8ef;
  color:#a34f00 !important;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  box-shadow:none;
  font-size:12.5px;
  line-height:1;
  font-weight:850;
  letter-spacing:0;
  text-decoration:none !important;
  white-space:nowrap;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.product-wholesale-icon{
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:8px;
  background:var(--orange);
  color:#fff !important;
  display:grid;
  place-items:center;
  font-size:15px !important;
  line-height:1;
  font-weight:900;
}
.product-wholesale-arrow{
  color:#c98443 !important;
  font-size:15px !important;
  line-height:1;
  margin-left:1px;
  transition:transform .18s ease;
}
@media (hover:hover) and (pointer:fine){
  .product-wholesale:hover{
    background:#fff1df;
    border-color:#efc38c;
    color:#8d4300 !important;
    transform:translateY(-1px);
  }
  .product-wholesale:hover .product-wholesale-arrow{transform:translateX(2px)}
}
@media(max-width:420px){
  .product-contact-row{gap:7px}
  .product-whatsapp,
  .product-wholesale{
    font-size:11.5px;
    padding-right:8px;
  }
  .product-whatsapp .product-wa-icon,
  .product-wholesale-icon{
    width:24px;
    height:24px;
    flex-basis:24px;
  }
}

/* V11 - Ürün iletişim aksiyonları her zaman yan yana */
.product-contact-row{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
}
.product-contact-row .product-whatsapp,
.product-contact-row .product-wholesale{
  flex:0 1 auto;
}
@media(max-width:600px){
  .product-contact-row{gap:6px;flex-wrap:nowrap}
  .product-contact-row .product-whatsapp,
  .product-contact-row .product-wholesale{
    min-width:0;
    padding-right:7px;
    gap:5px;
    font-size:11.5px;
  }
}
@media(max-width:390px){
  .product-contact-row .product-wa-arrow,
  .product-contact-row .product-wholesale-arrow{display:none}
  .product-contact-row .product-whatsapp,
  .product-contact-row .product-wholesale{font-size:11px}
}

/* V12 - Ana sayfa kategori rozetini açıklama alanından uzaklaştır */
.float-badge.two{
  top:92px;
  left:-24px;
  bottom:auto;
  animation-delay:-1.7s;
}
@media(max-width:900px){
  .float-badge.two{
    top:88px;
    left:8px;
    bottom:auto;
  }
}
