#MainContent, #main, main, .dynamic-sections {
  visibility: hidden;
}
#jarvisml-shopify-search {
  position: fixed;
  top: 120px;
  margin: auto;
  z-index: 999999;
  height: 100vh;
  width: 100vw;
  margin-top: 20px;
}

.jml-search-top-btn-parent {
  position: absolute;
}
.jml-search-top-btn {
  position: absolute;
  display: block;
  cursor: pointer;
  opacity: 0;
}
.jml-search-input-page {
  z-index: 999;
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.jml-search-input-page-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;;
  background-color: #999;
  opacity: 0.7;
}
.jml-search-input-bg {
  top: 36px;
  position: relative;
  background-color: #fff;
  padding: 13px;
  text-align: center;
}
.jml-search-input {
  vertical-align: middle;
  max-width: 50vw;
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 0 6px;
  font-size: x-large;
}
.jml-search-icon, .jml-search-close-icon {
  vertical-align: middle;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 5px;
  border: 0;
  background-color: #fff;
  cursor: pointer;
}

.jarvisml-item-card-container, .jarvis-fp-modal-container {
  overflow: hidden;
  overflow-y: auto;
  height: fit-content;
  max-height: 72vh;
  z-index: 12;
  /* box-shadow: 0px 10px 20px grey; */
}

.jarvis-modal-container, .jarvis-fp-modal-container {
  position: absolute;
  margin: auto;
  animation: fade-in 0.6s cubic-bezier(.26,.54,.32,1) 0s forwards;
}

.jml-view-more-container a.view-more-link {
  margin: 10px;
  cursor: pointer;
  max-width: 200px;
}

.jml-view-more-container {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 20px;

}

.jarvis-fp-modal-container {
  display: none;
  max-height: fit-content;
}

.jarvisml-item-card-container {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
}

.jarvisml-item-card-container, .jarvisml-fp-item-card-container {
  justify-content: center;
  padding: 0 2em;
  box-shadow: 0px 16px 30px -15px #111;
}

