/** Shopify CDN: Minification failed

Line 408:0 Unexpected "}"

**/
 /* Reset all Algolia default styles */
 /* Default theme style */ 
.custom-search-bar-container {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2rem 1rem;
    background-color: #f1f1f1;
}
 
 /* End */
[class^="aa-"],
[class*=" aa-"] {
  all: unset;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: normal; 
  background: none;
  border: none;
}

/*  General Container Styling */
/* .algolia-search-bar-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: transparent;
  padding: 1rem;
  z-index: 1;
} */

/*  Form Wrapper */
.aa-Form {
  /* display: flex;
  flex: 1;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  width: 66vw;
  min-width: 300px;
  height: 40px;
  padding: 0 0.75rem;
  border-radius: 9999px;
  background-color: #f1f1f1; */
  /* background-color: #fff; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
     display: flex;
    flex: 1;
    position: relative;
    align-items: center;
    max-width: 1440px;
    width: 66vw;
    min-width: 300px;
    height: 40px;
    padding: 0 .75rem;
    border-radius: 9999px;
    background-color: #f1f1f1;
}

/*  Input Wrapper */
.aa-InputWrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}

/*  Input Field */
.aa-Input {
  flex: 1;
  height: 100%;
  padding: 1rem 5rem !important;
  font-size: 15px !important;
  /* padding: 12px 48px 12px 42px; */
  color: #000;
  background-color: transparent;
  width: 100%;
  min-width: 0;
}

