/** Shopify CDN: Minification failed

Line 58:2 Unexpected "{"
Line 58:3 Expected identifier but found "%"
Line 58:39 Unexpected "{"
Line 58:40 Expected identifier but found "%"
Line 204:0 Unexpected "{"
Line 204:1 Expected identifier but found "%"
Line 224:2 Unexpected "{"
Line 224:3 Expected identifier but found "%"

**/
.rtl-header .header-top {
  display: flex;
  flex-direction: row-reverse; 
  align-items: center;
  justify-content: space-between;
}
.rtl-header .header-logo {
  order: 2; 
  flex: 1;
  text-align: center;
}
.desktop-header-block.rtl-header .announcement-search {
  order: 1; 
  width: 33%;
}
.desktop-header-block.rtl-header .search__form-inner {
    display: flex;
    float: right;
  gap: 3px;
  width: 100%;
}
.desktop-header-block.rtl-header .header-icons {
  order: 3; 
   width: 33%;
}
.mobile-header-block.rtl-header .header-icons {
  order: 3; 
   width: 16%;
} 
	header-drawer {
		justify-self: start;
	}
	.menu-drawer-container {
		display: flex;
	}
	.list-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.list-menu--inline {
		display: inline-flex;
		flex-wrap: wrap;
	}
	summary.list-menu__item {
		{% comment %} padding-right: 2.7rem; {% endcomment %}
	}
	.list-menu__item {
		display: flex;
		align-items: center;
	}
	.list-menu__item--link {
		text-decoration: none;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
   @media screen and (max-width: 500px) {
  html[lang="it"] .cart-count-bubble {
    position: absolute;
    right: 41%; 
    top: 5%;
    }
   }
  @media screen and (max-width: 500px) {
  html[lang="ar"] .cart-count-bubble {
    position: absolute;
    right: 51%; 
    top: 5%;
    }
   }
   @media screen and (min-width: 501px) and (max-width: 720px) {
    html[lang="it"] .cart-count-bubble {
    position: absolute;
    right: 43%; 
    top: 5%;
    }
     }
  @media screen and (min-width: 501px) and (max-width: 900px) {
     html[lang="ar"] .cart-count-bubble {
    position: absolute;
    right: 52%; 
    top: 5%;
    }
    }
  @media screen and (min-width: 721px) and (max-width: 900px) {
    html[lang="it"] .cart-count-bubble {
    position: absolute;
    right: 46%; 
    top: 5%;
    }
    }
  @media screen and (max-width: 500px) {
    .cart-count-bubble {
    position: absolute;
    top: 1rem;
    right: 2%;
  }
    }
  @media screen and (min-width: 501px) and (max-width: 600px) {
    .cart-count-bubble {
    position: absolute;
    top: 1.6rem;
    right: 2%;
  }
    }
  @media screen and (min-width: 601px) and (max-width: 820px) {
    .cart-count-bubble {
    position: absolute;
    top: 1.6rem;
    right: 1%;
  }
    }
  @media screen and (min-width: 821px) and (max-width: 900px) {
    .cart-count-bubble {
    position: absolute;
    top: 1.9rem;
    right: 1%;
  }
    }
  @media screen and (min-width: 901px) and (max-width: 1020px) {
    .cart-count-bubble {
    position: absolute;
    top: 1.8rem;
    right: 4%;
  }
    html[lang="ar"] .cart-count-bubble {
    position: absolute;
    top: 1.6rem;
    left: 8%;
    }
    }
@media screen and (min-width: 1021px) and (max-width: 1300px) {
    .cart-count-bubble {
    position: absolute;
    top: 1.8rem;
    right: 3%;
  }
    html[lang="ar"] .cart-count-bubble {
    position: absolute;
    top: 1.8rem;
    left: 7%;
    }
    }
  @media screen and (min-width: 1301px) and (max-width: 1500px) {
    .cart-count-bubble {
    position: absolute;
    top: 2rem;
    right: 2.5%;
  }
    html[lang="ar"] .cart-count-bubble {
    position: absolute;
    top: 2.3rem;
    left: 5.5%;
    }
    }
  @media screen and (min-width: 1501px) and (max-width: 2000px) {
    .cart-count-bubble {
    position: absolute;
    top: 2.6rem;
    right: 2%;
  }
    html[lang="ar"] .cart-count-bubble {
    position: absolute;
    top: 2.6rem;
    left: 5%;
    }
    }
   @media screen and (min-width: 2001px) {
    .cart-count-bubble {
    position: absolute;
    top: 3.2rem;
    right: 1.5%;
  }
    html[lang="ar"] .cart-count-bubble {
    position: absolute;
    top: 3.6rem;
    left: 4.5%;
    }
    }
	@media screen and (min-width: 750px) {
		.list-menu__item--link {
			padding-bottom: 1rem;
			padding-top: 1rem;
		}
	}

.menu-item.active > a {
    color: #ff3600;
  font-weight: 500;
}

{% if template.name == 'search' %}
    .template-search__search {
      display: none;
    }
  .page-header h1 {
    font-size: 24px;
    }
    .section-template--24189785997625__main-padding {
    padding-top: 1% !important;
        padding-bottom: 1% !important;
  }
  @media screen and (max-width: 780px) {
    .page-header h1 {
    font-size: 20px;
    }
    .breadcrumb_border .container {
  padding-bottom: 1%;
  padding-top: 1%;
}
  }
  {% endif %}
  
  @media screen and (max-width: 900px) {
  .desktop-header-block {
display: none;
  }
    #menu-drawer .container {
    padding-left: 2rem;
      padding-bottom: 5%;
  }
   .header-menu {
    display: flex;
      align-items: center;
  }
    .menu-item {
    position: relative;
    display: flex;
      padding: 3px;
}
.horizontal-menu {
    position: relative;
   flex-grow: 1;
    overflow-x: auto;
    white-space: nowrap;
}
.horizontal-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.horizontal-menu a {
    text-decoration: none;
    color: #000;
    display: flex;
    text-transform: uppercase;
  font-size: 14px;
  align-items: center;
}
.menu-list {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.menu-list::-webkit-scrollbar {
    display: none; 
}

.submenu-item:hover {
    background: #ff3600;
    color: #fff;
}
 .submenu {
    position: fixed;
    top: 100%;
    width: 96%;
    left: 2%;
    right: 2%;
    border-radius: 8px;
    display: none;
    background: #fff;
    box-shadow: 0 2px 10px #595959;
    white-space: nowrap;
    flex-direction: column;
    z-index: 1000; 
    height: 412px;
    max-height: 412px;
    overflow-y: auto;       
  -webkit-overflow-scrolling: touch; 
  overscroll-behavior: contain;
  }
  .submenu-item {
  background: #fff;
  text-decoration: none;
  color: #333;
  padding: 15px 18px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.submenu.open {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    .site-header { 
    background: #fff; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    padding-top: 3%; 
    padding-bottom: 1%; 
    padding-left: 1.3rem; 
    padding-right: 1.3rem;
  }
  .header-top { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 1.2rem;
  }
    .announcement-search {
        width: 100%;
      margin-bottom: 0.6rem;
    }

    .search__form-inner {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100vw; 
        box-sizing: border-box;
    }

    .search__input {
        flex-grow: 1;
        height: 36px;
        padding: 8px 12px;
        border: 1px solid #ff3600;
        border-radius: 5px;
        font-size: 16px; 
        outline: none;
        min-width: 0; 
        max-width: 100%; 
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
    }

    .search__button-sk {
        background-color: #ff3800;
        color: white;
        border: 1px solid #ff3800;
        border-radius: 100px;
        cursor: pointer;
        font-size: 13px;
        display: flex;
      align-items: center;
        justify-content: center;
        height: 36px;
        padding: 0 15px;
        margin-left: 3px;
        white-space: nowrap;
        flex-shrink: 0; 
        min-width: 80px; 
        max-width: 90px; 
      text-transform: uppercase;
    }
html[lang="ar"] .search__button-sk {
  margin-right: 1.2%;
  margin-left: 0px;
}
    .search__button-sk:hover {
        background-color: #000;
        border: 1px solid #000;
    }
  }
@media screen and (min-width: 901px) {
  .mobile-header-block {
display: none;
  }
  .header-menu {
    display: flex;
    align-items: center;
    gap: 10px;
  }
.horizontal-menu {
    position: relative;
}
.horizontal-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu-item {
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
}

.horizontal-menu a {
    text-decoration: none;
    color: #000;
    display: flex;
    text-transform: uppercase;
  font-size: 15px;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 10px #595959;
    z-index: 1000;
    white-space: nowrap;
    flex-direction: column;
  }
  .submenu a {
  font-size: 15px;
}  
.submenu-item {
    background: #fff;
    text-decoration: none;
    color: #333;
    padding: 15px 18px;  
  border-bottom: 1px solid #ccc;
}

.submenu-item:hover {
    background: #ff3600;
    color: #fff;
}

.submenu.open {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
}
  }

  .header-logo img { 
    max-height: 50px;
  }
  .header-icons { 
    display: flex; 
    gap: 15px; 
  }
  .header-icon {
    height: 24px;
    width: 25px;
  }
 .header-icon-w {
    width: 26px;
  }
@media screen and (min-width: 901px) {
      .menu-drawer {
        position: fixed;
z-index: 3;
        left: 0;
        top: 100%;
        width: 30%;
        padding: 0;
        border-left: 0;
        border-right: 1px solid #ccc;
        box-shadow: 4px 0 10px #0000001a;
        overflow-x: hidden;
      }
  .site-header { 
    background: #fff; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    padding-left: 4rem; 
    padding-right: 4rem; 
    padding-top: 1.5%; 
    }
    
  .header-top { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 0.7rem; 
}     
  .announcement-search {
    width: 100%;
}

.search__form-inner {
    display: flex;
    width: 82%;
  margin: 0 auto;
}

.search__input {
    flex-grow: 1; 
    height: 37px;
    padding: 8px 12px;
    border: 1px solid #ff3600;
    border-radius: 40px;
    font-size: 14px;
    outline: none;
}
  .search__button-sk {
    background-color: #ff3800;
    color: white;
    border: 1px solid #ff3800;
    border-radius: 100px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    height: 37px;
    margin-left: 1%;
    padding: 10px;
    align-items: center;
        justify-content: center;
     text-transform: uppercase;
  }
  .search__button-sk:hover {
    background-color: #000;
    border: 1px solid #000;
}
}

.submenu .submenu-icon {
  display: inline-block;
  flex-shrink: 0;
  padding-right: 8px;
}