.jarvis-items-card {
  margin: 12px;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.jarvisml-search-loader, .jarvisml-fp-search-loader {
  position: relative;
  width: 80px;
  top: 14em;
  display: none;
  margin: 0 auto;
  z-index: 100;
}

.jarvisml-fp-search-loader .loader-background {
  width: 80px;
  height: 60px;
  position: absolute;
  background-color:rgba(192,192,192,0.6);
  border-radius: 8px;
  left: -6px;
}

.jarvisml-search-loader div, .jarvisml-fp-search-loader div {
  display: block !important;
  position: absolute;
  top: 23px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #696969;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.jarvisml-search-loader div:nth-child(1), .jarvisml-fp-search-loader div:nth-child(1) {
  left: 8px;
  animation: jmlps-ellipsis1 0.6s infinite;
}

.jarvisml-search-loader div:nth-child(2), .jarvisml-fp-search-loader div:nth-child(2) {
  left: 8px;
  animation: jmlps-ellipsis2 0.6s infinite;
}

.jarvisml-search-loader div:nth-child(3), .jarvisml-fp-search-loader div:nth-child(3) {
  left: 32px;
  animation: jmlps-ellipsis2 0.6s infinite;
}

.jarvisml-search-loader div:nth-child(4), .jarvisml-fp-search-loader div:nth-child(4) {
  left: 56px;
  animation: jmlps-ellipsis3 0.6s infinite;
}

@keyframes jmlps-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes jmlps-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes jmlps-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* css for full page search */
.jarvis-searchpage-container {
  padding-left: 4%;
  padding-right: 4%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 2em;
  width: 100%;
}

.jarvis-searchpage-container.relevant-filters-added {
  max-width: 1368px;
}

.jml-fsp-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jml-fsp-header-title {
  color: black;
  font-size: 36px;
  font-weight: 600;
  font-family: inherit;
  margin-bottom: 4px;
}

.jml-fsp-searchresults-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.jml-search-block {
  display: flex;
  width: 100%;
  justify-content: center;
}

.jml-fsp-searchbox-container {
  width: 100%;
  max-width: 1000px;
  margin: 8px auto;
}

.jml-product-items-parent {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 0 0 15px 0;
  margin: 0;
  gap: var(--product-spacing);
}

.jml-product-items-parent .product_item {
  max-width: 320px;
  height: auto;
  display: flex;
  flex-direction: column;
  width: calc(100% / var(--desktop-col-count) - ((var(--product-spacing) * (var(--desktop-col-count) - 1)) / var(--desktop-col-count)));
  position: relative;
}

.jarvis-modal-container .jml-product-items-parent .product_item {
  width: calc(100% / var(--desktop-col-count) - ((var(--product-spacing) * (var(--desktop-col-count) - 1)) / var(--desktop-col-count)) - 2em);
  min-width: 200px;
}

.jml-product-items-parent .jml-imgBox {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}

.jml-product-items-parent .product_img {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.jarvis-modal-container .jml-product-items-parent .product_img.loaded {
  opacity: 1;
  animation: fade-in 1.4s cubic-bezier(.26,.54,.32,1) 0s forwards;
  transition: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jml-product-items-parent .jml-product_label {
  text-decoration: none;
  color: currentColor;
  line-height: 24px;
  max-height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: break-word;
  cursor: pointer;
}

.jml-product-items-parent .jml-product_price{
  cursor: pointer;
}

.jml-product-items-parent .pixel {
  opacity: 0.001;
  pointer-events: none;
  display: block;
  float: right;
  position: relative;
  right: 30%;
  margin: -1px 0 0 0;
}

.jml-product-items-parent .jml-swatch_area {
  overflow-x: auto;
  width: 100%;
}

.jml-product-items-parent .swatch_box {
  display: flex;
  width: fit-content;
  margin: 4px 0;
}

.jml-product-items-parent .swatch_box_2rows {
  line-height: 14px;
  height: 60px;
  overflow-y: hidden;
  margin: 4px 0;
}

.jml-product-items-parent .swatch_button {
  display: inline-block;
  box-sizing: content-box;
  height: 34px;
  width: 34px;
  margin: 2px 3px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 3px solid transparent;
  box-shadow: 0 0 1px 0;
  cursor: pointer;
}

.jml-product-items-parent .swatch_button.selected {
  box-shadow: 0 0 0 1px;
}

.jml-product-items-parent .swatch_button.color_only {
  background-clip: content-box;
  max-width: initial; /* for Impulse theme when image src is blank (pure color) */
}

/* pagination styling */

#jarvis-personalized-search-pagination {
  display: flex;
  width: 100%;
  vertical-align: middle;
  justify-content: center;
  padding: 6px;
  margin-bottom: 30px;
}

#jarvis-personalized-search-pagination a, #jarvis-personalized-search-pagination i {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
       -o-user-select:none;
          user-select:none;
}

#jarvis-personalized-search-pagination a {
  margin: 0 2px 0 2px;
  cursor: pointer;
  text-decoration: none;
}
#jarvis-personalized-search-pagination i {
  margin: 0 3px 0 3px;
}
#jarvis-personalized-search-pagination a.current, #jarvis-personalized-search-pagination a:hover {
  border-radius: 100%;
  background-color: #000;
  color: #fff;
}

/* skeleton styling */
.product_item.jml-skeleton {
  animation: jml-skeleton-loading 1s linear infinite alternate;
}

.jml-skeleton .jml-imgBox{
  width: 280px;
  height: 240px;
}

.jml-product-items-list .jml-skeleton .jml-imgBox, .jml-fp-product-items-list .jml-skeleton .jml-imgBox {
  height: 120px;
}

@keyframes jml-skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.no-results {
  display: none;
}

.jml-product_label.disabled, .jml-product_price.disabled {
  display: none;
}

.jml-product_label.left-align, .jml-product_price.left-align {
  text-align: left;
}

.jarvis-modal-container .jml-product-items-parent .jml-imgBox {
  margin: 0 auto;
}

.product_item.jml-skeleton .jml-add-to-cart-container{
  display: none;
}

.jml-add-to-cart-container {
  position: relative;
  z-index: 1;
}

.variant-select-parent {
  display: none;
  flex-direction: column;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 2px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  bottom: 100%;
}

.variant-select-container {
  display: flex;
  margin: 6px 8px;
  justify-content: space-between;
}

