/** Shopify CDN: Minification failed

Line 151:0 Expected "}" to go with "{"

**/
.search__input.field__input {
  padding-right: 9.8rem;
}

@media screen and (min-width: 750px) {
  .reset__button {
    right: 20rem;   /* المسافة من اليمين */
    top: 1.5rem;   /* المسافة من فوق */
    width: 1.8rem;    /* عرض الزر */
  height: 2.4rem;   /* ارتفاع الزر */
  }
}

.search-modal__content {
  max-width: 720px;   /* صغّر أو كبّر */
  width: 100%;
  margin: 0 auto;     /* يوسّطه */
}
/* تغيير لون خلفية قائمة البحث المنسدلة */
.predictive-search--header {
  background: rgba(20, 20, 20, 0.6); /* لون أسود شفاف */
  backdrop-filter: blur(16px);       /* تأثير glossy */
  -webkit-backdrop-filter: blur(16px);
  border-radius: 3.5rem;             /* زوايا مدورة لو تحب */
  color: #fff;                        /* لون النص */
   width: 150% !important;
    top: 115%; 
   left: -24%;
}

.search-modal.modal__content {
  background: rgba(0, 0, 0, 0.62) !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto; 
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  backdrop-filter: blur(50px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.search__input.field__input {
    height: 4rem;          /* ارتفاع الحقل */
  font-size: 1rem;     /* حجم الخط جوا الحقل */
  padding: -10rem 5.8rem; /* padding فوق وتحت + يمين وشمال */
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto; 
   background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(18px) saturate(250%);
  -webkit-backdrop-filter: blur(50px) saturate(140%);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.77);
  color: #fff !important;
}
@media screen and (max-width: 749px) {
  .search-modal__content {
    width: 75%;    /* Mobile */
    padding: 16px; /* Mobile */
  }
  @media screen and (max-width: 749px) {
  .reset__button {
    right: 5.8rem;   /* المسافة من اليمين */
    top: 27%;        /* يخليها في نص الارتفاع */
    transform: translateY(15%);
      width: 1.8rem;    /* عرض الزر */
  height: 2.4rem;   /* ارتفاع الزر */
  }
  
.search__button {
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
  
}
@media screen and (max-width: 749px) {
  .search-modal__close-button {
    right: -3rem; /* أقل مسافة من اليمين */
    top: 0.5rem;   /* أقل مسافة من الأعلى */
  }
}


.reset__button:not(:focus-visible)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.6rem);
  content: '';
  position: absolute;
  right: 0;
}

.reset__button:not(:focus)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.8rem);
  content: '';
  position: absolute;
  right: 0;
}

.search__button:focus-visible,
.reset__button:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:focus,
.reset__button:focus {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:not(:focus-visible):not(.focused),
.reset__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.search__button:hover .icon,
.reset__button:hover .icon {
  transform: scale(1.07);
}

.search__button .icon {
  height: 5.8rem;
  width: 1.8rem;
}

.reset__button .icon.icon-close {
  height: 1.8rem;
  width: 1.8rem;
  stroke-width: 0.1rem;
}

/* Remove extra spacing for search inputs in Safari */
input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.template-search__results {
  position: relative;
}
