:root{
  --li-dark:#171313;
  --li-dark-2:#211a18;
  --li-brown:#4a2a22;
  --li-copper:#6b3022;
  --li-bronze:#8a4b33;
  --li-light:#f7f5f3;
  --li-white:#ffffff;
  --li-muted:#777777;
}

/* ===== GLOBAL ===== */

.li-btn{
  display:inline-block;
  padding:14px 28px;
  border-radius:4px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.7px;
  transition:.3s;
  text-decoration:none!important;
  margin-right:10px;
}

.li-btn-primary{
  background:linear-gradient(135deg,var(--li-copper),var(--li-bronze));
  color:#fff!important;
  box-shadow:0 14px 35px rgba(107,48,34,.28);
}

.li-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 45px rgba(107,48,34,.38);
}

.li-btn-outline{
  border:1px solid rgba(255,255,255,.38);
  color:#fff!important;
  background:transparent;
}

.li-btn-outline:hover{
  background:#fff;
  color:#171313!important;
}

.li-section-kicker{
  display:inline-block;
  background:rgba(138,75,51,.14);
  border:1px solid rgba(138,75,51,.35);
  color:#8a4b33;
  border-radius:50px;
  padding:8px 18px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.2px;
  margin-bottom:18px;
}

/* ===== FULL WIDTH HERO BANNER ===== */

.li-hero-slider{
  position:relative;
  width:100%;
  background:#000;
  overflow:hidden;
}

.li-hero-slide{
  position:relative;
  width:100%;
  height:800px;
  overflow:hidden;
}

.li-hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.li-home-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.58) 38%,rgba(0,0,0,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.45));
  z-index:2;
}

.li-hero-content{
  position:absolute;
  top:50%;
  left:8%;
  transform:translateY(-50%);
  text-align:left;
  color:#fff;
  z-index:5;
  width:48%;
  max-width:1200px;
}

.li-hero-subtitle{
  display:inline-block;
  background:rgba(107,48,34,.45);
  border:1px solid rgba(181,107,76,.60);
  color:#fff;
  padding:10px 22px;
  border-radius:50px;
  font-size:13px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:24px;
}

.li-hero-content h1{
  font-size:76px;
  line-height:.95;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:-2px;
  margin:0;
  color:#fff;
  text-shadow:0 8px 30px rgba(0,0,0,.55);
}

.li-hero-content h2{
  font-size:44px;
  line-height:1.05;
  font-weight:800;
  text-transform:uppercase;
  color:#fff;
  margin:18px 0 0;
  text-shadow:0 8px 30px rgba(0,0,0,.55);
}

.li-hero-content p{
  margin:26px 0 0;
  font-size:28px;
  font-weight:700;
  line-height:1.4;
  color:#ffffff;
  max-width:760px;
  text-shadow:0 4px 20px rgba(0,0,0,.55);
}

.li-hero-buttons{
  margin-top:36px;
}

@media(max-width:1199px){
  .li-hero-slide{
    height:700px;
  }

  .li-hero-content{
    width:58%;
    left:6%;
  }

  .li-hero-content h1{
    font-size:62px;
  }

  .li-hero-content h2{
    font-size:40px;
  }
}

@media(max-width:991px){
  .li-hero-slide{
    height:620px;
  }

  .li-hero-content{
    width:82%;
    left:7%;
  }

  .li-hero-content h1{
    font-size:48px;
    letter-spacing:-1px;
  }

  .li-hero-content h2{
    font-size:32px;
  }

  .li-hero-content p{
    font-size:16px;
  }
}

@media(max-width:560px){
  .li-hero-slide{
    height:540px;
  }

  .li-hero-content{
    width:88%;
    left:6%;
  }

  .li-hero-subtitle{
    font-size:10px;
    letter-spacing:1.4px;
    padding:8px 14px;
  }

  .li-hero-content h1{
    font-size:34px;
    line-height:1.05;
  }

  .li-hero-content h2{
    font-size:24px;
  }

  .li-hero-content p{
    font-size:14px;
  }
}

/* ===== STATS ===== */

.li-stats{
  background:#fff;
  margin-top:-70px;
  position:relative;
  z-index:10;
  padding-bottom:55px;
}