.variant-select-container select {
  max-width: 100px;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
  border-bottom: 0.4px solid rgba(40, 40, 40, 0.2);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.05), inset -1px -1px 2px rgba(0, 0, 0, 0.05);  padding: 2px 8px;
}

.product_item.jml-skeleton .jml-tags_label{
  display: none;
}

input.add-to-cart-action, a.customise-action {
  background: none;
  border: none;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  box-shadow: none;
}

.jml-tags_label {
  color: white;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  right: 0;
  font-size: 12px;
}

.jml-tags_label > div  {
  background: black;
  padding: 4px 6px;
  margin: 0 4px;
}

.jml-tags_label .jml-soldout-label {
  background: #D3D3D3;
  padding: 4px 6px;
  margin: 0 4px;
}

span.jml-strikethrough {
  text-decoration: line-through;
}

.jml-page-items-list.jml-page-items-parent {
  margin-left: 0;
  padding: 0;
  text-align: left;
}

ul .jarvis-page-item {
  list-style: none;
}




.jml-disabled {
  display: none;
}

.jml-pages-suggestions-false .jml-horizontal-line {
  display: none;
}

.jml-products-heading {
  display: none;
  font-weight: 900;
  font-size: 20px;
}

.jml-pages-heading{
  font-weight: 900;
  font-size: 20px;
}

.jml-pages-suggestions-true .jml-horizontal-line {
  display: flex;
}

.jml-pages-suggestions-true .jml-products-heading {
  display: flex;
}

.jml-products-heading-parent {
  display: flex;
  flex-direction: column;
}

.jarvis_product_parent {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.jml-sr-page-items-list jarvis-li.jarvis-page-item, .jml-page-items-list jarvis-li.jarvis-page-item {
  justify-content: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  max-height: 60px;
  min-height: 46px;
  background-color: #dfe5e8;
}

.jml-page-items-list jarvis-li.jarvis-page-item {
  margin: 0 12px 12px 0;
}

.jml-sr-page-items-list jarvis-li.jarvis-page-item {
  flex: auto !important;
  max-width: 320px;
  width: calc(100% / var(--desktop-col-count) - ((var(--product-spacing) * (var(--desktop-col-count) - 1)) / var(--desktop-col-count)));
}

.jml-page-items-list jarvis-li.jarvis-page-item {
  flex: none;
}

.jml-sr-page-items-list.jml-page-items-parent {
  display: flex;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 12px 0;
  overflow: hidden;
  max-height: 64px;
  gap: var(--product-spacing)
}

.jml-sr-page-items-list a.jml-page-link, .jml-page-items-list a.jml-page-link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.jml-sr-page-items-list a.jml-page-link .jml-page_label, .jml-page-items-list a.jml-page-link .jml-page_label {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: break-word;
  -webkit-line-clamp: 2;
}

.jml-page-items-list .pages-results-container {
  margin: 12px 0 6px;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.jarvisml-main-container .jarvis-modal-header {
  display: flex;
  align-items: center;
}

.jarvisml-main-container .jarvis-modal-header {
  display: flex;
  align-items: center;
}

.jarvisml-main-container .jarvis-modal-product-header {
  flex: auto;
}

/*css for Filters*/
#jml-filters-section {
  display: none;
}

#jml-filters-section .filter-groups .filter-list.collapsible-content {
  max-height: 220px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
  margin: 0;
  transition: opacity .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94);
}

#jml-filters-section .filter-groups .filter-list.collapsible-content.is-open {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  height: auto;
  margin-bottom: 4px;
  font-size: 12px;
  transition: opacity 1s cubic-bezier(.25,.46,.45,.94),height .35s cubic-bezier(.25,.46,.45,.94);
}

#jml-filters-section .filter-groups .filter-groups-label .collapsible-trigger {
  border: none;
  width: 100%;
  padding: 12px 10px 12px 0;
  text-align: left;
  background: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

#jml-filters-section .filter-groups .filter-groups-label .collapsible-trigger .icon {
  transition: all .1s ease-in;
}

#jml-filters-section .filter-groups .filter-groups-label .collapsible-trigger.is-open .icon {
  transition: all .1s ease-in;
  transform: scaleY(-1);
}

#jml-filters-section .filter-groups * {
  cursor: pointer;
}

