/*
Theme Name: Nimetin Organik Bahcesi Theme
Theme URI: http://localhost/nimetin-organik-bahcesi
Author: Hanifi Bilmez
Description: LeoSan Shop için özel WordPress WooCommerce teması.
Version: 1.0
Text Domain: nimet-organik
*/

:root{
  --ls-dark:#132318;
  --ls-blue:#10281b;
  --ls-gold:#d9a441;
  --ls-bg:#f4f0e7;
  --ls-light:#f8f8f8;
  --ls-border:#e5e7eb;
  --ls-wine:#3f7d20;
}

*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:Arial, sans-serif;
  background:var(--ls-bg);
  color:var(--ls-dark);
}

a{
  text-decoration:none;
  color:inherit;
}

.ls-container{
  max-width:1240px;
  margin:0 auto;
  padding:0 20px;
}

/* HEADER */

.ls-topbar{
  background:var(--ls-dark);
  color:#fff;
  font-size:14px;
  padding:8px 0;
}

.ls-topbar-inner,
.ls-topbar .ls-container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.ls-top-links{
  display:flex;
  gap:20px;
}

.ls-top-links a{
  color:#fff;
  font-size:14px;
}

.ls-main-header{
  background:#f8f8f8;
  border-bottom:1px solid rgba(212,160,23,.25);
}

.ls-header-inner{
  min-height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.ls-logo{
  display:flex;
  align-items:center;
}

.ls-logo img{
  height:82px;
  width:auto;
  display:block;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 10px 20px rgba(212,160,23,.12));
}

.ls-search{
  flex:1;
  max-width:600px;
  margin:0 40px;
}

.ls-search form{
  display:flex;
  height:52px;
}

.ls-search input{
  flex:1;
  border:none;
  background:#eef0f3;
  padding:0 18px;
  font-size:15px;
  border-radius:12px 0 0 12px;
  outline:none;
}

.ls-search button{
  border:none;
  background:var(--ls-gold);
  padding:0 26px;
  font-weight:800;
  border-radius:0 12px 12px 0;
  cursor:pointer;
}

.ls-header-actions{
  display:flex;
  gap:15px;
  align-items:center;
}

.ls-cart{
  background:var(--ls-gold);
  color:#111;
  padding:14px 22px;
  border-radius:12px;
  font-weight:800;
  box-shadow:0 10px 30px rgba(212,160,23,.25);
}

/* MENU */

.ls-mega-menu{
  background:var(--ls-dark);
}

.ls-mega-menu ul{
  display:flex;
  gap:30px;
  list-style:none;
  margin:0;
  padding:15px 0;
  overflow:auto;
}

.ls-mega-menu a{
  color:#fff;
  font-weight:600;
  white-space:nowrap;
}

/* HERO */

.ls-hero{
  background:
    radial-gradient(circle at 82% 22%, rgba(212,160,23,.14), transparent 24%),
    radial-gradient(circle at 18% 88%, rgba(139,13,47,.08), transparent 25%),
    linear-gradient(135deg,#fbfaf7,#f3f5f8 52%,#e9edf3);
  color:#111827;
  padding:100px 0;
}

.ls-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:72px;
  align-items:center;
}

.ls-hero-content{
  position:relative;
  max-width:740px;
  padding:42px;
  border:1px solid rgba(212,160,23,.22);
  border-radius:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.84),rgba(255,255,255,.54)),
    radial-gradient(circle at top left, rgba(212,160,23,.18), transparent 32%);
  box-shadow:
    0 24px 70px rgba(17,24,39,.10),
    inset 0 1px 0 rgba(255,255,255,.86);
  overflow:hidden;
}

.ls-hero-content::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  left:-140px;
  bottom:-150px;
  border-radius:50%;
  background:rgba(139,13,47,.08);
}

.ls-hero-content::after{
  content:"";
  position:absolute;
  width:150px;
  height:4px;
  left:42px;
  bottom:28px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--ls-gold),rgba(139,13,47,.55),transparent);
}

.ls-hero-content > *{
  position:relative;
  z-index:2;
}

.ls-badge{
  display:inline-block;
  background:var(--ls-gold);
  color:#111;
  padding:12px 22px;
  border-radius:999px;
  font-weight:800;
  margin-bottom:20px;
}

.ls-hero h1{
  max-width:760px;
  font-size:54px;
  line-height:1.1;
  margin:0 0 20px;
}

.ls-hero p{
  max-width:640px;
  font-size:20px;
  line-height:1.45;
  color:#4b5563;
}

.ls-hero-buttons{
  display:flex;
  gap:15px;
  margin-top:30px;
}

.ls-btn,
.ls-btn-main,
.ls-btn-light{
  display:inline-block;
  padding:18px 30px;
  border-radius:14px;
  font-weight:800;
}

.ls-btn,
.ls-btn-main{
  background:var(--ls-gold);
  color:#111;
  box-shadow:0 10px 30px rgba(212,160,23,.25);
}

.ls-btn-light{
  background:#fff;
  color:#111;
  box-shadow:0 12px 30px rgba(17,24,39,.10);
}

.ls-hero-visual{
  display:flex;
  flex-direction:column;
  gap:20px;
  justify-self:end;
  width:100%;
  max-width:680px;
  transform:translateX(42px);
}

.ls-hero-video-frame{
  position:relative;
  overflow:hidden;
  width:100%;
  min-height:430px;
  aspect-ratio:4 / 3;
  border-radius:28px;
  border:1px solid rgba(212,160,23,.36);
  background:#fff;
  box-shadow:0 22px 60px rgba(17,24,39,.14);
}

.ls-hero-video-frame::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}

.ls-hero-video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.ls-visual-card.main{
  background:#fff;
  color:#111827;
  border-radius:28px;
  padding:36px;
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.ls-visual-card span{
  display:inline-block;
  background:var(--ls-gold);
  padding:8px 14px;
  border-radius:999px;
  font-weight:800;
  margin-bottom:18px;
}

.ls-visual-card strong{
  display:block;
  font-size:34px;
  margin-bottom:12px;
}

.ls-visual-card p{
  color:#6b7280;
  margin:0;
}

.ls-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.ls-mini-grid div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  color:#fff;
  border-radius:18px;
  padding:22px;
  font-weight:800;
  text-align:center;
}

/* FEATURE CARDS */

.ls-features{
  margin-top:-55px;
  position:relative;
  z-index:5;
  padding-bottom:40px;
}

.ls-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.ls-feature-card{
  background:#fff;
  padding:30px;
  border-radius:22px;
  box-shadow:0 18px 45px rgba(17,24,39,.10);
  border:1px solid rgba(212,160,23,.18);
}

.ls-feature-card h3{
  margin:0 0 12px;
  font-size:22px;
}

.ls-feature-card p{
  margin:0;
  color:#6b7280;
  line-height:1.6;
}

/* PREMIUM CATEGORIES */

.ls-categories{
  padding:100px 0;
  background:
    radial-gradient(circle at top left, rgba(212,160,23,.06), transparent 28%),
    linear-gradient(180deg,#f8f8f8,#f1f3f7);
  position:relative;
  overflow:hidden;
}

.ls-section-title{
  margin-bottom:35px;
}

.ls-section-title h2{
  font-size:38px;
  margin:0 0 10px;
}

.ls-section-title p{
  color:#6b7280;
  font-size:18px;
}

.ls-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.ls-category-card{
  position:relative;
  background:linear-gradient(145deg,#ffffff,#f8f8f8);
  padding:60px 40px;
  border-radius:32px;
  text-align:center;
  transition:.4s ease;
  cursor:pointer;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.7);
  box-shadow:
    0 12px 40px rgba(17,24,39,.06),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.ls-category-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#6d0019,#8b0d2f,#b11241);
  opacity:0;
  transition:.4s ease;
  z-index:0;
}

.ls-category-card::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  background:rgba(255,255,255,.08);
  border-radius:50%;
  top:-120px;
  right:-120px;
  transition:.4s ease;
}

