*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#f8f8f8;color:#222;font-family:'Poppins',sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit}img{max-width:100%;display:block}.container{width:min(90%,1400px);margin-inline:auto}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);box-shadow:0 5px 20px rgba(0,0,0,.06);backdrop-filter:blur(12px)}.header-container{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo img{height:60px;width:auto}.navbar ul{display:flex;gap:34px}.navbar a{font-size:15px;font-weight:600;transition:.25s}.navbar a:hover{color:#295941}.header-actions{display:flex;align-items:center;gap:14px}.header-whatsapp{display:inline-flex;align-items:center;gap:9px;padding:13px 22px;border-radius:10px;background:#295941;color:#fff;font-weight:600;transition:.25s}.header-whatsapp:hover{background:#1f4733;transform:translateY(-2px)}.menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:10px;background:#f1f3f2;color:#295941;font-size:22px;cursor:pointer}
.hero{min-height:650px;position:relative;display:flex;align-items:center;overflow:hidden;background:url("../img/hero.jpg") center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.25) 55%,rgba(0,0,0,.05))}.hero-content{position:relative;z-index:2}.hero-text{max-width:610px;color:#fff}.hero-eyebrow{display:inline-block;margin-bottom:14px;letter-spacing:3px;font-size:13px;font-weight:600}.hero h1{font-size:clamp(46px,6vw,72px);line-height:1.06;margin-bottom:22px}.hero p{max-width:560px;font-size:19px;line-height:1.75;margin-bottom:34px;color:rgba(255,255,255,.9)}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-primary,.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border-radius:11px;font-weight:600;transition:.25s}.btn-primary{background:#b78556;color:#fff}.btn-primary:hover{background:#9d6e42;transform:translateY(-2px)}.btn-whatsapp{background:#fff;color:#295941}.btn-whatsapp:hover{background:#f3f3f3;transform:translateY(-2px)}.slider-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);z-index:3;display:flex;gap:9px}.slider-dots span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5)}.slider-dots .active{width:28px;border-radius:20px;background:#fff}
section{scroll-margin-top:100px}.section-title{text-align:center;margin-bottom:45px}.section-title h2{font-size:clamp(32px,4vw,44px);margin-bottom:10px}.section-title p{color:#777;font-size:17px}
.categories{padding:90px 0;background:#fff}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category-card{position:relative;height:270px;overflow:hidden;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.08)}.category-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.category-card:hover img{transform:scale(1.07)}.category-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.72),transparent 62%)}.category-overlay h3{color:#fff;font-size:25px}
.advantages{padding:70px 0;background:#f8f8f8}.advantage-box{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:22px;background:#295941;box-shadow:0 16px 38px rgba(0,0,0,.14)}.advantage-item{padding:42px 28px;text-align:center;color:#fff;border-right:1px solid rgba(255,255,255,.16);transition:.25s}.advantage-item:last-child{border-right:0}.advantage-item:hover{background:#1f4733}.advantage-item i{font-size:38px;margin-bottom:18px}.advantage-item h3{margin-bottom:10px;font-size:20px}.advantage-item p{font-size:14px;line-height:1.7;opacity:.9}
.products{padding:95px 0;background:#fff}.filter-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:-15px 0 38px}.filter-btn{border:0;border-radius:999px;padding:12px 23px;background:#eef0ef;color:#333;font-weight:600;cursor:pointer;transition:.25s}.filter-btn:hover,.filter-btn.active{background:#295941;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:.3s}.product-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(0,0,0,.12)}.product-image{position:relative;height:320px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-image img{transform:scale(1.07)}.favorite{position:absolute;top:15px;right:15px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#222;font-size:18px;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.12);transition:.25s}.favorite:hover,.favorite.active{background:#295941;color:#fff}.product-info{padding:24px}.product-info span{color:#888;font-size:14px}.product-info h3{margin:12px 0 22px;font-size:22px;line-height:1.45}.product-info h3 a:hover{color:#295941}.price-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px;border-radius:10px;background:#295941;color:#fff;font-weight:600;transition:.25s}.price-btn:hover{background:#1f4733;transform:translateY(-2px)}
.collections{padding:95px 0;background:#f8f8f8}.collection-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:280px 280px;gap:24px}.collection{position:relative;overflow:hidden;border-radius:20px}.collection.large{grid-row:span 2}.collection img{width:100%;height:100%;object-fit:cover;transition:.5s}.collection:hover img{transform:scale(1.06)}.collection::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.68),transparent 65%)}.collection-content{position:absolute;z-index:2;left:30px;bottom:28px;color:#fff}.collection-content span{font-size:13px;letter-spacing:1.5px}.collection-content h2{max-width:500px;margin:8px 0 16px;font-size:40px}.collection-content h3{font-size:27px}.collection-content a{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:9px;background:#295941;color:#fff}
.why-us{padding:100px 0;background:#fff}.why-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px}.why-image img{width:100%;border-radius:20px;box-shadow:0 20px 48px rgba(0,0,0,.12)}.mini-title{color:#295941;font-weight:700;letter-spacing:2px}.why-content h2{margin:17px 0;font-size:clamp(34px,4vw,48px);line-height:1.25}.why-content p{color:#666;line-height:1.85;margin-bottom:30px}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:17px;margin-bottom:34px}.feature{display:flex;align-items:center;gap:11px;font-size:16px}.feature i{color:#295941}.why-cards{padding:95px 0;background:#f8f8f8}.why-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.why-card{padding:36px 26px;border-radius:18px;background:#fff;text-align:center;box-shadow:0 8px 25px rgba(0,0,0,.07);transition:.3s}.why-card:hover{transform:translateY(-7px)}.why-card i{margin-bottom:17px;color:#295941;font-size:38px}.why-card h3{margin-bottom:12px;font-size:20px}.why-card p{color:#666;line-height:1.75}
.testimonials{padding:95px 0;background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.testimonial-card{padding:32px;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.08);transition:.3s}.testimonial-card:hover{transform:translateY(-7px)}.stars{color:#f4b400;font-size:21px;letter-spacing:3px;margin-bottom:16px}.testimonial-card p{color:#666;line-height:1.8;margin-bottom:18px}.testimonial-card h4{color:#295941}
.footer{margin-top:0;padding:68px 0 0;background:#1f1f1f;color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.6fr;gap:50px}.footer-logo{width:180px;margin-bottom:18px}.footer h3{margin-bottom:18px}.footer p,.footer a{color:#c9c9c9}.footer p{line-height:1.8;margin-bottom:10px}.footer li{margin-bottom:12px}.footer a:hover{color:#fff}.copyright{margin-top:48px;padding:22px;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#999;font-size:14px}
.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:1200;width:62px;height:62px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#25d366;color:#fff;font-size:31px;box-shadow:0 10px 28px rgba(0,0,0,.24);transition:.25s}.floating-whatsapp:hover{transform:scale(1.08)}#backToTop{position:fixed;right:30px;bottom:100px;z-index:1200;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#fff;color:#222;box-shadow:0 8px 24px rgba(0,0,0,.17);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s}#backToTop.show{opacity:1;visibility:visible;transform:translateY(0)}#backToTop:hover{background:#b78556;color:#fff}

/* =========================
   ÜRÜN DETAY SAYFASI
========================= */

.product-detail{
    padding:45px 0 90px;
    background:#f8f8f8;
}

.product-breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:28px;
    color:#777;
    font-size:14px;
}

.product-breadcrumb a:hover{
    color:#295941;
}

.product-breadcrumb i{
    font-size:10px;
}

.product-detail-grid{
    display:grid;
    grid-template-columns:minmax(0, 1.15fr) minmax(380px, .85fr);
    gap:55px;
    align-items:start;
}

.gallery{
    min-width:0;
}

.main-image-wrapper{
    height:610px;
    overflow:hidden;
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

#main-image{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.35s;
}

.main-image-wrapper:hover #main-image{
    transform:scale(1.025);
}

.thumbs{
    display:flex;
    gap:13px;
    margin-top:16px;
    overflow-x:auto;
    padding-bottom:4px;
}

.thumb-button{
    flex:0 0 105px;
    height:86px;
    padding:0;
    overflow:hidden;
    border:2px solid transparent;
    border-radius:11px;
    background:#fff;
    cursor:pointer;
    transition:.25s;
}

.thumb-button.active,
.thumb-button:hover{
    border-color:#295941;
}

.thumb{
    width:100%;
    height:100%;
    object-fit:cover;
}

.detail-info{
    position:sticky;
    top:115px;
    padding:38px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.product-category{
    display:inline-flex;
    padding:7px 15px;
    border-radius:999px;
    background:#eaf1ed;
    color:#295941;
    font-size:13px;
    font-weight:700;
}

.detail-info h1{
    margin:18px 0 16px;
    font-size:42px;
    line-height:1.2;
}

.product-description{
    margin-bottom:28px;
    color:#666;
    line-height:1.85;
}

.detail-section{
    padding:22px 0;
    border-top:1px solid #ececec;
}

.detail-section h3{
    margin-bottom:12px;
    font-size:18px;
}

.detail-section p{
    color:#666;
    line-height:1.7;
}

.color-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.color-item{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:9px 17px;
    border:1px solid #dedede;
    border-radius:999px;
    background:#fafafa;
    font-size:14px;
}

.delivery-box{
    display:flex;
    gap:16px;
    align-items:flex-start;
}

.delivery-box > i{
    margin-top:4px;
    color:#295941;
    font-size:27px;
}

.delivery-box h3{
    margin-bottom:5px;
}

.product-whatsapp{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    margin-top:12px;
    padding:17px 22px;
    border-radius:11px;
    background:#295941;
    color:#fff;
    font-weight:700;
    transition:.25s;
}

.product-whatsapp:hover{
    background:#1f4733;
    transform:translateY(-2px);
}

.related-products{
    padding:90px 0;
    background:#fff;
}
/* =========================
   HAKKIMIZDA SAYFASI
========================= */

.page-banner{
    padding:85px 0;
    background:
        linear-gradient(rgba(41,89,65,.88), rgba(41,89,65,.88)),
        url("../img/magaza.jpg") center/cover no-repeat;
    color:#fff;
    text-align:center;
}

.page-eyebrow{
    display:inline-block;
    margin-bottom:12px;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
}

.page-banner h1{
    margin-bottom:12px;
    font-size:52px;
}

.page-banner p{
    max-width:650px;
    margin:auto;
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:1.7;
}

.about{
    padding:100px 0;
    background:#fff;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:65px;
    align-items:center;
}

.about-image{
    position:relative;
}

.about-image::before{
    content:"";
    position:absolute;
    left:-18px;
    bottom:-18px;
    width:55%;
    height:55%;
    border-radius:20px;
    background:#dce8e1;
}

.about-image img{
    position:relative;
    z-index:1;
    width:100%;
    min-height:560px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.13);
}

.about-text h2{
    margin:16px 0 22px;
    font-size:44px;
    line-height:1.25;
}

.about-text p{
    margin-bottom:18px;
    color:#666;
    line-height:1.9;
}

.about-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin:30px 0 35px;
}

.about-feature{
    display:flex;
    align-items:center;
    gap:11px;
    font-size:15px;
    font-weight:500;
}

.about-feature i{
    color:#295941;
}

.about-stats{
    padding:0 0 100px;
    background:#fff;
}

.about-boxes{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.about-boxes > div{
    padding:34px 22px;
    border-radius:18px;
    background:#295941;
    color:#fff;
    text-align:center;
    box-shadow:0 12px 30px rgba(41,89,65,.2);
    transition:.3s;
}

.about-boxes > div:hover{
    transform:translateY(-7px);
}

.about-boxes i{
    margin-bottom:15px;
    font-size:34px;
}

.about-boxes h3{
    margin-bottom:6px;
    font-size:34px;
}

.about-boxes span{
    color:rgba(255,255,255,.85);
}

.about-values{
    padding:95px 0;
    background:#f8f8f8;
}
/* =========================
   İLETİŞİM SAYFASI
========================= */

.contact{
    padding:95px 0;
    background:#fff;
}

.contact-heading{
    max-width:720px;
    margin:0 auto 50px;
    text-align:center;
}

.contact-heading h2{
    margin:14px 0 14px;
    font-size:44px;
}

.contact-heading p{
    color:#666;
    line-height:1.8;
}

.contact-grid{
    display:grid;
    grid-template-columns:minmax(360px, .8fr) minmax(0, 1.2fr);
    gap:45px;
    align-items:stretch;
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.contact-card{
    display:flex;
    align-items:flex-start;
    gap:17px;
    padding:20px;
    border:1px solid #e7e7e7;
    border-radius:15px;
    background:#fafafa;
    transition:.25s;
}

.contact-card:hover{
    transform:translateY(-3px);
    border-color:#cbdacf;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.07);
}

.contact-icon{
    flex:0 0 48px;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#e5eee8;
    color:#295941;
    font-size:20px;
}

.contact-card h3{
    margin-bottom:5px;
    font-size:17px;
}

.contact-card p,
.contact-card a{
    color:#666;
    line-height:1.7;
}

.contact-card a:hover{
    color:#295941;
}

.contact-whatsapp{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:7px;
    padding:16px 22px;
    border-radius:11px;
    background:#295941;
    color:#fff;
    font-weight:700;
    transition:.25s;
}

.contact-whatsapp:hover{
    background:#1f4733;
    transform:translateY(-2px);
}

.contact-map{
    min-height:100%;
}

.contact-map iframe{
    width:100%;
    height:100%;
    min-height:520px;
    border:0;
    border-radius:20px;
    box-shadow:0 15px 38px rgba(0,0,0,.12);
}

.store-hours{
    padding:0 0 95px;
    background:#fff;
}

.store-hours-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
    padding:38px 45px;
    border-radius:20px;
    background:#295941;
    color:#fff;
}

.store-hours-box h2{
    margin-top:8px;
    font-size:34px;
}

.store-hours-box .mini-title{
    color:rgba(255,255,255,.8);
}

.hours-list{
    min-width:340px;
}

.hours-list p{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
    padding:11px 0;
    border-bottom:1px solid rgba(255,255,255,.18);
}

.hours-list p:last-child{
    border-bottom:0;
}

.hours-list span{
    color:rgba(255,255,255,.85);
}
/* ÜRÜNLER LİSTE SAYFASI */

.product-list-page{
    padding-top:85px;
}

.product-list-page .product-grid{
    align-items:stretch;
}

.product-list-page .product-card{
    height:100%;
    display:flex;
    flex-direction:column;
}

.product-list-page .product-info{
    flex:1;
    display:flex;
    flex-direction:column;
}

.product-list-page .product-info h3{
    margin-bottom:22px;
}

.product-list-page .price-btn{
    margin-top:auto;
}
/* ==========================
   FOOTER V2
========================== */

.footer{
    background:#1f1f1f;
    color:#fff;
    padding:70px 0 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:60px;
}

.footer h3{
    margin-bottom:18px;
    font-size:20px;
}

.footer p,
.footer li{
    color:#bdbdbd;
    line-height:1.9;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:12px;
}

.footer a{
    color:#bdbdbd;
    transition:.3s;
}

.footer a:hover{
    color:#fff;
}

.footer-logo{
    width:170px;
    margin-bottom:20px;
}

.copyright{
    margin-top:50px;
    padding:20px;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.1);
    color:#999;
}

/* ÜRÜN KARTI HAREKETLERİ */

.product-card{
    transition:transform .35s ease, box-shadow .35s ease;
}

.product-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.product-image{
    overflow:hidden;
}

.product-image img{
    transition:transform .45s ease;
}

.product-card:hover .product-image img{
    transform:scale(1.08);
}

/* Body üzerinde transform kullanmıyoruz; sticky header bozulmasın. */

body{
    animation:pageFade .45s ease both;
}

@keyframes pageFade{
    from{opacity:0}
    to{opacity:1}
}

/* =========================
   PREMIUM HERO
========================= */

.hero{
    min-height:680px;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
        linear-gradient(
            110deg,
            rgba(22,38,30,.94) 0%,
            rgba(41,89,65,.88) 48%,
            rgba(41,89,65,.72) 100%
        ),
        url("../img/hero.jpg") center/cover no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(255,255,255,.12),
            transparent 36%
        );
}

.hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:50px;
    padding-top:55px;
    padding-bottom:55px;
}

.hero-text{
    width:auto;
    max-width:620px;
    color:#fff;
}

.hero-eyebrow{
    display:inline-block;
    margin-bottom:16px;
    font-size:13px;
    font-weight:700;
    letter-spacing:4px;
    color:#d7be9c;
}

.hero-text h1{
    margin-bottom:23px;
    font-size:clamp(48px, 5vw, 72px);
    line-height:1.06;
}

.hero-text p{
    max-width:570px;
    margin-bottom:32px;
    color:rgba(255,255,255,.86);
    font-size:18px;
    line-height:1.8;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-features{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    margin-top:28px;
    color:rgba(255,255,255,.86);
    font-size:14px;
}

.hero-features span{
    display:flex;
    align-items:center;
    gap:8px;
}

.hero-features i{
    width:23px;
    height:23px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    color:#fff;
    font-size:11px;
}

/* SAĞ VİTRİN */

.hero-showcase{
    position:relative;
    min-height:540px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-circle{
    position:absolute;
    width:470px;
    height:470px;
    border-radius:50%;
    background:rgba(242,232,216,.18);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(5px);
}

.hero-main-product{
    position:relative;
    z-index:2;
    width:92%;
    max-width:620px;
    animation:heroFloat 4s ease-in-out infinite;
}

.hero-main-product img{
    width:100%;
    max-height:500px;
    object-fit:contain;
    filter:drop-shadow(0 30px 28px rgba(0,0,0,.28));
}

.hero-badge{
    position:absolute;
    z-index:4;
    top:55px;
    right:10px;
    width:135px;
    height:135px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#b78556;
    color:#fff;
    text-align:center;
    box-shadow:0 18px 35px rgba(0,0,0,.23);
    transform:rotate(8deg);
}

.hero-badge span{
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.hero-badge strong{
    max-width:95px;
    margin-top:5px;
    font-size:16px;
    line-height:1.25;
}

.hero-glass-card{
    position:absolute;
    z-index:5;
    display:flex;
    align-items:center;
    gap:13px;
    padding:15px 17px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:15px;
    background:rgba(255,255,255,.14);
    color:#fff;
    box-shadow:0 15px 30px rgba(0,0,0,.16);
    backdrop-filter:blur(14px);
}

.hero-glass-card small{
    display:block;
    margin-bottom:3px;
    color:rgba(255,255,255,.7);
    font-size:11px;
}

.hero-glass-card strong{
    display:block;
    font-size:14px;
}

.hero-card-top{
    top:125px;
    left:0;
}

.hero-card-top i{
    font-size:27px;
    color:#d9bd97;
}

.hero-card-bottom{
    right:10px;
    bottom:65px;
}

.hero-card-bottom img{
    width:64px;
    height:54px;
    object-fit:cover;
    border-radius:9px;
}

@keyframes heroFloat{

    0%,
    100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

}   
/* KATEGORİ KARTLARI V2 */

.category-card{
    position:relative;
    isolation:isolate;
}

.category-card::after{
    content:"İncele";
    position:absolute;
    right:22px;
    bottom:21px;
    z-index:3;

    padding:8px 13px;
    border-radius:8px;

    background:rgba(255,255,255,.92);
    color:#295941;

    font-size:13px;
    font-weight:700;

    opacity:0;
    transform:translateY(8px);
    transition:.3s;
}

.category-card:hover::after{
    opacity:1;
    transform:translateY(0);
}

.category-card:hover{
    box-shadow:0 18px 40px rgba(0,0,0,.14);
}

.category-overlay{
    transition:.3s;
}

.category-card:hover .category-overlay{
    background:linear-gradient(
        to top,
        rgba(24,55,39,.88),
        rgba(0,0,0,.08)
    );
}

/* =========================
   HEADER GÖRÜNÜRLÜLÜK DÜZELTMESİ
========================= */

.header{
    position:sticky !important;
    top:0 !important;
    z-index:9999 !important;
    display:block !important;
    width:100%;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    background:rgba(255,255,255,.97);
}

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

.hero{
    z-index:1;
}

.hero-overlay{
    z-index:0;
}

.hero-grid,
.hero-content{
    position:relative;
    z-index:2;
}
/* PRODUCT SEARCH V2 */
.product-search{max-width:680px;margin:0 auto 14px;position:relative;display:flex;align-items:center;background:#fff;border:1px solid #e2e7e4;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.07);transition:.25s}.product-search:focus-within{border-color:#295941;box-shadow:0 12px 34px rgba(41,89,65,.14)}.product-search>i{position:absolute;left:20px;color:#295941}.product-search input{width:100%;height:58px;padding:0 58px 0 52px;border:0;outline:0;background:transparent;font:inherit}.product-search button{position:absolute;right:10px;width:38px;height:38px;border:0;border-radius:50%;background:#eef3f0;color:#295941;cursor:pointer;opacity:0;visibility:hidden;transition:.2s}.product-search button.show{opacity:1;visibility:visible}.product-search button:hover{background:#295941;color:#fff}.product-result-count{text-align:center;color:#777;font-size:14px;margin-bottom:25px}.product-card[hidden]{display:none!important}.no-products-message{padding:55px 20px;text-align:center;border-radius:18px;background:#f5f7f6}.no-products-message i{font-size:38px;color:#295941;margin-bottom:15px}.no-products-message h3{font-size:24px;margin-bottom:8px}.no-products-message p{color:#777}

/* V3 PREMIUM */
.header{transition:.3s}.header.scrolled .header-container{min-height:72px}.header.scrolled .logo img{height:48px}.hero-slider{height:680px;min-height:680px;background:#193426}.hero-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;transform:scale(1.03);transition:opacity .8s ease,transform 1.2s ease;background-image:var(--hero-bg);background-size:cover;background-position:center}.hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}.hero-slide-content{position:relative;z-index:2;color:#fff;max-width:1400px}.hero-slide-content>*{max-width:650px}.hero-slide h1,.hero-slide h2{font-size:clamp(44px,6vw,76px);line-height:1.08;margin:0 0 22px}.hero-slide p{font-size:19px;line-height:1.75;color:rgba(255,255,255,.9);margin-bottom:32px}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:52px;height:52px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(0,0,0,.22);color:#fff;cursor:pointer}.hero-prev{left:24px}.hero-next{right:24px}.slider-dots button{width:10px;height:10px;border:0;border-radius:20px;background:rgba(255,255,255,.5);cursor:pointer}.slider-dots button.active{width:30px;background:#fff}.stats-section{padding:36px 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card{text-align:center;padding:28px 16px;border-radius:18px;background:#f7f8f7;box-shadow:0 8px 25px rgba(0,0,0,.05)}.stat-card strong{display:block;color:#295941;font-size:38px}.stat-card span{color:#666}.product-card .product-image:after{content:'İncele';position:absolute;left:50%;bottom:18px;transform:translate(-50%,18px);opacity:0;padding:10px 20px;border-radius:999px;background:#fff;color:#295941;font-weight:700;transition:.3s;pointer-events:none}.product-card:hover .product-image:after{opacity:1;transform:translate(-50%,0)}

/* V6 PREMIUM EXPERIENCE */
:root{--surface:#fff;--surface-soft:#f5f3ef;--text:#222;--muted:#6f6f6f;--brand:#295941;--gold:#b78556}body.dark{--surface:#151816;--surface-soft:#1d211e;--text:#f5f5f2;--muted:#b6bbb7;background:#111411;color:var(--text)}body.dark .header,body.dark .product-card,body.dark .testimonial-card,body.dark .why-card,body.dark .stat-card{background:var(--surface);color:var(--text)}body.dark .categories,body.dark .products,body.dark .why-us,body.dark .testimonials{background:#111411}.header-tools{display:flex;gap:9px}.header-tool{width:43px;height:43px;border:1px solid #e2e6e3;border-radius:50%;background:#fff;color:#295941;display:grid;place-items:center;cursor:pointer;position:relative}.favorite-count{position:absolute;right:-3px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:#b78556;color:#fff;font-size:10px;display:grid;place-items:center}.signature-section{padding:110px 0;background:#f3efe9}.signature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.signature-content h2{font-size:clamp(38px,5vw,62px);line-height:1.12;margin:16px 0 22px}.signature-content p{color:#666;line-height:1.9;font-size:17px}.signature-actions{display:flex;align-items:center;gap:25px;margin-top:30px}.signature-link{font-weight:700;color:#295941}.signature-collage{position:relative;min-height:560px}.sig-main{width:82%;height:500px;object-fit:cover;border-radius:30px;box-shadow:0 25px 60px rgba(0,0,0,.16)}.sig-small{position:absolute;right:0;bottom:0;width:46%;height:245px;object-fit:cover;border:10px solid #f3efe9;border-radius:25px}.sig-note{position:absolute;right:18px;top:28px;width:150px;height:150px;border-radius:50%;background:#295941;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 16px 35px rgba(0,0,0,.2)}.sig-note strong{font-size:34px}.showroom-cta{padding:35px 0;background:#173a2a}.showroom-cta-inner{min-height:250px;display:flex;align-items:center;justify-content:space-between;gap:50px;color:#fff}.showroom-cta h2{max-width:760px;font-size:clamp(30px,4vw,48px);line-height:1.25;margin-top:10px}.showroom-cta span{letter-spacing:3px;font-size:12px;color:#d8c0a0}.showroom-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-light,.btn-outline-light{display:inline-flex;align-items:center;gap:9px;padding:15px 21px;border-radius:10px;font-weight:700}.btn-light{background:#fff;color:#295941}.btn-outline-light{border:1px solid rgba(255,255,255,.55);color:#fff}.reveal{opacity:0;transform:translateY(35px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.mobile-contact-bar{display:none}.favorite.active{background:#b78556;color:#fff}
@media(max-width:991px){.signature-grid{grid-template-columns:1fr}.signature-collage{min-height:500px}.showroom-cta-inner{flex-direction:column;align-items:flex-start;padding:45px 0}}
@media(max-width:600px){.header-tools{display:none}.signature-section{padding:75px 0}.signature-collage{min-height:390px}.sig-main{height:350px;width:90%}.sig-small{height:160px}.sig-note{width:105px;height:105px}.signature-actions{align-items:flex-start;flex-direction:column}.mobile-contact-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:5000;height:66px;border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(0,0,0,.22);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.mobile-contact-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;color:#295941}.mobile-contact-bar a:nth-child(2){background:#25d366;color:#fff;font-weight:700}.floating-whatsapp{display:none}body{padding-bottom:86px}}

/* V7 - ROOM PLANNER & PREMIUM CTA */
.room-planner{padding:110px 0;background:linear-gradient(135deg,#f7f3ed,#ebe4d9)}.planner-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.mini-label{font-size:12px;letter-spacing:3px;font-weight:700;color:#b78556}.planner-copy h2{font-size:clamp(38px,5vw,64px);line-height:1.08;margin:15px 0 22px}.planner-copy p{font-size:17px;color:#666;line-height:1.8;max-width:560px}.planner-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0}.planner-tab{border:1px solid #cfc6b9;background:transparent;padding:12px 20px;border-radius:30px;font-weight:700;cursor:pointer}.planner-tab.active{background:#295941;color:#fff;border-color:#295941}.planner-visual{position:relative}.planner-visual img{width:100%;height:560px;object-fit:cover;border-radius:32px;box-shadow:0 25px 70px rgba(45,39,31,.2);transition:.45s}.planner-card{position:absolute;left:28px;right:28px;bottom:28px;padding:22px 25px;border-radius:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:6px}.planner-card strong{font-size:22px}.planner-card span{color:#666}.newsletter{padding:45px 0;background:#0f2d20}.newsletter-box{min-height:220px;display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff}.newsletter span{font-size:12px;letter-spacing:3px;color:#d7bd9d}.newsletter h2{font-size:clamp(30px,4vw,48px);margin:10px 0}.newsletter p{color:rgba(255,255,255,.75)}.newsletter-btn{display:inline-flex;align-items:center;gap:10px;padding:17px 24px;background:#25d366;color:#fff;border-radius:12px;font-weight:800;white-space:nowrap}.newsletter-btn:hover{transform:translateY(-3px)}body.dark .room-planner{background:linear-gradient(135deg,#171b18,#20251f)}body.dark .planner-copy p,body.dark .planner-card span{color:#b6bbb7}body.dark .planner-card{background:rgba(20,24,21,.9);color:#fff}
@media(max-width:900px){.planner-grid{grid-template-columns:1fr}.planner-visual img{height:460px}.newsletter-box{flex-direction:column;align-items:flex-start;padding:45px 0}}@media(max-width:600px){.room-planner{padding:75px 0}.planner-visual img{height:360px}.planner-card{left:14px;right:14px;bottom:14px}.planner-tabs{gap:7px}.planner-tab{padding:10px 14px}.newsletter{padding:0 0}.newsletter-box{min-height:280px}}

/* V8 LOOKBOOK */
.lookbook{padding:110px 0;background:#fff}.lookbook-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}.lookbook-head h2{font-size:clamp(36px,5vw,60px);margin:10px 0}.lookbook-head p{color:#707070}.lookbook-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:18px}.lookbook-item{position:relative;height:430px;overflow:hidden;border-radius:24px}.lookbook-item img{width:100%;height:100%;object-fit:cover;transition:.55s}.lookbook-item:hover img{transform:scale(1.06)}.lookbook-item span{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.9);padding:11px 15px;border-radius:10px;font-weight:800;color:#173f2c}.appointment-modal{position:fixed;inset:0;background:rgba(0,0,0,.62);display:none;align-items:center;justify-content:center;z-index:9999;padding:20px}.appointment-modal.open{display:flex}.appointment-panel{position:relative;max-width:560px;background:#fff;border-radius:28px;padding:48px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.appointment-panel h2{font-size:40px;margin:12px 0}.appointment-panel p{color:#666;line-height:1.7;margin-bottom:25px}.appointment-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:34px;cursor:pointer}body.dark .lookbook{background:#101512}body.dark .appointment-panel{background:#182019;color:#fff}body.dark .appointment-panel p{color:#bbc2bd}@media(max-width:900px){.lookbook-grid{grid-template-columns:1fr 1fr}.lookbook-item.wide{grid-column:1/-1}.lookbook-head{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.lookbook{padding:75px 0}.lookbook-grid{grid-template-columns:1fr}.lookbook-item,.lookbook-item.wide{height:320px;grid-column:auto}.appointment-panel{padding:38px 24px}.appointment-panel h2{font-size:30px}}

/* V9 Akıllı seçim ve SSS */
.style-finder,.faq-section{padding:90px 0}.finder-box{background:var(--card-bg,#fff);border-radius:28px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.08)}.finder-options{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.finder-choice{border:1px solid #ddd;background:transparent;padding:12px 20px;border-radius:999px;cursor:pointer;font:inherit}.finder-choice.active{background:#1f4d3a;color:#fff;border-color:#1f4d3a}.finder-result{display:grid;grid-template-columns:1fr 1.25fr;gap:34px;align-items:center;background:#f4f0e9;border-radius:22px;padding:34px}.finder-result img{width:100%;height:360px;object-fit:cover;border-radius:18px}.finder-result small{letter-spacing:.18em;font-weight:700;color:#88745c}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.faq-list details{border-bottom:1px solid #ddd;padding:20px 0}.faq-list summary{cursor:pointer;font-weight:600;font-size:18px;list-style:none}.faq-list summary:after{content:'+';float:right;font-size:24px}.faq-list details[open] summary:after{content:'−'}.faq-list p{padding-top:12px;color:#666;line-height:1.7}@media(max-width:800px){.finder-result,.faq-grid{grid-template-columns:1fr}.finder-result img{height:260px}.style-finder,.faq-section{padding:60px 0}}


/* V11 Kurumsal güven ve premium ürün kartları */
.section-kicker{display:block;margin-bottom:10px;font-size:12px;font-weight:700;letter-spacing:.2em;color:#9b7a4a}.product-card{position:relative;overflow:hidden;border:1px solid rgba(25,25,25,.08);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.07);transition:transform .35s ease,box-shadow .35s ease}.product-card:hover{transform:translateY(-9px);box-shadow:0 24px 55px rgba(0,0,0,.14)}.product-image{overflow:hidden}.product-image img{transition:transform .65s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-image img{transform:scale(1.065)}.product-info{padding:22px}.product-info>span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8d7657}.product-info h3{font-size:20px;margin:8px 0 18px}.price-btn{border-radius:12px;justify-content:center;transition:transform .25s ease,filter .25s ease}.price-btn:hover{transform:translateY(-2px);filter:brightness(.95)}
.trust-stories{padding:95px 0;background:#f5f1ea}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{padding:34px;border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(0,0,0,.06)}.testimonial-card.featured{transform:translateY(-12px);background:#214838;color:#fff}.testimonial-card .stars{color:#c89b4a;letter-spacing:.12em;margin-bottom:18px}.testimonial-card p{font-size:17px;line-height:1.8;margin-bottom:22px}.testimonial-card strong,.testimonial-card span{display:block}.testimonial-card span{font-size:13px;opacity:.7;margin-top:4px}.showroom-cta{padding:80px 0}.showroom-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:52px 56px;border-radius:30px;background:linear-gradient(120deg,#173d31,#2f6652);color:#fff}.showroom-cta h2{font-size:38px;max-width:700px;margin:8px 0 14px}.showroom-cta p{max-width:700px;opacity:.82;line-height:1.7}.showroom-cta-actions{display:flex;gap:14px;flex-wrap:wrap}.btn-outline-light{display:inline-flex;align-items:center;gap:9px;padding:14px 22px;border:1px solid rgba(255,255,255,.55);border-radius:10px;color:#fff}.dark .trust-stories{background:#151515}.dark .testimonial-card{background:#222;color:#eee}.dark .testimonial-card.featured{background:#214838}.dark .product-card{background:#1e1e1e;border-color:#333}@media(max-width:900px){.testimonial-grid{grid-template-columns:1fr}.testimonial-card.featured{transform:none}.showroom-cta-inner{display:block;padding:38px 26px}.showroom-cta-actions{margin-top:25px}.showroom-cta h2{font-size:30px}}

/* V12 - Hızlı ürün inceleme */
.product-card{position:relative;overflow:hidden}.quick-view-btn{position:absolute;left:50%;top:210px;transform:translate(-50%,18px);opacity:0;z-index:5;border:0;border-radius:999px;padding:11px 17px;background:rgba(255,255,255,.94);color:#173d31;font-weight:700;box-shadow:0 12px 28px rgba(0,0,0,.18);cursor:pointer;transition:.28s}.product-card:hover .quick-view-btn{opacity:1;transform:translate(-50%,0)}.quick-view-modal{position:fixed;inset:0;display:grid;place-items:center;padding:24px;background:rgba(8,18,14,.72);backdrop-filter:blur(8px);z-index:9999;opacity:0;visibility:hidden;transition:.25s}.quick-view-modal.open{opacity:1;visibility:visible}.quick-view-dialog{position:relative;display:grid;grid-template-columns:1.05fr .95fr;width:min(960px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.quick-view-media img{width:100%;height:100%;min-height:480px;object-fit:cover}.quick-view-content{padding:58px 46px;display:flex;flex-direction:column;justify-content:center}.quick-view-content span{color:#a67832;font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.quick-view-content h2{font-size:38px;line-height:1.15;margin:12px 0 18px}.quick-view-content p{line-height:1.8;color:#626262}.quick-view-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.quick-view-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.16);font-size:18px;cursor:pointer;z-index:3}.dark .quick-view-dialog{background:#1d1d1d;color:#eee}.dark .quick-view-content p{color:#bbb}@media(max-width:760px){.quick-view-dialog{grid-template-columns:1fr}.quick-view-media img{min-height:260px;height:300px}.quick-view-content{padding:34px 24px}.quick-view-content h2{font-size:28px}.quick-view-btn{top:185px;opacity:1;transform:translate(-50%,0)}}

/* V13 - Ürün karşılaştırma */
.compare-btn{width:calc(100% - 32px);margin:0 16px 12px;border:1px solid #d7c9b7;background:#fff;color:#2d2924;border-radius:10px;padding:10px 12px;font-weight:700;cursor:pointer;transition:.25s}.compare-btn:hover,.compare-btn.active{background:#2d2924;color:#fff;border-color:#2d2924}.compare-dock{position:fixed;left:50%;bottom:24px;transform:translate(-50%,120px);z-index:1200;background:#211e1a;color:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:center;gap:16px;box-shadow:0 18px 50px rgba(0,0,0,.28);opacity:0;pointer-events:none;transition:.3s}.compare-dock.show{transform:translate(-50%,0);opacity:1;pointer-events:auto}.compare-dock button{border:0;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.compare-open{background:#c7a979;color:#17130f}.compare-clear{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)!important}.compare-modal{position:fixed;inset:0;background:rgba(0,0,0,.64);z-index:1500;display:none;align-items:center;justify-content:center;padding:20px}.compare-modal.open{display:flex}.compare-dialog{width:min(960px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:22px;padding:28px;position:relative}.compare-close{position:absolute;right:18px;top:16px;border:0;background:#eee;width:40px;height:40px;border-radius:50%;cursor:pointer}.compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.compare-card{border:1px solid #e8e0d5;border-radius:16px;overflow:hidden}.compare-card img{width:100%;height:210px;object-fit:cover}.compare-card-body{padding:16px}.compare-card small{color:#8b765d}.compare-card h3{margin:7px 0 12px}.compare-card ul{list-style:none;padding:0;margin:0}.compare-card li{padding:8px 0;border-top:1px solid #eee;font-size:14px}.dark .compare-dialog{background:#1c1c1c;color:#fff}.dark .compare-card{border-color:#3a3a3a}.dark .compare-card li{border-color:#333}.dark .compare-btn{background:#242424;color:#fff;border-color:#444}@media(max-width:760px){.compare-grid{grid-template-columns:1fr}.compare-dock{bottom:78px;width:calc(100% - 24px);justify-content:space-between}.compare-dock span{font-size:13px}.compare-dialog{padding:22px 14px}.compare-card img{height:180px}}

.premium-services{padding:70px 20px;background:#f8f8f8;text-align:center}
.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:1200px;margin:30px auto}
.service-grid .card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:.3s}
.service-grid .card:hover{transform:translateY(-8px)}

.premium-footer-teaser{background:#222;color:#fff;padding:60px 20px;text-align:center}.premium-footer-teaser h2{margin-bottom:10px}

/* V19 kurumsal footer */
.footer-prelude{background:#1d2a24;color:#fff;padding:64px 0}.footer-prelude-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-prelude h2{font-size:clamp(32px,4vw,54px);margin:8px 0 12px}.footer-prelude p{color:#d8dfda}.footer-prelude-actions{display:flex;gap:12px;flex-wrap:wrap}.site-footer{background:#111814;color:#e8ece9}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:48px;padding:72px 20px 44px}.site-footer .footer-logo{max-width:145px;filter:brightness(0) invert(1)}.footer-brand p{color:#aeb9b2;line-height:1.8;max-width:360px}.footer-social{display:flex;gap:10px;margin-top:22px}.footer-social a{width:42px;height:42px;border:1px solid #34423a;border-radius:50%;display:grid;place-items:center;color:#fff;transition:.3s}.footer-social a:hover{background:#fff;color:#111814;transform:translateY(-3px)}.footer-column{display:flex;flex-direction:column;gap:13px}.footer-column h3{color:#fff;margin:0 0 10px;font-size:18px}.footer-column>a{color:#aeb9b2;text-decoration:none}.footer-column>a:hover{color:#fff;padding-left:4px}.footer-contact p{display:flex;gap:12px;color:#aeb9b2;line-height:1.6;margin:0}.footer-contact i{margin-top:5px;color:#d9b36c}.footer-contact a{color:#aeb9b2}.footer-map-row{padding:0 20px 34px}.footer-map-row>a{border:1px solid #2f3b34;border-radius:18px;padding:20px 24px;display:flex;align-items:center;gap:16px;color:#fff;text-decoration:none;background:#18211c}.footer-map-row>a>i:first-child{font-size:25px;color:#d9b36c}.footer-map-row span{display:flex;flex-direction:column;flex:1}.footer-map-row small{color:#9eaaa2;margin-top:4px}.footer-bottom{border-top:1px solid #28332d}.footer-bottom .container{display:flex;justify-content:space-between;gap:20px;padding:22px 20px;color:#87928b;font-size:14px}@media(max-width:900px){.footer-prelude-inner{align-items:flex-start;flex-direction:column}.footer-main{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-main{grid-template-columns:1fr;padding-top:52px}.footer-bottom .container{flex-direction:column}.footer-prelude{padding:50px 0}}

.design-consult{padding:70px 20px;background:#f7f4ef;text-align:center}.design-consult .btn{display:inline-block;padding:14px 28px;background:#1f6b45;color:#fff;border-radius:8px;text-decoration:none;margin-top:18px}.design-consult .btn:hover{opacity:.9}

/* V22 - Gerçek projeler ve sosyal güven */
.real-projects{padding:95px 0;background:#fff}.project-grid{display:grid;grid-template-columns:1.35fr 1fr;grid-template-rows:repeat(2,260px);gap:18px}.project-card{position:relative;overflow:hidden;border-radius:24px}.project-large{grid-row:1/3}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.project-card:hover img{transform:scale(1.06)}.project-overlay{position:absolute;inset:auto 0 0;padding:48px 28px 25px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.78))}.project-overlay span{font-size:12px;letter-spacing:.12em}.project-overlay h3{font-size:27px;margin:7px 0}.project-overlay a{color:#fff;font-weight:700}.customer-proof{padding:80px 0;background:#173d31;color:#fff}.proof-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:50px;align-items:center}.proof-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.proof-stats div{padding:25px;border:1px solid rgba(255,255,255,.16);border-radius:18px}.proof-stats strong{display:block;font-size:36px;color:#e0bd79}.proof-stats span{opacity:.75}.proof-quote{padding:38px;background:rgba(255,255,255,.08);border-radius:24px}.proof-quote .stars{color:#e0bd79;letter-spacing:.15em}.proof-quote blockquote{font-size:20px;line-height:1.7;margin:18px 0}.instagram-showcase{padding:90px 0;background:#f6f2eb}.instagram-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.instagram-head h2{font-size:38px;margin:5px 0}.instagram-head>a{font-weight:700;color:#173d31}.instagram-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.instagram-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;transition:.35s}.instagram-grid img:hover{transform:translateY(-6px)}.dark .real-projects{background:#151515}.dark .instagram-showcase{background:#1c1c1c}.dark .instagram-head>a{color:#fff}@media(max-width:800px){.project-grid{grid-template-columns:1fr;grid-template-rows:none}.project-card,.project-large{height:300px;grid-row:auto}.proof-grid{grid-template-columns:1fr}.instagram-grid{grid-template-columns:repeat(2,1fr)}.instagram-head{align-items:flex-start;flex-direction:column;gap:15px}.real-projects,.instagram-showcase{padding:65px 0}}
/* V24 - 100+ ürün katalog altyapısı */
.catalog-v24{padding:70px 0;background:#f8f7f4}.catalog-toolbar{display:flex;gap:14px;align-items:center;margin-bottom:28px}.catalog-search{flex:1;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e5e1d8;border-radius:14px;padding:0 16px}.catalog-search input{width:100%;border:0;outline:0;padding:16px 0;background:transparent}.catalog-toolbar select,.mobile-filter-btn{border:1px solid #e5e1d8;background:#fff;border-radius:14px;padding:14px 16px}.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:32px}.catalog-sidebar{background:#fff;border-radius:18px;padding:24px;height:max-content;position:sticky;top:100px}.filter-group{padding:18px 0;border-bottom:1px solid #eee}.filter-group h4{margin:0 0 12px}.filter-group label{display:block;margin:10px 0;cursor:pointer}.clear-filters{width:100%;margin-top:18px;padding:12px;border:0;border-radius:12px;background:#222;color:#fff}.catalog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.catalog-head h2{margin:0}.catalog-head p{margin:4px 0 0;color:#777}.view-switch{display:flex;gap:6px}.view-switch button{width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:10px}.view-switch button.active{background:#222;color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.catalog-grid[data-cols="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-card{background:#fff;border-radius:18px;overflow:hidden;transition:.3s;box-shadow:0 8px 30px rgba(0,0,0,.05)}.catalog-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(0,0,0,.1)}.catalog-card-image{display:block;position:relative;aspect-ratio:4/3;overflow:hidden}.catalog-card-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.catalog-card:hover img{transform:scale(1.05)}.catalog-badge{position:absolute;top:12px;left:12px;background:#222;color:#fff;padding:7px 10px;border-radius:999px;font-size:12px}.catalog-card-body{padding:17px}.catalog-card-body small{color:#8b7a5b}.catalog-card-body h3{font-size:17px;margin:7px 0 12px}.catalog-card-meta{font-size:12px;color:#666;margin-bottom:14px}.catalog-whatsapp{display:flex;justify-content:center;gap:8px;padding:11px;border-radius:10px;background:#25d366;color:#fff}.load-more-wrap{text-align:center;margin-top:34px}.load-more-btn{padding:14px 30px;border:0;border-radius:12px;background:#222;color:#fff}.catalog-empty{text-align:center;padding:70px 20px}.mobile-filter-btn,.sidebar-close{display:none}
@media(max-width:1100px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.catalog-layout{grid-template-columns:1fr}.catalog-grid,.catalog-grid[data-cols="3"]{grid-template-columns:repeat(2,1fr)}.mobile-filter-btn{display:block}.catalog-sidebar{position:fixed;inset:0 auto 0 0;width:300px;z-index:9999;border-radius:0;transform:translateX(-105%);transition:.3s;overflow:auto}.catalog-sidebar.open{transform:translateX(0)}.sidebar-close{display:block;float:right;border:0;background:none;font-size:22px}.view-switch{display:none}}@media(max-width:520px){.catalog-grid{grid-template-columns:1fr}.catalog-toolbar{flex-wrap:wrap}.catalog-search{flex-basis:100%}}

/* V25 - 100 ürün için sayfalama */
.catalog-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:36px 0 10px}.catalog-pagination button{width:42px;height:42px;border:1px solid #ddd;background:#fff;border-radius:10px;font-weight:600;cursor:pointer}.catalog-pagination button.active,.catalog-pagination button:hover{background:#1f5c45;color:#fff;border-color:#1f5c45}


/* V32 premium cards */
.product-card{position:relative;overflow:hidden;transition:.35s ease;border-radius:18px}
.product-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(0,0,0,.18)}
.product-card img{transition:transform .45s ease}
.product-card:hover img{transform:scale(1.06)}
.badge-premium{position:absolute;top:12px;left:12px;background:#1f2937;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}

/* V33 */
.catalog-search{position:relative}.search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e5e1d8;border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.14);display:none;z-index:50;overflow:hidden}.search-suggestions.show{display:block}.search-suggestions a{display:flex;gap:12px;align-items:center;padding:10px 14px;border-bottom:1px solid #eee}.search-suggestions img{width:58px;height:44px;object-fit:cover;border-radius:8px}.search-suggestions span{display:flex;flex-direction:column}.search-suggestions small{color:#777}.recent-products{margin-top:48px}.recent-products-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.recent-product-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.06)}.recent-product-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.recent-product-card span{display:block;padding:12px;font-weight:600;font-size:13px}@media(max-width:900px){.recent-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.recent-products-grid{grid-template-columns:repeat(2,1fr)}}

/* V34 */
.product-card{transition:transform .3s,box-shadow .3s;overflow:hidden}
.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.product-card img{transition:transform .4s}
.product-card:hover img{transform:scale(1.06)}
.quick-view-btn{display:inline-block;margin-top:10px;padding:8px 14px;border-radius:8px;background:#222;color:#fff;text-decoration:none}

/* V42 search */
.search-suggestions{position:absolute;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:260px;overflow:auto;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:9999}
.search-suggestions a{display:block;padding:10px 12px;text-decoration:none;color:#333}.search-suggestions a:hover{background:#f5f5f5}


/* V43 — ürün kartı ikinci görsel, gelişmiş hızlı inceleme */
.catalog-image-stack{position:relative;display:block;overflow:hidden}
.catalog-image-stack img{display:block;width:100%;transition:opacity .45s ease,transform .65s ease}
.catalog-image-secondary{position:absolute;inset:0;height:100%;object-fit:cover;opacity:0}
.catalog-card:hover .catalog-image-primary{opacity:0;transform:scale(1.04)}
.catalog-card:hover .catalog-image-secondary{opacity:1;transform:scale(1.04)}
.quick-view-favorite{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d8c7b5;background:#fff;color:#3b2f27;border-radius:8px;padding:12px 16px;cursor:pointer;font:inherit;font-weight:600}
.quick-view-favorite.active{background:#3b2f27;color:#fff;border-color:#3b2f27}
.modal-open{overflow:hidden}
.search-suggestions button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:0;background:#fff;text-align:left;cursor:pointer;color:#333}
.search-suggestions button:hover{background:#f5f5f5}
.search-suggestions button img{width:46px;height:46px;object-fit:cover;border-radius:6px}
.search-suggestions button span{display:flex;flex-direction:column}
.recent-product-card{border:0;background:#fff;cursor:pointer;text-align:left;font:inherit}
@media (hover:none){.catalog-image-secondary{display:none}.catalog-card:hover .catalog-image-primary{opacity:1;transform:none}}

/* V44 — erişilebilirlik ve hareket tercihleri */
.skip-link{position:fixed;left:16px;top:-80px;z-index:100000;background:#fff;color:#111;padding:12px 16px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.2);font-weight:600}.skip-link:focus{top:16px}.view-switch button:focus-visible,.catalog-toolbar button:focus-visible,.catalog-sidebar input:focus-visible+span,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid currentColor;outline-offset:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* V52 — Premium ürün detay sayfaları */
.product-detail{background:linear-gradient(180deg,#fbfaf8 0,#fff 36%);padding:32px 0 90px}.product-breadcrumb{font-size:13px;color:#86796d;margin-bottom:28px}.product-detail-grid{align-items:start;gap:54px}.gallery{min-width:0}.main-image-wrapper{position:relative;background:#f2efe9;border-radius:24px;overflow:hidden;box-shadow:0 20px 55px rgba(48,39,31,.10);cursor:zoom-in}.main-image-wrapper #main-image{width:100%;height:610px;object-fit:contain;display:block;transition:transform .45s ease}.main-image-wrapper:hover #main-image{transform:scale(1.015)}.gallery-actions{position:absolute;right:18px;top:18px;z-index:3}.gallery-action,.gallery-nav{border:1px solid rgba(40,34,29,.12);background:rgba(255,255,255,.9);backdrop-filter:blur(12px);box-shadow:0 8px 25px rgba(0,0,0,.12);display:grid;place-items:center;cursor:pointer;color:#2f2924}.gallery-action{width:46px;height:46px;border-radius:50%}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:58px;border-radius:14px;opacity:0;transition:.25s}.gallery-prev{left:16px}.gallery-next{right:16px}.main-image-wrapper:hover .gallery-nav{opacity:1}.thumbs{display:flex;gap:12px;overflow-x:auto;padding:16px 2px 8px;scrollbar-width:thin}.thumb-button{flex:0 0 92px;height:78px;border:2px solid transparent;border-radius:13px;overflow:hidden;background:#f3f0eb;padding:0;cursor:pointer;transition:.25s}.thumb-button.active{border-color:#244d3d;box-shadow:0 6px 18px rgba(36,77,61,.18)}.thumb-button img{width:100%;height:100%;object-fit:cover}.detail-info{position:sticky;top:104px;background:#fff;border:1px solid #ece7df;border-radius:24px;padding:34px;box-shadow:0 18px 55px rgba(48,39,31,.08)}.product-category{display:inline-flex;background:#eef5f1;color:#24513f;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.detail-info h1{font-size:38px;line-height:1.16;margin:17px 0 10px;color:#27221e}.product-description{font-size:16px;line-height:1.75;color:#70675f;border-bottom:1px solid #eee8e0;padding-bottom:22px}.product-topline{display:flex;gap:10px;margin:0 0 20px}.product-favorite-btn,.product-share-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #ded6cc;background:#fff;border-radius:11px;padding:10px 14px;cursor:pointer;font:inherit;font-size:13px;font-weight:600;color:#4b433c}.product-favorite-btn.active{background:#2d5041;color:#fff;border-color:#2d5041}.detail-section{padding:18px 0;border-bottom:1px solid #eee8e0}.detail-section h3{font-size:15px;margin:0 0 8px;color:#322b26}.detail-section p{margin:0;color:#756b63;line-height:1.7}.delivery-box{display:flex;gap:14px;align-items:flex-start}.delivery-box>i{width:42px;height:42px;border-radius:12px;background:#eef5f1;color:#275340;display:grid;place-items:center;flex:0 0 auto}.product-assurance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0}.assurance-item{display:flex;gap:10px;align-items:center;background:#f8f6f2;border:1px solid #eee7de;border-radius:13px;padding:12px}.assurance-item>i{color:#315b49;font-size:18px}.assurance-item strong,.assurance-item span{display:block}.assurance-item strong{font-size:12px;color:#37302b}.assurance-item span{font-size:10px;color:#847970;margin-top:2px}.product-whatsapp{width:100%;min-height:56px;border-radius:14px;font-size:16px;box-shadow:0 12px 30px rgba(37,211,102,.20)}.product-lightbox{position:fixed;inset:0;background:rgba(13,11,10,.94);z-index:100000;display:none;align-items:center;justify-content:center;padding:40px}.product-lightbox.open{display:flex}.product-lightbox img{max-width:min(1200px,88vw);max-height:86vh;object-fit:contain}.lightbox-close,.lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(10px);cursor:pointer;display:grid;place-items:center}.lightbox-close{right:24px;top:24px;width:48px;height:48px;border-radius:50%;font-size:24px}.lightbox-nav{top:50%;transform:translateY(-50%);width:54px;height:70px;border-radius:16px;font-size:20px}.lightbox-prev{left:24px}.lightbox-next{right:24px}.lightbox-counter{position:absolute;bottom:20px;color:#fff;background:rgba(0,0,0,.4);padding:8px 14px;border-radius:999px;font-size:13px}.dark .product-detail{background:#151515}.dark .detail-info{background:#1d1d1d;border-color:#303030}.dark .detail-info h1,.dark .detail-section h3{color:#fff}.dark .product-description,.dark .detail-section p{color:#bbb}.dark .detail-section{border-color:#303030}.dark .product-favorite-btn,.dark .product-share-btn{background:#242424;border-color:#3b3b3b;color:#fff}.dark .assurance-item{background:#242424;border-color:#333}.dark .assurance-item strong{color:#fff}
@media(max-width:991px){.product-detail-grid{grid-template-columns:1fr;gap:28px}.detail-info{position:static}.main-image-wrapper #main-image{height:520px}.gallery-nav{opacity:1}}
@media(max-width:600px){.product-detail{padding-top:18px}.main-image-wrapper{border-radius:16px}.main-image-wrapper #main-image{height:340px}.detail-info{padding:24px 19px;border-radius:18px}.detail-info h1{font-size:29px}.product-topline{flex-wrap:wrap}.product-favorite-btn,.product-share-btn{flex:1;justify-content:center}.product-assurance-grid{grid-template-columns:1fr 1fr}.thumb-button{flex-basis:78px;height:64px}.product-lightbox{padding:18px}.lightbox-nav{width:42px;height:58px}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{right:10px;top:10px}.gallery-nav{width:38px;height:50px}.gallery-prev{left:8px}.gallery-next{right:8px}}

/* =========================
   V53 PREMIUM ANA SAYFA
========================= */
.v53-hero{position:relative;min-height:760px;background:#171717;overflow:hidden;color:#fff}.v53-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .75s ease,visibility .75s}.v53-hero-slide.active{opacity:1;visibility:visible}.v53-hero-media,.v53-hero-media img,.v53-hero-shade{position:absolute;inset:0;width:100%;height:100%}.v53-hero-media img{object-fit:cover;transform:scale(1.035);transition:transform 7s ease}.v53-hero-slide.active .v53-hero-media img{transform:scale(1)}.v53-hero-shade{background:linear-gradient(90deg,rgba(8,8,8,.86) 0%,rgba(8,8,8,.58) 43%,rgba(8,8,8,.08) 75%),linear-gradient(0deg,rgba(0,0,0,.22),transparent 35%)}.v53-hero-inner{position:relative;z-index:2;min-height:760px;display:flex;align-items:center}.v53-hero-copy{max-width:690px;padding:110px 0 90px}.v53-kicker{display:inline-block;font-size:12px;letter-spacing:.22em;font-weight:700;margin-bottom:22px;color:#ead8ba}.v53-kicker.dark{color:#8b6f47}.v53-hero h1,.v53-hero h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,6vw,82px);font-weight:500;line-height:1.02;letter-spacing:-.035em;margin:0 0 24px}.v53-hero-copy>p{font-size:18px;line-height:1.8;color:rgba(255,255,255,.82);max-width:620px;margin:0 0 34px}.v53-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.v53-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:999px;font-weight:600;text-decoration:none;transition:.28s ease;border:1px solid transparent}.v53-btn-primary{background:#fff;color:#181818}.v53-btn-primary:hover{background:#ead8ba;transform:translateY(-2px)}.v53-btn-ghost{border-color:rgba(255,255,255,.5);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}.v53-btn-ghost:hover{background:#fff;color:#181818}.v53-btn-dark{background:#1c1c1c;color:#fff}.v53-btn-dark:hover{background:#8b6f47;transform:translateY(-2px)}.v53-btn-light{background:#fff;color:#1a1a1a}.v53-btn-whatsapp{background:#25d366;color:#fff}.v53-hero-points{display:flex;gap:28px;margin-top:34px;color:rgba(255,255,255,.78);font-size:13px}.v53-hero-points span{display:flex;gap:8px;align-items:center}.v53-hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.36);background:rgba(0,0,0,.25);color:#fff;cursor:pointer}.v53-hero-arrow.prev{left:24px}.v53-hero-arrow.next{right:24px}.v53-hero-dots{position:absolute;z-index:5;bottom:32px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.v53-hero-dots button{width:34px;height:3px;padding:0;border:0;background:rgba(255,255,255,.38);cursor:pointer;transition:.3s}.v53-hero-dots button.active{background:#fff;width:58px}.v53-service-strip{background:#f5f1eb;border-bottom:1px solid #e8e0d5}.v53-service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.v53-service-grid article{display:flex;align-items:center;gap:16px;padding:24px 20px;border-right:1px solid #e2d8ca}.v53-service-grid article:last-child{border-right:0}.v53-service-grid i{font-size:25px;color:#8b6f47}.v53-service-grid strong,.v53-service-grid span{display:block}.v53-service-grid strong{font-size:14px}.v53-service-grid span{font-size:12px;color:#777;margin-top:3px}.v53-categories,.v53-featured,.v53-signature,.v53-testimonials{padding:105px 0}.v53-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}.v53-section-head h2,.v53-signature-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,4vw,56px);font-weight:500;line-height:1.12;letter-spacing:-.025em;margin:0}.v53-section-head p{color:#777;margin:12px 0 0}.v53-section-head>a,.v53-text-link{color:#202020;font-weight:600;text-decoration:none}.v53-category-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-auto-rows:310px;gap:18px}.v53-category-card{position:relative;overflow:hidden;border-radius:24px;color:#fff;text-decoration:none}.v53-category-card.wide{grid-row:span 2}.v53-category-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.v53-category-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 64%)}.v53-category-card:hover img{transform:scale(1.06)}.v53-category-card>div{position:absolute;z-index:2;left:28px;right:28px;bottom:25px}.v53-category-card span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.75)}.v53-category-card h3{font-family:Georgia,serif;font-size:30px;font-weight:500;margin:5px 0}.v53-category-card b{font-size:13px}.v53-featured{background:#f8f7f5}.v53-tabs{display:flex;gap:8px;flex-wrap:wrap}.v53-tabs button{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 16px;cursor:pointer}.v53-tabs button.active{background:#1f1f1f;color:#fff;border-color:#1f1f1f}.v53-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.v53-product-card{background:#fff;border-radius:20px;overflow:hidden;transition:.35s ease;box-shadow:0 8px 28px rgba(0,0,0,.055)}.v53-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 44px rgba(0,0,0,.11)}.v53-product-media{position:relative;height:320px;overflow:hidden;background:#eee}.v53-product-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .45s,transform .6s}.v53-product-media .secondary{opacity:0}.v53-product-card:hover .primary{opacity:0}.v53-product-card:hover .secondary{opacity:1;transform:scale(1.04)}.v53-product-badge{position:absolute;top:15px;left:15px;background:#fff;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:700;z-index:3}.v53-product-fav{position:absolute;top:14px;right:14px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:#fff;cursor:pointer}.v53-product-fav.active{color:#b82727}.v53-product-body{padding:20px}.v53-product-body small{font-size:11px;letter-spacing:.1em;color:#8b6f47}.v53-product-body h3{font-size:18px;margin:8px 0 16px}.v53-product-body h3 a{color:#1d1d1d;text-decoration:none}.v53-product-actions{display:flex;gap:8px}.v53-product-actions a{flex:1;text-align:center;padding:10px 12px;border-radius:10px;text-decoration:none;font-size:13px;font-weight:600}.v53-product-actions a:first-child{background:#1f1f1f;color:#fff}.v53-product-actions a:last-child{border:1px solid #ddd;color:#333}.v53-centered{text-align:center;margin-top:38px}.v53-signature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.v53-signature-media{position:relative}.v53-signature-media img{width:100%;height:610px;object-fit:cover;border-radius:30px}.v53-signature-badge{position:absolute;right:-25px;bottom:35px;width:135px;height:135px;border-radius:50%;background:#8b6f47;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 18px 40px rgba(0,0,0,.16)}.v53-signature-badge strong{font-size:34px}.v53-signature-copy p{font-size:17px;line-height:1.8;color:#6c6c6c;margin:24px 0}.v53-signature-copy ul{list-style:none;padding:0;margin:0 0 30px;display:grid;gap:13px}.v53-signature-copy li i{color:#8b6f47;margin-right:10px}.v53-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.v53-review-grid article{padding:32px;background:#f7f4ef;border-radius:22px}.v53-review-grid article.featured{background:#242424;color:#fff;transform:translateY(-12px)}.v53-review-grid p{font-size:16px;line-height:1.75}.v53-review-grid strong,.v53-review-grid span{display:block}.v53-review-grid span{font-size:12px;opacity:.65;margin-top:4px}.v53-stars{color:#c49a57;letter-spacing:.12em}.v53-final-cta{padding:90px 0;background:#191919;color:#fff}.v53-final-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.v53-final-inner h2{font-family:Georgia,serif;font-size:clamp(38px,4vw,58px);font-weight:500;margin:0 0 12px}.v53-final-inner p{color:rgba(255,255,255,.68)}.v53-final-actions{display:flex;gap:12px;flex-wrap:wrap}.dark .v53-featured,.dark .v53-service-strip{background:#191919}.dark .v53-service-grid article{border-color:#333}.dark .v53-product-card,.dark .v53-tabs button{background:#252525;color:#fff;border-color:#383838}.dark .v53-product-body h3 a,.dark .v53-section-head>a,.dark .v53-text-link{color:#fff}.dark .v53-review-grid article{background:#252525}.dark .v53-kicker.dark{color:#d6b783}@media(max-width:1000px){.v53-service-grid{grid-template-columns:repeat(2,1fr)}.v53-category-grid{grid-template-columns:1fr 1fr}.v53-category-card.wide{grid-row:span 1;grid-column:span 2}.v53-product-grid{grid-template-columns:repeat(2,1fr)}.v53-signature-grid{grid-template-columns:1fr;gap:45px}.v53-final-inner{align-items:flex-start;flex-direction:column}}@media(max-width:650px){.v53-hero,.v53-hero-inner{min-height:680px}.v53-hero-copy{padding:95px 0 80px}.v53-hero h1,.v53-hero h2{font-size:44px}.v53-hero-shade{background:linear-gradient(90deg,rgba(8,8,8,.84),rgba(8,8,8,.38)),linear-gradient(0deg,rgba(0,0,0,.4),transparent)}.v53-hero-arrow{display:none}.v53-hero-points{flex-direction:column;gap:10px}.v53-service-grid{grid-template-columns:1fr}.v53-service-grid article{border-right:0;border-bottom:1px solid #e2d8ca}.v53-categories,.v53-featured,.v53-signature,.v53-testimonials{padding:72px 0}.v53-section-head{align-items:flex-start;flex-direction:column}.v53-category-grid{grid-template-columns:1fr;grid-auto-rows:260px}.v53-category-card.wide{grid-column:span 1}.v53-product-grid{grid-template-columns:1fr}.v53-product-media{height:350px}.v53-signature-media img{height:430px}.v53-signature-badge{right:12px}.v53-review-grid{grid-template-columns:1fr}.v53-review-grid article.featured{transform:none}.v53-final-actions{width:100%}.v53-final-actions .v53-btn{width:100%}}

/* =========================
   V54 AKILLI KATALOG
========================= */
.catalog-sidebar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:22px}.catalog-sidebar-head span{display:block;font-size:10px;letter-spacing:.18em;color:#8b6f47;font-weight:700}.catalog-sidebar-head h3{margin:4px 0 0;font-size:25px}.clear-filters.compact{width:auto;padding:7px 10px;margin:0;font-size:11px}.filter-group label{display:flex;align-items:center;gap:9px;position:relative}.filter-group label span:not(.color-dot){flex:1}.filter-group label b{font-size:10px;color:#999;font-weight:500}.filter-scroll{max-height:210px;overflow:auto;padding-right:5px}.filter-scroll::-webkit-scrollbar{width:5px}.filter-scroll::-webkit-scrollbar-thumb{background:#d3cabd;border-radius:10px}.color-dot{width:14px;height:14px;border-radius:50%;border:1px solid #cfcfcf;background:#b49a7c;flex:0 0 14px}.color-dot[data-color*="krem"],.color-dot[data-color*="beyaz"]{background:#eee8dc}.color-dot[data-color*="ceviz"],.color-dot[data-color*="ahsap"]{background:#8a5c3b}.color-dot[data-color*="gri"],.color-dot[data-color*="antrasit"]{background:#707070}.color-dot[data-color*="gold"],.color-dot[data-color*="bronz"],.color-dot[data-color*="gumus"]{background:linear-gradient(135deg,#d4b36c,#8c8c8c)}.catalog-card-tools{position:absolute;right:14px;top:14px;z-index:4;display:flex;flex-direction:column;gap:8px}.catalog-card-tools .catalog-favorite,.catalog-card-tools .catalog-compare{position:static;width:39px;height:39px;border:0;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 5px 15px rgba(0,0,0,.1);cursor:pointer}.catalog-card-tools button.active{background:#1f1f1f;color:#fff}.catalog-card-tools .catalog-favorite.active{background:#fff;color:#b12626}.compare-bar{position:fixed;left:0;right:0;bottom:0;z-index:9990;background:rgba(25,25,25,.97);color:#fff;box-shadow:0 -12px 35px rgba(0,0,0,.18);backdrop-filter:blur(15px)}.compare-bar[hidden]{display:none}.compare-bar-inner{min-height:82px;display:flex;align-items:center;gap:22px}.compare-bar-inner>div:first-child{min-width:155px}.compare-bar-inner strong,.compare-bar-inner span{display:block}.compare-bar-inner span{font-size:12px;color:rgba(255,255,255,.65);margin-top:3px}.compare-mini-list{display:flex;gap:10px;flex:1;overflow:hidden}.compare-mini-list>span{position:relative;display:flex!important;align-items:center;gap:9px;min-width:0;max-width:210px;background:rgba(255,255,255,.08);padding:7px 30px 7px 7px;border-radius:10px}.compare-mini-list img{width:45px;height:45px;object-fit:cover;border-radius:7px}.compare-mini-list b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-mini-list button{position:absolute;right:7px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#fff;font-size:18px;cursor:pointer}.compare-bar-actions{display:flex;gap:8px}.compare-bar-actions button{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:11px 17px;background:transparent;color:#fff;cursor:pointer}.compare-bar-actions .compare-open{background:#fff;color:#1d1d1d;border-color:#fff;font-weight:700}.compare-bar-actions .compare-open:disabled{opacity:.45;cursor:not-allowed}.compare-modal{position:fixed;inset:0;z-index:10020;background:rgba(0,0,0,.72);display:flex;align-items:center;justify-content:center;padding:25px;opacity:0;visibility:hidden;transition:.25s}.compare-modal.open{opacity:1;visibility:visible}.compare-dialog{position:relative;width:min(1180px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:42px}.compare-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:#eee;cursor:pointer}.compare-title span{font-size:10px;letter-spacing:.18em;color:#8b6f47;font-weight:700}.compare-title h2{font-family:Georgia,serif;font-size:38px;font-weight:500;margin:5px 0 8px}.compare-title p{color:#777}.compare-table-wrap{overflow:auto;margin-top:28px}.compare-table-wrap table{width:100%;border-collapse:collapse;min-width:720px}.compare-table-wrap th,.compare-table-wrap td{border:1px solid #e7e3dd;padding:16px;text-align:center}.compare-table-wrap tbody th{background:#f7f5f1;text-align:left;white-space:nowrap}.compare-table-wrap thead th:first-child{width:130px}.compare-table-wrap thead img{width:170px;height:125px;object-fit:cover;border-radius:12px;display:block;margin:0 auto 10px}.compare-table-wrap thead a{color:#1d1d1d;text-decoration:none}.compare-whatsapp{display:inline-block;padding:9px 13px;border-radius:999px;background:#25d366;color:#fff;text-decoration:none}.dark .compare-dialog{background:#222;color:#fff}.dark .compare-table-wrap th,.dark .compare-table-wrap td{border-color:#3b3b3b}.dark .compare-table-wrap tbody th{background:#2c2c2c}.dark .compare-table-wrap thead a{color:#fff}@media(max-width:780px){.compare-bar-inner{padding:10px 0;min-height:70px}.compare-mini-list{display:none}.compare-bar-inner>div:first-child{flex:1}.compare-dialog{padding:30px 16px}.compare-title h2{font-size:30px}.catalog-card-tools{right:10px;top:10px}.filter-scroll{max-height:none}}


/* ==================================================
   V56 — ÜRÜN KARTI / HIZLI İNCELE KESİN DÜZELTME
   Görsel yakınlaştırma kaldırıldı; buton sabit katmanda.
================================================== */
.catalog-card,
.catalog-card-image,
.catalog-image-stack {
    position: relative;
}

.catalog-card-image {
    overflow: hidden;
    isolation: isolate;
    background: #f3f1ed;
}

.catalog-image-stack {
    width: 100%;
    height: 100%;
}

.catalog-card-image img,
.catalog-image-stack img,
.catalog-image-primary,
.catalog-image-secondary {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
    transition: opacity .28s ease !important;
    backface-visibility: hidden;
}

/* İkinci görsel geçişi yalnızca fade; yakınlaşma yok */
.catalog-image-primary { opacity: 1; }
.catalog-image-secondary {
    position: absolute;
    inset: 0;
    opacity: 0;
}
.catalog-card:hover .catalog-image-primary { opacity: 0; transform: none !important; }
.catalog-card:hover .catalog-image-secondary { opacity: 1; transform: none !important; }
.catalog-card:hover img { transform: none !important; }

/* Hızlı İncele fotoğrafı kapatmadan alt orta kısımda */
.catalog-quick {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 25;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(24,24,24,.88);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,.20);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease, background .2s ease;
}
.catalog-card:hover .catalog-quick,
.catalog-card:focus-within .catalog-quick {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}
.catalog-quick:hover,
.catalog-quick:focus-visible {
    background: #295941;
}

/* Eski kart kuralları fotoğrafı büyütmesin */
.product-card:hover .product-image img,
.product-card:hover img {
    transform: scale(1.015) !important;
}
.product-card .product-image::after {
    display: none !important;
}

/* Araç ikonları ve rozet her zaman üstte */
.catalog-card-tools { z-index: 35 !important; }
.catalog-badge { z-index: 20 !important; }

/* Dokunmatik cihazlarda buton sürekli erişilebilir */
@media (hover: none), (max-width: 768px) {
    .catalog-card:hover .catalog-image-primary { opacity: 1; }
    .catalog-card:hover .catalog-image-secondary { opacity: 0; }
    .catalog-image-secondary { display: none; }
    .catalog-quick {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(-50%, 0);
        bottom: 9px;
        min-height: 36px;
        padding: 8px 13px;
        font-size: 11px;
    }
}

.dark .catalog-quick,
body.dark-mode .catalog-quick {
    background: rgba(255,255,255,.92);
    color: #191919;
    border-color: rgba(255,255,255,.92);
}


/* ==================================================
   V57 — MOBİL DENEYİM VE GENEL SON RÖTUŞLAR
================================================== */

/* Header kaydırmada daha kompakt */
.header {
    transition: min-height .25s ease, box-shadow .25s ease, background .25s ease;
}
.header.is-scrolled {
    background: rgba(255,255,255,.96);
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.header.is-scrolled .header-container {
    min-height: 72px;
}
.header.is-scrolled .logo img {
    max-height: 50px;
}

/* Aktif menü */
.navbar a {
    position: relative;
}
.navbar a.active {
    color: #8b6f47;
    font-weight: 600;
}
.navbar a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 2px;
    border-radius: 99px;
    background: #8b6f47;
}

/* Mobil menü açıldığında sayfa kaymasın */
body.menu-open {
    overflow: hidden;
}

/* Görsel yüklenme/fallback görünümü */
img {
    background-color: #f2efe9;
}
img.image-error {
    object-fit: contain !important;
    padding: 24px;
    opacity: .78;
}

/* Mobil sabit iletişim çubuğu */
.mobile-contact-bar {
    display: none;
}
@media (max-width: 768px) {
    body {
        padding-bottom: 74px;
    }
    .mobile-contact-bar {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 10040;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.4);
        border-radius: 16px;
        background: rgba(26,26,26,.94);
        box-shadow: 0 14px 35px rgba(0,0,0,.25);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }
    .mobile-contact-bar a {
        display: flex;
        min-height: 56px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        border-right: 1px solid rgba(255,255,255,.13);
    }
    .mobile-contact-bar a:last-child {
        border-right: 0;
    }
    .mobile-contact-bar a.whatsapp {
        background: #26784d;
    }
    .mobile-contact-bar i {
        font-size: 17px;
    }

    /* Mevcut floating buton mobil alt bar ile çakışmasın */
    .floating-whatsapp {
        display: none !important;
    }

    /* Mobil navbar */
    .navbar {
        max-height: calc(100vh - 76px);
        overflow-y: auto;
    }
    .navbar a.active::after {
        display: none;
    }
    .navbar a.active {
        padding-left: 10px;
        border-left: 3px solid #8b6f47;
    }
}

/* Karanlık tema */
.dark .header.is-scrolled,
body.dark-mode .header.is-scrolled {
    background: rgba(25,25,25,.96);
}
.dark .mobile-contact-bar,
body.dark-mode .mobile-contact-bar {
    background: rgba(12,12,12,.96);
}


/* ==================================================
   V59 — KURUMSAL SAYFALAR VE ÇEREZ BİLDİRİMİ
================================================== */
.legal-page {
    padding: 70px 0 100px;
    background: #f8f6f1;
}
.legal-content {
    max-width: 920px;
    background: #fff;
    border-radius: 22px;
    padding: 44px;
    box-shadow: 0 20px 50px rgba(0,0,0,.07);
}
.legal-content h2 {
    margin: 0 0 24px;
    font-size: 34px;
}
.legal-content h3 {
    margin-top: 28px;
    font-size: 21px;
}
.legal-content p {
    line-height: 1.8;
    color: #555;
}
.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 11000;
    display: none;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(28,28,28,.97);
    color: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,.3);
    backdrop-filter: blur(14px);
}
.cookie-banner.show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.cookie-banner p {
    margin: 0;
    line-height: 1.55;
    font-size: 14px;
}
.cookie-banner a {
    color: #e9c997;
}
.cookie-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.cookie-actions button {
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    cursor: pointer;
    font-weight: 600;
}
.cookie-accept {
    background: #b89564;
    color: #fff;
}
.cookie-close {
    background: #fff;
    color: #222;
}
@media (max-width: 700px) {
    .legal-content {
        padding: 28px 20px;
    }
    .cookie-banner.show {
        bottom: 86px;
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-actions {
        width: 100%;
    }
    .cookie-actions button {
        flex: 1;
    }
}


/* ==================================================
   V61 — TASARIM SON RÖTUŞLARI
================================================== */
:root{
  --luna-radius:18px;
  --luna-shadow:0 12px 34px rgba(24,24,24,.09);
  --luna-shadow-hover:0 18px 44px rgba(24,24,24,.14);
  --luna-accent:#8b6f47;
}

/* Ürün kartlarında eşit yükseklik ve hizalama */
.product-grid{align-items:stretch;}
.product-card,.catalog-card{
  height:100%;
  display:flex;
  flex-direction:column;
  border-radius:var(--luna-radius);
  overflow:hidden;
  box-shadow:var(--luna-shadow);
  transition:transform .22s ease,box-shadow .22s ease;
}
.product-card:hover,.catalog-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--luna-shadow-hover);
}
.product-image,.product-image-wrap,.catalog-image{
  aspect-ratio:4/3;
  height:auto !important;
  min-height:0;
  background:#f4f1eb;
}
.product-image img,.product-image-wrap img,.catalog-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none !important;
}
.product-card:hover img,.catalog-card:hover img{transform:none !important;}
.product-info,.catalog-info{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:20px;
}
.product-info h3,.catalog-info h3{
  min-height:2.7em;
  margin:8px 0 10px;
  line-height:1.35;
}
.product-info .price-btn,.catalog-info .price-btn,
.product-info .product-actions,.catalog-info .product-actions{
  margin-top:auto;
}

/* Butonlarda ortak görünüm */
.btn-primary,.btn-whatsapp,.price-btn,.header-whatsapp,
.quick-view-btn,.quick-view,[data-quick-view]{
  min-height:44px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:600;
  text-decoration:none;
}

/* Bölümler arası daha dengeli boşluk */
section{scroll-margin-top:96px;}
.section-title{margin-bottom:34px;}
.section-title h2{line-height:1.15;}

/* Footer bağlantılarında okunabilirlik */
.footer a{transition:opacity .2s ease,color .2s ease;}
.footer a:hover{opacity:.82;}

/* Klavye erişilebilirliği */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{
  outline:3px solid rgba(139,111,71,.42);
  outline-offset:3px;
}

@media(max-width:768px){
  .product-info,.catalog-info{padding:16px;}
  .product-info h3,.catalog-info h3{min-height:auto;}
  .section-title{margin-bottom:24px;}
}


/* ==================================================
   V62 — FINAL STABILITE
================================================== */
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.product-card,
.catalog-card {
    min-width: 0;
}

.product-card img,
.catalog-card img {
    max-width: 100%;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 480px) {
    .product-grid,
    .category-grid {
        gap: 18px;
    }

    .product-info h3 {
        font-size: 18px;
        line-height: 1.35;
    }
}


/* ==================================================
   V64 — BENZER ÜRÜNLER VE KATEGORİ GEÇİŞLERİ
================================================== */
.related-products-v64 {
    padding: 80px 0 100px;
    background: #f7f4ee;
}
.related-products-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}
.related-products-head span {
    display: block;
    margin-bottom: 7px;
    color: #9b7a4d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}
.related-products-head h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 43px);
}
.related-products-head p {
    margin: 8px 0 0;
    color: #666;
}
.related-products-head > a {
    color: #2d2d2d;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}
.related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.related-product-card {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0,0,0,.07);
}
.related-product-image {
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden;
    background: #ece8e0;
}
.related-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .25s ease;
}
.related-product-image:hover img {
    opacity: .88;
}
.related-product-image span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #222;
    font-size: 13px;
    font-weight: 600;
}
.related-product-info {
    padding: 20px;
}
.related-product-info small {
    color: #8b6f47;
    text-transform: capitalize;
}
.related-product-info h3 {
    min-height: 52px;
    margin: 7px 0 16px;
    font-size: 18px;
}
.related-product-info h3 a {
    color: inherit;
    text-decoration: none;
}
.related-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-product-actions > a:first-child {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.related-whatsapp {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #24764d;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1000px) {
    .related-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .related-products-v64 {
        padding: 60px 0 90px;
    }
    .related-products-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .related-products-grid {
        grid-template-columns: 1fr;
    }
    .related-product-image {
        height: 270px;
    }
}


/* ==================================================
   V65 — ÜRÜN MOBİL SATIŞ ÇUBUĞU
================================================== */
.product-mobile-actions-v65 {
    display: none;
}

@media (max-width: 768px) {
    body:has(.product-mobile-actions-v65) {
        padding-bottom: 82px;
    }

    body:has(.product-mobile-actions-v65) .mobile-contact-bar {
        display: none !important;
    }

    .product-mobile-actions-v65 {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 12000;
        display: grid;
        grid-template-columns: .8fr 1.35fr 1fr;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 17px;
        background: rgba(25,25,25,.96);
        box-shadow: 0 18px 44px rgba(0,0,0,.28);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .product-mobile-actions-v65 a {
        display: flex;
        min-height: 58px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 8px 5px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 11px;
        font-weight: 700;
        border-right: 1px solid rgba(255,255,255,.14);
    }

    .product-mobile-actions-v65 a:last-child {
        border-right: 0;
    }

    .product-mobile-actions-v65 a.primary {
        background: #24764d;
    }

    .product-mobile-actions-v65 i {
        font-size: 17px;
    }

    .product-mobile-actions-v65 span {
        line-height: 1.15;
    }
}

@media (max-width: 380px) {
    .product-mobile-actions-v65 {
        left: 6px;
        right: 6px;
        bottom: 6px;
    }

    .product-mobile-actions-v65 a {
        font-size: 10px;
    }
}


/* ==================================================
   V66 — PREMIUM DENEYİM
================================================== */
.v66-smart-section {
    padding: 88px 0;
    background: #fff;
}
.v66-recent-section {
    background: #f6f2eb;
}
.v66-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}
.v66-kicker {
    display: block;
    margin-bottom: 9px;
    color: #967344;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}
.v66-section-head h2 {
    margin: 0;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.1;
}
.v66-section-head p {
    margin: 10px 0 0;
    color: #6a6a6a;
}
.v66-section-head > a,
.v66-section-head > button {
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: #262626;
    cursor: pointer;
    font: inherit;
    font-weight: 650;
    text-decoration: none;
}
.v66-product-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 22px;
}
.v66-premium-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(0,0,0,.065);
    transition: transform .22s ease, box-shadow .22s ease;
}
.v66-premium-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0,0,0,.11);
}
.v66-premium-media {
    position: relative;
    display: block;
    height: 255px;
    overflow: hidden;
    background: #ece8e1;
}
.v66-premium-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
    transition: opacity .25s ease !important;
}
.v66-premium-media:hover img {
    transform: none !important;
    opacity: .94;
}
.v66-premium-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #292929;
    font-size: 11px;
    font-weight: 750;
    box-shadow: 0 7px 20px rgba(0,0,0,.12);
}
.v66-premium-view {
    position: absolute;
    right: 13px;
    bottom: 13px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(28,28,28,.88);
    color: #fff;
    font-size: 12px;
    font-weight: 650;
}
.v66-premium-body {
    padding: 20px;
}
.v66-premium-body small {
    color: #967344;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}
.v66-premium-body h3 {
    min-height: 52px;
    margin: 7px 0 16px;
    font-size: 18px;
    line-height: 1.35;
}
.v66-premium-body h3 a {
    color: inherit;
    text-decoration: none;
}
.v66-premium-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.v66-premium-actions > a:first-child {
    color: #242424;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}
.v66-premium-actions .whatsapp {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #28784f;
    color: #fff;
    text-decoration: none;
}
.v66-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}
.v66-reveal.v66-visible {
    opacity: 1;
    transform: none;
}

/* Mevcut katalog kartlarında görsel zoom kesinlikle yok. */
.catalog-card-image img,
.v53-product-media img,
.product-card img {
    transform: none !important;
}
.catalog-card-image:hover img,
.v53-product-media:hover img,
.product-card:hover img {
    transform: none !important;
}

@media (max-width: 1050px) {
    .v66-product-row {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}
@media (max-width: 620px) {
    .v66-smart-section {
        padding: 64px 0;
    }
    .v66-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .v66-product-row {
        grid-template-columns: 1fr;
    }
    .v66-premium-media {
        height: 285px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .v66-reveal,
    .v66-premium-card {
        opacity: 1;
        transform: none;
        transition: none;
    }
}


/* ==================================================
   V67 — PREMIUM ÜRÜN GALERİSİ
================================================== */
.main-image-wrapper {
    isolation: isolate;
}

.gallery-counter-v67 {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 12;
    min-width: 58px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(20,20,20,.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.gallery-loader-v67 {
    position: absolute;
    inset: 0;
    z-index: 9;
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    background: rgba(245,242,236,.35);
    color: #80633e;
    font-size: 26px;
    transition: opacity .18s ease;
}

.gallery-loading-v67 .gallery-loader-v67 {
    opacity: 1;
}

#main-image {
    transform: none !important;
    transition: opacity .22s ease !important;
}

#main-image.gallery-fade-v67 {
    opacity: .18;
    transform: none !important;
}

.gallery-swipe-hint-v67 {
    display: none;
}

.thumbs {
    scrollbar-width: thin;
    scrollbar-color: #a98a5e transparent;
    scroll-snap-type: x proximity;
}

.thumb-button {
    scroll-snap-align: start;
    flex: 0 0 auto;
}

.thumb-button:focus-visible {
    outline: 3px solid #a98a5e;
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .gallery-swipe-hint-v67 {
        position: absolute;
        left: 50%;
        bottom: 14px;
        z-index: 13;
        display: flex;
        align-items: center;
        gap: 7px;
        transform: translateX(-50%);
        padding: 9px 13px;
        border-radius: 999px;
        background: rgba(255,255,255,.91);
        color: #353535;
        font-size: 11px;
        font-weight: 700;
        box-shadow: 0 8px 22px rgba(0,0,0,.15);
        transition: opacity .25s ease, visibility .25s ease;
    }

    .gallery-swipe-hint-v67.hidden-v67 {
        opacity: 0;
        visibility: hidden;
    }

    .gallery-counter-v67 {
        left: 12px;
        top: 12px;
        bottom: auto;
    }

    .main-image-wrapper {
        touch-action: pan-y;
    }

    .thumbs {
        padding-bottom: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #main-image,
    .gallery-loader-v67,
    .gallery-swipe-hint-v67 {
        transition: none !important;
    }
}


/* V69 — Merkezi ayarlar ve duyuru çubuğu */
.v69-announcement{position:relative;z-index:10050;background:#1f1f1f;color:#fff}
.v69-announcement-inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px}
.v69-announcement-inner span{display:inline-flex;align-items:center;gap:8px}
.v69-announcement-inner span i{color:#d8b37a}
.v69-announcement-inner a{color:#fff;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5)}
.v69-announcement-inner button{position:absolute;right:16px;width:32px;height:32px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer}
.v69-announcement-inner button:hover{background:rgba(255,255,255,.1)}
@media(max-width:700px){
.v69-announcement-inner{justify-content:flex-start;padding-right:48px;gap:10px;min-height:50px;font-size:11px}
.v69-announcement-inner a{white-space:nowrap}
}


/* ==================================================
   V70 — KURUMSAL İLETİŞİM VE FOOTER
================================================== */
.contact-info-v70 {
    padding: 80px 0 100px;
    background: #f7f4ee;
}
.contact-v70-head {
    max-width: 720px;
    margin-bottom: 32px;
}
.contact-v70-head > span {
    color: #967344;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}
.contact-v70-head h2 {
    margin: 10px 0;
    font-size: clamp(32px, 4vw, 46px);
}
.contact-v70-head p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}
.contact-v70-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 20px;
}
.contact-v70-card {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    padding: 26px;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 20px;
    background: #fff;
    color: #292929;
    text-decoration: none;
    box-shadow: 0 14px 38px rgba(0,0,0,.06);
    transition: transform .22s ease, box-shadow .22s ease;
}
.contact-v70-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0,0,0,.11);
}
.contact-v70-card i {
    margin-bottom: 8px;
    color: #967344;
    font-size: 28px;
}
.contact-v70-card strong {
    font-size: 18px;
}
.contact-v70-card span,
.contact-v70-card small {
    color: #666;
    line-height: 1.55;
}
.contact-v70-card.whatsapp {
    background: #28784f;
    color: #fff;
}
.contact-v70-card.whatsapp i,
.contact-v70-card.whatsapp span {
    color: #fff;
}
.footer-instagram-v70 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: inherit;
    text-decoration: none;
}
@media (max-width: 1000px) {
    .contact-v70-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}
@media (max-width: 600px) {
    .contact-info-v70 {
        padding: 60px 0 90px;
    }
    .contact-v70-grid {
        grid-template-columns: 1fr;
    }
    .contact-v70-card {
        min-height: 160px;
    }
}


/* ==================================================
   V71 — TEKLİF FORMU VE SSS
================================================== */
.quote-section-v71 {
    padding: 90px 0;
    background: #fff;
}
.quote-layout-v71 {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 56px;
    align-items: start;
}
.quote-kicker-v71,
.faq-head-v71 > span {
    color: #967344;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}
.quote-copy-v71 h2,
.faq-head-v71 h2 {
    margin: 10px 0 16px;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.1;
}
.quote-copy-v71 p {
    color: #666;
    line-height: 1.75;
}
.quote-copy-v71 ul {
    display: grid;
    gap: 13px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}
.quote-copy-v71 li {
    display: flex;
    align-items: center;
    gap: 11px;
}
.quote-copy-v71 li i {
    color: #28784f;
}
.quote-form-v71 {
    padding: 30px;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 22px;
    background: #f8f5ef;
    box-shadow: 0 18px 48px rgba(0,0,0,.07);
}
.quote-grid-v71 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
}
.quote-form-v71 label > span {
    display: block;
    margin-bottom: 8px;
    color: #353535;
    font-size: 13px;
    font-weight: 700;
}
.quote-form-v71 input,
.quote-form-v71 textarea {
    width: 100%;
    border: 1px solid #d9d3c8;
    border-radius: 12px;
    background: #fff;
    padding: 13px 14px;
    color: #222;
    font: inherit;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.quote-form-v71 input:focus,
.quote-form-v71 textarea:focus {
    border-color: #967344;
    box-shadow: 0 0 0 3px rgba(150,115,68,.12);
}
.quote-form-v71 .invalid-v71 {
    border-color: #b54141;
}
.field-error-v71,
.form-status-v71 {
    display: block;
    min-height: 18px;
    margin-top: 5px;
    color: #a13333;
    font-size: 11px;
}
.quote-message-v71 {
    display: block;
    margin-top: 18px;
}
.quote-form-v71 textarea {
    resize: vertical;
    min-height: 110px;
}
.quote-consent-v71 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
}
.quote-consent-v71 input {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    flex: 0 0 auto;
}
.quote-consent-v71 > span {
    margin: 0 !important;
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.55;
}
.quote-consent-v71 a {
    color: #71542f;
}
.quote-submit-v71 {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    border: 0;
    border-radius: 13px;
    background: #28784f;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 750;
}
.quote-submit-v71:hover {
    background: #216640;
}
.faq-section-v71 {
    padding: 85px 0 110px;
    background: #f7f4ee;
}
.faq-head-v71 {
    margin-bottom: 28px;
}
.faq-list-v71 {
    display: grid;
    gap: 12px;
}
.faq-list-v71 details {
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 15px;
    background: #fff;
    padding: 0 20px;
}
.faq-list-v71 summary {
    position: relative;
    padding: 20px 34px 20px 0;
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}
.faq-list-v71 summary::-webkit-details-marker {
    display: none;
}
.faq-list-v71 summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
}
.faq-list-v71 details[open] summary::after {
    content: "−";
}
.faq-list-v71 details p {
    margin: 0;
    padding: 0 0 22px;
    color: #666;
    line-height: 1.7;
}
@media (max-width: 850px) {
    .quote-layout-v71 {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}
@media (max-width: 580px) {
    .quote-section-v71,
    .faq-section-v71 {
        padding: 60px 0 90px;
    }
    .quote-form-v71 {
        padding: 22px 16px;
    }
    .quote-grid-v71 {
        grid-template-columns: 1fr;
    }
}


/* ==================================================
   V75 — KURUMSAL BİLGİ SAYFALARI
================================================== */
.info-hero-v75{padding:110px 0 75px;background:linear-gradient(135deg,#f7f3ed,#fff);border-bottom:1px solid #ebe2d6}.info-hero-v75 span{display:block;margin-bottom:12px;color:#9a713d;font-size:12px;font-weight:800;letter-spacing:.18em}.info-hero-v75 h1{max-width:850px;margin:0 0 18px;font-size:clamp(40px,6vw,72px);line-height:1.04;color:#202020}.info-hero-v75 p{max-width:760px;margin:0;color:#686868;font-size:18px;line-height:1.75}.info-page-v75{padding:80px 0 100px;background:#fff}.info-grid-v75{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.info-card-v75{display:flex;gap:20px;padding:30px;border:1px solid #e9e1d5;border-radius:20px;background:#fbf9f6;box-shadow:0 12px 35px rgba(38,30,20,.05)}.info-icon-v75{display:flex;width:48px;height:48px;flex:0 0 48px;align-items:center;justify-content:center;border-radius:14px;background:#27231f;color:#d4ae76;font-size:20px}.info-card-v75 h2{margin:0 0 10px;font-size:22px}.info-card-v75 p{margin:0;color:#666;line-height:1.72}.info-contact-v75{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:36px;padding:34px 38px;border-radius:22px;background:#211f1c;color:#fff}.info-contact-v75 span{color:#d4ae76;font-size:11px;font-weight:800;letter-spacing:.15em}.info-contact-v75 h2{margin:8px 0 8px;font-size:30px}.info-contact-v75 p{margin:0;color:rgba(255,255,255,.68)}.info-contact-v75 a{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;padding:15px 22px;border-radius:12px;background:#28784f;color:#fff;font-weight:800}.info-contact-v75 a:hover{transform:translateY(-2px)}@media(max-width:760px){.info-hero-v75{padding:80px 0 55px}.info-grid-v75{grid-template-columns:1fr}.info-card-v75{padding:24px}.info-contact-v75{align-items:flex-start;flex-direction:column;padding:28px 24px}.info-contact-v75 a{width:100%;justify-content:center}}