.jml-searchpage-action-container .mobile-filter-button {
  background-color: #fff;
  border: 1px solid;
  display: none;
  align-items: center;
  justify-content: space-evenly;
  min-width: 140px;
  padding: 8px;
  height: 50px;
  font-size: 14px;
}

.jml-searchpage-action-container .mobile-filter-button svg {
  width: 20%;
  height: 100%;
}

.relevant-filters-added .jml-search-block #jml-filters-section {
  flex-basis: 25%;
  margin: 0 6px;
  max-width: 224px;
  position: relative;
  top: 10px;
  overflow-y: auto;
  display: block;
}

.relevant-filters-added .jml-search-block .jml-search-results {
  flex-basis: 75%;
  flex-grow: 1;
  margin: 0 1em;
}

.jml-search-block .jml-search-results {
  width: 100%;
}

#jml-filters-section .filter-groups {
  margin: 2px;
  overflow: hidden;
  border-top: 1px solid #e8e8e1;
  max-width: 210px;
}

#jml-filters-section .filters .heading-section {
  font-weight: 700;
}

#jml-filters-section .filter-groups:first-of-type  {
  border-top: 0;
}

#jml-filters-section .mobile-filter-cross {
  display: none;
}

#jml-filters-section .filter-list .view-more-filter-list {
  display: none;
}

#jml-filters-section .filter-list a.view-more-options, #jml-filters-section .filter-list a.view-less-options {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

#jml-filters-section .filter-list a.view-more-options:hover, #jml-filters-section .filter-list a.view-less-options:hover {
  text-decoration: underline;
}

#jml-filters-section .filter-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px;
}

#jml-filters-section .filter-content label {
  margin: 0;
  padding: 0;
  margin-left: 8px;
  text-transform: capitalize;
}

.filter-content input {
  margin: 0;
  padding: 0;
}

.jml-searchpage-action-container .sort-container {
  border: 1px solid black;
  width: auto;
  height: 50px;
  margin-left: auto;
  position: relative;
  min-width: 160px;
  display: inline-block;
}

.jml-searchpage-action-container .sort-container .sort-dropdown-menu {
  position: absolute;
  display: block;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.jml-searchpage-action-container .sort-container .sort-dropdown-menu .sort-options {
  padding: 10px;
  cursor: pointer;
}

.jml-searchpage-action-container .sort-container .sort-dropdown-menu .sort-options:hover {
  background-color: #e3e3e3;
}

.jml-searchpage-action-container .sort-container .sort-dropdown-menu .sort-options.selected {
  background-color: #e3e3e3;
}

.jml-searchpage-action-container .sort-container .sort-dropdown {
  height: 100%;
  width: 100%;
  padding: 0 3em 0 1em;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.jml-searchpage-action-container .sort-container label.sortby-label {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-property: font-size,top,-webkit-transform;
  transition-property: font-size,transform,top;
  transition-property: font-size,transform,top,-webkit-transform;
  transition-duration: .2s;
}

.jml-searchpage-action-container .sort-container label.sortby-label span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 4px;
  font-size: 12px;
  margin-left: 0.6em;
  background-color: #fff;
}

.dropdown-arrow-container svg {
  position: absolute;
  right: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto ;
  pointer-events: none;
}

.jarvis-searchpage-container .product_item .metafields-section {
  width: 100%;
}

.jarvis-searchpage-container .product_item .metafield-data-container {
  display: flex;
  flex-direction: row;
}

.jarvis-searchpage-container .product_item .metafield-data-name {
  text-transform: capitalize;
  font-weight: 700;
  margin-right: 8px;
}

#search-results-query {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* css for View selection Tab */
.jml-searchpage-action-container .tab-container {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 12px 0;
  width: 100%;
}

/* Style the buttons that are used to open the tab content */
.jml-searchpage-action-container .tab-container button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  background-color: #f1f1f1;
}

/* Change background color of buttons on hover */
.jml-searchpage-action-container .tab-container button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.jml-searchpage-action-container .tab-container button.tab-selected {
  background-color: #ccc;
}

.custom-plant-delight-pe-note {
  color: red;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  margin: 0 0 12px 0;
}

.jml-searchpage-action-container .jml-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 12px 0;
}

#jml-selected-filters-pill-container {
  margin: 2px 12px 12px;
  display: none;
  width: 100%;
}