.li-stat-card{
  background:#fff;
  border-radius:16px;
  padding:34px 20px;
  text-align:center;
  box-shadow:0 22px 55px rgba(0,0,0,.12);
  min-height:165px;
  border-bottom:4px solid var(--li-bronze);
  margin-bottom:20px;
}

.li-stat-card i{
  display:block;
  font-size:28px;
  color:var(--li-bronze);
  margin-bottom:16px;
}

.li-stat-card strong{
  display:block;
  font-size:36px;
  color:var(--li-brown);
  line-height:1;
  font-weight:900;
}

.li-stat-card span{
  display:block;
  margin-top:12px;
  color:#222;
  font-weight:800;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.8px;
}

/* ===== SECTION TITLES ===== */

.li-section-title{
  text-align:center;
  max-width:760px;
  margin:0 auto 50px;
}

.li-section-title h2,
.li-about h2,
.li-export h2,
.li-process h2,
.li-cta h2{
  font-size:42px;
  line-height:1.18;
  margin:0 0 16px;
  font-weight:900;
  color:#171313;
}

.li-section-title p,
.li-about p,
.li-export p,
.li-cta p{
  color:#666;
  font-size:16px;
  line-height:1.9;
}

.li-light-title h2{
  color:#fff;
}

/* ===== ABOUT ===== */

.li-about,
.li-featured-products,
.li-export{
  padding:95px 0;
  background:#fff;
}

.li-flex-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

.li-image-placeholder,
.li-map-placeholder{
  height:465px;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,255,255,.10),transparent 32%),
    linear-gradient(145deg,#1c1716,#4a2a22);
  border-radius:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.75);
  text-align:center;
  box-shadow:0 25px 70px rgba(0,0,0,.18);
  position:relative;
  overflow:hidden;
  padding:40px;
}

.li-image-placeholder:before,
.li-map-placeholder:before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
}

.li-image-placeholder i,
.li-map-placeholder i{
  font-size:62px;
  margin-bottom:18px;
  color:#8a4b33;
  position:relative;
  z-index:2;
}

.li-image-placeholder h3,
.li-map-placeholder h3{
  color:#fff;
  font-size:28px;
  font-weight:900;
  margin:0 0 10px;
  position:relative;
  z-index:2;
}

.li-image-placeholder p,
.li-map-placeholder p{
  color:rgba(255,255,255,.68);
  max-width:340px;
  margin:0;
  position:relative;
  z-index:2;
}

.li-about-badges{
  margin:25px 0 25px;
}

.li-about-badges span{
  display:inline-block;
  background:#f3f0ee;
  color:#4a2a22;
  border:1px solid #e4ddd9;
  border-radius:50px;
  padding:10px 15px;
  margin:0 6px 8px 0;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.5px;
}

/* ===== PRODUCT ECOSYSTEM ===== */

.li-products-eco{
  padding:95px 0;
  background:#f7f5f3;
}

.li-cat-card{
  background:#fff;
  border-radius:20px;
  padding:36px 30px;
  min-height:310px;
  margin-bottom:30px;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
  transition:.3s;
  border:1px solid rgba(0,0,0,.04);
  position:relative;
  overflow:hidden;
}

.li-cat-card:after{
  content:"";
  position:absolute;
  right:-75px;
  bottom:-75px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:rgba(138,75,51,.08);
}

.li-cat-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 65px rgba(0,0,0,.13);
}

