/* Luvlerry — Ortak mağaza kabuğu (header/drawer/arama/footer/hero) CSS'i.
   index.php satır-içi <style> bloğundan çıkarıldı; her sayfada birebir aynı görünüm için. */
/* === Redesign Faz A: yapılandırılabilir vitrin grid (telefon/tablet/masaüstü) + hover 2. görsel === */
    #ajax-product-grid{display:grid;gap:1rem;grid-template-columns:repeat(var(--cph,2),minmax(0,1fr));align-items:stretch;margin:0;}
    @media(min-width:768px){#ajax-product-grid{grid-template-columns:repeat(var(--ctb,3),minmax(0,1fr));}}
    @media(min-width:1200px){#ajax-product-grid{grid-template-columns:repeat(var(--cdk,4),minmax(0,1fr));}}
    #ajax-product-grid>.col-12,#ajax-product-grid>#main-loader,#ajax-product-grid>#scroll-loader,#ajax-product-grid>.alert{grid-column:1/-1;}
    #ajax-product-grid>.prod-item{width:100%;max-width:100%;padding:0;}
    /* hover ikinci görsel — .ratio çocuklarını Bootstrap zaten absolute konumlandırıyor */
    .ratio .luv-hover-img{opacity:0;transition:opacity .45s ease;pointer-events:none;z-index:2;}
    @media(hover:hover){.product-card:hover .luv-hover-img{opacity:1;}}
    @media(hover:none){.luv-hover-img{display:none;}}
    /* Sayfalama (1 2 3) */
    .luv-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:24px 0 8px;}
    .luv-pagination:empty{display:none;}
    .luv-page-btn{min-width:38px;height:38px;padding:0 10px;border:1px solid #e9c9d1;background:#fff;color:#333;border-radius:10px;font-weight:600;cursor:pointer;transition:all .15s;font-size:.9rem;}
    .luv-page-btn:hover:not(:disabled):not(.is-active){background:#fff0f3;border-color:#ffa8b5;}
    .luv-page-btn.is-active{background:#ffa8b5;border-color:#ffa8b5;color:#fff;cursor:default;}
    .luv-page-btn:disabled{opacity:.4;cursor:default;}
    .luv-page-gap{padding:0 4px;color:#aaa;}
    /* === Tiffany tarzı tam-ekran hero + şeffaf header === */
    :root{--luvHdrH:150px;}
    .luv-hero{position:relative;height:100svh;width:100%;overflow:hidden;margin:calc(-1 * var(--luvHdrH,150px)) 0 0 0;}
    .luv-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0;}
    .luv-hero-mobile{display:none;}
    @media(max-width:991px){.luv-hero.has-mob-media .luv-hero-desktop{display:none;}.luv-hero.has-mob-media .luv-hero-mobile{display:block;}}
    .luv-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.42) 0%,rgba(0,0,0,.12) 36%,rgba(0,0,0,.52) 100%);pointer-events:none;}
    .luv-hero-content{position:absolute;left:0;right:0;bottom:12%;z-index:2;text-align:left;color:#fff;padding:0 7%;}
    .luv-hero-overline{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:clamp(1.1rem,1.7vw,1.7rem);font-weight:500;margin:0 0 6px;letter-spacing:.4px;text-shadow:0 2px 16px rgba(0,0,0,.5);}
    .luv-hero-title em{font-style:italic;}
    .luv-hero-subtitle{font-family:'Montserrat',Helvetica,Arial,sans-serif;font-weight:300;font-size:clamp(.95rem,1.3vw,1.15rem);margin:0 0 26px;letter-spacing:.3px;text-shadow:0 1px 12px rgba(0,0,0,.5);}
    @media(max-width:991px){.luv-hero-content{text-align:center;padding:0 24px;bottom:14%;}}
    .luv-hero-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2.6rem,6vw,5rem);font-weight:500;letter-spacing:0;line-height:1.04;margin:0 0 22px;text-shadow:0 2px 24px rgba(0,0,0,.45);}
    .luv-hero-cta{display:inline-block;background:rgba(245,241,234,.96);color:#1a1a1a;border:none;padding:16px 46px;font-family:'Montserrat',Helvetica,Arial,sans-serif;font-weight:600;letter-spacing:2px;font-size:.78rem;text-transform:uppercase;cursor:pointer;transition:.25s;text-decoration:none;}
    .luv-hero-cta:hover{background:#ffa8b5;color:#fff;}
    /* Sinematik yavaş zoom (Tiffany hissi, video gelene kadar) */
    .luv-hero img.luv-hero-media{animation:luvHeroZoom 24s ease-in-out infinite alternate;}
    @keyframes luvHeroZoom{from{transform:scale(1.02);}to{transform:scale(1.14);}}
    @media (prefers-reduced-motion: reduce){.luv-hero img.luv-hero-media{animation:none;}}
    /* === Birebir Tiffany minimal header: sosyal/telefon kaldır, giriş/üye ikon-only === */
    .luv-h-soc,.luv-h-phone{display:none !important;}
    .luv-h-acc span{display:none;}
    .luv-h-acc{font-size:1.05rem;padding:2px 4px;}
    .luv-h-row2{justify-content:center;}
    .luv-h-menu{gap:26px;}
    /* === Mobil birebir-Tiffany: sol ☰+arama / orta logo / sağ sepet === */
    .luv-h-mob-left{display:flex;align-items:center;gap:2px;}
    .luv-header2.hdr-over-hero .luv-h-iconbtn{color:#fff;}
    @media (max-width:991.98px){
      .luv-h-acc{display:none !important;}      /* mobilde Giriş/Üye gizli (üyelik yakında) */
      .luv-h-mob-soc{display:none !important;}  /* mobil sosyal kalktı */
      .luv-h-row1{justify-content:space-between;align-items:center;}
      .luv-h-logo{flex:1;text-align:center;}
      .luv-h-actions{justify-content:flex-end;}
    }
    /* === BİREBİR MOCKUP HEADER: grid logo TAM ORTALI, sol arama+dil / sağ sepet+☰, krem tema, serif === */
    .luv-header2{background:#f4f1ea;}
    .luv-header2 > main{display:block !important;}
    .luv-h-row1{display:grid !important;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;width:100%;}
    .luv-h-left{justify-self:start;display:flex !important;align-items:center;gap:12px;}
    .luv-h-logo{justify-self:center;text-align:center;}
    .luv-h-actions{justify-self:end;display:flex !important;align-items:center;gap:14px;justify-content:flex-end;}
    .luv-h-row2,.luv-h-acc,.luv-h-mob-left,.luv-h-mob-soc{display:none !important;}
    .luv-h-iconbtn{background:none;border:0;font-size:1.18rem;color:#1a1a1a;cursor:pointer;padding:3px 4px;line-height:1;display:inline-flex;align-items:center;position:relative;transition:opacity .2s;}
    .luv-h-iconbtn:hover{opacity:.6;}
    .luv-ic{width:22px;height:22px;display:block;stroke-width:1.6;}
    .luv-drawer-x .luv-ic{width:24px;height:24px;}
    /* === ŞIK ÖZEL DİL SEÇİCİ === */
    .luv-h-lang{position:relative;display:inline-flex;align-items:center;color:#1a1a1a;}
    .luv-h-lang-btn{display:inline-flex;align-items:center;gap:5px;background:none;border:0;cursor:pointer;color:inherit;font-family:'Montserrat',Helvetica,Arial,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:1px;padding:0;}
    .luv-lang-caret{width:13px;height:13px;transition:transform .25s;flex:0 0 auto;}
    .luv-h-lang.is-open .luv-lang-caret{transform:rotate(180deg);}
    .luv-h-lang-menu{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(-6px);min-width:148px;background:#fff;border:1px solid #ece8e0;border-radius:12px;box-shadow:0 14px 40px rgba(0,0,0,.16);padding:6px;opacity:0;visibility:hidden;transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:2200;}
    .luv-h-lang.is-open .luv-h-lang-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
    .luv-h-lang-menu button{display:block;width:100%;text-align:left;background:none;border:0;cursor:pointer;font-family:'Montserrat',Helvetica,Arial,sans-serif;font-size:.85rem;color:#1a1a1a;padding:10px 16px;border-radius:8px;transition:background .15s;letter-spacing:.3px;}
    .luv-h-lang-menu button:hover{background:#f4f1ea;}
    .luv-h-cart-badge{position:absolute;top:-5px;right:-7px;background:#1a1a1a;color:#fff;font-size:.6rem;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;font-family:Helvetica,Arial,sans-serif;}
    .luv-header2.hdr-over-hero{background:transparent;}
    .luv-header2.hdr-over-hero .luv-h-iconbtn,
    .luv-header2.hdr-over-hero .luv-h-iconbtn i,
    .luv-header2.hdr-over-hero .mobile-header-cart-btn,
    .luv-header2.hdr-over-hero .mobile-header-cart-btn i,
    .luv-header2.hdr-over-hero .luv-h-lang{color:#fff !important;}
    .luv-header2.hdr-over-hero .luv-h-lang-sel option{color:#1a1a1a;}
    /* === ☰ MENÜ OVERLAY (screen 03 birebir) === */
    .luv-drawer{position:fixed;top:0;right:0;left:auto;height:100%;width:min(100%,460px);max-width:100%;background:#f4f1ea;z-index:2000;transform:translateX(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-10px 0 50px rgba(0,0,0,.14);overflow-y:auto;}
    .luv-drawer.is-open{transform:translateX(0);}
    .luv-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 12px;}
    .luv-drawer-logo{height:30px;width:auto;}
    .luv-drawer-x{background:none;border:0;font-size:1.35rem;color:#1a1a1a;cursor:pointer;line-height:1;}
    .luv-drawer-nav{display:flex;flex-direction:column;padding:6px 0;}
    .luv-drawer-nav a{display:flex;align-items:center;justify-content:space-between;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.55rem;font-weight:500;color:#1a1a1a;text-decoration:none;padding:15px 30px;border-bottom:1px solid rgba(26,26,26,.08);transition:background .2s,padding-left .2s;}
    .luv-drawer-nav a:hover{background:rgba(26,26,26,.03);padding-left:34px;}
    .luv-drawer-nav a::after{content:"";width:8px;height:8px;border-right:1.5px solid #9a9a9a;border-top:1.5px solid #9a9a9a;transform:rotate(45deg);flex:0 0 auto;}
    .luv-drawer-div{display:flex;align-items:center;justify-content:center;padding:20px 0;}
    .luv-drawer-diamond{color:#c2a36b;font-size:.95rem;letter-spacing:2px;}
    .luv-drawer-bottom{margin-top:auto;padding:22px 30px 32px;display:flex;flex-direction:column;gap:14px;align-items:center;}
    .luv-drawer-bottom .luv-drawer-phone{color:#666;text-decoration:none;font-size:.92rem;letter-spacing:.5px;}
    .luv-drawer-bottom .luv-drawer-soc{display:flex;gap:16px;}
    .luv-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s;}
    .luv-drawer-overlay.is-open{opacity:1;visibility:visible;}
    .luv-hero-scrolldown{position:absolute;left:0;right:0;bottom:18px;text-align:center;color:rgba(255,255,255,.85);font-size:1.1rem;z-index:2;animation:luvBounce 2s infinite;}
    @keyframes luvBounce{0%,100%{transform:translateY(0);}50%{transform:translateY(7px);}}
    /* Header hero üzerindeyken şeffaf + beyaz */
    .luv-header2{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:background .35s ease, box-shadow .35s ease;}
    .luv-header2.hdr-over-hero{background:transparent;box-shadow:none;border:0 !important;border-bottom:0 !important;}
    .luv-header2.hdr-over-hero .luv-h-menu a,.luv-header2.hdr-over-hero .luv-h-phone,.luv-header2.hdr-over-hero .luv-h-phone i,.luv-header2.hdr-over-hero .luv-dil-lbl,.luv-header2.hdr-over-hero .luv-h-iconbtn,.luv-header2.hdr-over-hero .luv-h-acc{color:#fff;}
    .luv-header2.hdr-over-hero .luv-h-logo img{filter:brightness(0) invert(1);}
    .luv-header2.hdr-over-hero .luv-h-search{background:rgba(255,255,255,.16);}
    .luv-header2.hdr-over-hero .luv-h-search i,.luv-header2.hdr-over-hero .luv-h-search input{color:#fff;}
    .luv-header2.hdr-over-hero .luv-h-search input::placeholder{color:rgba(255,255,255,.85);}
    .luv-header2.hdr-over-hero .luv-h-lang-sel{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.4);}
    .luv-header2.hdr-over-hero .luv-h-row2{border-top-color:rgba(255,255,255,.22);}
    /* === Faz C: Header === */
    .luv-header2 > main{padding:10px 0 6px;display:flex;flex-direction:column;align-items:stretch;width:100%;}
    .luv-h-row1{display:flex;align-items:center;gap:16px;width:100%;}
    .luv-h-left{flex:1 1 0;display:flex;align-items:center;gap:10px;min-width:0;}
    .luv-h-search{flex:1 1 auto;max-width:280px;display:flex;align-items:center;gap:8px;background:#f3f3f3;border-radius:50px;padding:9px 16px;}
    .luv-h-search i{color:#999;font-size:.85rem;}
    .luv-h-search input{border:none;background:transparent;outline:none;width:100%;font-size:.85rem;color:#333;}
    .luv-h-lang-sel{border:1px solid #e2e2e2;border-radius:50px;padding:8px 12px;font-size:.78rem;color:#444;background:#fff;cursor:pointer;font-weight:700;flex:0 0 auto;}
    .luv-h-logo{flex:0 0 auto;text-align:center;}
    .luv-h-logo img{height:38px;width:auto;cursor:pointer;}
    .luv-h-actions{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;gap:16px;}
    .luv-h-acc{display:flex;align-items:center;gap:6px;color:#ffa8b5;font-weight:600;font-size:.8rem;text-decoration:none;white-space:nowrap;}
    .luv-h-acc:hover{color:#e8889a;}
    .luv-h-cart{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:0;}
    .luv-h-cart-ico{position:relative;width:46px;height:46px;border-radius:50%;background:#ffa8b5;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.05rem;flex:0 0 auto;}
    .luv-h-cart-badge{position:absolute;top:-3px;right:-3px;background:#111;color:#fff;border-radius:50%;min-width:18px;height:18px;font-size:.62rem;display:flex;align-items:center;justify-content:center;padding:0 4px;}
    .luv-h-cart-badge.is-empty{display:none;}
    .luv-h-cart-txt{text-align:left;line-height:1.25;}
    .luv-h-cart-txt b{color:#ffa8b5;font-size:.82rem;letter-spacing:.5px;display:block;}
    .luv-h-cart-txt small{color:#999;font-size:.72rem;}
    .luv-h-iconbtn{background:none;border:none;font-size:1.3rem;color:#333;cursor:pointer;padding:4px 7px;line-height:1;position:relative;}
    .luv-h-row2{display:flex;align-items:center;gap:18px;margin-top:8px;padding-top:8px;border-top:1px solid #f2f2f2;width:100%;}
    .luv-h-soc{display:flex;gap:8px;flex:0 0 auto;}
    .luv-h-mob-soc{display:none;gap:8px;}
    .luv-h-menu{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;}
    .luv-h-menu a{color:#222;font-size:.82rem;font-weight:600;letter-spacing:.5px;text-decoration:none;}
    .luv-h-menu a:hover{color:#ffa8b5;}
    .luv-h-phone{flex:0 0 auto;display:flex;align-items:center;gap:7px;color:#111;font-weight:700;font-size:.85rem;text-decoration:none;white-space:nowrap;}
    .luv-h-phone i{color:#ffa8b5;}
    /* === ARAMA OVERLAY (screen 02 birebir) === */
    .luv-search-panel{position:fixed;inset:0;z-index:2100;background:#f4f1ea;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .3s ease,transform .3s ease,visibility .3s;overflow-y:auto;}
    .luv-search-panel.is-open{opacity:1;visibility:visible;transform:translateY(0);}
    /* === Faz D: masaüstü sepet DRAWER + ürünler %100 (form/JS/mobil AYNEN; sadece konum) === */
    @media(min-width:992px){
      #luvProductsCol{flex:0 0 100% !important;max-width:100% !important;}
      #cartSectionContainer{position:fixed !important;top:0;right:0;height:100vh;width:min(1080px,96vw);z-index:3600;background:#fff;box-shadow:-14px 0 50px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);overflow-y:auto;margin:0 !important;padding:20px 18px 48px !important;}
      #cartSectionContainer.luv-cart-open{transform:translateX(0);}
      /* Faz D part-2: 2 kolon — sol ürünler (#cart-area taşınır), sağ adımlar (totaller/form/ödeme) */
      #cartSectionContainer .sidebar-sticky-wrapper{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:start;}
      #cartSectionContainer .sidebar-sticky-wrapper > #cart-area{grid-column:1;grid-row:1 / span 99;align-self:start;position:sticky;top:0;}
      #cartSectionContainer #step1-container,#cartSectionContainer #step2-container,#cartSectionContainer #step3-container{grid-column:2;}
      #cartSectionContainer .mobile-cart-top-bar{display:none !important;}
      .luv-cart-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:3500;opacity:0;visibility:hidden;transition:opacity .3s;}
      .luv-cart-drawer-overlay.is-open{opacity:1;visibility:visible;}
      .luv-cart-drawer-close{position:absolute;top:14px;right:16px;z-index:5;width:34px;height:34px;border:0;background:#f4f1ea;border-radius:50%;font-size:1.4rem;line-height:1;cursor:pointer;color:#1a1a1a;align-items:center;justify-content:center;}
    }
    @media(max-width:991.98px){ .luv-cart-drawer-overlay,.luv-cart-drawer-close{display:none !important;} }
    .luv-sp-x{position:absolute;top:24px;right:28px;background:none;border:0;color:#1a1a1a;cursor:pointer;padding:4px;z-index:2;}
    .luv-sp-inner{max-width:680px;width:100%;margin:0 auto;padding:96px 28px 48px;}
    .luv-sp-field{display:flex;align-items:center;gap:12px;border-bottom:1px solid #cfc8ba;padding:0 0 14px;margin-bottom:36px;}
    .luv-sp-field .luv-ic{color:#1a1a1a;width:24px;height:24px;flex:0 0 auto;}
    .luv-sp-field input{flex:1 1 auto;border:0;background:transparent;outline:none;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.6rem;color:#1a1a1a;min-width:0;}
    .luv-sp-field input::placeholder{color:#a79f90;font-family:'Cormorant Garamond',Georgia,serif;opacity:1;}
    .luv-sp-section{margin-bottom:36px;}
    .luv-sp-h{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.5rem;color:#1a1a1a;margin:0 0 16px;font-weight:500;}
    .luv-sp-tags{display:flex;flex-wrap:wrap;gap:12px;}
    .luv-sp-tags button{background:transparent;border:1px solid #d8d1c4;border-radius:8px;padding:11px 20px;font-family:'Montserrat',Helvetica,Arial,sans-serif;font-size:.85rem;font-weight:400;color:#3a352c;cursor:pointer;transition:.2s;}
    .luv-sp-tags button:hover{background:#fff;border-color:#bcae93;}
    .luv-sp-spot{display:block;text-decoration:none;color:#1a1a1a;}
    .luv-sp-spot-img{width:100%;height:300px;background-size:cover;background-position:center;border-radius:10px;margin-bottom:14px;}
    .luv-sp-spot-row{display:flex;align-items:center;justify-content:space-between;}
    .luv-sp-spot-t{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.4rem;}
    .luv-sp-spot-row .luv-ic{width:26px;height:26px;}
    /* === Bayi Olmak İster misiniz? (satış noktaları altı) === */
    .luv-dealer{background:linear-gradient(160deg,#1c1a17,#2a251e);color:#f4f1ea;padding:72px 24px;margin-top:8px}
    .luv-dealer-inner{max-width:920px;margin:0 auto;text-align:center}
    .luv-dealer-eyebrow{display:block;letter-spacing:3px;font-size:.72rem;color:#bf9d57;font-family:'Montserrat',Helvetica,Arial,sans-serif;margin-bottom:14px}
    .luv-dealer-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:500;margin:0 0 14px;line-height:1.15;color:#f4f1ea}
    .luv-dealer-desc{color:#cfc7b8;font-size:1rem;max-width:620px;margin:0 auto 30px;line-height:1.7}
    .luv-dealer-channels{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:34px}
    .luv-dealer-ch{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:50px;color:#fff;font-weight:600;font-size:.85rem;font-family:'Montserrat',Helvetica,Arial,sans-serif;text-decoration:none;transition:transform .2s}
    .luv-dealer-ch.wa{background:#25D366}.luv-dealer-ch.ig{background:linear-gradient(45deg,#feda75,#d62976,#4f5bd5)}.luv-dealer-ch.tg{background:#2AABEE}
    .luv-dealer-ch:hover{transform:translateY(-2px)}
    .luv-dealer-form{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:12px;text-align:left}
    .luv-dealer-row{display:flex;gap:12px}.luv-dealer-row>*{flex:1}
    .luv-dealer-form input,.luv-dealer-form textarea{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:13px 16px;color:#f4f1ea;font-size:.92rem;font-family:'Montserrat',Helvetica,Arial,sans-serif}
    .luv-dealer-form input::placeholder,.luv-dealer-form textarea::placeholder{color:#9a9384}
    .luv-dealer-form input:focus,.luv-dealer-form textarea:focus{outline:none;border-color:#bf9d57}
    .luv-dealer-send{background:#bf9d57;color:#1c1a17;border:0;border-radius:50px;padding:15px;font-weight:700;letter-spacing:2px;font-size:.82rem;cursor:pointer;font-family:'Montserrat',Helvetica,Arial,sans-serif;transition:background .2s;margin-top:4px}
    .luv-dealer-send:hover{background:#cbae6b}
    .luv-dealer-msg{text-align:center;font-size:.9rem;color:#bf9d57;padding-top:6px}
    @media(max-width:640px){.luv-dealer-row{flex-direction:column}.luv-dealer{padding:52px 18px}}
    @keyframes luvSlideDown{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}}
    /* eski drawer/mobil-header/desktop-hide KALDIRILDI — yeni krem drawer + tüm-cihaz ☰/arama yukarıda tanımlı.
       nav öğeleri için hafif stagger animasyon: */
    .luv-drawer-nav a{opacity:0;transform:translateY(8px);}
    .luv-drawer.is-open .luv-drawer-nav a{animation:luvDrawerItem .45s ease forwards;}
    .luv-drawer.is-open .luv-drawer-nav a:nth-child(1){animation-delay:.08s;}
    .luv-drawer.is-open .luv-drawer-nav a:nth-child(2){animation-delay:.13s;}
    .luv-drawer.is-open .luv-drawer-nav a:nth-child(3){animation-delay:.18s;}
    .luv-drawer.is-open .luv-drawer-nav a:nth-child(4){animation-delay:.23s;}
    .luv-drawer.is-open .luv-drawer-nav a:nth-child(5){animation-delay:.28s;}
    .luv-drawer.is-open .luv-drawer-nav a:nth-child(6){animation-delay:.33s;}
    .luv-drawer.is-open .luv-drawer-nav a:nth-child(7){animation-delay:.38s;}
    @keyframes luvDrawerItem{to{opacity:1;transform:translateY(0);}}
    /* === Faz B: Banner alanı === */
    .luv-banner-wrap{max-width:1240px;margin:40px auto 0;padding:0 24px;}
    .luv-banner{display:block;border-radius:14px;overflow:hidden;box-shadow:0 6px 22px rgba(0,0,0,.08);}
    .luv-banner img{width:100%;height:auto;display:block;}
    @media(max-width:768px){.luv-banner-wrap{padding:0 12px;margin-top:28px;}}
    /* === Faz B: Instagram Duvarı === */
    .luv-insta{max-width:1240px;margin:48px auto 0;padding:0 24px;}
    .luv-insta-head{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:22px;flex-wrap:wrap;}
    .luv-insta-title{font-size:1.1rem;font-weight:700;letter-spacing:4px;color:#111;margin:0;}
    .luv-insta-follow{display:inline-flex;align-items:center;gap:7px;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fd5949 45%,#d6249f 60%,#285AEB 90%);color:#fff;padding:7px 16px;border-radius:50px;font-weight:600;font-size:.85rem;text-decoration:none;}
    @media(max-width:768px){.luv-insta{padding:0 12px;margin-top:34px;}}
    /* === Faz B: Kayan Pembe Slogan === */
    .luv-slogan-bar{background:#ffa8b5;overflow:hidden;white-space:nowrap;padding:13px 0;margin-top:40px;}
    .luv-slogan-track{display:inline-flex;gap:60px;padding-left:60px;animation:luvSloganScroll 30s linear infinite;will-change:transform;}
    .luv-slogan-item{color:#fff;font-weight:700;letter-spacing:2px;font-size:.95rem;text-transform:uppercase;}
    @keyframes luvSloganScroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}
    .luv-slogan-bar:hover .luv-slogan-track{animation-play-state:paused;}
    @media (prefers-reduced-motion: reduce){.luv-slogan-track{animation:none;white-space:normal;}}
    /* === Faz B: Siyah Footer (konsept) === */
    .luv-footer{background:#000;color:#cfcfcf;padding:60px 24px 0;margin-top:50px;}
    .luv-footer-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:40px;}
    .luv-foot-logo{height:44px;width:auto;filter:brightness(0) invert(1);margin-bottom:18px;display:block;}
    .luv-foot-slogan{font-size:.85rem;line-height:1.8;color:#9a9a9a;max-width:290px;margin:0;}
    .luv-foot-social{display:flex;gap:9px;margin-top:18px;}
    .luv-soc{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem;text-decoration:none;transition:transform .2s,opacity .2s;}
    .luv-soc:hover{transform:translateY(-2px);opacity:.92;}
    .luv-soc-tg{background:#2AABEE;}
    .luv-soc-wa{background:#25D366;}
    .luv-soc-ig{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);}
    .luv-foot-title{color:#fff;font-size:.85rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;margin:0 0 22px;}
    .luv-foot-links{list-style:none;padding:0;margin:0;}
    .luv-foot-links li{margin-bottom:13px;}
    .luv-foot-links a{color:#b0b0b0;text-decoration:none;font-size:.86rem;transition:.2s;display:inline-block;}
    .luv-foot-links a:hover{color:#ffa8b5;transform:translateX(3px);}
    .luv-foot-news-desc{font-size:.82rem;color:#999;line-height:1.7;margin:0 0 14px;}
    .luv-news-form{display:flex;flex-direction:column;gap:10px;max-width:320px;}
    .luv-news-input{background:#161616;border:1px solid #333;color:#fff;padding:12px 14px;border-radius:6px;font-size:.85rem;width:100%;}
    .luv-news-input::placeholder{color:#888;}
    .luv-news-input:focus{outline:none;border-color:#ffa8b5;}
    .luv-news-btn{background:transparent;border:1px solid #fff;color:#fff;padding:12px;border-radius:6px;font-weight:700;letter-spacing:1px;font-size:.8rem;cursor:pointer;transition:.2s;}
    .luv-news-btn:hover{background:#ffa8b5;border-color:#ffa8b5;color:#111;}
    .luv-news-msg{font-size:.78rem;color:#ffa8b5;margin-top:2px;}
    .luv-foot-bottom{max-width:1240px;margin:50px auto 0;border-top:1px solid #222;padding:22px 0;text-align:center;color:#777;font-size:.78rem;}
    @media(max-width:900px){.luv-footer{padding:44px 18px 0;}.luv-footer-inner{grid-template-columns:1fr 1fr;gap:32px;}.luv-foot-brand{grid-column:1/-1;}.luv-foot-news{grid-column:1/-1;}}
    @media(max-width:480px){.luv-footer-inner{grid-template-columns:1fr;}}

/* Cihaza özel medya (luvmh_render karışık/video durumu) */
.lmwrap{position:relative}
.lmwrap .lm-dev{display:none}
.lmwrap .lm-d{display:block}
.lmwrap .lm-dev>img,.lmwrap .lm-dev>video,.lmwrap .lm-dev>iframe{display:block;width:100%}
@media (max-width:767px){.lmwrap .lm-d{display:none}.lmwrap .lm-m{display:block}}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait){.lmwrap .lm-d{display:none}.lmwrap .lm-tp{display:block}}
@media (min-width:768px) and (max-width:1366px) and (orientation:landscape){.lmwrap .lm-d{display:none}.lmwrap .lm-tl{display:block}}

/* Arama "Öne Çıkan" — panelden gelen promo görsel ya da ortalı logo */
.luv-sp-promo{display:block;border-radius:14px;overflow:hidden;text-decoration:none;box-shadow:0 6px 22px rgba(0,0,0,.10)}
.luv-sp-promo img{width:100%;height:auto;display:block}
.luv-sp-logo{text-align:center;padding:26px 0}
.luv-sp-logo img{height:46px;width:auto;opacity:.85}

/* Header ikonlarini listbar (EN YENI / FILTRELER) ile ayni hizaya getir */
.luv-header2 .luv-h-row1{padding-left:16px;padding-right:16px;}
@media(max-width:991px){.luv-header2 .luv-h-row1{padding-left:10px;padding-right:10px;}}