#jml-selected-filters-pill-container .selected-filters-heading {
  display: flex;
}

#jml-selected-filters-pill-container .selected-filters-pills {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#jml-selected-filters-pill-container .selected-filters-pills::-webkit-scrollbar {
  display: none;
}

#jml-selected-filters-pill-container .selected-filters-pills button {
  background: #e3e3e3;
  border: 1px solid #0000;
  border-radius: 30px;
  color: #000;
  display: flex;
  align-items: center;
  font: 700 14px var(--m-fontBase,Open Sans,sans-serif);
  margin: 0.3em;
  padding: 8px 32px 8px 16px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

#jml-selected-filters-pill-container .selected-filters-pills div:hover {
  border: 1px solid #000;
}

#jml-selected-filters-pill-container .selected-filters-pills span.pill-remove {
  position: absolute;
  right: 0.5em;
  height: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
#jml-selected-filters-pill-container .selected-filters-pills span.pill-remove svg{
  fill: white !important;
  padding: 2px;
  background: black;
  border-radius: 50%;
}

#jml-selected-filters-pill-container .filter-clearall {
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}

.jml-searchpage-action-container .action-buttons-container {
  margin: 12px;
  display: flex;
  width: auto;
  justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  .jarvis_product_parent.jml-pages-suggestions-true {
    width: 100%;
  }
  .jml-page-items-list.jml-page-items-parent {
    width: 100%;
    margin-left: 0;
    max-width: initial;
  }
}

@media only screen and (min-width: 976px) and (max-width: 1279px) {
  .jarvis-modal-container .jml-product-items-parent .jml-imgBox {
    max-width: 200px;
    min-width: 160px;
    max-height: 200px;
    min-height: 160px;
  }

  .jarvis-modal-container .jml-product-items-parent .product_item, .jml-page-items-list jarvis-li.jarvis-page-item {
    max-width: 200px;
    min-width: 160px;
  }
}

@media only screen and (max-width: 976px) {
  .jarvisml-item-card-container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 769px) {
  .jml-product-items-parent .swatch_button.autosize, .jml-product-items-list .swatch_button.autosize {
    height: 19px;
    width: 19px;
  }
}

@media only screen and (min-width: 436px) {
  .jarvisml-item-card-container.middle-align {
    left: 0;
    right: 0;
  }
  
  .jarvisml-item-card-container.left-align {
    left: 8vw;
    right: auto;
  }
  
  .jarvisml-item-card-container.right-align {
    left: auto;
    right: 8vw;
  }
  .jarvis-viewmore-mobile {
    display: none;
  }
}


@media only screen and (max-width: 668px) {
  .jml-page-items-list .pages-results-container {
    justify-content: center;
  }
}

@media only screen and (min-width: 436px) and (max-width: 768px) {
  .jml-product-items-parent .swatch_box_2rows {
    height: min-content;
  }
  .jml-product-items-parent .swatch_button.autosize, .jml-product-items-list .swatch_button.autosize {
    height: 19px;
    width: 19px;
  }
}

@media only screen and (min-width: 436px) and (max-width: 667px) {
  .jarvis-modal-container .jml-product-items-parent .jml-imgBox {
    max-width: 220px;
    min-width: 180px;
    max-height: 220px;
    min-height: 180px;
  }
  
  .jarvis-modal-container .jml-product-items-parent .product_item, .jml-page-items-list jarvis-li.jarvis-page-item {
    max-width: 220px;
    min-width: 180px;
  }
}