.li-cat-icon{
  width:76px;
  height:76px;
  border-radius:18px;
  background:linear-gradient(135deg,#171313,#4a2a22);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
}

.li-cat-icon i{
  color:#b56b4c;
  font-size:32px;
}

.li-cat-card h3{
  font-size:22px;
  line-height:1.3;
  font-weight:900;
  margin:0 0 14px;
  color:#171313;
  position:relative;
  z-index:2;
}

.li-cat-card p{
  color:#666;
  font-size:15px;
  line-height:1.8;
  margin:0 0 18px;
  position:relative;
  z-index:2;
}

.li-card-link{
  display:inline-block;
  color:#6b3022;
  font-weight:900;
  text-decoration:none!important;
  position:relative;
  z-index:2;
}

.li-card-link:hover{
  color:#171313;
}

/* ===== WHY CHOOSE US ===== */

.li-why{
  padding:95px 0;
  background:
    radial-gradient(circle at 20% 10%,rgba(138,75,51,.24),transparent 24%),
    linear-gradient(135deg,#0d0c0c,#1d1716);
}

.li-feature-card{
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:34px 28px;
  min-height:230px;
  margin-bottom:28px;
  transition:.3s;
}

.li-feature-card:hover{
  background:rgba(255,255,255,.09);
  transform:translateY(-5px);
}

.li-feature-card i{
  font-size:36px;
  color:#8a4b33;
  margin-bottom:18px;
}

.li-feature-card h3{
  color:#fff;
  font-weight:900;
  font-size:20px;
  margin:0 0 12px;
}

.li-feature-card p{
  color:rgba(255,255,255,.65);
  line-height:1.8;
  margin:0;
}

/* ===== FEATURED PRODUCTS ===== */

.li-product-card{
  background:#fff;
  border-radius:18px;
  padding:18px;
  margin-bottom:30px;
  text-align:center;
  box-shadow:0 16px 45px rgba(0,0,0,.08);
  min-height:330px;
  transition:.3s;
}

.li-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 55px rgba(0,0,0,.12);
}

.li-product-image{
  height:230px;
  background:#f3f0ee;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  position:relative;
}

.li-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.li-product-placeholder:before{
  content:"Product Image";
  position:absolute;
  color:#999;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.li-product-card h3{
  font-size:16px;
  font-weight:900;
  line-height:1.4;
  margin:18px 0 0;
}

.li-product-card h3 a{
  color:#171313;
  text-decoration:none!important;
}

/* ===== PROCESS ===== */

.li-process{
  padding:95px 0;
  background:#f7f5f3;
}

.li-process-line{
  display:flex;
  justify-content:space-between;
  gap:18px;
  position:relative;
}

.li-process-line:before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:47px;
  height:2px;
  background:#d8ccc5;
}

.li-process-step{
  flex:1;
  background:#fff;
  border-radius:16px;
  padding:28px 14px;
  text-align:center;
  box-shadow:0 14px 42px rgba(0,0,0,.08);
  border-top:4px solid #8a4b33;
  position:relative;
  z-index:2;
}

.li-process-step strong{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  margin:0 auto 14px;
  background:#4a2a22;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.li-process-step span{
  font-weight:900;
  color:#171313;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.6px;
}

/* ===== EXPORT ===== */

.li-market-tags{
  margin-top:22px;
}

.li-market-tags span{
  display:inline-block;
  background:#f3f0ee;
  border:1px solid #e4ddd9;
  color:#4a2a22;
  border-radius:50px;
  padding:10px 16px;
  margin:6px;
  font-weight:900;
}

/* ===== CTA ===== */

