/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./sass/ins-quick-search.scss ***!
  \*******************************************************************************************************************************************************************************************/
:root {
  --default-font-size: 14px;
  --color-brand: #111827;
  --color-border-main: #e5e7eb;
  --color-main-text: #111827;
  --color__text-main: #4a5568;
  --bg-form: #ffffff;
  --bg-list: #f3f4f6;
  --divider: #e5e7eb;
  --input-clr: #6b7280;
  --icon-clr: #4b5563;
  --paragraph-primary: #4b5563;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.rq-hide {
  display: none !important;
}

/* ================================= */
/* inspect quick search style  */
/* ================================= */
.inspect-quick-search-wrapper {
  max-width: 768px;
  width: 100%;
  position: relative;
  /* search overlay style  */
  /* search input form style  */
  /* search result wrapper style */
}
.inspect-quick-search-wrapper .inspect-quick-search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  cursor: pointer;
  display: none;
}
.inspect-quick-search-wrapper .inspect-quick-search-overlay.is-active {
  display: block;
}
.inspect-quick-search-wrapper .inspect-quick-search-form {
  width: 100%;
  position: relative;
}
.inspect-quick-search-wrapper .inspect-quick-search-form .inspect-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}
.inspect-quick-search-wrapper .inspect-quick-search-form .inspect-quick-search-input {
  width: 100%;
  padding: 12px 24px;
  padding-left: 46px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
}
.inspect-quick-search-wrapper .inspect-quick-search-form .inspect-quick-search-input:focus {
  outline: none;
  border: 1px solid #000000;
}
.inspect-quick-search-wrapper .inspect-quick-search-form.is-active {
  z-index: 2;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 4px;
  max-height: 600px;
  overflow-y: auto;
  margin-top: 4px;
  padding: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(17, 24, 39, 0.06);
          box-shadow: 0px 2px 8px rgba(17, 24, 39, 0.06);
  display: none;
}
@media screen and (min-width: 768px) {
  .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper {
    padding: 32px;
  }
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header .inspect-without-search-query,
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header .inspect-quick-search-result-count {
  margin: 0;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header .inspect-without-search-query .query-text {
  font-weight: 500;
  color: #000000;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-result-header .inspect-quick-search-result-count {
  font-weight: 400;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card:hover .inspect-product-search-card-description a {
  color: #000000;
}
@media screen and (min-width: 640px) {
  .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card {
    grid-template-columns: 160px 1fr 160px;
  }
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-search-card-thumb a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-search-card-thumb a img {
  width: 100%;
  height: 100%;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-search-card-description a {
  color: #4b5563;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-search-card-description .inspect-product-search-card-price {
  color: #4b5563;
  font-size: 14px;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button {
  display: none;
  text-align: end;
}
@media screen and (min-width: 640px) {
  .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button {
    display: block;
  }
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button a {
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  background-color: #000000;
  padding: 8px 14px;
  border-radius: 6px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button a:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 768px) {
  .inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .inspect-product-search-card .inspect-product-details-button a {
    padding: 14px 20px;
  }
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .quick-search-results .quick-search-explore-all-btn-container {
  text-align: center;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader span {
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
  -webkit-animation: zoom 0.9s infinite;
          animation: zoom 0.9s infinite;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader .dot-2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader .dot-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-quick-search-loader.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-image-container {
  max-width: 160px;
  width: 100%;
  margin-bottom: 24px;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-image-container img {
  height: 100%;
  width: 100%;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-content-container {
  text-align: center;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 8px;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product .inspect-empty-content {
  margin: 0;
  color: #000000;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper .inspect-empty-product.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inspect-quick-search-wrapper .inspect-quick-search-result-wrapper.is-active {
  display: block;
  z-index: 2;
}
