/** Shopify CDN: Minification failed

Line 800:0 Unexpected "}"

**/
.search-drawer-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  background: #0009;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.search-icon-mobile-drawer {
  display: none;
}

.overlay-active {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  display: block !important;
}

.search-drawer-mobile {
  max-width: 480px;
  height: auto;
  width: 0;
  z-index: 5;
  position: fixed;
  background-color: #ffffff;
  border-radius: 0px;
  top: 0;
  right: 0;
  margin: 0px;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  transition: width .33s cubic-bezier(.645, .045, .355, 1), visibility .33s cubic-bezier(.645, .045, .355, 1);
  padding: 0px;
  display: block;
}

.search-drawer-wrapper {
  opacity: 0;
  transition: opacity .1s;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.search-drawer-wrapper.open-wrapper {
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  display: flex;
  height: calc(100% - 14px);
}

.search-drawer-input {
    flex: 1;
    outline: none;
    box-shadow: none;
    outline-offset: 0;
}

.mobile-search-drawer-close-icon {
  cursor: pointer;
}

.search-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  column-gap: 12px;
  width: 100%;
}


.search-drawer-mobile-active {
  visibility: visible;
  width: 80%;
  opacity: 1;
}

.search-drawer-mobile .field-icon {
  height: 20px;
  width: 20px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.search-drawer-mobile .tab-content {
  display: none;
}

.search-drawer-mobile .tab-content.active {
  display: inherit;
}

.search-drawer-mobile .search-tab:last-child .tab-navigation {
  padding-right: 0;
}

.search-drawer-mobile .search-tab:first-child .tab-navigation {
  padding-left: 0;
}

.search-drawer-mobile .tab-navigation {
  cursor: pointer !important;
  padding: 8px 12px;
  color: #605F5F;
  font-family: var(--body-font-family);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  display: block;
  position: relative;
  text-wrap: nowrap;
  transition: .25s ease-in;
}

.search-drawer-mobile .search-tab.active .tab-navigation {
  color: var(--primary-bg-color);
  font-weight: 700;
}

.search-drawer-mobile .search-tabs {
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
  border-bottom: 1px solid var(--tertiary-color);
}

.search-drawer-mobile .search-drawer-wrapper.open-wrapper .search-form {
  height: auto;
}

.search-drawer-mobile .search-form {
  flex-direction: column;
  display: flex;
  height: auto;
}

.tab-navigation {
  position: relative;
}

.search-drawer-mobile ul.tabs li.active:first-child .tab-navigation:before {
  width: calc(100% - 10px);
  left: 0px;
  right: 100%;
}

.search-drawer-mobile ul.tabs li.active .tab-navigation:before {
  width: calc(100% - 20px);
  left: 10px;
  right: 100%;
}

.search-drawer-mobile .tab-navigation:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  width: 0;
  height: 3px;
  background: var(--secondary-text-color);
  transition: all .25s ease-out;
  border-radius: 150px;
}

.mobile-card-product .product-grid .grid-item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

.search-drawer-mobile .mobile-card-product .product-card-wrapper {
  padding: 12px !important;
}

.search-drawer-mobile .button-add-to-cart {
  display: none;
}

.search-drawer-mobile .product-card-wrapper:hover {
  box-shadow: 0 17px 40px -22px #00000054;
  border: 1px solid var(--primary-bg-color);
  background: #ffffff;
}

.search-drawer-mobile .mobile-card-product .col-left {
  flex: 0 0 28%;
  max-width: 28%;
}

.search-drawer-mobile .mobile-card-product .product-featured-image-wrapper {
  position: relative;
  padding-bottom: 110%;
}

.search-drawer-mobile .mobile-card-product .product-grid {
  list-style-type: none;
  margin: 0px;
}

.search-drawer-mobile .mobile-card-product .col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-drawer-mobile .mobile-card-product .product-featured-image-wrapper .product-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.search-drawer-mobile .mobile-card-product .product-grid-item {
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
  padding: 0px;
  background: transparent;
}

.search-drawer-mobile .mobile-card-product .grid-item {
    border-radius: 0PX;
    transition: .25s ease-in-out;
    margin-bottom: 24px;
    border-bottom: 1px solid #D8BFAB57;
    padding-bottom: 24px;
}

.search-drawer-mobile .mobile-card-product .grid-item:last-child {
    border-bottom: none;
}

/* .search-drawer-mobile .mobile-card-product .grid-item:hover {
  border-radius: 12px;
  border: 1px solid transparent;
  background: radial-gradient(98.89% 98.89% at 2.13% 100%, #06be39, #056420 68.37%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: 0 17px 40px -22px #00000054;
} */