.li-cta{
  padding:95px 0;
  background:linear-gradient(135deg,#171313,#4a2a22);
  color:#fff;
}

.li-cta h2{
  font-size:44px;
  color:#fff;
}

.li-cta p{
  font-size:17px;
  color:rgba(255,255,255,.72);
  margin-bottom:28px;
}

/* ===== FOOTER OVERRIDE ===== */

.tus_footer{
  background:#111!important;
  padding-top:65px!important;
}

.tus_fheading{
  color:#fff!important;
  font-size:20px!important;
  font-weight:900!important;
  text-transform:uppercase;
}

.tus_fmenu ul li a,
.tus_fcontact p,
.tus_signup p,
.tus_copy p{
  color:rgba(255,255,255,.72)!important;
}

.tus_fmenu ul li a:hover{
  color:#b56b4c!important;
}

.tus_inpsgn{
  border-radius:4px!important;
}

.tus_sbmsign{
  background:#6b3022!important;
  color:#fff!important;
  border:0!important;
  border-radius:4px!important;
}

/* ===== RESPONSIVE ===== */

@media(max-width:1199px){
  .li-hero-content h1{
    font-size:76px;
  }

  .li-hero-content h2{
    font-size:44px;
  }
}

@media(max-width:991px){
  .li-hero-slide{
    height:650px;
  }

  .li-hero-content h1{
    font-size:52px;
    letter-spacing:-1px;
  }

  .li-hero-content h2{
    font-size:36px;
  }

  .li-hero-content p{
    font-size:17px;
  }

  .li-flex-row{
    display:block;
  }

  .li-image-placeholder,
  .li-map-placeholder{
    height:340px;
    margin-bottom:35px;
  }

  .li-process-line{
    display:block;
  }

  .li-process-line:before{
    display:none;
  }

  .li-process-step{
    margin-bottom:18px;
  }

  .li-section-title h2,
  .li-about h2,
  .li-export h2,
  .li-process h2,
  .li-cta h2{
    font-size:32px;
  }

  .li-stats{
    margin-top:0;
    padding-top:40px;
  }
}

@media(max-width:560px){
  .li-hero-slide{
    height:560px;
  }

  .li-hero-subtitle{
    font-size:11px;
    letter-spacing:1.5px;
    padding:8px 14px;
  }

  .li-hero-content h1{
    font-size:34px;
    line-height:1.05;
  }

  .li-hero-content h2{
    font-size:24px;
  }

  .li-hero-content p{
    font-size:14px;
  }

  .li-btn{
    display:block;
    margin:0 0 12px;
    text-align:center;
  }

  .li-about,
  .li-featured-products,
  .li-export,
  .li-products-eco,
  .li-why,
  .li-process,
  .li-cta{
    padding:60px 0;
  }

  .li-cat-card{
    min-height:auto;
  }
}

/* HERO LEFT ALIGN FINAL OVERRIDE */

.li-hero-content{
  left:8% !important;
  right:auto !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  text-align:left !important;
  width:48% !important;
  max-width:1200px !important;
}

.li-hero-content h1{
  font-size:76px !important;
  line-height:.95 !important;
  text-align:left !important;
}

.li-hero-content h2{
  font-size:48px !important;
  text-align:left !important;
}

.li-hero-content p{
  margin-left:0 !important;
  margin-right:0 !important;
  text-align:left !important;
}

.li-hero-buttons{
  text-align:left !important;
}

.li-hero-slide{
  height:800px !important;
}

.li-hero-slide img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

@media(max-width:991px){
  .li-hero-content{
    left:7% !important;
    width:82% !important;
  }

  .li-hero-content h1{
    font-size:48px !important;
  }

  .li-hero-content h2{
    font-size:32px !important;
  }
}

/* ===== Reduce Space Between Stats and About Section ===== */

.li-stats{
  padding-bottom:15px !important;
}

.li-about{
  padding-top:45px !important;
}

/* ===== ABOUT FACTORY IMAGE ===== */

.li-about-image{
    height:500px;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
    background:#f5f5f5;
}

.li-about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

/* Reduce gap between About and Product Ecosystem */

.li-about{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
}

.li-about .container,
.li-about .row{
    margin-bottom:0 !important;
}

.li-products-eco{
    padding-top:30px !important;
    margin-top:0 !important;
}

/* ===== CORE CATEGORIES IMAGE CARDS ===== */

.li-core-title{
  text-align:center;
  font-size:52px;
  font-weight:900;
  margin:0 0 60px;
  color:#111;
  text-transform:uppercase;
  letter-spacing:-1px;
}

.li-category-image-card{
  position:relative;
  display:block;
  height:520px;
  border-radius:22px;
  overflow:hidden;
  margin-bottom:30px;
  box-shadow:0 22px 55px rgba(0,0,0,.14);
  background:#111;
}

.li-category-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:all .55s ease;
}

.li-category-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:34px 26px;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.92),
    rgba(0,0,0,.50),
    rgba(0,0,0,0)
  );
  z-index:2;
}

.li-category-overlay h3{
  color:#fff;
  font-size:28px;
  font-weight:900;
  line-height:1.2;
  margin:0;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.5px;
  text-shadow:0 4px 18px rgba(0,0,0,.55);
}

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

@media(max-width:991px){
  .li-core-title{
    font-size:38px;
    margin-bottom:40px;
  }

  .li-category-image-card{
    height:340px;
  }
}

@media(max-width:560px){
  .li-core-title{
    font-size:30px;
  }

  .li-category-image-card{
    height:300px;
  }

  .li-category-overlay h3{
    font-size:22px;
  }
}
/* ===== FEATURED PRODUCTS FINAL FIX ===== */