.ls-category-card:hover::before{
  opacity:1;
}

.ls-category-card:hover{
  transform:translateY(-12px) scale(1.02);
  box-shadow:0 28px 65px rgba(109,0,25,.30);
}

.ls-category-card span,
.ls-category-card h3{
  position:relative;
  z-index:2;
  transition:.35s ease;
}

.ls-category-card span{
  font-size:64px;
  display:block;
  margin-bottom:24px;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.08));
}

.ls-category-card h3{
  margin:0;
  font-size:30px;
  font-weight:900;
  color:#111827;
  letter-spacing:-0.5px;
}

.ls-category-card:hover h3{
  color:#fff;
}

.ls-category-card:hover span{
  transform:scale(1.1);
}

/* PREMIUM HOW SECTION */

.ls-how{
  padding:100px 0;
  background:
    radial-gradient(circle at top right, rgba(212,160,23,.06), transparent 30%),
    linear-gradient(180deg,#ffffff,#f6f7f9);
  position:relative;
}

.ls-how-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  align-items:stretch;
}
.ls-how-card{
  position:relative;
  background:linear-gradient(145deg,#ffffff,#f8f8f8);
  border-radius:32px;
  padding:44px;
  border:1px solid rgba(17,24,39,.08);
  box-shadow:
    0 12px 40px rgba(17,24,39,.06),
    inset 0 1px 0 rgba(255,255,255,.85);
  overflow:hidden;
  transition:.4s ease;
}

.ls-how-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#6d0019,#8b0d2f,#b11241);
  opacity:0;
  transition:.4s ease;
  z-index:0;
}

.ls-how-card::after{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  background:rgba(255,255,255,.06);
  border-radius:50%;
  top:-130px;
  right:-120px;
  transition:.4s ease;
}

.ls-how-card:hover::before{
  opacity:1;
}

.ls-how-card:hover{
  transform:translateY(-12px) scale(1.02);
  box-shadow:0 28px 65px rgba(109,0,25,.30);
}

.ls-how-card span,
.ls-how-card h3,
.ls-how-card p{
  position:relative;
  z-index:2;
  transition:.35s ease;
}

.ls-how-card span{
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--ls-gold);
  color:#111;
  border-radius:50%;
  font-weight:900;
  font-size:22px;
  margin-bottom:24px;
  box-shadow:0 10px 25px rgba(212,160,23,.25);
}

.ls-how-card h3{
  margin:0 0 16px;
  font-size:24px;
  font-weight:900;
  color:#111827;
  letter-spacing:-0.4px;
}
.ls-how-card p{
  margin:0;
  color:#6b7280;
  line-height:1.8;
  font-size:17px;
}

.ls-how-card:hover span{
  background:#fff;
  color:var(--ls-wine);
  transform:scale(1.08);
}

.ls-how-card:hover h3,
.ls-how-card:hover p{
  color:#fff;
}

/* PRODUCTS */

.ls-products{
  padding:90px 0;
  background:#f5f6f8;
}

.woocommerce ul.products{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  margin:0;
  padding:0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after{
  display:none !important;
  content:none !important;
}

.woocommerce ul.products li.product{
  float:none !important;
  clear:none !important;
  width:auto !important;
  margin:0 !important;
  height:100%;
  display:flex !important;
  flex-direction:column;
  background:#fff;
  border-radius:24px;
  padding:18px;
  border:1px solid #e5e7eb;
  box-shadow:0 12px 35px rgba(17,24,39,.08);
  transition:.3s;
  overflow:hidden;
}

.woocommerce ul.products li.product:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 55px rgba(17,24,39,.14);
}

.woocommerce ul.products li.product img{
  border-radius:18px;
  background:#f3f4f6;
  padding:12px;
  margin-bottom:16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:17px;
  font-weight:800;
  color:#111827;
  padding:0;
  margin:0 0 10px;
  line-height:1.4;
}

.woocommerce ul.products li.product .price{
  color:var(--ls-gold);
  font-weight:900;
  font-size:18px;
  margin-bottom:14px;
}

.woocommerce ul.products li.product .button{
  background:#111827;
  color:#fff;
  border-radius:12px;
  padding:13px 18px;
  font-weight:800;
  width:100%;
  text-align:center;
  margin-top:auto;
}

.woocommerce ul.products li.product .button:hover{
  background:var(--ls-gold);
  color:#111;
}

.woocommerce span.onsale{
  background:var(--ls-gold);
  color:#111;
  font-weight:900;
  border-radius:999px;
  padding:8px 12px;
  min-height:auto;
  line-height:1;
}

/* CTA */

.ls-cta{
  padding:70px 0;
  background:linear-gradient(135deg,#07152d,#111827);
  color:#fff;
}

.ls-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.ls-cta h2{
  margin:0 0 10px;
  font-size:36px;
}

.ls-cta p{
  margin:0;
  color:#d1d5db;
}

.ls-cta a{
  background:var(--ls-gold);
  color:#111;
  padding:16px 26px;
  border-radius:14px;
  font-weight:900;
  white-space:nowrap;
}

/* FOOTER */

.ls-footer{
  background:#07152d;
  color:#fff;
  padding:70px 0 0;
}

.ls-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:40px;
}

.ls-footer h3{
  font-size:30px;
  margin:0 0 16px;
  color:var(--ls-gold);
}

.ls-footer h4{
  font-size:18px;
  margin:0 0 18px;
  color:#fff;
}

.ls-footer p{
  color:#cbd5e1;
  line-height:1.7;
  margin:0;
}

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

.ls-footer li{
  color:#cbd5e1;
  margin-bottom:12px;
  font-size:15px;
}

.ls-footer a{
  color:#cbd5e1;
}

.ls-footer a:hover{
  color:var(--ls-gold);
}

.ls-footer-bottom{
  margin-top:50px;
  border-top:1px solid rgba(255,255,255,.12);
  padding:22px 0;
  color:#cbd5e1;
  font-size:14px;
}

.ls-footer-whatsapp{
  bottom:24px;
  position:fixed;
  right:24px;
  z-index:90;
}

.ls-footer-whatsapp a{
  align-items:center;
  background:#22c55e;
  border-radius:999px;
  box-shadow:0 14px 32px rgba(22,101,52,.28);
  color:#052e16;
  display:flex;
  font-size:15px;
  font-weight:900;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  white-space:nowrap;
}

.ls-footer-whatsapp a:hover{
  background:#34d36d;
  color:#052e16;
  transform:translateY(-1px);
}

/* RESPONSIVE */

