
    .products-home-section{background:linear-gradient(180deg,#fff 0%,#f7f8fb 100%);position:relative;overflow:hidden;}
    .products-home-section:before{content:"";position:absolute;left:-140px;top:80px;width:320px;height:320px;border-radius:50%;background:rgba(212,175,55,.12);filter:blur(4px);}
    .products-carousel-shell{position:relative;}
    .products-carousel-viewport{overflow:hidden;padding:8px 4px 26px;margin-inline:-4px;}
    .products-carousel-track{display:flex;gap:24px;transition:transform .55s cubic-bezier(.2,.75,.25,1);will-change:transform;}
    .product-slide{flex:0 0 360px;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--soft);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
    .product-slide:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(212,175,55,.55);}
    .product-photo-wrap{height:220px;position:relative;overflow:hidden;background:#eef4ff;}
    .product-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease;}
    .product-slide:hover .product-photo-wrap img{transform:scale(1.075);filter:saturate(1.08) contrast(1.04);}
    .product-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,21,40,.04),rgba(8,21,40,.48));}
    .product-float-icon{position:absolute;left:18px;bottom:18px;z-index:2;width:60px;height:60px;border-radius:20px;display:grid;place-items:center;font-size:31px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:0 18px 42px rgba(8,21,40,.20);}
    .product-slide-body{padding:24px;display:flex;flex-direction:column;gap:10px;min-height:310px;}
    .product-slide-body h3{font-size:22px;line-height:1.18;text-transform:uppercase;letter-spacing:.25px;margin-bottom:2px;color:var(--ink);}
    .product-slide-body p{margin:0;color:var(--muted);}
    .product-detail-btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:max-content;border:0;border-radius:999px;padding:13px 20px;font-weight:950;letter-spacing:.4px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary2) 55%,var(--gold));box-shadow:0 18px 42px rgba(20,88,168,.28);position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease;}
    .product-detail-btn:before{content:"";position:absolute;inset:0;transform:translateX(-110%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transition:transform .55s ease;}
    .product-detail-btn:hover{transform:translateY(-3px);box-shadow:0 24px 54px rgba(20,88,168,.36);}
    .product-detail-btn:hover:before{transform:translateX(110%);}
    .product-detail-btn span{position:relative;transition:transform .22s ease;}
    .product-detail-btn:hover span{transform:translateX(4px);}
    .carousel-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;}
    .carousel-arrows{display:flex;gap:10px;}
    .carousel-btn{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--primary);font-size:24px;font-weight:950;cursor:pointer;box-shadow:var(--soft);transition:transform .2s ease,background .2s ease,color .2s ease;}
    .carousel-btn:hover{transform:translateY(-3px);background:linear-gradient(135deg,var(--primary),var(--gold));color:#fff;}
    .carousel-dots{display:flex;gap:8px;align-items:center;justify-content:center;flex:1;}
    .carousel-dots button{width:9px;height:9px;border:0;border-radius:99px;background:#cbd5e1;cursor:pointer;transition:width .25s ease,background .25s ease;}
    .carousel-dots button.active{width:34px;background:linear-gradient(135deg,var(--primary),var(--gold));}
    .carousel-hint{color:var(--muted);font-weight:850;font-size:14px;}
    .partners-premium-section{position:relative;background:linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%);overflow:hidden;}
    .partners-premium-section:before{content:"";position:absolute;right:-160px;top:90px;width:360px;height:360px;border-radius:50%;background:rgba(20,88,168,.08);filter:blur(5px);}
    .partners-premium-wrap{position:relative;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:36px;box-shadow:var(--soft);padding:34px;}
    .partners-premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch;margin-top:30px;max-width:960px;margin-left:auto;margin-right:auto;}
    .partner-premium-card{min-height:210px;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:0 14px 42px rgba(8,21,40,.08);display:grid;place-items:center;padding:34px;cursor:default;user-select:none;position:relative;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;}
    .partner-premium-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(212,175,55,.16),transparent 42%);opacity:0;transition:opacity .28s ease;}
    .partner-premium-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 26px 74px rgba(8,21,40,.16);border-color:rgba(212,175,55,.55);}
    .partner-premium-card:hover:before{opacity:1;}
    .partner-premium-card img{position:relative;z-index:1;display:block;width:100%;max-width:390px;max-height:132px;object-fit:contain;filter:saturate(.98);transition:transform .28s ease,filter .28s ease;}
    .partner-premium-card:hover img{transform:scale(1.045);filter:saturate(1.06) contrast(1.03);}
    .partner-premium-card.turkiye img{max-width:520px;max-height:150px;}
    .partner-premium-note{max-width:760px;margin:20px auto 0;text-align:center;color:var(--muted);font-weight:700;}
    @media(max-width:980px){.product-slide{flex-basis:330px;}.product-photo-wrap{height:200px;}.partners-premium-grid{gap:20px;}.partner-premium-card{min-height:180px;padding:26px;}}
    @media(max-width:700px){.partners-premium-grid{grid-template-columns:1fr;}.partners-premium-wrap{padding:24px;}.partner-premium-card{min-height:160px;}}
    @media(max-width:640px){.products-carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:18px;}.products-carousel-track{transform:none!important;}.product-slide{flex:0 0 84vw;scroll-snap-align:start;}.carousel-arrows,.carousel-dots,.carousel-hint{display:none;}.product-slide-body{min-height:330px;}.product-detail-btn{width:100%;}}
  