.li-product-card{
  background:#fff !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
  margin-bottom:30px !important;
  transition:.35s ease !important;
}

.li-product-card:hover{
  transform:translateY(-6px) !important;
}

.li-product-image{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:330px !important;
  padding:0 !important;
  background:#fff !important;
  overflow:hidden !important;
}

.li-product-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

.li-product-info{
  padding:14px 12px 20px !important;
  text-align:center !important;
}

.li-product-info h3{
  margin:0 !important;
  font-size:15px !important;
  font-weight:800 !important;
  line-height:1.35 !important;
  text-transform:uppercase !important;
}

.li-product-info h3 a{
  color:#111 !important;
  text-decoration:none !important;
}

.li-product-art{
  margin-top:7px !important;
  font-size:12px !important;
  font-weight:800 !important;
  color:#8c5336 !important;
  letter-spacing:.8px !important;
  text-transform:uppercase !important;
}

@media(max-width:991px){
  .li-product-image{
    height:280px !important;
  }
}

@media(max-width:767px){
  .li-product-image{
    height:260px !important;
  }
}
/* ===== PRODUCTION JOURNEY FINAL ===== */

.li-process{
  padding:95px 0 !important;
  background:#f7f5f3 !important;
}

.li-process-grid{
  display:grid !important;
  grid-template-columns:repeat(6, 1fr) !important;
  gap:18px !important;
}

.li-process-box{
  background:#fff !important;
  border-radius:20px !important;
  padding:28px 14px !important;
  text-align:center !important;
  box-shadow:0 18px 45px rgba(0,0,0,.08) !important;
  border-top:4px solid #8a4b33 !important;
  position:relative !important;
  min-height:240px !important;
}

.li-process-number{
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  background:#4a2a22 !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-weight:900 !important;
  margin:0 auto 14px !important;
}

.li-process-box i{
  font-size:34px !important;
  color:#8a4b33 !important;
  margin-bottom:15px !important;
  display:block !important;
}

.li-process-box h3{
  font-size:17px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  margin:0 0 10px !important;
  color:#171313 !important;
}

.li-process-box p{
  font-size:13px !important;
  line-height:1.7 !important;
  color:#666 !important;
  margin:0 !important;
}

@media(max-width:1199px){
  .li-process-grid{
    grid-template-columns:repeat(3, 1fr) !important;
  }
}

@media(max-width:767px){
  .li-process-grid{
    grid-template-columns:1fr !important;
  }
}

/* ===== GLOBAL EXPORT MAP IMAGE FIX ===== */

.li-map-placeholder{
  height:430px !important;
  border-radius:22px !important;
  overflow:hidden !important;
  padding:0 !important;
  background:#1c1716 !important;
  box-shadow:0 25px 70px rgba(0,0,0,.18) !important;
}

.li-map-placeholder:before{
  display:none !important;
}

.li-map-placeholder img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

/* ===== HERO BACKGROUND + LOGO CLEAN FINAL ===== */

.li-hero-slider{
    padding-top:125px !important;
}

.li-hero-slide{
    height:800px !important;
}

.li-hero-slide img.li-hero-bg{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
}

.li-hero-slide img.li-hero-logo{
    width:auto !important;
    max-width:450px !important;
    height:auto !important;
    object-fit:contain !important;
    display:block !important;
    margin-bottom:28px !important;
}

.li-hero-content{
    left:8% !important;
    right:auto !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    text-align:left !important;
    width:65% !important;
    max-width:1200px !important;
    z-index:5 !important;
}

.li-hero-content h2{
    font-size:48px !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
    text-align:left !important;
}

.li-hero-content p{
    font-size:28px !important;
    font-weight:800 !important;
    line-height:1.4 !important;
    color:#ffffff !important;
    text-align:left !important;
}

.li-hero-buttons{
    text-align:left !important;
}

/* ===== HOME PRODUCT SLIDER BETWEEN STATS AND ABOUT ===== */

.li-home-product-slider{
    background:#ffffff !important;
    padding:45px 0 35px !important;
    position:relative !important;
    z-index:9 !important;
}

