.elementor-195 .elementor-element.elementor-element-6a8055e{--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;}.elementor-195 .elementor-element.elementor-element-6a8055e:not(.elementor-motion-effects-element-type-background), .elementor-195 .elementor-element.elementor-element-6a8055e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DBFCE3;}.elementor-195 .elementor-element.elementor-element-7891354{--display:flex;}.elementor-195 .elementor-element.elementor-element-4b5290e{--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;--overlay-opacity:0.5;}.elementor-195 .elementor-element.elementor-element-4b5290e::before, .elementor-195 .elementor-element.elementor-element-4b5290e > .elementor-background-video-container::before, .elementor-195 .elementor-element.elementor-element-4b5290e > .e-con-inner > .elementor-background-video-container::before, .elementor-195 .elementor-element.elementor-element-4b5290e > .elementor-background-slideshow::before, .elementor-195 .elementor-element.elementor-element-4b5290e > .e-con-inner > .elementor-background-slideshow::before, .elementor-195 .elementor-element.elementor-element-4b5290e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#F5FCF7;--background-overlay:'';}:root{--page-title-display:none;}body.elementor-page-195{margin:-9px -9px -9px -9px;}@media(max-width:767px){body.elementor-page-195{margin:-9px -9px -9px -9px;}}/* Start custom CSS for html, class: .elementor-element-d7575a0 *//* GENERAL */
.sb-header {
  direction: rtl;
  width: 100%;
  background: #DBFCE3;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.sb-header-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.sb-logo img {
  height: 54px;
  width: auto;
}

/* DESKTOP NAV */
.sb-nav {
  display: flex;
  gap: 28px;
}

.sb-nav-link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #222;
  transition: 0.2s;
}

.sb-nav-link:hover {
  color: #24A20C;
}

/* CART */
.sb-cart {
  position: relative;
  color: #222;
  text-decoration: none;
}

.sb-cart .material-icons {
  font-size: 26px;
}

.sb-cart-count {
  position: absolute;
  top: -6px;
  left: -8px;
  background: #24A20C;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 6px;
}

/* MOBILE MENU BUTTON */
.sb-menu-btn {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.sb-menu-btn span {
  width: 26px;
  height: 3px;
  background: #222;
  border-radius: 3px;
}

/* MOBILE MENU */
.sb-mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #eee;
}

.sb-mobile-link {
  padding: 12px 0;
  font-size: 18px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
}

.sb-mobile-link:hover {
  color: #24A20C;
}

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
  .sb-nav,
  .sb-cart {
    display: none;
  }
  
  .sb-menu-btn {
    display: flex;
  }

  body.sb-menu-open .sb-mobile-menu {
    display: flex;
  }
}/* End custom CSS */