/* Laimer Mobile Mockup Real V7
   Mobilde ayrı mockup ana ekranı kullanır; masaüstü tasarımı korur.
*/

.mobile-home-shell{display:none}

.icon-btn svg,
.mobile-app-nav svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cart-btn svg{width:21px;height:21px}
.menu-toggle span{
  display:block;
  width:21px;
  height:2px;
  background:currentColor;
  border-radius:999px;
  margin:3px 0;
}

@media (max-width:820px){
  body{
    background:#fffaf5!important;
    padding-bottom:92px!important;
    overflow-x:hidden!important;
  }

  .announcement-bar{display:none!important}

  .site-header.lilac-header{
    position:sticky!important;
    top:0!important;
    z-index:100!important;
    background:#fffdfa!important;
    box-shadow:0 8px 24px rgba(61,41,29,.06)!important;
  }

  .site-header .header-main{
    position:relative!important;
    min-height:136px!important;
    padding:14px 16px 14px!important;
    display:grid!important;
    grid-template-columns:44px 1fr 44px 44px!important;
    grid-template-rows:48px 56px!important;
    gap:10px!important;
    align-items:center!important;
  }

  .brand{
    position:absolute!important;
    left:50%!important;
    top:16px!important;
    transform:translateX(-50%)!important;
    width:184px!important;
    max-width:184px!important;
    z-index:5!important;
  }

  .brand img{
    width:184px!important;
    max-width:184px!important;
    max-height:42px!important;
    object-fit:contain!important;
    display:block!important;
  }

  .menu-toggle{
    grid-column:1!important;
    grid-row:1!important;
    width:42px!important;
    height:42px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:15px!important;
    border:1px solid #eaded2!important;
    background:#fff!important;
    color:#211a17!important;
    box-shadow:0 8px 20px rgba(61,41,29,.06)!important;
    padding:0!important;
  }

  .menu-toggle span{margin:2px 0!important}

  .main-nav,
  .header-actions .icon-link.whatsapp{display:none!important}

  .header-actions{display:contents!important}

  .header-actions .icon-btn{
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    border-radius:15px!important;
    border:1px solid #eaded2!important;
    background:#fff!important;
    color:#211a17!important;
    box-shadow:0 8px 20px rgba(61,41,29,.06)!important;
    position:relative!important;
  }

  .header-actions .fav-btn{grid-column:3!important;grid-row:1!important}
  .header-actions .cart-btn{grid-column:4!important;grid-row:1!important;color:#a06b21!important}

  .header-actions .cart-btn span{
    position:absolute;
    top:-5px;
    right:-5px;
    min-width:19px;
    height:19px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#d2a047;
    color:#fff;
    font-size:10px;
    font-weight:800;
  }

  .header-actions .mini-search{
    grid-column:1 / -1!important;
    grid-row:2!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    width:100%!important;
    height:54px!important;
    display:flex!important;
    align-items:center!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #eaded2!important;
    box-shadow:0 10px 24px rgba(61,41,29,.05)!important;
  }

  .header-actions .mini-search input{
    width:100%!important;
    min-width:0!important;
    height:52px!important;
    border:0!important;
    background:transparent!important;
    padding:0 16px!important;
    font-size:15px!important;
    color:#5f5650!important;
  }

  .header-actions .mini-search button{
    width:52px!important;
    height:52px!important;
    border:0!important;
    background:transparent!important;
    color:#6f655f!important;
    flex:0 0 52px!important;
  }

  main{overflow:hidden!important}

  .desktop-home-content{display:none!important}
  .mobile-home-shell{
    display:block!important;
    background:linear-gradient(180deg,#fffdfa 0%,#fff9f1 100%);
    padding:16px 14px 24px;
  }

  .mobile-hero-card{
    position:relative;
    overflow:hidden;
    min-height:430px;
    border-radius:30px;
    background:
      linear-gradient(90deg,rgba(244,229,213,.98) 0%,rgba(244,229,213,.92) 41%,rgba(244,229,213,.42) 68%,rgba(244,229,213,.05) 100%),
      url("../img/mobile-hero-woman.png") 70% center/cover no-repeat;
    box-shadow:0 20px 46px rgba(61,41,29,.1);
  }

  .mobile-hero-copy{
    position:relative;
    z-index:2;
    width:58%;
    padding:44px 20px 0;
  }

  .mobile-hero-copy span{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:0 15px;
    border-radius:999px;
    border:1px solid rgba(198,145,52,.55);
    background:rgba(255,255,255,.62);
    color:#bd8129;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
  }

  .mobile-hero-copy h1{
    margin:18px 0 12px;
    font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
    font-size:46px;
    line-height:.96;
    letter-spacing:-.045em;
    color:#1f1715;
  }

  .mobile-hero-copy p{
    margin:0;
    max-width:218px;
    font-size:15px;
    line-height:1.55;
    color:#5d544f;
  }

  .mobile-hero-copy a{
    margin-top:18px;
    min-height:48px;
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:0 18px;
    border-radius:16px;
    background:linear-gradient(135deg,#d3a047,#b97b27);
    color:#fff;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 14px 28px rgba(185,123,39,.22);
  }

  .mobile-hero-copy b{font-size:24px;line-height:1}

  .mobile-hero-dots{
    position:absolute;
    left:50%;
    bottom:22px;
    transform:translateX(-50%);
    display:flex;
    gap:8px;
  }

  .mobile-hero-dots i{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 1px 3px rgba(0,0,0,.08);
  }

  .mobile-hero-dots i:first-child{background:#c69234}

  .mobile-category-dock{
    position:relative;
    z-index:5;
    margin:-28px 0 24px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    padding:16px 8px 12px;
    border-radius:26px;
    background:rgba(255,255,255,.97);
    border:1px solid #eee3d8;
    box-shadow:0 18px 40px rgba(61,41,29,.11);
  }

  .mobile-category-dock a{
    display:grid;
    justify-items:center;
    gap:9px;
    color:#201817;
    text-decoration:none;
  }

  .mobile-category-dock span{
    width:62px;
    height:62px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(180deg,#fff,#fff7ef);
    border:1px solid #eaded2;
    box-shadow:0 10px 18px rgba(61,41,29,.06);
    color:#c69234;
  }

  .mobile-category-dock svg{
    width:34px;
    height:34px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-category-dock strong{
    font-size:13px;
    line-height:1.2;
    text-align:center;
    font-weight:700;
  }

  .mobile-section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 2px 14px;
  }

  .mobile-section-head h2{
    margin:0;
    font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
    font-size:30px;
    line-height:1.05;
    color:#201817;
  }

  .mobile-section-head a{
    color:#c28e33;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    white-space:nowrap;
  }

  .mobile-product-row{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:148px;
    gap:12px;
    overflow-x:auto;
    padding:2px 2px 18px;
    scrollbar-width:none;
    scroll-snap-type:x mandatory;
  }

  .mobile-product-row::-webkit-scrollbar{display:none}

  .mobile-product-card{
    position:relative;
    scroll-snap-align:start;
    border-radius:17px;
    border:1px solid #eee2d7;
    background:#fff;
    box-shadow:0 12px 28px rgba(61,41,29,.07);
    overflow:hidden;
  }

  .mobile-product-image{
    height:148px;
    display:grid;
    place-items:center;
    background:linear-gradient(180deg,#fffdfa 0%,#faf3ea 100%);
    padding:10px;
  }

  .mobile-product-image img{
    max-width:100%;
    max-height:122px;
    object-fit:contain;
    display:block;
  }

  .mobile-fav{
    position:absolute;
    right:10px;
    top:10px;
    width:28px;
    height:28px;
    border:0;
    background:rgba(255,255,255,.78);
    color:#9a9089;
    display:grid;
    place-items:center;
    border-radius:50%;
  }

  .mobile-fav svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
  }

  .mobile-product-info{
    padding:11px 11px 13px;
  }

  .mobile-product-info h3{
    margin:0 0 4px;
    min-height:34px;
    font-size:14px;
    line-height:1.22;
    color:#201817;
  }

  .mobile-product-info p{
    margin:0 0 7px;
    font-size:12px;
    color:#706761;
    line-height:1.35;
  }

  .mobile-product-info strong{
    font-size:13px;
    color:#201817;
  }

  .mobile-plus{
    position:absolute;
    right:10px;
    bottom:10px;
    width:30px;
    height:30px;
    border-radius:10px;
    display:grid;
    place-items:center;
    background:#f4e6d4;
    color:#bd8129;
    text-decoration:none;
    font-size:22px;
    line-height:1;
  }

  .mobile-story-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    padding:0 0 26px;
  }

  .mobile-story-visual,
  .mobile-story-copy{
    border-radius:22px;
    border:1px solid #eee2d7;
    background:#fff;
    box-shadow:0 14px 28px rgba(61,41,29,.06);
  }

  .mobile-story-visual{
    min-height:210px;
    position:relative;
    overflow:hidden;
    background:radial-gradient(circle at 18% 18%, rgba(198,146,52,.14), transparent 28%), linear-gradient(135deg,#f6ecdf,#fff9f1);
  }

  .mobile-story-visual img{
    position:absolute;
    object-fit:contain;
    filter:drop-shadow(0 14px 18px rgba(56,36,22,.12));
  }

  .mobile-story-visual .s1{left:8px;bottom:18px;width:70px}
  .mobile-story-visual .s2{left:72px;bottom:12px;width:62px}
  .mobile-story-visual .s3{left:125px;bottom:20px;width:56px}
  .mobile-story-visual .s4{right:8px;bottom:10px;width:70px}

  .mobile-story-copy{
    padding:18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .mobile-story-copy span{
    color:#c28e33;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:12px;
    font-weight:800;
    margin-bottom:10px;
  }

  .mobile-story-copy h3{
    margin:0 0 10px;
    font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
    font-size:27px;
    line-height:.98;
    color:#201817;
  }

  .mobile-story-copy p{
    margin:0 0 12px;
    font-size:14px;
    line-height:1.55;
    color:#605751;
  }

  .mobile-story-copy a{
    color:#c28e33;
    text-decoration:none;
    font-weight:800;
  }

  .floating-whatsapp{
    right:16px!important;
    bottom:100px!important;
    width:58px!important;
    height:58px!important;
    border-radius:50%!important;
    font-size:0!important;
    overflow:hidden!important;
    z-index:115!important;
    box-shadow:0 18px 36px rgba(16,173,88,.25)!important;
  }

  .floating-whatsapp:before{
    content:"☏";
    font-size:26px;
    color:#fff;
  }

  .mobile-app-nav{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:120;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    min-height:70px;
    border-radius:24px;
    border:1px solid rgba(234,222,210,.92);
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(18px);
    box-shadow:0 18px 50px rgba(42,32,29,.15);
    overflow:hidden;
  }

  .mobile-app-nav a{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    color:#6d625d;
    text-decoration:none;
    font-weight:700;
  }

  .mobile-app-nav a span{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:10px;
  }

  .mobile-app-nav a small{font-size:11px}

  .mobile-app-nav a.active{color:#bd8129}

  .mobile-app-nav a.active span{
    background:linear-gradient(135deg,#d4a03d,#af7a29);
    color:#fff;
    box-shadow:0 8px 20px rgba(175,122,41,.2);
  }

  .mobile-app-nav a em{
    position:absolute;
    top:8px;
    right:17px;
    min-width:18px;
    height:18px;
    padding:0 5px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#d4a03d;
    color:#fff;
    font-size:10px;
    font-style:normal;
    font-weight:900;
  }
}

@media (max-width:430px){
  .site-header .header-main{
    padding-left:14px!important;
    padding-right:14px!important;
    grid-template-columns:42px 1fr 42px 42px!important;
  }

  .brand,
  .brand img{
    width:166px!important;
    max-width:166px!important;
  }

  .mobile-home-shell{padding-left:10px;padding-right:10px}

  .mobile-hero-card{
    min-height:392px;
    border-radius:25px;
    background:
      linear-gradient(90deg,rgba(244,229,213,.98) 0%,rgba(244,229,213,.93) 42%,rgba(244,229,213,.42) 73%,rgba(244,229,213,.05) 100%),
      url("../img/mobile-hero-woman.png") 72% center/cover no-repeat;
  }

  .mobile-hero-copy{
    width:62%;
    padding:38px 18px 0;
  }

  .mobile-hero-copy h1{
    font-size:40px;
  }

  .mobile-hero-copy p{
    max-width:188px;
    font-size:14px;
  }

  .mobile-hero-copy a{
    min-height:46px;
    padding:0 16px;
    font-size:14px;
  }

  .mobile-category-dock{
    margin-top:-24px;
    padding:14px 6px 10px;
  }

  .mobile-category-dock span{
    width:54px;
    height:54px;
  }

  .mobile-category-dock svg{
    width:29px;
    height:29px;
  }

  .mobile-category-dock strong{
    font-size:12px;
  }

  .mobile-product-row{
    grid-auto-columns:136px;
    gap:10px;
  }

  .mobile-product-image{
    height:140px;
  }

  .mobile-product-image img{
    max-height:114px;
  }

  .mobile-story-card{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V7.1 - Mobil / Masaüstü Görsel Temizleme
   - Mobilde ürünlerden sonra çıkan yarım ürün görsel kartını kaldırır
   - Masaüstünde hero sağdaki beyaz arka planlı küçük görseli saklar
   ========================================================= */

/* Masaüstü hero sağdaki küçük beyaz zeminli ürün görseli */
.product-podium.p3{
  display:none !important;
}

/* Mobilde ürünlerden sonra görünen yarım/bozuk ürün görsel kartı */
@media (max-width: 820px){
  .mobile-story-card{
    display:block !important;
    padding:0 0 26px !important;
  }

  .mobile-story-visual{
    display:none !important;
  }

  .mobile-story-copy{
    border-radius:22px !important;
    min-height:auto !important;
    padding:22px 20px 24px !important;
    background:
      radial-gradient(circle at 92% 12%, rgba(198,146,52,.10), transparent 26%),
      linear-gradient(180deg,#fff 0%,#fff8f1 100%) !important;
  }

  .mobile-story-copy h3{
    max-width:280px !important;
  }

  .mobile-story-copy p{
    max-width:330px !important;
  }
}


/* =========================================================
   V7.2 - Mobil mockup ürün akışı
   Ürün kartlarını hedef mockup'a yaklaştırır, footer fazlalıklarını gizler
   ========================================================= */
@media (max-width: 820px){
  .mobile-products{
    margin-top:4px !important;
    padding:0 2px 8px !important;
  }

  .mobile-section-head{
    margin:0 4px 14px !important;
  }

  .mobile-section-head h2{
    font-size:30px !important;
    line-height:1.04 !important;
  }

  .mobile-product-row{
    grid-auto-columns:156px !important;
    gap:12px !important;
    padding:2px 2px 18px !important;
  }

  .mobile-product-card{
    min-height:286px !important;
    border-radius:20px !important;
  }

  .mobile-product-badge{
    position:absolute;
    left:10px;
    top:10px;
    z-index:4;
    min-height:24px;
    padding:0 9px;
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    background:#d2a047;
    color:#fff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.04em;
  }

  .mobile-product-image{
    height:152px !important;
    padding:12px 10px 8px !important;
  }

  .mobile-product-image img{
    max-height:124px !important;
  }

  .mobile-product-info{
    padding:10px 12px 14px !important;
  }

  .mobile-product-info h3{
    margin:0 0 4px !important;
    min-height:34px !important;
    font-size:14px !important;
    line-height:1.2 !important;
  }

  .mobile-product-info p{
    margin:0 0 8px !important;
    font-size:12px !important;
    line-height:1.32 !important;
    color:#6d635e !important;
  }

  .mobile-product-info strong{
    font-size:15px !important;
    color:#1f1715 !important;
    font-weight:800 !important;
  }

  .mobile-plus{
    width:32px !important;
    height:32px !important;
    right:12px !important;
    bottom:12px !important;
    border-radius:10px !important;
    font-size:24px !important;
  }

  .mobile-story-card{
    display:grid !important;
    grid-template-columns:1.04fr .96fr !important;
    gap:12px !important;
    align-items:stretch !important;
    padding:2px 2px 8px !important;
  }

  .mobile-story-visual{
    display:block !important;
    position:relative !important;
    min-height:214px !important;
    overflow:hidden !important;
    border-radius:22px !important;
    border:1px solid #eee2d7 !important;
    background:
      radial-gradient(circle at 15% 20%, rgba(198,146,52,.12), transparent 30%),
      linear-gradient(135deg,#f6ecdf 0%, #fff9f1 100%) !important;
    box-shadow:0 14px 28px rgba(61,41,29,.06) !important;
  }

  .mobile-story-visual img{
    position:absolute !important;
    object-fit:contain !important;
    filter:drop-shadow(0 14px 18px rgba(56,36,22,.12)) !important;
  }

  .mobile-story-visual .s1{left:10px; bottom:18px; width:72px;}
  .mobile-story-visual .s2{left:82px; bottom:16px; width:58px;}
  .mobile-story-visual .s3{left:132px; bottom:22px; width:54px;}
  .mobile-story-visual .s4{right:10px; bottom:12px; width:70px;}

  .mobile-story-copy{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    padding:18px !important;
    border-radius:22px !important;
    border:1px solid #eee2d7 !important;
    background:#fff !important;
    box-shadow:0 14px 28px rgba(61,41,29,.06) !important;
  }

  .mobile-story-copy h3{
    font-size:24px !important;
    line-height:.98 !important;
    margin:0 0 8px !important;
  }

  .mobile-story-copy p{
    font-size:13px !important;
    line-height:1.52 !important;
    margin:0 0 10px !important;
  }

  /* Mockup'ta görünmeyen footer bloklarını mobilde gizle */
  .site-footer .footer-benefits,
  .site-footer .footer-newsletter,
  .site-footer .footer-main,
  .site-footer .footer-legal-line,
  .site-footer .copyright{
    display:none !important;
  }

  .site-footer{
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
    margin:0 !important;
  }
}

@media (max-width: 430px){
  .mobile-product-row{
    grid-auto-columns:146px !important;
    gap:10px !important;
  }

  .mobile-product-card{
    min-height:274px !important;
  }

  .mobile-product-image{
    height:144px !important;
  }

  .mobile-product-image img{
    max-height:116px !important;
  }

  .mobile-story-card{
    grid-template-columns:1fr 1fr !important;
  }

  .mobile-story-visual{
    min-height:194px !important;
  }

  .mobile-story-visual .s1{left:8px; bottom:16px; width:66px;}
  .mobile-story-visual .s2{left:68px; bottom:14px; width:54px;}
  .mobile-story-visual .s3{left:112px; bottom:18px; width:50px;}
  .mobile-story-visual .s4{right:8px; bottom:10px; width:62px;}

  .mobile-story-copy{
    padding:16px 14px !important;
  }

  .mobile-story-copy h3{
    font-size:22px !important;
  }

  .mobile-story-copy p{
    font-size:12px !important;
  }
}


/* =========================================================
   V7.3 - Mockup Kompakt Ürün Kartları
   4 ürünü mobilde aynı satıra sığdırır, story alanını inceltir.
   ========================================================= */
@media (max-width: 820px){

  .mobile-products{
    padding:0 0 8px !important;
    margin-top:2px !important;
  }

  .mobile-section-head{
    margin:0 4px 12px !important;
  }

  .mobile-section-head h2{
    font-size:27px !important;
    line-height:1.05 !important;
  }

  .mobile-section-head a{
    font-size:13px !important;
  }

  .mobile-product-row{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow:initial !important;
    grid-auto-columns:initial !important;
    gap:8px !important;
    overflow:visible !important;
    padding:0 2px 18px !important;
    scroll-snap-type:none !important;
  }

  .mobile-product-card{
    width:100% !important;
    min-width:0 !important;
    min-height:214px !important;
    border-radius:14px !important;
    box-shadow:0 10px 22px rgba(61,41,29,.06) !important;
  }

  .mobile-product-image{
    height:104px !important;
    padding:8px 6px 5px !important;
  }

  .mobile-product-image img{
    max-height:88px !important;
    max-width:92% !important;
  }

  .mobile-fav{
    right:6px !important;
    top:6px !important;
    width:23px !important;
    height:23px !important;
    background:rgba(255,255,255,.82) !important;
  }

  .mobile-fav svg{
    width:15px !important;
    height:15px !important;
  }

  .mobile-product-badge{
    left:6px !important;
    top:6px !important;
    min-height:20px !important;
    padding:0 7px !important;
    font-size:9px !important;
  }

  .mobile-product-info{
    padding:8px 7px 10px !important;
  }

  .mobile-product-info h3{
    min-height:32px !important;
    font-size:11.5px !important;
    line-height:1.18 !important;
    margin:0 0 3px !important;
    letter-spacing:-.02em !important;
  }

  .mobile-product-info p{
    min-height:28px !important;
    margin:0 0 4px !important;
    font-size:10.5px !important;
    line-height:1.24 !important;
    color:#6e645f !important;
  }

  .mobile-product-info strong{
    font-size:11.5px !important;
    line-height:1 !important;
  }

  .mobile-plus{
    right:7px !important;
    bottom:7px !important;
    width:25px !important;
    height:25px !important;
    border-radius:8px !important;
    font-size:19px !important;
  }

  .mobile-story-card{
    grid-template-columns:1.05fr .95fr !important;
    gap:10px !important;
    padding:0 2px 24px !important;
  }

  .mobile-story-visual,
  .mobile-story-copy{
    border-radius:18px !important;
  }

  .mobile-story-visual{
    min-height:166px !important;
  }

  .mobile-story-visual .s1{left:7px !important; bottom:13px !important; width:54px !important;}
  .mobile-story-visual .s2{left:58px !important; bottom:10px !important; width:45px !important;}
  .mobile-story-visual .s3{left:96px !important; bottom:14px !important; width:42px !important;}
  .mobile-story-visual .s4{right:7px !important; bottom:8px !important; width:50px !important;}

  .mobile-story-copy{
    padding:14px 13px 15px !important;
  }

  .mobile-story-copy span{
    font-size:10.5px !important;
    margin-bottom:7px !important;
  }

  .mobile-story-copy h3{
    font-size:20px !important;
    line-height:.98 !important;
    margin:0 0 7px !important;
  }

  .mobile-story-copy p{
    font-size:11.5px !important;
    line-height:1.42 !important;
    margin:0 0 9px !important;
  }

  .mobile-story-copy a{
    font-size:12.5px !important;
  }

  .floating-whatsapp{
    width:54px !important;
    height:54px !important;
    right:15px !important;
    bottom:96px !important;
  }
}

@media (max-width: 430px){
  .mobile-section-head h2{
    font-size:25px !important;
  }

  .mobile-product-row{
    gap:7px !important;
  }

  .mobile-product-card{
    min-height:205px !important;
    border-radius:13px !important;
  }

  .mobile-product-image{
    height:98px !important;
  }

  .mobile-product-image img{
    max-height:82px !important;
  }

  .mobile-product-info h3{
    font-size:11px !important;
    min-height:30px !important;
  }

  .mobile-product-info p{
    font-size:10px !important;
    min-height:26px !important;
  }

  .mobile-product-info strong{
    font-size:11px !important;
  }

  .mobile-plus{
    width:24px !important;
    height:24px !important;
  }

  .mobile-story-card{
    gap:8px !important;
  }

  .mobile-story-visual{
    min-height:154px !important;
  }

  .mobile-story-copy h3{
    font-size:19px !important;
  }

  .mobile-story-copy p{
    font-size:11px !important;
  }
}


/* =========================================================
   V7.4 - Mobil Footer Geri Açma
   Mobilde e-ticaret footer alanını kompakt ve app uyumlu gösterir.
   ========================================================= */
@media (max-width: 820px){

  .site-footer{
    display:block !important;
    margin:18px 0 0 !important;
    padding:0 0 96px !important;
    background:linear-gradient(180deg,#342421 0%, #201716 100%) !important;
    border-top:0 !important;
    color:#fff !important;
  }

  /* Mobilde newsletter ve üst benefit bar çok yer kapladığı için gizli kalsın */
  .site-footer .footer-benefits,
  .site-footer .footer-newsletter{
    display:none !important;
  }

  .site-footer .footer-main{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    padding:34px 18px 18px !important;
  }

  .site-footer .footer-brand{
    display:block !important;
  }

  .site-footer .footer-brand img{
    width:170px !important;
    max-width:170px !important;
    height:auto !important;
    filter:brightness(0) invert(1) !important;
    opacity:.96 !important;
    margin-bottom:14px !important;
  }

  .site-footer .footer-brand p{
    color:#d8cbc3 !important;
    font-size:14px !important;
    line-height:1.6 !important;
    margin:0 0 14px !important;
  }

  .site-footer .footer-whatsapp{
    display:inline-flex !important;
    min-height:42px !important;
    align-items:center !important;
    padding:0 14px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.14) !important;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:800 !important;
    font-size:13px !important;
  }

  .site-footer .payment-badges{
    display:flex !important;
    gap:8px !important;
    flex-wrap:wrap !important;
    margin-top:16px !important;
  }

  .site-footer .payment-badge{
    display:inline-flex !important;
    min-height:30px !important;
    min-width:58px !important;
    border-radius:8px !important;
    background:#fff !important;
    color:#201716 !important;
    font-size:10px !important;
  }

  .site-footer .footer-main > div:not(.footer-brand){
    display:block !important;
    padding-top:18px !important;
    border-top:1px solid rgba(255,255,255,.10) !important;
  }

  .site-footer h3{
    color:#c9963e !important;
    font-size:12px !important;
    text-transform:uppercase !important;
    letter-spacing:.12em !important;
    margin:0 0 12px !important;
  }

  .site-footer a{
    display:block !important;
    color:#efe7df !important;
    text-decoration:none !important;
    font-size:14px !important;
    line-height:1.6 !important;
    padding:3px 0 !important;
  }

  .site-footer .footer-legal-line{
    display:block !important;
    padding:0 18px 18px !important;
    color:#d8cbc3 !important;
  }

  .site-footer .footer-legal-line p{
    margin:0 !important;
    padding:16px 0 0 !important;
    border-top:1px solid rgba(255,255,255,.10) !important;
    font-size:11.5px !important;
    line-height:1.6 !important;
    color:#cbbdb3 !important;
  }

  .site-footer .copyright{
    display:block !important;
    padding:16px 18px 0 !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
    color:#a99b93 !important;
    font-size:12px !important;
    text-align:center !important;
  }

  /* Alt sabit menü footer'ı kapatmasın */
  .mobile-app-nav{
    bottom:10px !important;
  }

  .floating-whatsapp{
    bottom:100px !important;
  }
}

@media (max-width: 430px){
  .site-footer .footer-main{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .site-footer .footer-legal-line,
  .site-footer .copyright{
    padding-left:16px !important;
    padding-right:16px !important;
  }
}


/* =========================================================
   V7.5 - Mobil Menü + Kart Okunabilirlik Düzeltmesi
   Menü drawer çalışır, ürün kartları gerçek telefonda 2 kolon olur.
   ========================================================= */
@media (max-width: 820px){

  body.mobile-menu-open{
    overflow:hidden !important;
  }

  body.mobile-menu-open:before{
    content:"";
    position:fixed;
    inset:0;
    z-index:140;
    background:rgba(32,23,22,.38);
    backdrop-filter:blur(4px);
  }

  .main-nav{
    display:flex !important;
    position:fixed !important;
    left:14px !important;
    right:14px !important;
    top:146px !important;
    z-index:150 !important;
    flex-direction:column !important;
    gap:8px !important;
    padding:18px !important;
    border-radius:24px !important;
    border:1px solid #eaded2 !important;
    background:rgba(255,253,250,.98) !important;
    box-shadow:0 24px 70px rgba(32,23,22,.22) !important;
    opacity:0 !important;
    pointer-events:none !important;
    transform:translateY(-10px) scale(.98) !important;
    transition:.22s ease !important;
  }

  body.mobile-menu-open .main-nav{
    opacity:1 !important;
    pointer-events:auto !important;
    transform:translateY(0) scale(1) !important;
  }

  .main-nav a{
    display:flex !important;
    align-items:center !important;
    min-height:48px !important;
    padding:0 16px !important;
    border-radius:16px !important;
    color:#261d1a !important;
    text-decoration:none !important;
    font-weight:800 !important;
    background:#fff8f1 !important;
    border:1px solid rgba(234,222,210,.78) !important;
  }

  .main-nav a.active{
    background:linear-gradient(135deg,#d3a047,#b97b27) !important;
    color:#fff !important;
    border-color:transparent !important;
  }

  .menu-toggle{
    z-index:151 !important;
  }

  body.mobile-menu-open .menu-toggle{
    background:#211917 !important;
    color:#fff !important;
    border-color:#211917 !important;
  }

  /* 4 kolon gerçek telefonda fazla sıkışıyor; 2 kolon daha premium ve okunaklı */
  .mobile-products{
    padding:0 2px 10px !important;
  }

  .mobile-product-row{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-auto-flow:initial !important;
    grid-auto-columns:initial !important;
    gap:12px !important;
    overflow:visible !important;
    padding:0 2px 18px !important;
  }

  .mobile-product-card{
    width:100% !important;
    min-width:0 !important;
    min-height:274px !important;
    border-radius:20px !important;
    box-shadow:0 14px 30px rgba(61,41,29,.07) !important;
    background:#fff !important;
  }

  .mobile-product-image{
    height:154px !important;
    padding:10px !important;
    background:linear-gradient(180deg,#fffdfa 0%,#f9f1e8 100%) !important;
  }

  .mobile-product-image img{
    max-height:126px !important;
    max-width:94% !important;
  }

  .mobile-product-info{
    padding:12px 12px 14px !important;
  }

  .mobile-product-info h3{
    min-height:36px !important;
    font-size:14px !important;
    line-height:1.25 !important;
    margin:0 0 5px !important;
    letter-spacing:0 !important;
  }

  .mobile-product-info p{
    min-height:30px !important;
    font-size:12px !important;
    line-height:1.35 !important;
    margin:0 0 7px !important;
  }

  .mobile-product-info strong{
    font-size:13.5px !important;
  }

  .mobile-fav{
    width:28px !important;
    height:28px !important;
    top:10px !important;
    right:10px !important;
  }

  .mobile-fav svg{
    width:18px !important;
    height:18px !important;
  }

  .mobile-plus{
    width:31px !important;
    height:31px !important;
    right:11px !important;
    bottom:11px !important;
    border-radius:10px !important;
    font-size:22px !important;
  }

  .mobile-product-badge{
    min-height:24px !important;
    padding:0 9px !important;
    top:10px !important;
    left:10px !important;
    font-size:10px !important;
  }

  .mobile-story-card{
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:0 2px 26px !important;
  }

  .mobile-story-visual{
    min-height:190px !important;
  }

  .mobile-story-copy{
    padding:20px !important;
  }

  .mobile-story-copy h3{
    font-size:28px !important;
    line-height:1 !important;
  }

  .mobile-story-copy p{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  .floating-whatsapp{
    width:54px !important;
    height:54px !important;
    right:16px !important;
    bottom:98px !important;
  }
}

@media (max-width: 430px){
  .main-nav{
    left:10px !important;
    right:10px !important;
    top:140px !important;
  }

  .mobile-product-row{
    gap:10px !important;
  }

  .mobile-product-card{
    min-height:260px !important;
    border-radius:18px !important;
  }

  .mobile-product-image{
    height:144px !important;
  }

  .mobile-product-image img{
    max-height:118px !important;
  }

  .mobile-product-info h3{
    font-size:13px !important;
    min-height:34px !important;
  }

  .mobile-product-info p{
    font-size:11.5px !important;
    min-height:28px !important;
  }
}


/* =========================================================
   V7.6 - Premium Mobil Drawer Menü
   Ortadaki bulanık modal menü yerine soldan kayan app drawer kullanır.
   ========================================================= */
@media (max-width: 820px){

  body.mobile-menu-open{
    overflow:hidden !important;
  }

  body.mobile-menu-open:before{
    content:"" !important;
    position:fixed !important;
    inset:0 !important;
    z-index:140 !important;
    background:rgba(32,23,22,.28) !important;
    backdrop-filter:none !important;
  }

  .main-nav{
    display:flex !important;
    position:fixed !important;
    left:0 !important;
    right:auto !important;
    top:0 !important;
    bottom:0 !important;
    width:min(326px,84vw) !important;
    height:100dvh !important;
    z-index:150 !important;
    flex-direction:column !important;
    gap:10px !important;
    padding:118px 18px 24px !important;
    border-radius:0 30px 30px 0 !important;
    border:0 !important;
    background:
      radial-gradient(circle at 20% 8%, rgba(201,154,67,.14), transparent 24%),
      linear-gradient(180deg,#fffdfa 0%,#fff7ef 100%) !important;
    box-shadow:26px 0 70px rgba(32,23,22,.22) !important;
    opacity:1 !important;
    pointer-events:none !important;
    transform:translateX(-105%) !important;
    transition:transform .28s cubic-bezier(.2,.8,.2,1) !important;
  }

  body.mobile-menu-open .main-nav{
    pointer-events:auto !important;
    transform:translateX(0) !important;
  }

  .main-nav:before{
    content:"L'AIMER";
    position:absolute;
    left:22px;
    top:26px;
    color:#1f1715;
    font-weight:900;
    font-size:26px;
    letter-spacing:.02em;
  }

  .main-nav:after{
    content:"Premium katalog ve alışveriş menüsü";
    position:absolute;
    left:22px;
    top:62px;
    color:#8a7b71;
    font-size:13px;
    font-weight:600;
  }

  .main-nav a{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:52px !important;
    padding:0 16px !important;
    border-radius:17px !important;
    color:#261d1a !important;
    text-decoration:none !important;
    font-weight:800 !important;
    background:#fff !important;
    border:1px solid #eaded2 !important;
    box-shadow:0 10px 22px rgba(61,41,29,.045) !important;
  }

  .main-nav a:after{
    content:"›";
    color:#c28e33;
    font-size:22px;
    line-height:1;
  }

  .main-nav a.active{
    background:linear-gradient(135deg,#d3a047,#b97b27) !important;
    color:#fff !important;
    border-color:transparent !important;
    box-shadow:0 14px 28px rgba(185,123,39,.18) !important;
  }

  .main-nav a.active:after{
    color:#fff;
  }

  .menu-toggle{
    z-index:151 !important;
    transition:.2s ease !important;
  }

  body.mobile-menu-open .menu-toggle{
    position:fixed !important;
    left:18px !important;
    top:18px !important;
    background:#1f1715 !important;
    color:#fff !important;
    border-color:#1f1715 !important;
    box-shadow:0 12px 26px rgba(32,23,22,.22) !important;
  }

  body.mobile-menu-open .menu-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg);
  }

  body.mobile-menu-open .menu-toggle span:nth-child(2){
    opacity:0;
  }

  body.mobile-menu-open .menu-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
  }

  .menu-toggle span{
    transition:.2s ease !important;
  }
}

@media (max-width: 430px){
  .main-nav{
    width:min(312px,86vw) !important;
    padding-left:16px !important;
    padding-right:16px !important;
    border-radius:0 26px 26px 0 !important;
  }

  body.mobile-menu-open .menu-toggle{
    left:14px !important;
    top:16px !important;
  }
}


/* =========================================================
   V7.7 - Drawer Menü Link Aktiflik Düzeltmesi
   Menü içindeki linklerin pasif kalmasını engeller.
   ========================================================= */
@media (max-width: 820px){
  body.mobile-menu-open .main-nav{
    pointer-events:auto !important;
  }

  body.mobile-menu-open .main-nav,
  body.mobile-menu-open .main-nav *{
    user-select:auto !important;
    -webkit-user-select:auto !important;
    touch-action:manipulation !important;
  }

  body.mobile-menu-open .main-nav a{
    pointer-events:auto !important;
    cursor:pointer !important;
    position:relative !important;
    z-index:155 !important;
  }

  body.mobile-menu-open:before{
    pointer-events:auto !important;
  }

  .main-nav a{
    pointer-events:auto !important;
  }
}


/* =========================================================
   V7.8 - Hard Drawer Fix
   Eski main-nav drawer yapısını devre dışı bırakır, bağımsız çalışan drawer kullanır.
   ========================================================= */
.mobile-drawer-backdrop,
.mobile-drawer-panel{
  display:none;
}

@media (max-width: 820px){
  /* Eski main-nav mobil menüyü kapat */
  .main-nav{
    display:none !important;
  }

  body.mobile-menu-open:before{
    display:none !important;
  }

  body.mobile-drawer-open{
    overflow:hidden !important;
  }

  .mobile-drawer-backdrop{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    z-index:180 !important;
    background:rgba(32,23,22,.32) !important;
    opacity:0 !important;
    pointer-events:none !important;
    transition:opacity .22s ease !important;
  }

  body.mobile-drawer-open .mobile-drawer-backdrop{
    opacity:1 !important;
    pointer-events:auto !important;
  }

  .mobile-drawer-panel{
    display:flex !important;
    position:fixed !important;
    left:0 !important;
    top:0 !important;
    bottom:0 !important;
    width:min(326px,86vw) !important;
    z-index:190 !important;
    flex-direction:column !important;
    padding:96px 18px 22px !important;
    border-radius:0 30px 30px 0 !important;
    background:
      radial-gradient(circle at 18% 8%, rgba(201,154,67,.15), transparent 26%),
      linear-gradient(180deg,#fffdfa 0%,#fff6ed 100%) !important;
    box-shadow:26px 0 70px rgba(32,23,22,.24) !important;
    transform:translateX(-105%) !important;
    pointer-events:none !important;
    transition:transform .28s cubic-bezier(.2,.8,.2,1) !important;
  }

  body.mobile-drawer-open .mobile-drawer-panel{
    transform:translateX(0) !important;
    pointer-events:auto !important;
  }

  .mobile-drawer-brand{
    position:absolute;
    left:22px;
    top:24px;
    display:flex;
    flex-direction:column;
    gap:4px;
  }

  .mobile-drawer-brand strong{
    color:#1f1715;
    font-size:28px;
    line-height:1;
    letter-spacing:.02em;
    font-weight:900;
  }

  .mobile-drawer-brand small{
    color:#8a7b71;
    font-size:13px;
    font-weight:700;
  }

  .mobile-drawer-links{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .mobile-drawer-links a{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 16px;
    border-radius:17px;
    background:#fff;
    border:1px solid #eaded2;
    box-shadow:0 10px 22px rgba(61,41,29,.045);
    color:#261d1a;
    text-decoration:none;
    font-weight:850;
    pointer-events:auto !important;
  }

  .mobile-drawer-links a:after{
    content:"›";
    color:#c28e33;
    font-size:22px;
    line-height:1;
  }

  .mobile-drawer-links a:first-child{
    background:linear-gradient(135deg,#d3a047,#b97b27);
    color:#fff;
    border-color:transparent;
  }

  .mobile-drawer-links a:first-child:after{
    color:#fff;
  }

  .menu-toggle{
    z-index:195 !important;
  }

  body.mobile-drawer-open .menu-toggle{
    position:fixed !important;
    left:18px !important;
    top:18px !important;
    background:#1f1715 !important;
    color:#fff !important;
    border-color:#1f1715 !important;
    box-shadow:0 12px 26px rgba(32,23,22,.22) !important;
  }

  body.mobile-drawer-open .menu-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg);
  }

  body.mobile-drawer-open .menu-toggle span:nth-child(2){
    opacity:0;
  }

  body.mobile-drawer-open .menu-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
  }
}
