.elementor-70 .elementor-element.elementor-element-6259f58{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0c732b3 */html,body{
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
}

.fz-store-header,
.fz-store-hero,
.fz-product-section,
.fz-store-footer{
  width:100vw;
  margin-left:calc(-50vw + 50%);
  font-family:Poppins,Arial,sans-serif;
}

.fz-store-header{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(0,0,0,.08);
}

.fz-store-nav{
  width:100%;
  padding:18px 50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-sizing:border-box;
}

.fz-store-logo{
  color:#8b1e32;
  font-size:25px;
  font-weight:900;
  text-decoration:none;
}

.fz-store-menu{
  display:flex;
  gap:28px;
}

.fz-store-menu a{
  color:#222;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
}

.fz-store-cart{
  background:#8b1e32;
  color:#fff;
  text-decoration:none;
  padding:12px 24px;
  border-radius:999px;
  font-weight:800;
}

.fz-store-hero{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  background:#18070c;
}

.fz-store-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(139,30,50,.92),rgba(21,5,9,.94)),
    url("https://images.unsplash.com/photo-1556228720-195a672e8a03?auto=format&fit=crop&w=1800&q=80");
  background-size:cover;
  background-position:center;
}

.fz-store-hero-content{
  position:relative;
  max-width:850px;
  padding:0 24px;
  color:#fff;
}

.fz-store-hero-content span,
.fz-product-head span{
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.fz-store-hero-content h1{
  margin:18px 0;
  font-size:70px;
  line-height:1.02;
  font-weight:900;
}

.fz-store-hero-content p{
  max-width:680px;
  margin:0 auto 30px;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.82);
}

.fz-hero-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.fz-hero-actions a{
  background:#fff;
  color:#8b1e32;
  text-decoration:none;
  padding:15px 28px;
  border-radius:999px;
  font-weight:900;
}

.fz-hero-actions a:nth-child(2){
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
}

.fz-product-section{
  padding:90px 50px;
  background:#faf7f7;
  box-sizing:border-box;
}

.fz-product-head{
  text-align:center;
  margin-bottom:45px;
}

.fz-product-head span{
  color:#8b1e32;
}

.fz-product-head h2{
  margin:12px 0;
  font-size:46px;
  color:#111;
}

.fz-product-head p{
  margin:0 auto;
  max-width:650px;
  color:#666;
  font-size:16px;
  line-height:1.7;
}

.fz-product-grid ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:28px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

.fz-product-grid ul.products li.product{
  width:100%!important;
  margin:0!important;
  padding:18px!important;
  background:#fff;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  box-sizing:border-box;
}

.fz-product-grid ul.products li.product img{
  width:100%!important;
  border-radius:18px;
}

.fz-product-grid .woocommerce-loop-product__title{
  font-size:17px!important;
  font-weight:900!important;
  color:#111;
}

.fz-product-grid .price{
  color:#8b1e32!important;
  font-size:17px!important;
  font-weight:900!important;
}

.fz-product-grid .button{
  width:100%;
  text-align:center;
  background:#8b1e32!important;
  color:#fff!important;
  border-radius:14px!important;
  padding:14px 18px!important;
  font-weight:900!important;
}

.fz-store-footer{
  background:#17070b;
  color:#fff;
}

.fz-footer-grid{
  padding:65px 50px;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:45px;
}

.fz-footer-grid h3{
  font-size:30px;
  margin:0 0 14px;
}

.fz-footer-grid h4{
  margin:0 0 14px;
}

.fz-footer-grid p,
.fz-footer-grid a{
  display:block;
  color:rgba(255,255,255,.72);
  text-decoration:none;
  margin:8px 0;
  line-height:1.6;
}

.fz-footer-bottom{
  padding:20px 50px;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.6);
  text-align:center;
  font-size:14px;
}

@media(max-width:1024px){
  .fz-product-grid ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .fz-store-hero-content h1{
    font-size:48px;
  }
}

@media(max-width:768px){
  .fz-store-nav{
    padding:16px 20px;
    flex-wrap:wrap;
  }

  .fz-store-menu{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:16px;
  }

  .fz-product-section{
    padding:60px 18px;
  }

  .fz-product-head h2{
    font-size:34px;
  }

  .fz-footer-grid{
    padding:50px 24px;
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .fz-store-hero-content h1{
    font-size:38px;
  }

  .fz-product-grid ul.products{
    grid-template-columns:1fr!important;
  }
}/* End custom CSS */