@media only screen and (min-width: 436px) and (max-width: 486px) {
  .jml-sr-product-items-list .product_item, .jml-sr-page-items-list .jarvis-page-item {
    max-width: 180px !important;
    min-width: 130px !important;
  }
  .jarvis-modal-container .jml-product-items-parent .jml-imgBox {
    max-width: 200px;
    min-width: 160px;
    max-height: 200px;
    min-height: 160px;
  }
  
  .jarvis-modal-container .jml-product-items-parent .product_item, .jml-page-items-list jarvis-li.jarvis-page-item {
    max-width: 200px;
    min-width: 160px;
  }
}
/* mobile css */
@media only screen and (max-width: 435px) {
  .jarvis-modal-container {
    max-width: 100% !important;
    min-width: 100% !important;
  } 
  .jml-product-items-parent .swatch_box_2rows {
    height: min-content;
  }
  .jml-sr-product-items-list {
    justify-content: center;
  }
  .jml-sr-product-items-list .product_item, .jml-sr-page-items-list .jarvis-page-item {
    min-width: calc(100% / var(--mobile-col-count) - ((var(--product-spacing) * (var(--mobile-col-count) - 1)) / var(--mobile-col-count)));
    max-width: calc(100% / var(--mobile-col-count) - ((var(--product-spacing) * (var(--mobile-col-count) - 1)) / var(--mobile-col-count)));
  }
  .jml-product-items-parent .swatch_button {
    height: 16px;
    width: 16px;
  }
  .jarvis-searchpage-container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .jarvis-modal-container .jml-product-items-parent {
    justify-content: unset;
    overflow: auto;
  }
  .jarvis-modal-container .jml-product-items-list jarvis-li.product_item {
    min-width: calc(100% / var(--mobile-col-count) - ((var(--product-spacing) * (var(--mobile-col-count) - 1)) / var(--mobile-col-count)));
    margin: 0;
  }

  /* TODO For Pranjal to decide if needed after adding min-width calculation above */
  .jarvis-modal-container .jml-product-items-parent .product_item, .jml-page-items-list jarvis-li.jarvis-page-item {
    max-width: 160px;
    min-width: 140px;
  }
  .jarvisml-item-card-container, .jarvisml-fp-item-card-container {
    padding: 0 1em;
    max-height: 70vh;
  }
  .jarvisml-item-card-container {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .jml-view-more-container {
    display: none;
  }
  .jarvis-viewmore-mobile .jml-view-more-container {
    display: flex;
    padding: 0;
  }
  .jarvis-searchpage-container .jml-imgBox {
    width: auto !important;
    height: auto !important;
  }

  #jml-filters-section .filters {
    width: 100%;
    overflow-y: auto;
    height: 100%;
  }

  .jml-search-results .jml-searchpage-action-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .jml-searchpage-action-container .sort-container {
    width: 46%;
    min-width: inherit;
    margin-left: 0;
  }

  .jml-searchpage-action-container .tab-container {
    margin: 12px 6px;
  }

  .jml-product-items-parent .product_img {
    height: auto;
    max-width: 100%;
  }
  .jml-searchpage-action-container .jml-header-container {
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 8px;
  }
  .jml-searchpage-action-container .tab-container button {
    padding: 14px 0.6em;
  }
  .jml-searchpage-action-container span.sort-dropdown-default {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-line-clamp: 1;
  }
  .jml-sr-page-items-list jarvis-li.jarvis-page-item {
    min-width: calc(100% / var(--mobile-col-count) - ((var(--product-spacing) * (var(--mobile-col-count) - 1)) / var(--mobile-col-count)));
    max-width: calc(100% / var(--mobile-col-count) - ((var(--product-spacing) * (var(--mobile-col-count) - 1)) / var(--mobile-col-count)));
  }
  .jml-tags_label {
    padding: 2px 4px;
    font-size: 10px;
  }

  #jml-selected-filters-pill-container {
    margin: 2px 0 12px;
  }

  #search-results-query .search-query-section {
    width: 100%;
    justify-content: space-between;
  }
} 
/* mobile css end */

@media only screen and (max-width: 342px) {
  .jarvis-modal-container .jml-product-items-parent .jml-imgBox {
    max-height: 130px;
    min-width: 108px;
    min-height: 108px;
    max-width: 130px;

  }
  .jarvis-modal-container .jml-product-items-parent .product_item, .jml-page-items-list jarvis-li.jarvis-page-item {
    min-width: 108px;
  }
  .jarvis-searchpage-container .jml-sr-product-items-list .product_item, .jml-sr-page-items-list .jarvis-page-item {
    min-width: 110px !important;
  }
  .jml-sr-page-items-list .jarvis-page-item {
    min-width: 100px !important;
  }
  .jarvisml-item-card-container, .jarvisml-fp-item-card-container {
    max-height: 60vh;
  }
}

.jml-sr-product-items-list .jml-product-image {
  position: relative;
  width: 100%;
}