@media(max-width:992px){

  .ls-category-grid,
  .ls-how-grid,
  .ls-feature-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .woocommerce ul.products{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:768px){

  .ls-topbar-inner,
  .ls-topbar .ls-container{
    flex-direction:column;
    gap:8px;
  }

  .ls-header-inner{
    flex-direction:column;
    height:auto;
    padding:20px 0;
    gap:20px;
  }

  .ls-logo img{
    height:76px;
  }

  .ls-search{
    margin:0;
    width:100%;
    max-width:100%;
  }

  .ls-header-actions{
    width:100%;
    justify-content:center;
  }

  .ls-hero{
    padding:70px 0;
  }

  .ls-hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .ls-hero-content{
    padding:30px 24px 38px;
    border-radius:24px;
    max-width:100%;
  }

  .ls-hero-visual{
    max-width:100%;
    transform:none;
  }

  .ls-hero-video-frame{
    min-height:260px;
    aspect-ratio:16 / 10;
  }

  .ls-feature-grid,
  .ls-category-grid,
  .ls-how-grid,
  .ls-footer-grid{
    grid-template-columns:1fr;
  }

  .ls-features{
    margin-top:0;
    padding:40px 0;
  }

  .ls-category-card,
  .ls-how-card{
  position:relative;
  background:linear-gradient(145deg,#ffffff,#f8f8f8);
  border-radius:28px;
  padding:34px 34px 30px;
  min-height:320px;

  border:1px solid rgba(17,24,39,.08);

  box-shadow:
    0 10px 30px rgba(17,24,39,.06),
    inset 0 1px 0 rgba(255,255,255,.85);

  overflow:hidden;
  transition:.35s ease;
}

  .ls-category-card h3,
  .ls-how-card h3{
    font-size:24px;
  }

  .ls-hero h1{
    font-size:38px;
    letter-spacing:0;
  }

  .ls-cta-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .ls-cta h2{
    font-size:28px;
  }

}

@media(max-width:576px){

  .woocommerce ul.products{
    grid-template-columns:1fr;
  }

}
/* HOW CARD SIZE FORCE FIX */
.ls-how-card{
  padding:30px 34px !important;
  min-height:260px !important;
  max-height:none !important;
  border-radius:26px !important;
}

.ls-how-card span{
  width:52px !important;
  height:52px !important;
  font-size:20px !important;
  margin-bottom:20px !important;
}

.ls-how-card h3{
  font-size:24px !important;
  margin:0 0 14px !important;
  line-height:1.25 !important;
}

.ls-how-card p{
  font-size:16px !important;
  line-height:1.65 !important;
}

.ls-how-grid{
  gap:24px !important;
}
/* HERO + FEATURE PREMIUM UPGRADE */

.ls-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(212,160,23,.18), transparent 24%),
    radial-gradient(circle at 14% 88%, rgba(139,13,47,.08), transparent 25%),
    linear-gradient(135deg,#fbfaf7,#f4f6fa 54%,#e8edf4);
}

.ls-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(17,24,39,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,.035) 1px, transparent 1px);
  background-size:48px 48px;
  opacity:.34;
}

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

.ls-badge{
  box-shadow:0 14px 35px rgba(212,160,23,.30);
}

.ls-hero h1{
  letter-spacing:-1.8px;
  color:#111827;
  text-shadow:none;
}

.ls-hero p{
  color:#374151;
}

.ls-hero-buttons a{
  transition:.25s ease;
}

.ls-hero-buttons a:hover{
  transform:translateY(-3px);
}

.ls-btn-main:hover{
  box-shadow:0 18px 42px rgba(212,160,23,.34);
}

.ls-btn-light:hover{
  box-shadow:0 18px 42px rgba(17,24,39,.14);
}

.ls-visual-card.main{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(212,160,23,.22);
}

.ls-visual-card.main::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-140px;
  top:-140px;
  border-radius:50%;
  background:rgba(212,160,23,.12);
}

.ls-mini-grid div{
  transition:.3s ease;
  backdrop-filter:blur(8px);
}

.ls-mini-grid div:hover{
  background:linear-gradient(135deg,#6d0019,#8b0d2f,#b11241);
  transform:translateY(-5px);
  box-shadow:0 18px 40px rgba(109,0,25,.28);
}

/* FEATURE PREMIUM CARDS */

.ls-feature-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#ffffff,#f8f8f8);
  border:1px solid rgba(212,160,23,.22);
  transition:.35s ease;
}

.ls-feature-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#6d0019,#8b0d2f,#b11241);
  opacity:0;
  transition:.35s ease;
  z-index:0;
}

.ls-feature-card::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-120px;
  top:-120px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}

.ls-feature-card h3,
.ls-feature-card p{
  position:relative;
  z-index:2;
  transition:.35s ease;
}

.ls-feature-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 60px rgba(109,0,25,.26);
}

.ls-feature-card:hover::before{
  opacity:1;
}

.ls-feature-card:hover h3,
.ls-feature-card:hover p{
  color:#fff;
}
/* SOCIAL MEDIA */

.ls-socials{
  display:flex;
  gap:14px;
  margin-top:24px;
  flex-wrap:wrap;
}

.ls-socials a{
  display:flex;
  align-items:center;
  justify-content:center;

  min-width:120px;
  height:48px;

  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);

  color:#fff;
  border-radius:14px;

  font-weight:700;

  transition:.3s ease;
  backdrop-filter:blur(8px);
}

.ls-socials a:hover{
  background:linear-gradient(135deg,#6d0019,#8b0d2f,#b11241);
  transform:translateY(-4px);
  box-shadow:0 14px 35px rgba(109,0,25,.30);
}
/* BEST SELLERS */

.ls-best-sellers{
  background:
    radial-gradient(circle at top right, rgba(212,160,23,.05), transparent 28%),
    linear-gradient(180deg,#ffffff,#f6f7f9);
}

.ls-best-sellers .ls-section-title{
  text-align:center;
}

.ls-best-sellers .ls-section-title h2{
  position:relative;
  display:inline-block;
  padding-bottom:14px;
}

.ls-best-sellers .ls-section-title h2::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:90px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#d4a017,#8b0d2f);
}
/* HEADER PREMIUM FINAL TOUCH */

.ls-main-header{
  background:
    radial-gradient(circle at 14% 35%, rgba(212,160,23,.16), transparent 22%),
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.06), transparent 24%),
    linear-gradient(135deg,#020916,#07152d 52%,#111827);
  border-bottom:1px solid rgba(212,160,23,.22);
}

.ls-header-inner{
  min-height:120px;
}

.ls-logo{
  padding:8px 0;
}

.ls-logo img{
  height:96px;
  mix-blend-mode:normal;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.32));
}

.ls-search{
  max-width:720px;
}

.ls-search form{
  height:58px;
  box-shadow:0 16px 40px rgba(0,0,0,.20);
  border-radius:16px;
}

.ls-search input{
  border-radius:16px 0 0 16px;
  background:#f7f8fb;
  color:#111827;
}

.ls-search button{
  border-radius:0 16px 16px 0;
  min-width:110px;
}

.ls-header-actions a:not(.ls-cart){
  font-weight:800;
  color:#fff;
  padding:14px 6px;
}

.ls-cart{
  padding:18px 28px;
  border-radius:16px;
  color:#111;
}

/* MENU PREMIUM BAR */