.search-drawer-mobile .mobile-card-product .product-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--primary-bg-color);
  font-family: var(--body-font-family);
  margin: 0 0 4px;
  overflow: hidden;
  display: block;
  max-height: 4.4rem;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.mobile-card-product .product-price {
  font-family: var(--body-font-family) !important;
  color: var(--deafult-body-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}

.product-grid-item-link {
  display: block;
  width: 100%;
}

.collection-grid-item-link {
  display: flex;
  width: 100%;
  column-gap: 12px;
  align-items: center;
}

.article-item-link {
  display: flex;
  width: 100%;
  column-gap: 12px;
}

.search-drawer-mobile .mobile-card-product .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 12px;
}

.search-drawer-mobile .mobile-card-product .latin-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4d4d4d;
  font-family: var(--body-font-family);
  margin: 0 0 16px;
  overflow: hidden;
  display: block;
  max-height: 4.4rem;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.search-drawer-mobile .mobile-card-product .price .price__regular .price-item.price-item--regular {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--deafult-heading-color);
  font-family: var(--body-font-family);
  margin: 0px;
}

.search-drawer-mobile .mobile-card-product .price .price__sale .price-item--regular {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--deafult-heading-color);
  font-family: var(--body-font-family);
  margin: 0px;
  margin-right: 6px;
}

.search-drawer-mobile .mobile-card-product .price .price__sale .price-sale-regular-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #999999;
  font-family: var(--body-font-family);
  margin: 0px;
  text-decoration: line-through;
}


.search-drawer-mobile .mobile-card-collection .collection-image-wrapper {
  position: relative;
  padding-bottom: 106%;
}

.search-drawer-mobile .mobile-card-collection .collection-product-grid {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

.search-drawer-mobile .mobile-card-collection .collection-image-wrapper .collection-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.search-drawer-mobile .mobile-card-collection .col-left {
  flex: 0 0 14%;
  max-width: 14%;
}

.search-drawer-mobile .mobile-card-collection .col-right {
  flex: 1;
}

.search-drawer-mobile .mobile-card-collection .collection-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--deafult-heading-color);
  font-family: var(--body-font-family);
  margin: 0;
  overflow: hidden;
  display: block;
  max-height: 4.4rem;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.search-drawer-mobile .mobile-card-collection .collection-grid-item {
  background: transparent;
  padding: 0px;
  border-radius: 0px;
}

.search-drawer-mobile .mobile-card-collection .collection-list-item {
  border: none;
  border-radius: 0px;
  transition: .25s ease-in-out;
  margin-bottom: 16px;
  flex: 100%;
  max-width: 100%;
  border-bottom: 1px solid #D8BFAB57;
  padding-bottom: 16px;
}

.search-drawer-mobile .mobile-card-collection .collection-list-item:last-child {
  border-bottom: none;
}

/* .search-drawer-mobile .mobile-card-collection .collection-list-item:hover {
  border-radius: 12px;
  border: 1px solid transparent;
  background: radial-gradient(98.89% 98.89% at 2.13% 100%, #06be39, #056420 68.37%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: 0 17px 40px -22px #00000054;
}
 */
.search-drawer-mobile .article-card .col-left {
  flex: 0 0 35%;
  max-width: 35%;
}

.search-drawer-mobile .article-card .col-right {
  flex: 1;
}

.search-drawer-mobile .article-card .article-image-wrapper {
  position: relative;
  padding-bottom: 86%;
}

.search-drawer-mobile .article-card .article-grid {
  list-style-type: none;
}

.search-drawer-mobile .article-card .article-image-wrapper .article-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.search-drawer-mobile .article-card .blog-article-item {
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  transition: .25s ease-in-out;
  margin-bottom: 16px;
}

.search-drawer-mobile .article-card .article-item {
  background: #fff;
  padding: 8px;
  border-radius: 12px;
}

.search-drawer-mobile .article-card .blog-article-item:hover {
  border-radius: 12px;
  border: 1px solid transparent;
  background: radial-gradient(98.89% 98.89% at 2.13% 100%, #06be39, #056420 68.37%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: 0 17px 40px -22px #00000054;
}

.search-drawer-mobile .article-card .article-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--deafult-heading-color);
  font-family: var(--body-font-family);
  margin: 0 0 8px;
  overflow: hidden;
  display: block;
  max-height: 4.4rem;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.search-drawer-mobile .article-card .article-decription p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4D4D4D;
  font-family: var(--body-font-family);
  margin: 0px 0px 8px 0px;
}