#jml-filters-section .price-parent-container {
  padding: 13px 8px;
}

#jml-filters-section .price-parent-container .price-input {
  width: 100%;
  display: flex;
  margin: 0 0 20px;
}
#jml-filters-section .price-parent-container .price-input .input-field {
  display: flex;
  width: 100%;
  align-items: center;
}
#jml-filters-section .price-parent-container .input-field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
#jml-filters-section .price-parent-container .input-field input[type="number"]::-webkit-outer-spin-button,
#jml-filters-section .price-parent-container .input-field input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#jml-filters-section .price-parent-container .price-input .price-separator {
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  margin: 0 14px;
}
#jml-filters-section .price-parent-container .price-slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
#jml-filters-section .price-parent-container .price-slider .price-progress {
  height: 5px;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #000;
  display: block;
  z-index: 1;
}
#jml-filters-section .price-parent-container .price-range-input {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
#jml-filters-section .price-parent-container .price-range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#jml-filters-section .price-parent-container input[type="range"]::-webkit-slider-thumb {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 2;
}
#jml-filters-section .price-parent-container input[type="range"]::-moz-range-thumb {
  height: 21px;
  width: 21px;
  border: none;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
  z-index: 2;
}

#jml-filters-section .price-parent-container .price-search {
  padding: 6px 14px;
  float: right;
  background: #fff;
  border: 1px solid;
  color: #000;
  border-radius: 5px;
}

#jml-filters-section .price-parent-container .price-search:hover {
  background: #000;
  color: #fff;
}

.jml-swatch_area .swatch_button.alt-image-swatch {
  display: none;
}

.jml-visually-hidden {
  position:absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}

.jml-searchpage-action-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 1em 0 6px;
}

.jml-sr-product-items-list {
  align-items: baseline;
  margin-top: 1rem;
}

@media only screen and (max-width: 872px) {
  .relevant-filters-added .jml-search-block #jml-filters-section {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    background: white;
    width: 95%;
    max-width: 340px;
    display: flex;
    left: 0;
    align-items: flex-start;
    transition: all .1s ease-in;
    padding: 2em 1em;
    margin: 0;
    display: none;
    height: 0;
  }

  .jml-searchpage-action-container .mobile-filter-button {
    display: flex;
    width: 48%;
    min-width: inherit;
    font-size: 18px;
  }

  .jml-searchpage-action-container .action-buttons-container {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 1em;
  }

  .jml-searchpage-action-container {
    flex-direction: column;
  }

  .relevant-filters-added .jml-search-block #jml-filters-section.mobile-open {
    display: block;
    height: auto;
    min-height: 100%;
  }

  .jml-searchpage-action-container .jml-header-container {
    width: 100%;
  }

  .jml-searchpage-action-container .sort-container {
    font-size: 18px;
    width: 48%;
  }

  #jml-filters-section .heading-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 15px 0;
  }

  #jml-filters-section .mobile-filter-cross {
    display: flex;
    background: none;
    border: none;
    font-size: 24px;
  }
}

.jml-sr-product-items-list .jml-product-hyperlink:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#jml-filters-section .color-swatch-input:focus-visible~label .color-swatch-box:before {
  box-shadow: 0 0 0 .3rem var(--color-background), 0 0 .5rem .4rem var(--color-foreground-30);
  outline: .2rem solid var(--color-foreground-50);
}

.jml-pages-suggestions-true {
  flex: 0.7;
}

#jml-autosuggest-container {
  flex: 0.3;
}

.jml-quick-preview-container {
  display: flex;
  max-height: 360px;
  overflow: hidden;
  margin: 2rem;
}

#jml-filters-section {
  height: 100vh;
}

.jml-filters-section .filters {
  height: 100%;                
  overflow-y: scroll;            
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
}

.jml-product_vendor {
  display: none;
}

.jml-fsp-searchresults-container .jml-top-button {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100px;
  height: 40px;
  background: white;
  font-size: 18px;
  display: none; /* hide by default */
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.jml-fsp-searchresults-container .jml-top-button span {
  width: 1.75rem;
}

.jml-fsp-searchresults-container .jml-top-button span svg {
  transform: rotate(270deg);
}

.jml-fsp-searchresults-container .jml-top-button:hover {
  color: #fff;
  background: #000;
}