/*  Placeholder Text */
.aa-Input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/*  Prefix Icon */
.aa-InputWrapperPrefix {
  position: absolute;
  /* top: 50%; */
  left: 2rem;
  /* transform: translateY(-50%); */
  width: 24px;
  height: 24px;
  display: flex;
  /* align-items: center; */
  align-items: end;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.aa-InputWrapperPrefix svg {
  width: 18px;
  height: 18px;
  fill: #999999; 
  /* color: #222; */
}

/*  Clear Button */
.aa-ClearButton {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 18px;
  z-index: 6;
}

/*  Hidden Controls */
.aa-LoadingIndicator,
.aa-CancelButton {
  display: none !important;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

/*  Hide Fullscreen Mobile Overlay */
.aa-DetachedFormContainer {
  display: none !important;
}

/*  Responsive Breakpoints */

@media (max-width: 768px) {
  /* .aa-Form {
    max-width: 100%;
    padding: 0 1rem;
  } */
  .aa-Input {
    font-size: 12px !important;
    /* padding: 12px 28px 12px 18px; */
  }
}

/*  Autocomplete Panel Box */
.aa-Panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 0.75rem;
  z-index: 999;
  max-height: 400px;
  overflow-y: auto;
  font-size: 14px;
}

/*  Divider Between Sections */
.aa-SectionDivider {
  all: initial;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #111010;
  margin: 8px 0;
}

/*  Source Header Title */
.aa-SourceHeaderTitle {
  display: block;
  font-weight: 900;
  color: #555;
  font-size: 18px;
  margin-bottom: 8px;
}

/*  Item Title – Vertical Layout */
.aa-Item::marker {
  display: none;
}
.aa-ItemTitle {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  transition: background 0.2s ease;
}

.aa-ItemTitle:hover {
  background-color: #f2f2f2;
}

/*  Suggestion Item – Flex Layout */
.aa-SuggestionItem {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.aa-SuggestionItem:hover {
  background-color: #f2f2f2;
}

/*  Suggestion Icon and Text Layout */
.aa-SuggestionIcon {
  font-size: 16px;
  color: #666;
  flex-shrink: 0;
}

.aa-SuggestionText {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aa-SuggestionCount {
  float: right;
  color: #aaa;
  font-size: 13px;
}

/*  Product Item – Flex Layout */
.aa-ProductItem {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.aa-ProductItem:hover {
  background-color: #f2f2f2;
}

.aa-ProductIcon {
  font-size: 16px;
  color: #666;
  flex-shrink: 0;
}

.aa-ProductTitle {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  SVG Icon Styling */
.aa-SuggestionIcon svg,
.aa-ProductIcon svg {
  width: 18px;
  height: 18px;
  fill: #222;
}
.aa-Highlight {
  font-weight: bold;
  background-color: transparent;
  color: #000;
}

.aa-SuggestionText mark {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.aa-ProductTitle mark {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.aa-Panel,
.aa-ItemTitle,
.aa-SuggestionItem,
.aa-SourceHeaderTitle {
  font-family: 'Avenir Next', 'Segoe UI', Roboto, sans-serif !important;
  font-weight: 400;
}
.aa-Input {
  font-family: 'Avenir Next', 'Segoe UI', Roboto, sans-serif !important;
  font-weight: 400;
}
/* search bar for mobile screens */
.cloud-search-mobile-backdrops, .cloud-search-mobile__cancel,  #algolia-search-icon-mobile{
  display: none;
}
@media (max-width: 844px) {
  /* .aa-InputWrapperPrefix {
    top: 55%;
    left: 4px;
  } */

  #algolia-search-icon-mobile {
    display: block;
  }
  #shopify-section-search-custom.algolia-mobile {
    backdrop-filter: blur(15px);
    background: hsla(0, 0%, 96%, .6);
    border-bottom: 1px solid #e8e8e8;
    display: flex !important;
    align-items: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
  }
   /* .algolia-search-bar-container { 
     top: 0;
    padding: 0;
     backdrop-filter: blur(15px);
     background: white;
   } */
 /* .autocomplete-huna-container {
    flex-grow: 1;
    margin: 8px 10px;
    position: relative;
   
  } */
  /* .algolia-search-bar-container .autocomplete-huna-container .aa-Form{
    width: 100%;
    padding-inline: 0;
    border-radius: 12px; */
  }
  .algolia-search-bar-container .autocomplete-huna-container .aa-Form input {
    color: #333;
   /* backdrop-filter: blur(2px);
    background: hsla(0, 0%, 50%, .15);
    border: none;
    border-radius: 12px;
    box-shadow: none;
    box-sizing: border-box;
    font: normal 16px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    height: 44px;
    line-height: normal;
    margin: 0;
    min-height: 0;
    outline: none;
    padding: 8px 0 8px 40px;
    padding-inline-end: 0;
    padding-inline-start: 40px;
    width: 100%; */
  }
  .algolia-search-bar-container .autocomplete-huna-container .aa-Form .aa-InputWrapperPrefix {
        /* top: 53%;
         left: 7px; */
  }
 #shopify-section-search-custom.algolia-mobile .algolia-search-bar-container .cloud-search-mobile__cancel {
    display: block;
    color: #007aff;
    cursor: pointer;
    font: normal 16px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    padding: 13px 10px 12px 0;
    padding-inline-end: 10px;
    padding-inline-start: 0;
    text-decoration: none;
  }
  .cloud-search-mobile-backdrops.algolia-mobile {
    display: block !important;
    background-color: #fffffffa;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }

}
  /* custom css code for arabic version */
  
.aa-Panel.huna-rtl {
  direction: rtl;
  text-align: right;
}
.aa-Panel.huna-rtl .aa-SourceHeaderTitle {
  text-align: right;
  display: block;
  padding-right: 1rem;
}
html[lang="ar"] .aa-InputWrapperPrefix {
right: 17px !important;
}
.aa-Panel.huna-rtl .aa-SuggestionItem .aa-SuggestionText,
.aa-Panel.huna-rtl .aa-ProductItem .aa-ProductTitle {
  text-align: right !important;
} 
.aa-Panel.huna-rtl .aa-SuggestionIcon,
.aa-Panel.huna-rtl .aa-ProductIcon {
  margin-left: 0.75rem;
  margin-right: 0;
}
.aa-SourceHeaderTitle {
  font-size: 20px !important;  
  font-weight: 700 !important; 
  color: #000 !important;      
}

/* End */