.search-drawer-mobile .article-card .article-published-wrapper {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.trending-search-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  color: #1a1a1a;
  font-family: var(--body-font-family);
  margin: 0 0 12px 0px;
  text-transform: capitalize;
  display: block;
}

.search-drawer-mobile .article-card .article-published-at {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #2A472B;
  font-family: var(--body-font-family);
  margin: 0px;
}

.search-result-queries {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  column-gap: 4px;
}

.query-icon {
  display: flex;
}

.query-text {
  color: #1a1d1f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  font-family: var(--body-font-family);
  text-align: left;
  text-transform: capitalize;
}

.search-drawer-mobile .no-result-text {
  color: #1A1D1F;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  font-family: var(--body-font-family);
  margin: 0 0 4px 0px;
}

.search-drawer-mobile .no-result-description {
  font-family: var(--body-font-family);
  color: #868C97;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.mobile-search-drawer-close-icon {
  position: absolute;
  z-index: 1;
  right: 20px;
}

.search-drawer-mobile .queries-container {
  margin-top: 10px;
  display: none;
}

.main-queries-container {
  padding: 10px 20px;
}

.search-drawer-mobile .queries-container.active {
  display: block;
}

.search-drawer-mobile .empty-search-drawer {
  display: none;
}

.search-drawer-mobile .empty-search-drawer.active {
  display: flex;
  flex-direction: column;
  height: calc(80% - 20px);
  justify-content: center;
  overflow: scroll;
}

.search-drawer-mobile ul.tabs li.active:last-child .tab-navigation:before {
  width: calc(100% - 10px);
  left: 10px;
  right: 100%;
}

.search-drawer-mobile .article-card .row {
  column-gap: 12px;
}

.search-drawer-mobile .article-card .article-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4D4D4D;
  font-family: var(--body-font-family);
  margin: 0 0 8px 0px;
  overflow: hidden;
  display: block;
  max-height: 4.4rem;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.search-drawer-mobile .search-drawer-tab-list-wrapper {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
  display: flex;
  flex-direction: column;
}

.search-drawer-mobile .search-drawer-tab-list-wrapper.active {
  visibility: visible;
  opacity: 1;
  padding: 20px;
  height: calc(100% - 20px);
}

.search-drawer-mobile .tab-content-wrapper {
  height: 10%;
  height: calc(100vh - 20px);
  overflow-x: hidden;
  padding-right: 16px;
  box-sizing: border-box;
  overflow: auto;
}

.empty-search-drawer .empty-search-image-box {
  max-width: 185px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 16px;
}

.search-drawer-header .search-input:focus-visible {
  border-bottom: 1px solid #6E564233 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: #ffffff ! important;
}

/* width */
.tab-content-wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.tab-content-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 40px;
}

/* Handle */
.tab-content-wrapper::-webkit-scrollbar-thumb {
  background: #6E564266;
  border-radius: 40px;
}

/* Handle on hover */
.tab-content-wrapper::-webkit-scrollbar-thumb:hover {
  background: #6E564266;
}

.tab-content-wrapper::-webkit-scrollbar-thumb:active {
  background: transparent;
}

.search-drawer-mobile .search-input {
  border-radius: 0px !important;
  border-bottom: 1px solid #6E564233 !important;
  border: none;
  padding: 16px 20px 16px 48px !important;
  background: #ffffff;
}

.search-drawer-mobile .search-input::placeholder {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4D4D4D;
  font-family: var(--body-font-family);
}

.search-drawer-mobile .article-card .article-decription p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4D4D4D;
  font-family: var(--body-font-family);
  margin: 0 0 8px 0px;
  overflow: hidden;
  display: block;
  max-height: 4.4rem;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.empty-search-image-wrapper {
  position: relative;
  padding-bottom: 100%;
}

.empty-search-image-wrapper .empty-search-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* .search-input.field__input:focus {
  outline: 2px solid #007bff;
  /* Example focus style */
} */

.search-icon-mobile-drawer {
  display: none !important;
}

.search-drawer-header .field__input::placeholder {
  color: #6E5642;
}

@media screen and (max-width: 990px) {
  .search-icon-mobile-drawer {
    display: flex !important;
  } 
}

@media screen and (max-width: 545px) {

  .search-drawer-mobile .mobile-card-collection .collection-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .search-drawer-mobile .mobile-card-product .product-featured-image-wrapper {
    padding-bottom: 104%;
  }

  .search-drawer-mobile-active {
    width: calc(100% - 32px);
    max-width: 100%;
  }

  .search-drawer-mobile .article-card .article-image-wrapper {
    padding-bottom: 119%;
  }

  
.search-drawer-mobile-active {
  visibility: visible;
  width: 100%;
  opacity: 1;
}

}