a.whatsapp,.fixed-whatsapp,.floating-whatsapp,#whatsappButton,#audioPlayBtn,.floating-audio,.audio-reader{display:none!important}

    .inka-footer-section { background-color: #071226 !important; color: #ffffff !important; padding: 60px 20px 0 20px !important; font-family: sans-serif !important; font-size: 14px !important; line-height: 1.6 !important; display: block !important; clear: both !important; }
    .inka-footer-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; }
    .inka-footer-col { flex: 1 !important; min-width: 220px !important; margin-bottom: 30px !important; padding: 0 15px !important; box-sizing: border-box !important; }
    .inka-footer-about { flex: 1.2 !important; }
    .inka-footer-logo { max-width: 180px !important; height: auto !important; margin-bottom: 20px !important; filter: brightness(0) invert(1) !important; }
    .inka-footer-about p { color: #e0e0e0 !important; font-size: 13.5px !important; margin: 0 !important; }
    .inka-footer-double { flex: 2 !important; min-width: 320px !important; }
    .inka-footer-double-wrapper { display: flex !important; justify-content: space-between !important; }
    .inka-footer-double-wrapper ul { flex: 1 !important; padding: 0 !important; margin: 0 !important; list-style: none !important; list-style-type: none !important; }
    .inka-footer-col h3 { font-size: 16px !important; font-weight: 600 !important; color: #ffffff !important; margin: 0 0 20px 0 !important; }
    .inka-footer-col ul { list-style: none !important; list-style-type: none !important; padding: 0 !important; margin: 0 !important; }
    .inka-footer-col ul li { margin-bottom: 10px !important; list-style: none !important; list-style-type: none !important; background: none !important; padding: 0 !important; }
    .inka-footer-col ul li::before { content: "" !important; display: none !important; }
    .inka-footer-col ul li a { color: #cccccc !important; text-decoration: none !important; transition: color 0.2s ease !important; background: none !important; display: inline-block !important; }
    .inka-footer-col ul li a:hover { color: #e31e24 !important; }
    .inka-footer-contact .inka-contact-item { display: flex !important; align-items: flex-start !important; margin-bottom: 15px !important; }
    .inka-footer-contact .inka-contact-emoji { margin-right: 10px !important; font-size: 16px !important; }
    .inka-footer-contact p { margin: 0 !important; color: #e0e0e0 !important; }
    .inka-footer-contact p strong { color: #ffffff !important; }
    .inka-footer-contact a { color: #e0e0e0 !important; text-decoration: none !important; }
    .inka-footer-contact a:hover { color: #e31e24 !important; }
    .inka-footer-bottom { border-top: 1px solid #e31e24 !important; padding: 20px 0 !important; background-color: #050d1c !important; margin-top: 30px !important; margin-left: -20px !important; margin-right: -20px !important; }
    .inka-footer-bottom-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; justify-content: space-between !important; align-items: center; padding: 0 20px !important; }
    .inka-footer-copyright { margin: 0 !important; color: #ffffff !important; font-size: 13px !important; }
    .inka-footer-social { display: flex !important; gap: 10px !important; }
    .inka-footer-social-icon { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 32px !important; height: 32px !important; background-color: #e31e24 !important; color: #ffffff !important; border-radius: 50% !important; text-decoration: none !important; font-size: 14px !important; }
    @media (max-width: 768px) {
        .inka-footer-container { flex-direction: column !important; }
        .inka-footer-double-wrapper { flex-direction: column !important; }
        .inka-footer-bottom-container { flex-direction: column !important; gap: 15px !important; text-align: center !important; }
    }


    .inka-footer-section { background-color: #071226 !important; color: #ffffff !important; padding: 60px 20px 0 20px !important; font-family: sans-serif !important; font-size: 14px !important; line-height: 1.6 !important; display: block !important; clear: both !important; }
    .inka-footer-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; }
    .inka-footer-col { flex: 1 !important; min-width: 220px !important; margin-bottom: 30px !important; padding: 0 15px !important; box-sizing: border-box !important; }
    .inka-footer-about { flex: 1.2 !important; }
    .inka-footer-logo { max-width: 180px !important; height: auto !important; margin-bottom: 20px !important; filter: brightness(0) invert(1) !important; }
    .inka-footer-about p { color: #e0e0e0 !important; font-size: 13.5px !important; margin: 0 !important; }
    .inka-footer-double { flex: 2 !important; min-width: 320px !important; }
    
    /* GÜNCELLEME: İki liste sütunu arası boşluk daraltıldı */
    .inka-footer-double-wrapper { display: flex !important; justify-content: flex-start !important; gap: 40px !important; }
    .inka-footer-double-wrapper ul { flex: none !important; width: auto !important; padding: 0 !important; margin: 0 !important; list-style: none !important; list-style-type: none !important; }
    
    .inka-footer-col h3 { font-size: 16px !important; font-weight: 600 !important; color: #ffffff !important; margin: 0 0 20px 0 !important; }
    .inka-footer-col ul { list-style: none !important; list-style-type: none !important; padding: 0 !important; margin: 0 !important; }
    .inka-footer-col ul li { margin-bottom: 10px !important; list-style: none !important; list-style-type: none !important; background: none !important; padding: 0 !important; }
    .inka-footer-col ul li::before { content: "" !important; display: none !important; }
    .inka-footer-col ul li a { color: #cccccc !important; text-decoration: none !important; transition: color 0.2s ease !important; background: none !important; display: inline-block !important; }
    .inka-footer-col ul li a:hover { color: #e31e24 !important; }
    .inka-footer-contact .inka-contact-item { display: flex !important; align-items: flex-start !important; margin-bottom: 15px !important; }
    .inka-footer-contact .inka-contact-emoji { margin-right: 10px !important; font-size: 16px !important; }
    .inka-footer-contact p { margin: 0 !important; color: #e0e0e0 !important; }
    .inka-footer-contact p strong { color: #ffffff !important; }
    .inka-footer-contact a { color: #e0e0e0 !important; text-decoration: none !important; }
    .inka-footer-contact a:hover { color: #e31e24 !important; }
    .inka-footer-bottom { border-top: 1px solid #e31e24 !important; padding: 20px 0 !important; background-color: #050d1c !important; margin-top: 30px !important; margin-left: -20px !important; margin-right: -20px !important; }
    .inka-footer-bottom-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; justify-content: space-between !important; align-items: center; padding: 0 20px !important; }
    .inka-footer-copyright { margin: 0 !important; color: #ffffff !important; font-size: 13px !important; }
    .inka-footer-social { display: flex !important; gap: 10px !important; }
    .inka-footer-social-icon { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 32px !important; height: 32px !important; background-color: #e31e24 !important; color: #ffffff !important; border-radius: 50% !important; text-decoration: none !important; font-size: 14px !important; }
    @media (max-width: 768px) {
        .inka-footer-container { flex-direction: column !important; }
        .inka-footer-double-wrapper { flex-direction: column !important; gap: 10px !important; }
        .inka-footer-bottom-container { flex-direction: column !important; gap: 15px !important; text-align: center !important; }
    }


    .inka-footer-section { background-color: #071226 !important; color: #ffffff !important; padding: 60px 20px 0 20px !important; font-family: sans-serif !important; font-size: 14px !important; line-height: 1.6 !important; display: block !important; clear: both !important; }
    .inka-footer-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; }
    .inka-footer-col { flex: 1 !important; min-width: 250px !important; margin-bottom: 30px !important; padding: 0 15px !important; box-sizing: border-box !important; }
    .inka-footer-about { flex: 1.2 !important; }
    .inka-footer-logo { max-width: 180px !important; height: auto !important; margin-bottom: 20px !important; filter: brightness(0) invert(1) !important; }
    .inka-footer-about p { color: #e0e0e0 !important; font-size: 13.5px !important; margin: 0 !important; }
    .inka-footer-double { flex: 2 !important; min-width: 320px !important; }
    
    /* GÜNCELLEME: İki liste sütunu arası boşluk daraltıldı */
    .inka-footer-double-wrapper { display: flex !important; justify-content: flex-start !important; gap: 40px !important; }
    .inka-footer-double-wrapper ul { flex: none !important; width: auto !important; padding: 0 !important; margin: 0 !important; list-style: none !important; list-style-type: none !important; }
    
    .inka-footer-col h3 { font-size: 16px !important; font-weight: 600 !important; color: #ffffff !important; margin: 0 0 20px 0 !important; }
    .inka-footer-col ul { list-style: none !important; list-style-type: none !important; padding: 0 !important; margin: 0 !important; }
    .inka-footer-col ul li { margin-bottom: 10px !important; list-style: none !important; list-style-type: none !important; background: none !important; padding: 0 !important; }
    .inka-footer-col ul li::before { content: "" !important; display: none !important; }
    .inka-footer-col ul li a { color: #cccccc !important; text-decoration: none !important; transition: color 0.2s ease !important; background: none !important; display: inline-block !important; }
    .inka-footer-col ul li a:hover { color: #e31e24 !important; }
    .inka-footer-contact .inka-contact-item { display: flex !important; align-items: flex-start !important; margin-bottom: 15px !important; }
    .inka-footer-contact .inka-contact-emoji { margin-right: 10px !important; font-size: 16px !important; }
    .inka-footer-contact p { margin: 0 !important; color: #e0e0e0 !important; }
    .inka-footer-contact p strong { color: #ffffff !important; }
    .inka-footer-contact a { color: #e0e0e0 !important; text-decoration: none !important; }
    .inka-footer-contact a:hover { color: #e31e24 !important; }
    .inka-footer-bottom { border-top: 1px solid #e31e24 !important; padding: 20px 0 !important; background-color: #050d1c !important; margin-top: 30px !important; margin-left: -20px !important; margin-right: -20px !important; }
    .inka-footer-bottom-container { max-width: 1200px !important; margin: 0 auto !important; display: flex !important; justify-content: space-between !important; align-items: center; padding: 0 20px !important; }
    .inka-footer-copyright { margin: 0 !important; color: #ffffff !important; font-size: 13px !important; }
    .inka-footer-social { display: flex !important; gap: 10px !important; }
    .inka-footer-social-icon { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 32px !important; height: 32px !important; background-color: #e31e24 !important; color: #ffffff !important; border-radius: 50% !important; text-decoration: none !important; font-size: 14px !important; }
    @media (max-width: 768px) {
        .inka-footer-container { flex-direction: column !important; }
        .inka-footer-double-wrapper { flex-direction: column !important; gap: 10px !important; }
        .inka-footer-bottom-container { flex-direction: column !important; gap: 15px !important; text-align: center !important; }
    }

.ixs-2517a51bbdba{margin-top:22px}
.ixs-ef0b7a1148f5{margin-bottom:0}
.ixs-348912018b1e{justify-content:center;margin-top:22px}