/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.search-overlay__top .container {
  margin: 1rem;
  height: 44px;
  width: 200px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  position: relative;
  background: #fff;
}

.search-container {
  direction: rtl;
}

.one-third {
  text-align: center;
}

.fa-search {
  right: 10rem;
  position: relative;
}

#search-term {
  border: none !important;
  border-bottom: 1px solid black !important;
  outline: none;
  width: 11rem;
}
#search-term:focus-visible {
  border-color: transparent !important;
}
#search-term:focus ~ .label {
  font-size: 9px;
  top: 0px;
  color: #4279a3;
  transition: all 0.5s ease;
}
#search-term:focus ~ .highlight {
  width: 160px;
  transition: all 1s ease;
}

.search-overlay {
  padding: 2rem;
  margin-top: 8rem;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: absolute;
  z-index: 100;
  background: white;
  opacity: 0;
  right: 0;
}
.search-overlay__top {
  direction: rtl;
}
.search-overlay.--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay__close {
  top: 13px;
  right: 16px;
  font-size: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  line-height: 0.7;
}
@media (max-width: 768px) {
  .search-overlay {
    width: 92%;
  }
}

.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  animation: spin 1s infinite linear;
}

#myModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.search-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  overflow-y: scroll;
  height: 65vh;
  padding: 1rem;
}
@media (max-width: 768px) {
  .search-products {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    height: auto;
  }
}

.search-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: 0.4s ease-out;
}
.search-product:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
@media (max-width: 768px) {
  .search-product {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 768px) {
  .product-title,
  .product-price {
    font-size: 16px;
    padding: 1rem 0rem;
  }
}

button {
  background: linear-gradient(#fff 0 0) no-repeat;
  background-size: 0% 100%;
  background-position: 100% 0%;
  transition: background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: black;
}
button:hover {
  background-size: 100% 100%;
  background-position: 0% 0%;
  transition: background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: black;
  border: 1px solid black;
  box-shadow: none;
}

.products-btn {
  padding-top: 1rem;
  margin: 1rem;
}

.product-btn {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .product-btn {
    padding: 10px 20px 10px 20px;
    margin-bottom: 1rem;
  }
}

.search-bar {
  height: 44px;
  width: 200px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  position: relative;
  background: #fff;
}

.input {
  border: none;
  height: 25px;
  width: 150px;
  color: #1b1b1b;
  font-size: 15px;
  outline: none;
}

.input:not(:-moz-placeholder-shown) + .label {
  font-size: 9px;
  top: 3px;
  color: #00c853;
}

.input:not(:placeholder-shown) + .label {
  font-size: 9px;
  top: 3px;
  color: #00c853;
}

.input:focus ~ .label {
  font-size: 9px;
  top: 3px;
  color: #4279a3;
  transition: all 0.5s ease;
}

.label {
  color: #aaaaaa;
  position: absolute;
  top: 13px;
  pointer-events: none;
  transition: all 0.5s ease;
  right: 1rem;
}

.search-btn {
  background: #4279a3;
  border-radius: 20px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  justify-content: center;
  cursor: pointer;
  right: 2px;
  position: absolute;
  transition: all 1s ease;
}

.icon {
  display: inline-flex;
}

.icon-18 {
  width: 18px;
  height: 18px;
}

.highlight {
  width: 0px;
  height: 1px;
  background: #4279a3;
  position: absolute;
  bottom: 0px;
  transition: all 1s ease;
  right: 1rem;
}

.input:focus ~ .highlight {
  width: 160px;
  transition: all 1s ease;
}

.scroll-to-top {
  position: relative;
}

.btn-position {
  position: fixed;
  right: 2rem;
  z-index: 20;
  bottom: 6rem;
}

.btn-style {
  background-color: #F98B25;
  border: 1px solid #fff;
  border-radius: 18%;
  height: 40px;
  width: 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.btn-style:hover {
  background: #fff;
  color: #F98B25;
  border: 1px solid #F98B25;
  transition: 0.4s ease-in-out;
}

/*# sourceMappingURL=style-index.css.map*/