.elementor-2882 .elementor-element.elementor-element-3c4f3aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:16px;--padding-bottom:16px;--padding-left:24px;--padding-right:24px;}.elementor-2882 .elementor-element.elementor-element-459d864{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-2882 .elementor-element.elementor-element-3c4f3aa{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:12px;--padding-left:14px;--padding-right:14px;}.elementor-2882 .elementor-element.elementor-element-4c757ca{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2882 .elementor-element.elementor-element-459d864{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(min-width:768px){.elementor-2882 .elementor-element.elementor-element-3c4f3aa{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-4c757ca */.elementor-2882 .elementor-element.elementor-element-4c757ca{
  width:100%;
}

.fr-header-app{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto minmax(320px,1fr) auto;
  align-items:center;
  gap:18px;
  padding:14px 0;
}

.fr-header-top,
.fr-header-search-wrap,
.fr-header-right{
  min-width:0;
}

.fr-header-top{
  display:flex;
  align-items:center;
}

.fr-header-logo{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.fr-header-logo img{
  height:72px;
  width:auto;
  display:block;
}

.fr-header-search{
  position:relative;
  display:flex;
  align-items:center;
  width:100%;
  min-height:56px;
  background:#ffffff;
  border:1px solid rgba(17,24,39,.06);
  border-radius:999px;
  padding:0 18px 0 48px;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
}

.fr-header-search i{
  position:absolute;
  left:18px;
  font-size:16px;
  color:#6b7280;
}

.fr-header-search input[type="search"]{
  width:100%;
  border:none;
  outline:none;
  background:transparent;
  font-size:15px;
  font-weight:500;
  color:#111827;
  box-shadow:none;
  min-height:56px;
  padding:0;
}

.fr-header-search input[type="search"]::placeholder{
  color:#9ca3af;
}

.fr-header-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}

.fr-nav-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none;
  color:#111827;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(17,24,39,.05);
  box-shadow:0 10px 24px rgba(0,0,0,.04);
  transition:all .2s ease;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}

.fr-nav-link i{
  font-size:15px;
}

.fr-nav-link:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(0,0,0,.08);
}

.fr-nav-link.is-active,
.fr-nav-cart{
  background:linear-gradient(135deg,#E4100E,#C90F0D);
  color:#fff;
  border-color:transparent;
  box-shadow:0 16px 34px rgba(228,16,14,.22);
}

/* TABLET */
@media (max-width: 1024px){
  .fr-header-app{
    grid-template-columns:1fr;
    gap:12px;
  }

  .fr-header-top{
    justify-content:center;
  }

  .fr-header-right{
    justify-content:flex-start;
    overflow:auto;
    padding-bottom:4px;
    scrollbar-width:none;
  }

  .fr-header-right::-webkit-scrollbar{
    display:none;
  }

  .fr-nav-link{
    flex:0 0 auto;
  }
}

/* MOBILE */
@media (max-width: 767px){
    
  .fr-header-app{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    padding:6px 0 0;
  }
.fr-header-app{
  gap:10px;
  padding:10px 0 0;
}

.fr-header-top{
  justify-content:center;
  padding-top:2px;
  margin-bottom:2px;
}

.fr-header-search-wrap{
  margin-bottom:4px;
}
  .fr-header-top{
    justify-content:center;
    padding-top:4px;
  }

  .fr-header-logo{
  margin:0 auto;
  padding:0;
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
}

.fr-header-logo::after{
  display:none;
  content:none;
}

.fr-header-logo img{
  height:70px;
  width:auto;
  display:block;
}

  .fr-header-search{
    min-height:52px;
    padding:0 16px 0 44px;
    border-radius:999px;
    box-shadow:0 14px 28px rgba(0,0,0,.06);
  }

  .fr-header-search input[type="search"]{
    min-height:52px;
    font-size:14px;
  }

  .fr-header-right{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-top:1px solid rgba(17,24,39,.06);
    padding:10px 10px calc(10px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:8px;
    box-shadow:0 -16px 34px rgba(0,0,0,.08);
  }

  .fr-nav-link{
    min-height:56px;
    border-radius:18px;
    padding:8px 4px;
    flex-direction:column;
    gap:4px;
    font-size:10px;
    font-weight:700;
    box-shadow:none;
    background:transparent;
    border:none;
  }

  .fr-nav-link i{
    font-size:18px;
  }

  .fr-nav-link.is-active,
  .fr-nav-cart{
    background:#fff5f5;
    color:#E4100E;
    box-shadow:none;
  }

  body{
    padding-bottom:90px;
  }
}
@media (max-width: 767px){
  .fr-nav-cart{
    position:relative;
  }

  .fr-nav-cart .fr-header-cart-count{
    position:absolute;
    top:06px;
    right:14px;
    min-width:18px;
    height:18px;
    line-height:18px;
    padding:0 5px;
    border-radius:999px;
    background:#fff;
    color:#E4100E !important;
    font-size:10px;
    font-weight:800;
    text-align:center;
    box-shadow:0 6px 14px rgba(0,0,0,.12);
    margin:0 !important;
  }

  .fr-nav-cart.is-active .fr-header-cart-count{
    background:#fff;
    color:#E4100E !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3c4f3aa */.fr-nav-link{
  background:#fff;
  color:#111827;
}

.fr-nav-link.is-active{
  background:linear-gradient(135deg,#E4100E,#C90F0D);
  color:#fff;
}

.fr-nav-link.is-active i,
.fr-nav-link.is-active span,
.fr-nav-link.is-active .fr-header-cart-count{
  color:#fff;
}/* End custom CSS */
/* Start custom CSS */body.home .fr-footer,
body.home footer,
body.home .site-footer,
body.home .elementor-location-footer,
body.home .frialto-footer,
body.home .footer,
body.home .elementor-widget-theme-post-content + section,
body.home .elementor-widget-theme-post-content ~ footer{
  display:none !important;
}/* End custom CSS */