.li-home-slider-head{
    text-align:center !important;
    margin-bottom:32px !important;
}

.li-home-slider-head h2{
    font-size:42px !important;
    line-height:1.18 !important;
    margin:0 !important;
    font-weight:900 !important;
    color:#171313 !important;
    text-transform:uppercase !important;
}

.li-home-products-carousel{
    position:relative !important;
    padding:0 62px !important;
}

.li-home-products-carousel .owl-stage-outer{
    overflow:hidden !important;
}

.li-home-products-carousel .owl-stage{
    display:flex !important;
}

.li-home-products-carousel .owl-item{
    padding:0 8px !important;
}

.li-home-slider-product-card{
    background:#ffffff !important;
    border-radius:18px !important;
    overflow:hidden !important;
    box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
    transition:.35s ease !important;
    margin:0 0 34px !important;
}

.li-home-slider-product-card:hover{
    transform:translateY(-6px) !important;
    box-shadow:0 22px 55px rgba(0,0,0,.12) !important;
}

.li-home-slider-product-image{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:390px !important;
    padding:10px !important;
    background:#ffffff !important;
    overflow:hidden !important;
}

.li-home-products-carousel.owl-carousel .owl-item img,
.li-home-slider-product-image img{
    width:auto !important;
    max-width:100% !important;
    height:auto !important;
    max-height:360px !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.li-home-slider-product-info{
    padding:14px 12px 20px !important;
    text-align:center !important;
}

.li-home-slider-product-info h3{
    margin:0 !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1.35 !important;
    text-transform:uppercase !important;
}

.li-home-slider-product-info h3 a{
    color:#111111 !important;
    text-decoration:none !important;
}

.li-home-slider-product-art{
    margin-top:7px !important;
    font-size:12px !important;
    font-weight:800 !important;
    color:#8c5336 !important;
    letter-spacing:.8px !important;
    text-transform:uppercase !important;
}

.li-home-slider-empty{
    background:#ffffff !important;
    border-radius:18px !important;
    padding:35px !important;
    text-align:center !important;
    font-weight:800 !important;
    color:#171313 !important;
    box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
}

.li-home-products-carousel .owl-nav{
    display:block !important;
    margin:0 !important;
    text-align:center !important;
}

.li-home-products-carousel .owl-nav button.owl-prev,
.li-home-products-carousel .owl-nav button.owl-next{
    position:absolute !important;
    top:42% !important;
    transform:translateY(-50%) !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:50px !important;
    height:50px !important;
    border-radius:50% !important;
    background:#4a2a22 !important;
    color:#ffffff !important;
    margin:0 !important;
    padding:0 !important;
    font-size:28px !important;
    line-height:50px !important;
    box-shadow:0 12px 30px rgba(0,0,0,.20) !important;
    transition:.3s ease !important;
    z-index:20 !important;
    opacity:1 !important;
    visibility:visible !important;
}

.li-home-products-carousel .owl-nav button.owl-prev{
    left:0 !important;
}

.li-home-products-carousel .owl-nav button.owl-next{
    right:0 !important;
}

.li-home-products-carousel .owl-nav button.owl-prev:hover,
.li-home-products-carousel .owl-nav button.owl-next:hover{
    background:#8a4b33 !important;
    color:#ffffff !important;
}

.li-home-products-carousel .owl-nav button.owl-prev i,
.li-home-products-carousel .owl-nav button.owl-next i{
    color:#ffffff !important;
    line-height:50px !important;
}

/* ===== MOBILE HERO CLEAN FIX ===== */

@media(max-width:991px){
    .li-hero-slider{
        padding-top:0 !important;
    }

    .li-hero-slide{
        height:560px !important;
    }

    .li-hero-content{
        left:7% !important;
        width:86% !important;
        top:55% !important;
        max-width:none !important;
    }

    .li-hero-slide img.li-hero-logo{
        max-width:360px !important;
        width:100% !important;
        margin-bottom:18px !important;
    }

    .li-hero-content h2{
        font-size:30px !important;
        line-height:1.15 !important;
        white-space:normal !important;
    }

    .li-hero-content p{
        font-size:17px !important;
        line-height:1.45 !important;
        margin-top:14px !important;
    }

    .li-home-slider-head h2{
        font-size:32px !important;
    }

    .li-home-products-carousel{
        padding:0 50px !important;
    }

    .li-home-slider-product-image{
        height:280px !important;
    }

    .li-home-products-carousel .owl-nav button.owl-prev,
    .li-home-products-carousel .owl-nav button.owl-next{
        width:42px !important;
        height:42px !important;
        line-height:42px !important;
        font-size:24px !important;
    }

    .li-home-products-carousel .owl-nav button.owl-prev i,
    .li-home-products-carousel .owl-nav button.owl-next i{
        line-height:42px !important;
    }
}

@media(max-width:560px){
    .li-hero-slider{
        padding-top:0 !important;
    }

    .li-hero-slide{
        height:430px !important;
    }

    .li-hero-content{
        left:5% !important;
        width:90% !important;
        top:56% !important;
    }

    .li-hero-slide img.li-hero-logo{
        max-width:230px !important;
        width:230px !important;
        margin-bottom:12px !important;
    }

    .li-hero-content h2{
        font-size:20px !important;
        line-height:1.25 !important;
        white-space:normal !important;
        margin-top:8px !important;
    }

    .li-hero-content p{
        font-size:13px !important;
        line-height:1.45 !important;
        margin-top:8px !important;
    }

    .li-hero-buttons{
        margin-top:14px !important;
    }

    .li-btn{
        display:inline-block !important;
        padding:10px 16px !important;
        font-size:11px !important;
        margin:0 !important;
        text-align:center !important;
    }

    .li-home-product-slider{
        padding:40px 0 25px !important;
    }

    .li-home-slider-head h2{
        font-size:28px !important;
    }

    .li-home-products-carousel{
        padding:0 42px !important;
    }

    .li-home-products-carousel .owl-item{
        padding:0 5px !important;
    }

    .li-home-slider-product-card{
        margin-bottom:28px !important;
    }

    .li-home-slider-product-image{
        height:260px !important;
    }
}

/* ===== MOBILE HERO FINAL FORCE OVERRIDE ===== */
/* This block must stay at the very end of this CSS file. */

@media (max-width: 767px){

  .li-hero-slider{
    padding-top:0 !important;
  }

  .li-hero-slide{
    height:430px !important;
    min-height:430px !important;
  }

  .li-hero-slide img.li-hero-bg{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  .li-hero-content{
    left:15% !important;
    right:auto !important;
    top:48% !important;
    width:90% !important;
    max-width:90% !important;
    transform:translateY(-50%) !important;
    text-align:left !important;
  }

  .li-hero-slide img.li-hero-logo,
  img.li-hero-logo,
  .li-hero-logo{
    width:210px !important;
    max-width:210px !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    display:block !important;
    margin:0 0 12px 0 !important;
  }

  .li-hero-content h2{
    font-size:17px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    margin:8px 0 0 0 !important;
    padding:0 !important;
    white-space:normal !important;
    max-width:260px !important;
  }

  .li-hero-content p{
    font-size:13px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
    margin:8px 0 0 0 !important;
    padding:0 !important;
    max-width:260px !important;
  }

  .li-hero-buttons{
    margin-top:12px !important;
    text-align:left !important;
  }

  .li-hero-buttons .li-btn,
  .li-btn{
    display:inline-block !important;
    width:auto !important;
    padding:9px 14px !important;
    font-size:11px !important;
    line-height:1.2 !important;
    margin:0 !important;
    text-align:center !important;
  }

}

@media (max-width: 420px){

  .li-hero-slide{
    height:390px !important;
    min-height:390px !important;
  }

  .li-hero-content{
    top:48% !important;
  }

  .li-hero-slide img.li-hero-logo,
  img.li-hero-logo,
  .li-hero-logo{
    width:185px !important;
    max-width:185px !important;
    margin-bottom:10px !important;
  }

  .li-hero-content h2{
    font-size:15px !important;
    max-width:235px !important;
  }

  .li-hero-content p{
    font-size:12px !important;
    max-width:235px !important;
  }

  .li-hero-buttons .li-btn,
  .li-btn{
    padding:8px 12px !important;
    font-size:10px !important;
  }

}