.ls-mega-menu{
  background:linear-gradient(135deg,#020916,#07152d,#111827);
  border-top:1px solid rgba(212,160,23,.18);
  border-bottom:1px solid rgba(212,160,23,.18);
}

.ls-mega-menu ul{
  gap:10px;
  padding:14px 0;
}

.ls-mega-menu li a{
  display:block;
  padding:12px 18px;
  border-radius:12px;
  color:#fff;
  font-weight:900;
  transition:.3s ease;
}

.ls-mega-menu li a:hover{
  background:linear-gradient(135deg,#6d0019,#8b0d2f,#b11241);
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(109,0,25,.28);
}
/* ABOUT PAGE */

.ls-about-page{
  padding:80px 0;
  background:#f5f6f8;
}

.ls-about-hero{
  max-width:980px;
  margin:0 auto 50px;
  text-align:center;
  padding:70px 30px;
  border-radius:34px;
  color:#fff;
  background:linear-gradient(135deg,#07152d,#111827,#1e293b);
}

.ls-about-hero span{
  display:inline-block;
  background:#d4a017;
  color:#111;
  padding:10px 18px;
  border-radius:999px;
  font-weight:900;
  margin-bottom:20px;
}

.ls-about-hero h1{
  font-size:46px;
  line-height:1.1;
  margin:0 0 20px;
}

.ls-about-hero p{
  max-width:760px;
  margin:0 auto;
  color:#d1d5db;
  font-size:18px;
  line-height:1.7;
}

.ls-about-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  padding:0 20px;
}

.ls-about-card{
  background:#fff;
  border-radius:28px;
  padding:34px;
  border:1px solid #e5e7eb;
  box-shadow:0 14px 40px rgba(17,24,39,.08);
}

.ls-about-card h2{
  margin:0 0 14px;
  font-size:26px;
}

.ls-about-card p{
  margin:0;
  color:#6b7280;
  line-height:1.7;
}

@media(max-width:768px){
  .ls-about-grid{
    grid-template-columns:1fr;
  }

  .ls-about-hero h1{
    font-size:34px;
  }
}
.ls-page{
  padding:70px 0;
  background:#f5f6f8;
}
/* PREMIUM ABOUT PAGE */

.ls-about-premium{
  padding:90px 0;
  background:
    radial-gradient(circle at top left, rgba(212,160,23,.08), transparent 28%),
    linear-gradient(180deg,#f8f8f8,#f1f3f7);
}

.ls-about-hero-premium{
  width:100%;
  max-width:100%;
  margin:0 auto 36px;
  padding:80px 50px;
  border-radius:38px;
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at top right, rgba(212,160,23,.20), transparent 28%),
    linear-gradient(135deg,#07152d,#111827,#1e293b);
  box-shadow:0 30px 80px rgba(17,24,39,.22);
}

.ls-about-hero-premium span{
  display:inline-block;
  background:#d4a017;
  color:#111;
  padding:10px 20px;
  border-radius:999px;
  font-weight:900;
  margin-bottom:22px;
}

.ls-about-hero-premium h1{
  max-width:900px;
  margin:0 auto 20px;
  font-size:48px;
  line-height:1.08;
}

.ls-about-hero-premium p{
  max-width:760px;
  margin:0 auto;
  color:#d1d5db;
  font-size:18px;
  line-height:1.7;
}

.ls-about-contact{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:30px;
}

.ls-about-contact a{
  background:#fff;
  color:#111827;
  padding:15px 22px;
  border-radius:14px;
  font-weight:900;
}

.ls-about-stats{
  width:100%;
  max-width:100%;
  margin:0 auto 36px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.ls-about-stats div,
.ls-about-card-premium{
  background:#fff;
  border-radius:28px;
  padding:34px;
  box-shadow:0 16px 45px rgba(17,24,39,.08);
  border:1px solid rgba(212,160,23,.16);
}

.ls-about-stats strong{
  display:block;
  font-size:38px;
  color:#d4a017;
  margin-bottom:8px;
}

.ls-about-stats span{
  font-weight:800;
  color:#111827;
}

.ls-about-grid-premium{
  width:100%;
  max-width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.ls-about-card-premium h2{
  margin:0 0 14px;
  font-size:26px;
}

.ls-about-card-premium p{
  margin:0;
  color:#6b7280;
  line-height:1.8;
}

@media(max-width:768px){
  .ls-about-hero-premium{
    padding:55px 24px;
  }

  .ls-about-hero-premium h1{
    font-size:34px;
  }

  .ls-about-stats,
  .ls-about-grid-premium{
  width:100%;
  max-width:100%;
}
.ls-about-hero-premium,
.ls-about-stats,
.ls-about-grid-premium{
  padding-left:40px;
  padding-right:40px;
}

}

/* HERO EDITORIAL REDESIGN */

.ls-hero{
  padding:92px 0 104px;
  background:
    radial-gradient(circle at 76% 18%, rgba(212,160,23,.16), transparent 24%),
    radial-gradient(circle at 12% 86%, rgba(139,13,47,.20), transparent 28%),
    linear-gradient(135deg,#0b1220 0%,#101827 48%,#172033 100%);
  color:#fff;
}

.ls-hero::before{
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  opacity:.5;
}

.ls-hero-grid{
  max-width:1400px;
  grid-template-columns:minmax(0,1fr) minmax(560px,.95fr);
  gap:76px;
}

.ls-hero-content{
  max-width:760px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}

.ls-hero-content::before,
.ls-hero-content::after{
  content:none;
}

.ls-badge{
  margin-bottom:26px;
  padding:12px 22px;
  border:1px solid rgba(17,24,39,.08);
  background:linear-gradient(135deg,#e6ad10,#d4a017);
  box-shadow:0 18px 42px rgba(212,160,23,.24);
}

.ls-hero h1{
  max-width:780px;
  margin:0 0 24px;
  font-size:62px;
  line-height:1.02;
  letter-spacing:0;
  color:#fff;
}

.ls-hero h1::after{
  content:"";
  display:block;
  width:104px;
  height:5px;
  margin-top:24px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--ls-gold),var(--ls-wine));
}

.ls-hero p{
  max-width:690px;
  margin:0;
  font-size:21px;
  line-height:1.5;
  color:#cbd5e1;
}

.ls-hero-buttons{
  margin-top:34px;
  gap:18px;
}

.ls-btn-main,
.ls-btn-light{
  border-radius:18px;
  padding:19px 32px;
}

.ls-btn-main{
  box-shadow:0 18px 46px rgba(212,160,23,.28);
}

.ls-btn-light{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:0 16px 38px rgba(0,0,0,.16);
}

.ls-hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.ls-hero-proof span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#f8fafc;
  font-size:14px;
  font-weight:800;
  box-shadow:0 12px 30px rgba(17,24,39,.06);
}

.ls-hero-proof span::before{
  content:"";
  width:8px;
  height:8px;
  margin-right:9px;
  border-radius:50%;
  background:var(--ls-gold);
  box-shadow:0 0 0 4px rgba(212,160,23,.15);
}

.ls-hero-visual{
  justify-self:end;
  width:100%;
  max-width:760px;
  transform:none;
}

.ls-hero-video-frame{
  min-height:440px;
  aspect-ratio:16 / 9;
  border-radius:34px;
  border:1px solid rgba(212,160,23,.34);
  background:#07152d;
  box-shadow:
    0 34px 90px rgba(0,0,0,.30),
    0 0 0 12px rgba(255,255,255,.07);
}

.ls-hero-video-frame::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 30%,rgba(0,0,0,.08));
}

.ls-video-tag{
  position:absolute;
  left:24px;
  top:22px;
  z-index:3;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.90);
  color:#111827;
  font-size:13px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}

@media(max-width:992px){
  .ls-hero-grid{
    grid-template-columns:1fr;
    gap:44px;
  }

  .ls-hero-content,
  .ls-hero-visual{
    max-width:100%;
  }

  .ls-hero h1{
    font-size:48px;
  }
}

@media(max-width:768px){
  .ls-hero{
    padding:64px 0 72px;
  }

  .ls-hero h1{
    font-size:38px;
  }

  .ls-hero p{
    font-size:18px;
  }

  .ls-hero-video-frame{
    min-height:260px;
    border-radius:24px;
  }
}

/* HEADER MENU-INLINE REDESIGN */

.ls-main-header + .ls-mega-menu{
  display:none;
}

.ls-header-inner{
  gap:24px;
}

.ls-header-inner > .ls-mega-menu{
  flex:1;
  min-width:0;
  background:transparent;
  border:0;
}

.ls-header-inner > .ls-mega-menu ul{
  justify-content:center;
  gap:6px;
  padding:0;
  overflow:visible;
}

.ls-header-inner > .ls-mega-menu li a{
  padding:12px 13px;
  border-radius:14px;
  color:#fff;
  font-size:15px;
  font-weight:900;
}

.ls-header-inner > .ls-mega-menu li:first-child a{
  background:linear-gradient(135deg,#7a0628,#b11241);
  box-shadow:0 14px 32px rgba(139,13,47,.28);
}

.ls-header-inner > .ls-mega-menu li a:hover{
  background:linear-gradient(135deg,#7a0628,#b11241);
  transform:translateY(-2px);
}

.ls-header-inner .ls-search{
  flex:0 0 280px;
  max-width:280px;
  margin:0;
}

.ls-header-inner .ls-search form{
  height:48px;
  border-radius:16px;
}

.ls-header-inner .ls-search input{
  min-width:0;
  padding:0 14px;
  border-radius:16px 0 0 16px;
}

.ls-header-inner .ls-search button{
  min-width:72px;
  padding:0 18px;
  border-radius:0 16px 16px 0;
}

.ls-header-actions{
  flex:0 0 auto;
}

@media(max-width:1180px){
  .ls-header-inner{
    flex-wrap:wrap;
    justify-content:center;
    padding:18px 0;
  }

  .ls-header-inner > .ls-mega-menu{
    order:4;
    flex:0 0 100%;
  }

  .ls-header-inner > .ls-mega-menu ul{
    justify-content:center;
    overflow:auto;
  }
}

@media(max-width:768px){
  .ls-header-inner .ls-search{
    flex:1 1 100%;
    max-width:100%;
  }
}

/* HEADER INLINE BALANCE FIX */

.ls-main-header .ls-container{
  max-width:1560px;
}

.ls-header-inner{
  min-height:96px;
  gap:22px;
  justify-content:flex-start;
}

.ls-logo{
  flex:0 0 168px;
  min-width:168px;
  overflow:hidden;
}

.ls-logo img{
  height:74px;
  max-width:154px;
  object-fit:contain;
}

.ls-header-inner > .ls-mega-menu{
  flex:1 1 auto;
  min-width:0;
}

.ls-header-inner > .ls-mega-menu ul{
  justify-content:flex-start;
  gap:4px;
  flex-wrap:nowrap;
}

.ls-header-inner > .ls-mega-menu li{
  flex:0 0 auto;
}

.ls-header-inner > .ls-mega-menu li a{
  padding:10px 12px;
  font-size:14px;
  line-height:1;
  border-radius:12px;
}

.ls-header-inner > .ls-mega-menu li:first-child a{
  box-shadow:none;
}

.ls-header-inner .ls-search{
  flex:0 0 250px;
  max-width:250px;
  margin-left:8px;
}

.ls-header-inner .ls-search form{
  height:48px;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}

.ls-header-inner .ls-search input{
  font-size:14px;
}

.ls-header-inner .ls-search button{
  min-width:70px;
  padding:0 16px;
}

.ls-header-actions{
  margin-left:auto;
  gap:10px;
}

.ls-header-actions a:not(.ls-cart),
.ls-cart{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:104px;
  height:48px;
  padding:0 20px;
  border-radius:14px;
  font-weight:900;
  color:#fff;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:none;
}

.ls-cart{
  color:#111827;
  background:var(--ls-gold);
  border-color:rgba(212,160,23,.55);
}

@media(max-width:1320px){
  .ls-header-inner{
    flex-wrap:wrap;
    padding:16px 0;
  }

  .ls-header-inner > .ls-mega-menu{
    order:5;
    flex:0 0 100%;
  }

  .ls-header-inner > .ls-mega-menu ul{
    justify-content:center;
    overflow:auto;
  }

  .ls-header-actions{
    margin-left:0;
  }
}

/* HEADER RESTORE: PRIMARY LINKS + CATEGORY BAR */

.ls-main-header + .ls-mega-menu,
.ls-category-menu{
  display:block;
}

.ls-main-header .ls-container{
  max-width:1240px;
}

.ls-header-inner{
  min-height:116px;
  display:grid;
  grid-template-columns:auto minmax(360px,1fr) minmax(220px,320px) auto;
  gap:22px;
  align-items:center;
  padding:0;
}

.ls-logo{
  flex:initial;
  min-width:0;
  overflow:visible;
}

.ls-logo img{
  height:92px;
  max-width:190px;
  object-fit:contain;
}

.ls-primary-menu ul{
  display:flex;
  align-items:center;
  gap:6px;
  list-style:none;
  margin:0;
  padding:0;
}

.ls-primary-menu a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 12px;
  border-radius:14px;
  color:#fff;
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
  transition:.25s ease;
}

.ls-primary-menu a:hover{
  background:rgba(255,255,255,.10);
}

.ls-header-inner .ls-search{
  flex:initial;
  max-width:none;
  width:100%;
  margin:0;
}

.ls-header-inner .ls-search form{
  height:52px;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

.ls-header-inner .ls-search input{
  border-radius:16px 0 0 16px;
}

.ls-header-inner .ls-search button{
  min-width:72px;
  border-radius:0 16px 16px 0;
  padding:0 18px;
}

.ls-header-actions{
  margin-left:0;
  justify-content:flex-end;
}

.ls-cart{
  min-width:112px;
  height:52px;
  padding:0 24px;
  border-radius:16px;
  color:#111827;
  background:var(--ls-gold);
  border:1px solid rgba(212,160,23,.45);
  box-shadow:0 14px 32px rgba(212,160,23,.22);
}

.ls-admin-link,
.ls-account-link{
  min-width:92px;
  height:52px;
  padding:0 20px;
  border-radius:16px;
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  font-weight:900;
}

.ls-admin-link:hover,
.ls-account-link:hover{
  background:#fff;
  color:#111827;
}

.ls-category-menu{
  background:linear-gradient(135deg,#020916,#07152d,#111827);
  border-top:1px solid rgba(212,160,23,.18);
  border-bottom:1px solid rgba(212,160,23,.18);
}

.ls-category-menu ul{
  display:flex;
  justify-content:center;
  gap:10px;
  list-style:none;
  margin:0;
  padding:14px 0;
  overflow:auto;
}

.ls-category-menu li a{
  display:block;
  padding:12px 18px;
  border-radius:12px;
  color:#fff;
  font-weight:900;
  white-space:nowrap;
  transition:.25s ease;
}

.ls-category-menu li:first-child a,
.ls-category-menu li a:hover{
  background:linear-gradient(135deg,#6d0019,#8b0d2f,#b11241);
}

.ls-mobile-toggle{
  display:none;
}

@media(max-width:1100px){
  .ls-header-inner{
    grid-template-columns:auto 1fr;
    gap:18px;
    padding:18px 0;
  }

  .ls-primary-menu,
  .ls-header-inner .ls-search{
    grid-column:1 / -1;
  }

  .ls-primary-menu ul{
    justify-content:center;
    overflow:auto;
  }

  .ls-header-actions{
    justify-self:end;
  }
}

@media(max-width:768px){
  .ls-header-inner{
    grid-template-columns:1fr;
    justify-items:center;
    width:100%;
    overflow:hidden;
  }

  .ls-primary-menu,
  .ls-header-inner .ls-search,
  .ls-header-actions{
    width:100%;
  }

  .ls-header-actions{
    justify-content:center;
  }
}

/* MOBILE HEADER OVERFLOW FIX */

@media(max-width:640px){
  html,
  body{
    overflow-x:hidden;
  }

  .ls-container{
    width:100%;
    max-width:100%;
    padding-left:16px;
    padding-right:16px;
  }

  .ls-topbar-inner,
  .ls-topbar .ls-container{
    text-align:center;
  }

  .ls-top-links{
    justify-content:center;
    gap:14px;
  }

  .ls-logo img{
    height:86px;
    max-width:180px;
  }

  .ls-primary-menu{
    overflow:hidden;
  }

  .ls-primary-menu ul{
    width:100%;
    justify-content:center;
    gap:6px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .ls-primary-menu ul::-webkit-scrollbar{
    display:none;
  }

  .ls-primary-menu a{
    min-height:40px;
    padding:0 10px;
    font-size:15px;
  }

  .ls-header-inner .ls-search{
    width:100%;
    max-width:100%;
    min-width:0;
  }

  .ls-header-inner .ls-search form{
    width:100%;
    height:50px;
  }

  .ls-header-inner .ls-search input{
    min-width:0;
    width:100%;
    flex:1 1 auto;
    font-size:14px;
  }

  .ls-header-inner .ls-search button{
    flex:0 0 74px;
    min-width:74px;
    max-width:74px;
    padding:0;
  }

  .ls-header-actions{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
  }

  .ls-header-actions a,
  .ls-admin-link,
  .ls-account-link,
  .ls-cart{
    width:100%;
    min-width:0;
    height:48px;
    padding:0 10px;
    font-size:15px;
  }

  .ls-category-menu .ls-container{
    padding-left:0;
    padding-right:0;
  }

  .ls-category-menu ul{
    justify-content:flex-start;
    gap:8px;
    padding:12px 16px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .ls-category-menu ul::-webkit-scrollbar{
    display:none;
  }

  .ls-category-menu li a{
    padding:11px 16px;
    font-size:15px;
  }

  .ls-hero{
    overflow:hidden;
  }

  .ls-hero-visual{
    width:100%;
    max-width:100%;
    min-width:0;
    justify-self:stretch;
    overflow:hidden;
  }

  .ls-hero-video-frame{
    width:100%;
    max-width:100%;
    min-width:0;
    min-height:230px;
    aspect-ratio:16 / 10;
    border-radius:22px;
    box-shadow:0 18px 42px rgba(0,0,0,.22);
    outline:0;
  }

  .ls-hero-video-frame::after{
    box-shadow:none;
  }

  .ls-video-tag{
    left:14px;
    top:14px;
    max-width:calc(100% - 28px);
    font-size:12px;
    padding:8px 12px;
  }
}

/* MOBILE DROPDOWN MENUS */

@media(max-width:640px){
  .ls-mobile-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:46px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:14px;
    background:rgba(255,255,255,.10);
    color:#fff;
    font-weight:900;
    cursor:pointer;
  }

  .ls-mobile-toggle::after{
    content:"";
    width:8px;
    height:8px;
    margin-left:10px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(45deg) translateY(-2px);
  }

  .ls-mobile-toggle[aria-expanded="true"]::after{
    transform:rotate(225deg) translateY(-2px);
  }

  .ls-primary-menu{
    width:100%;
  }

  .ls-primary-menu ul,
  .ls-category-menu ul{
    display:none;
  }

  .ls-primary-menu ul.is-open,
  .ls-category-menu ul.is-open{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    width:100%;
    overflow:visible;
  }

  .ls-primary-menu ul.is-open{
    margin-top:10px;
  }

  .ls-category-toggle{
    margin:12px 16px;
    width:calc(100% - 32px);
    background:linear-gradient(135deg,#6d0019,#8b0d2f,#b11241);
  }

  .ls-category-menu ul.is-open{
    padding:0 16px 14px;
  }

  .ls-primary-menu a,
  .ls-category-menu li a{
    justify-content:center;
    width:100%;
    min-height:44px;
  }
}

/* INFO PAGES */

.ls-info-page{
  background:
    radial-gradient(circle at 80% 8%, rgba(212,160,23,.12), transparent 24%),
    linear-gradient(180deg,#f4f6f9,#eef2f7);
  color:#111827;
}

.ls-info-hero{
  padding:86px 0 44px;
}

.ls-info-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:36px;
  align-items:stretch;
}

.ls-info-hero-grid > div:first-child,
.ls-info-panel{
  border:1px solid rgba(212,160,23,.22);
  border-radius:30px;
  background:rgba(255,255,255,.78);
  box-shadow:0 24px 70px rgba(17,24,39,.10);
}

.ls-info-hero-grid > div:first-child{
  padding:54px;
}

.ls-info-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  background:var(--ls-gold);
  color:#111827;
  font-weight:900;
  margin-bottom:22px;
}

.ls-info-hero h1{
  margin:0 0 22px;
  font-size:56px;
  line-height:1.04;
}

.ls-info-hero p{
  margin:0;
  max-width:760px;
  color:#475569;
  font-size:19px;
  line-height:1.75;
}

.ls-info-panel{
  padding:42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at top right, rgba(212,160,23,.18), transparent 30%),
    linear-gradient(135deg,#07152d,#111827);
  color:#fff;
}

.ls-info-panel strong{
  display:block;
  max-width:420px;
  font-size:30px;
  line-height:1.18;
  margin-bottom:16px;
}

.ls-info-panel p{
  color:#cbd5e1;
}

.ls-info-panel a,
.ls-contact-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:48px;
  padding:0 20px;
  border-radius:14px;
  background:var(--ls-gold);
  color:#111827;
  font-weight:900;
  margin-top:24px;
}

.ls-info-stats,
.ls-info-card-grid,
.ls-contact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  padding-bottom:34px;
}

.ls-info-stats div,
.ls-info-card,
.ls-contact-card,
.ls-contact-form-section{
  border:1px solid rgba(17,24,39,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 46px rgba(17,24,39,.07);
}

.ls-info-stats div{
  padding:28px;
}

.ls-info-stats strong{
  display:block;
  color:var(--ls-gold);
  font-size:34px;
  margin-bottom:8px;
}

.ls-info-stats span{
  font-weight:900;
}

.ls-info-card{
  padding:34px;
}

.ls-info-card h2,
.ls-contact-form-section h2{
  margin:0 0 14px;
  font-size:27px;
}

.ls-info-card p,
.ls-contact-form-section p{
  margin:0;
  color:#64748b;
  line-height:1.75;
}

.ls-info-card-grid{
  padding-bottom:90px;
}

.ls-contact-grid{
  padding-bottom:26px;
}

.ls-contact-card{
  padding:30px;
}

.ls-contact-card span{
  display:block;
  color:#64748b;
  font-weight:800;
  margin-bottom:10px;
}

.ls-contact-card strong{
  display:block;
  min-height:56px;
  font-size:22px;
  line-height:1.25;
}

.ls-contact-form-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  padding:38px;
  margin-bottom:90px;
}

.ls-contact-map-section{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:28px;
  align-items:stretch;
  margin-bottom:34px;
}

.ls-contact-map-section > div:first-child,
.ls-map-embed{
  border:1px solid rgba(17,24,39,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 46px rgba(17,24,39,.07);
}

.ls-contact-map-section > div:first-child{
  padding:34px;
}

.ls-contact-map-section h2{
  margin:10px 0 14px;
  font-size:30px;
}

.ls-contact-map-section p{
  color:#64748b;
  line-height:1.7;
  margin:0 0 22px;
}

.ls-contact-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ls-contact-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  background:#f8fafc;
  color:#111827;
  font-weight:900;
}

.ls-contact-socials a:hover{
  background:var(--ls-gold);
}

.ls-map-embed{
  overflow:hidden;
  min-height:360px;
}

.ls-map-embed iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
}

.ls-contact-checklist{
  display:grid;
  gap:12px;
}

.ls-contact-checklist span{
  display:flex;
  align-items:center;
  min-height:48px;
  padding:0 16px;
  border-radius:14px;
  background:#f8fafc;
  color:#111827;
  font-weight:800;
}

.ls-contact-checklist span::before{
  content:"";
  width:9px;
  height:9px;
  margin-right:10px;
  border-radius:50%;
  background:var(--ls-gold);
}

@media(max-width:900px){
  .ls-info-hero-grid,
  .ls-contact-form-section,
  .ls-contact-map-section{
    grid-template-columns:1fr;
  }

  .ls-info-stats,
  .ls-info-card-grid,
  .ls-contact-grid{
    grid-template-columns:1fr;
  }

  .ls-info-hero-grid > div:first-child,
  .ls-info-panel{
    padding:32px;
  }

  .ls-info-hero h1{
    font-size:40px;
  }
}

/* SHOP ARCHIVE LAYOUT */

.ls-shop-page{
  padding:70px 0 90px;
  background:
    radial-gradient(circle at 84% 10%, rgba(212,160,23,.08), transparent 24%),
    linear-gradient(180deg,#f6f7fa,#eef2f7);
}

.ls-shop-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:34px;
  align-items:start;
}

.ls-shop-sidebar{
  position:sticky;
  top:22px;
  display:grid;
  gap:18px;
}

.ls-shop-widget{
  padding:24px;
  border:1px solid rgba(17,24,39,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 42px rgba(17,24,39,.07);
}

.ls-shop-widget h2{
  margin:0 0 16px;
  color:#111827;
  font-size:20px;
}

.ls-shop-search{
  display:grid;
  gap:10px;
}

.ls-shop-search input[type="search"]{
  width:100%;
  height:46px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:0 14px;
  background:#f8fafc;
  color:#111827;
  outline:none;
}

.ls-shop-search button{
  height:46px;
  border:0;
  border-radius:14px;
  background:var(--ls-gold);
  color:#111827;
  font-weight:900;
  cursor:pointer;
}

.ls-shop-category-list,
.ls-shop-link-list{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.ls-shop-category-list a,
.ls-shop-link-list a{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 12px;
  border-radius:13px;
  color:#1f2937;
  font-weight:800;
  background:#f8fafc;
  transition:.25s ease;
}

.ls-shop-category-list a::before,
.ls-shop-link-list a::before{
  content:"";
  width:8px;
  height:8px;
  margin-right:10px;
  border-radius:50%;
  background:var(--ls-gold);
}

.ls-shop-category-list a:hover,
.ls-shop-link-list a:hover{
  background:#111827;
  color:#fff;
  transform:translateX(4px);
}

.ls-shop-content{
  min-width:0;
}

.ls-shop-content .woocommerce-products-header__title,
.ls-shop-content .page-title{
  margin:0 0 22px;
  color:#111827;
  font-size:38px;
  line-height:1.1;
}

.ls-shop-content .woocommerce-result-count{
  color:#64748b;
  font-weight:700;
}

.ls-shop-content .woocommerce-ordering select{
  height:44px;
  border:1px solid #e5e7eb;
  border-radius:13px;
  padding:0 12px;
  background:#fff;
  color:#111827;
}

.ls-shop-content .woocommerce ul.products{
  grid-template-columns:repeat(3,1fr);
}

@media(max-width:1080px){
  .ls-shop-layout{
    grid-template-columns:1fr;
  }

  .ls-shop-sidebar{
    position:static;
    grid-template-columns:repeat(3,1fr);
  }

  .ls-shop-content .woocommerce ul.products{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .ls-shop-sidebar{
    grid-template-columns:1fr;
  }

  .ls-shop-content .woocommerce ul.products{
    grid-template-columns:1fr;
  }
}

/* SINGLE PRODUCT */

.ls-single-product-wrap{
  max-width:1180px;
}

.ls-single-product-wrap div.product{
  display:grid;
  grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);
  gap:54px;
  align-items:start;
  padding:40px;
  border:1px solid rgba(17,24,39,.08);
  border-radius:30px;
  background:#fff;
  box-shadow:0 22px 70px rgba(17,24,39,.08);
}

.ls-single-product-wrap div.product::before,
.ls-single-product-wrap div.product::after{
  display:none !important;
  content:none !important;
}

.ls-single-product-wrap div.product div.images,
.ls-single-product-wrap div.product div.summary{
  float:none !important;
  width:auto !important;
  margin:0 !important;
}

.ls-single-product-wrap div.product div.images img{
  border-radius:24px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}

.ls-single-product-wrap .woocommerce-product-gallery{
  position:relative;
}

.ls-single-product-wrap .woocommerce-product-gallery__trigger{
  position:absolute;
  right:18px;
  top:18px;
  z-index:5;
  width:44px;
  height:44px;
  border-radius:50%;
  background:#fff;
  color:#111827;
  box-shadow:0 12px 28px rgba(17,24,39,.18);
}

.ls-single-product-wrap .woocommerce-product-gallery__trigger::before{
  border-color:#111827;
}

.ls-single-product-wrap .woocommerce-product-gallery__trigger::after{
  background:#111827;
}

.ls-single-product-wrap .product_title{
  margin:0 0 16px;
  color:#111827;
  font-size:42px;
  line-height:1.08;
}

.ls-single-product-wrap .summary .price{
  color:var(--ls-gold);
  font-size:28px;
  font-weight:900;
}

.ls-single-product-wrap .woocommerce-product-details__short-description{
  color:#475569;
  font-size:18px;
  line-height:1.7;
  margin:22px 0;
}

.ls-single-product-wrap form.cart{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:24px;
}

.ls-single-product-wrap .quantity .qty{
  width:76px;
  height:48px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  text-align:center;
}

.ls-single-product-wrap .single_add_to_cart_button{
  min-height:48px;
  border:0;
  border-radius:14px;
  background:#111827 !important;
  color:#fff !important;
  padding:0 26px;
  font-weight:900;
}

.ls-single-product-wrap .product_meta,
.ls-single-product-wrap .woocommerce-tabs,
.ls-single-product-wrap .related.products{
  grid-column:1 / -1;
}

.ls-product-share{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid #e5e7eb;
}

.ls-product-share > span{
  display:block;
  margin-bottom:12px;
  color:#111827;
  font-weight:900;
}

.ls-product-share div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ls-product-share a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#f8fafc;
  color:#111827;
  border:1px solid #e5e7eb;
  font-size:14px;
  font-weight:900;
  transition:.25s ease;
}

.ls-product-share a:hover{
  background:#111827;
  color:#fff;
  transform:translateY(-2px);
}

.ls-single-product-wrap .woocommerce-tabs,
.ls-single-product-wrap .related.products{
  margin-top:28px;
}

@media(max-width:900px){
  .ls-single-product-wrap div.product{
    grid-template-columns:1fr;
    padding:24px;
  }

  .ls-single-product-wrap .product_title{
    font-size:34px;
  }
}

/* BLOG */

.ls-blog-page,
.ls-single-post-page{
  background:
    radial-gradient(circle at 80% 8%, rgba(212,160,23,.10), transparent 24%),
    linear-gradient(180deg,#f6f7fa,#eef2f7);
}

.ls-blog-hero{
  padding:82px 0 36px;
  text-align:center;
}

.ls-blog-hero span,
.ls-single-post header span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  background:var(--ls-gold);
  color:#111827;
  font-weight:900;
  margin-bottom:20px;
}

.ls-blog-hero h1{
  margin:0 0 16px;
  color:#111827;
  font-size:54px;
}

.ls-blog-hero p{
  max-width:720px;
  margin:0 auto;
  color:#64748b;
  font-size:19px;
  line-height:1.7;
}

.ls-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  padding-bottom:90px;
}

.ls-blog-card a,
.ls-blog-empty,
.ls-single-post{
  display:block;
  height:100%;
  padding:32px;
  border:1px solid rgba(17,24,39,.08);
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 50px rgba(17,24,39,.07);
}

.ls-blog-card span{
  display:block;
  color:var(--ls-gold);
  font-weight:900;
  margin-bottom:14px;
}

.ls-blog-card h2{
  margin:0 0 14px;
  color:#111827;
  font-size:25px;
  line-height:1.2;
}

.ls-blog-card p,
.ls-blog-empty p{
  color:#64748b;
  line-height:1.7;
}

.ls-blog-card strong{
  display:inline-flex;
  margin-top:16px;
  color:#8b0d2f;
  font-weight:900;
}

.ls-single-post-page{
  padding:76px 0 96px;
}

.ls-single-post{
  max-width:1200px;
  margin:0 auto;
  padding:58px 70px;
}

.ls-single-post h1{
  max-width:920px;
  margin:0 0 26px;
  color:#111827;
  font-size:48px;
  line-height:1.08;
}

.ls-single-post-content{
  max-width:1040px;
  color:#334155;
  font-size:18px;
  line-height:1.85;
}

.ls-single-post-content h2{
  margin:34px 0 12px;
  color:#111827;
  font-size:28px;
}

@media(max-width:900px){
  .ls-blog-grid{
    grid-template-columns:1fr;
  }

  .ls-blog-hero h1,
  .ls-single-post h1{
    font-size:38px;
  }

  .ls-single-post{
    padding:30px 24px;
  }
}

/* HOME COMPACT CARDS */

.ls-categories,
.ls-how{
  padding:70px 0;
}

.ls-category-grid{
  gap:24px;
}

.ls-category-card{
  min-height:220px;
  padding:34px 30px !important;
  border-radius:26px;
}

.ls-category-card span{
  font-size:46px;
  margin-bottom:16px;
}

.ls-category-card h3{
  font-size:25px;
}

.ls-how-grid{
  gap:22px !important;
}

.ls-how-card{
  min-height:210px !important;
  padding:28px 30px !important;
  border-radius:24px !important;
}

.ls-how-card span{
  width:48px !important;
  height:48px !important;
  font-size:19px !important;
  margin-bottom:18px !important;
}

.ls-how-card h3{
  font-size:23px !important;
  margin-bottom:10px !important;
}

.ls-how-card p{
  font-size:16px !important;
  line-height:1.55 !important;
}

@media(max-width:768px){
  .ls-category-card,
  .ls-how-card{
    min-height:auto !important;
    padding:28px 24px !important;
  }
}

/* WOOCOMMERCE CART / CHECKOUT / ACCOUNT */

.woocommerce-cart .ls-page,
.woocommerce-checkout .ls-page,
.woocommerce-account .ls-page{
  padding:76px 0 96px;
  background:
    radial-gradient(circle at 82% 10%, rgba(212,160,23,.10), transparent 24%),
    linear-gradient(180deg,#f6f7fa,#eef2f7);
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content,
.ls-page .woocommerce{
  width:100%;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout-review-order table.shop_table,
.woocommerce-account table.shop_table{
  border:0;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 54px rgba(17,24,39,.08);
}

.woocommerce table.shop_table th{
  padding:18px;
  background:#111827;
  color:#fff;
  font-weight:900;
}

.woocommerce table.shop_table td{
  padding:18px;
  border-top:1px solid #eef2f7;
  color:#111827;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation{
  border:1px solid rgba(17,24,39,.08);
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 54px rgba(17,24,39,.08);
}

.woocommerce-cart .cart-collaterals .cart_totals{
  padding:28px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-account h3{
  margin:0 0 20px;
  color:#111827;
  font-size:28px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button,
.woocommerce-checkout #place_order{
  border:0 !important;
  border-radius:14px !important;
  background:#111827 !important;
  color:#fff !important;
  padding:15px 22px !important;
  font-weight:900 !important;
  line-height:1.1 !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .button:hover,
.woocommerce-checkout #place_order:hover{
  background:var(--ls-gold) !important;
  color:#111827 !important;
}

.woocommerce .coupon{
  display:flex;
  gap:10px;
  align-items:center;
}

.woocommerce .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty{
  min-height:46px;
  border:1px solid #e5e7eb;
  border-radius:13px;
  padding:0 14px;
  background:#f8fafc;
  color:#111827;
}

.woocommerce form .form-row textarea{
  padding-top:12px;
}

.woocommerce form .form-row label{
  color:#111827;
  font-weight:800;
}

.woocommerce-checkout #customer_details{
  padding:30px;
  margin-bottom:28px;
}

.woocommerce-checkout #order_review{
  padding:30px;
}

.woocommerce-checkout .col2-set{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2{
  float:none;
  width:auto;
}

.woocommerce-account .woocommerce{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:28px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  padding:16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 14px;
  border-radius:13px;
  background:#f8fafc;
  color:#111827;
  font-weight:900;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  background:#111827;
  color:#fff;
}

.woocommerce-account .woocommerce-MyAccount-content{
  padding:30px;
}

.woocommerce-account .u-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  width:100%;
  align-items:stretch;
}

.woocommerce-account .u-columns .u-column1,
.woocommerce-account .u-columns .u-column2{
  float:none !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:30px;
  min-height:500px;
  border:1px solid rgba(17,24,39,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 54px rgba(17,24,39,.08);
}

.woocommerce-account:not(.logged-in) .woocommerce form.login,
.woocommerce-account:not(.logged-in) .woocommerce form.register{
  min-height:360px;
  display:flex;
  flex-direction:column;
}

.woocommerce-account:not(.logged-in) .woocommerce form.register .woocommerce-privacy-policy-text{
  flex:1;
}

.woocommerce-account:not(.logged-in) .ls-page .ls-container{
  max-width:1240px;
}

.woocommerce-account:not(.logged-in) .ls-page .woocommerce{
  display:block !important;
}

.woocommerce-account:not(.logged-in) .u-columns::before,
.woocommerce-account:not(.logged-in) .u-columns::after{
  display:none !important;
  content:none !important;
}

.woocommerce-account:not(.logged-in) .woocommerce form.login,
.woocommerce-account:not(.logged-in) .woocommerce form.register{
  border:0;
  padding:0;
  margin:0;
}

.woocommerce-account:not(.logged-in) .woocommerce form .form-row{
  display:block;
  width:100%;
}

.woocommerce-account:not(.logged-in) .woocommerce form .form-row input.input-text{
  width:100%;
}

.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text{
  margin:14px 0 0;
  color:#64748b;
  font-size:14px;
  line-height:1.6;
}

.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text p{
  margin:0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  border:0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 40px rgba(17,24,39,.08);
}

.woocommerce-message{
  border-left:5px solid var(--ls-gold);
}

.woocommerce-info{
  border-left:5px solid #38bdf8;
}

.woocommerce-error{
  border-left:5px solid #b11241;
}

@media(max-width:900px){
  .woocommerce-checkout .col2-set,
  .woocommerce-account .u-columns,
  .woocommerce-account .woocommerce{
    grid-template-columns:1fr;
  }

  .woocommerce .coupon{
    display:grid;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before{
    color:#111827;
    font-weight:900;
  }
}

@media(max-width:640px){
  .ls-footer-whatsapp{
    bottom:18px;
    right:16px;
  }

  .ls-footer-whatsapp a{
    font-size:14px;
    min-height:42px;
    padding:0 15px;
  }
}

/* Nimetin Organik Bahcesi brand layer */
.ls-topbar,
.ls-main-header,
.ls-mega-menu,
.ls-footer{
  background:linear-gradient(120deg,#101c15 0%,#10281b 46%,#1f4f2d 100%);
}

.ls-main-header,
.ls-mega-menu{
  border-color:rgba(217,164,65,.32);
}

.ls-logo img{
  mix-blend-mode:normal;
  height:104px;
  max-width:170px;
  object-fit:contain;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.18));
}

.ls-search input,
.ls-shop-search input{
  background:#fffaf0;
}

.ls-hero.ls-organic-hero{
  background:
    radial-gradient(circle at 78% 8%,rgba(217,164,65,.22),transparent 28%),
    linear-gradient(135deg,#10281b 0%,#173d28 48%,#f4f0e7 48%,#f4f0e7 100%);
  color:#fffaf0;
}

.ls-organic-hero .ls-hero-content h1,
.ls-organic-hero .ls-hero-content p{
  color:#fffaf0;
}

.ls-organic-hero .ls-btn-light{
  color:#132318;
}

.ls-organic-visual-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  padding:14px;
  background:rgba(255,250,240,.14);
  border:1px solid rgba(217,164,65,.36);
  box-shadow:0 28px 70px rgba(9,21,14,.28);
}

.ls-organic-visual-card img{
  display:block;
  width:100%;
  border-radius:22px;
}

.ls-category-card span{
  color:#3f7d20;
}

.ls-category-card:hover,
.ls-how-card:hover,
.woocommerce ul.products li.product:hover{
  border-color:rgba(217,164,65,.55);
}

.ls-btn-main,
.ls-search button,
.ls-shop-search button,
.single_add_to_cart_button,
.button,
.woocommerce a.button{
  background:#d9a441;
  color:#101c15;
}

.ls-cart,
.ls-badge,
.ls-how-card span{
  background:#d9a441;
  color:#101c15;
}

.ls-account-link,
.ls-admin-link{
  background:rgba(255,250,240,.1);
  border-color:rgba(255,250,240,.18);
}

@media(max-width:768px){
  .ls-hero.ls-organic-hero{
    background:linear-gradient(180deg,#10281b 0%,#173d28 64%,#f4f0e7 64%,#f4f0e7 100%);
  }

  .ls-organic-visual-card{
    width:100%;
    max-width:100%;
  }
}
.hero-section,
.hero-banner,
.hero-wrapper {
    min-height: auto !important;
    height: auto !important;
    overflow: hidden;
}

.hero-container,
.hero-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-left {
    width: 50% !important;
    max-width: 50% !important;
}

.hero-right {
    width: 50% !important;
    max-width: 50% !important;
    overflow: hidden;
}

.hero-right img,
.hero-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 20px;
}

.hero-title {
    font-size: 64px !important;
    line-height: 1.1 !important;
}

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

@media(max-width:768px){

    .hero-left,
    .hero-right{
        width:100% !important;
        max-width:100% !important;
    }

    .hero-title{
        font-size:42px !important;
    }

}