/** Shopify CDN: Minification failed

Line 218:21 The "-" operator only works if there is whitespace on both sides

**/
.predictive-search {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: -0.1rem;
  border-width: var(--popup-border-width);
  border-style: solid;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  background-color: rgb(var(--color-background));
  z-index: 3;
  border-bottom-right-radius: var(--popup-corner-radius);
  border-bottom-left-radius: var(--popup-corner-radius);
  transition:all 0.3s linear;
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));
}
.header__search.search-show .predictive-search { top:0;left:0;height: 100%!important;max-height: 100%!important;box-shadow:none;position:relative;  }
.header .search-modal__form .predictive-search #predictive-search-results{padding:50px;}
.header .search-modal__form .predictive-search {max-height: fit-content!important; }
.search-modal.modal__content .search-modal__content .search-modal__form .field__button {
    background: var(--gradient-base-accent-1);
    text-transform: capitalize;
    font-size: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: auto;
    padding: 8px 30px;
    border-radius: 30px;
    font-family: var(--font-body-family);
    height: 5.5rem;
}
/* .header .search-modal__form  .predictive-search .predictive-search__results-groups-wrapper{    flex-direction: column;} */
.predictive-search--search-template {
  z-index: 3;
}

@media screen and (max-width: 749px) {
  .predictive-search--header {
    right: 0;
    left: 0;
    top: 100%;
  }
}

@media screen and (max-width: 989px) {
  .predictive-search {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width:100%;
  }
}

@media screen and (min-width: 750px) {
  .predictive-search {
    border-top: none;
    width: calc(100% + 0.2rem);
  }
}
/* .header predictive-search {max-width:200px} */
.header .search-box .search-modal__content {
  justify-content: flex-start;
}
predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  display: block;
}

.predictive-search__heading {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  padding: 1.5rem 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  color: rgba(var(--color-foreground), 0.7);
  transition: all var(--duration-default) linear;
  font-size: 1.4rem;
  font-weight: 500;
}

predictive-search .spinner {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
}

.predictive-search__heading .spinner {
  margin: 0 0.2rem 0 2rem;
}

predictive-search:not([loading]) .predictive-search__heading .spinner,
predictive-search:not([loading]) .predictive-search__loading-state,
predictive-search:not([loading]) .predictive-search-status__loading {
  display: none;
}

predictive-search[loading] .predictive-search__loading-state {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

predictive-search[loading]
  .predictive-search__heading
  ~ .predictive-search__loading-state,
predictive-search[loading] .predictive-search__results-list:first-child {
  display: none;
}

/* .predictive-search__list-item:nth-last-child(2) {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
} */

.predictive-search__list-item[aria-selected="true"] > *,
.predictive-search__list-item:hover > * {
  color: rgb(var(--color-foreground));
  transition: all var(--duration-default) linear;
}
.predictive-search__item-heading{text-transform:capitalize}
.predictive-search__list-item[aria-selected="true"]
  .predictive-search__item-heading,
.predictive-search__list-item:hover .predictive-search__item-heading {
  /*   text-decoration: underline;
  text-underline-offset: 0.3rem; */
  color: rgba(var(--color-base-outline-button-labels));
   transition: all var(--duration-default) linear;
}
.predictive-search .predictive-search__search-for-button { margin-top:20px;  padding: 0 30px 15px; }
.predictive-search__item {
  display: flex;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.predictive-search__item--link {
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-column-gap: 2rem;
  grid-template-areas: "product-image product-content";
}

.predictive-search__item-content {
  grid-area: product-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.predictive-search__item-content--centered {
  justify-content: center;
}

.predictive-search__item-vendor {
  font-size: 0.9rem;color: var(--gradient-base-accent-3);
}

.predictive-search__item-heading {
  margin: 0;
  font-weight: 500;
  transition: all var(--duration-default) linear;
}

.predictive-search__item .price {
  color: rgba(var(--color-foreground), 0.7);
  font-size: 1.2rem;
}
.predictive-search__item .price--on-sale .price-item--regular {
  font-size: 1rem;
}
.predictive-search__item-vendor + .predictive-search__item-heading,
.predictive-search .price {
  margin-top: 0.5rem;
}

.predictive-search__item--term {
  justify-content: flex-start;
  align-items: center;
  padding: 1.3rem 2rem;
  word-break: break-all;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .predictive-search__item--term {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.predictive-search__item--term .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.4rem);
  height: calc(var(--font-heading-scale) * 1.4rem);
  flex-shrink: 0;
  margin-left: calc(var(--font-heading-scale) * 2rem);
  color: rgb(var(--color-link));
}

.predictive-search__image {
  grid-area: product-image;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.search-modal__content{
    background-color: var(--gradient-background);
    padding: 50px 20px;
  padding-top:80px;
    overflow: auto;
    height: calc(100% - 100px);
    margin: auto;
    width: calc(100% -5px);
    position: relative;
    display: inline-block;
    max-width: 250px;
    max-width: 100%;
}
.search-modal  form.search.search-modal__form {
    max-width: 100%;
    position: relative;
    width: 100%;
    margin: auto;
    background: transparent;
}
.search-modal  form.search.search-modal__form .field{width:100%;margin:auto;}
.search-modal  .modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4.4rem;
    width: 4.4rem;
    background-color: var(--gradient-base-accent-3);
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    fill: var(--gradient-background);
}
.search-modal  .search-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  padding:0;
}
.search-modal  .search-tags li {
    list-style: none;
    margin: 0;font-weight:500;
}
.search-modal  h3.recently_purchased {
    text-align: center;
}
.search-modal .search-tags li a {
    display: block;
    padding: 0 10px;
    text-transform: capitalize;
    position: relative;
    background: transparent;
    color: var(--gradient-base-accent-1);
    transition: all 0.3s linear;
   font-size:1.4rem;font-weight:400;
}
.search-modal .search-tags li a:hover {
    color: rgba(var(--color-base-outline-button-labels));
}
.search-modal .modal__close-button.link svg{width:15px;height:15px;}
.search-modal .modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4rem;
    width: 4rem;
    position: absolute;
    right: 100px;
    top: 20px;
    z-index: 99;
    color: var(--gradient-base-accent-2);
    background: rgb(var(--color-base-solid-button-labels),1);
    transition: all 0.3s linear;
    border-radius: 50%;
}
.search-modal .modal__close-button.link:hover{
  background: rgba(var(--color-hover-button),var(--alpha-button-background));
   color: rgba(var(--color-button-hover-text));
}

.search-modal svg.icon.icon-close {
    transform: scale(1);
}
#dT_top-sticky.search-show {
    padding: 30px;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(var(--color-base-accent-1), .8);
}
.search-modal .modal-overlay {
    display: block !important;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
/* background-color: rgb(var(--color-overlay),0.8); */
}
body.search-overlay-open {
    overflow: hidden;
}
.search-modal .dt-search-tabs ul.panelTabs {
    margin-top: 4rem;
  margin-bottom: 5rem;
}
.search-modal.modal__content .search-modal__content .search-modal__form .field__button:hover{
    background: rgb(var(--color-base-outline-button-labels),1);
    color: var(--gradient-base-accent-1);
}

@media screen and (max-width: 1200px) {
  .search-modal form.search.search-modal__form{width:100%;}   
  }
  @media screen and (max-width: 750px) {

.search-modal form.search.search-modal__form{width:100%;}  
.search-modal .search-tags{padding:0;}   
 .search-modal .search-tags > li:not(.tag-item) {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0.5rem;
    text-align: center;
}   
 }
  @media screen and (max-width: 576px) {
.search-modal__content.search-modal__content-bottom{padding: 50px 20px; width: calc(100vw - 20px);}
  }


/*new-search*/
.predictive-search .predictive-search__results-groups-wrapper{
      display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
/* .predictive-search .predictive-search__results-groups-wrapper .predictive-search__result-group:first-child{
      flex: 100% 0 0;
}
.predictive-search .predictive-search__results-groups-wrapper .predictive-search__result-group:last-child{
      flex: 100% 0 0;
} */
.predictive-search__item--term{    justify-content: center;}  
.predictive-search__results-list{margin-top: 0;}

@media screen and (min-width: 780px) {
.predictive-search .predictive-search__results-groups-wrapper{  display: flex; flex-direction: column; flex-wrap: nowrap;}
/* .predictive-search .predictive-search__results-groups-wrapper .predictive-search__result-group:first-child{ flex: 50% 0 0;}
.predictive-search .predictive-search__results-groups-wrapper .predictive-search__result-group:last-child{ flex: 50% 0 0;} */
.predictive-search__item--term{ justify-content: flex-start;}  
}
button.predictive-search__item.predictive-search__item--term.link:hover {
    color: rgba(var(--color-base-outline-button-labels));
    background: rgba(var(--color-foreground),.04);     cursor: auto;
}

button.predictive-search__item.predictive-search__item--term.link span,
button.predictive-search__item.predictive-search__item--term.link svg {  cursor: pointer; }

.predictive-search .predictive-search__results-groups-wrapper .predictive-search__item-content{margin-left:10px}
predictive-search button.reset__button.field__button{background:transparent;}
.header__search .search-modal{height:100vh;min-height: auto;}

@media screen and (max-width: 1540px) {
.search-modal__content.search-modal__content-bottom{width: calc(100vw - 100px);}
 
}

@media screen and (max-width: 1440px) {
  .search-modal__content.search-modal__content-bottom {  padding: 30px 20px; }
}


@media screen and (max-width: 1199px) {
.search-modal__content.search-modal__content-bottom{width: 100%;}
.search-modal form.search.search-modal__form .field{width:100%;}  
  .search-modal .modal__close-button.link{
  right: 20px; top: 20px;
  }
}
@media screen and (max-width: 767px) {
.search-collection-tags-with-middle-left{padding:30px 0;}
.search-modal__content.search-modal__content-bottom{width: 100%;}
.search-modal form.search.search-modal__form .field{width:100%;}    

}
@media screen and (max-width: 576px) {
  .search-modal__content.search-modal__content-bottom{height: calc(90vh - 100px);width: calc(100vw - 0px);}
  .header .search-modal__form .predictive-search #predictive-search-results{padding:30px;}
}
.predictive-search__item svg {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}

@media screen and (max-width: 749px){
.search-modal__content.search-modal__content-bottom{
  padding: 30px;
}
}



.predictive-search ul.predictTabs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4rem;
    margin-bottom: 5rem;
}
ul.predictTabs li {
	margin: 0;
    padding: 22px 36px;
    border-radius: 50px;
    border-left: none;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: normal;
    border: 1px solid var(--gradient-base-accent-1);
    transition: all 0.3s linear;
    cursor: pointer;
}
ul.predictTabs li.active{
  border: 1px solid transparent;
    background: rgba(var(--color-base-solid-button-labels),1);
    color: var(--gradient-base-accent-2);
}
/* ul.predictTabs li.active a{
  color: var(--gradient-base-accent-2);
} */
html ul.panelTabs li:hover, html .dt-search-tabs ul.panelTabs li.active:hover a{
  color: var(--gradient-base-accent-1);
}
ul.predictTabs li:hover{
  background: rgb(var(--color-base-outline-button-labels),1);
  border: 1px solid transparent;
}
/* ul.predictTabs li:hover a{
  color: var(--gradient-base-accent-2);
} */
ul.panelTabs{
  margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    }

ul.predictTabs li a {
	text-decoration: none;
	color: #000;
	border-radius:5px;
	display: block;
	font-size: 1.6rem;
	padding: 0 20px;
	outline: none;
}


.predictTab_container {
	border-top: none;
	clear: both;
	width: 100%;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.predictTab_content {
	padding: 0;
	font-size: 15px;
}
.predictTab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 20px;
}
.predictTab_container .predictTab_content .card .card__content {
    padding: 3rem 0 0;
}
.predictTab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 0;
}
predictive-search[open=true] .predictive-search ul.predictTabs li{
    margin: 0;
    padding: 22px 36px;
    border-radius: 50px;
    border-left: none;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: normal;
    border: 1px solid var(--gradient-base-accent-1);
    transition: all 0.3s linear;
  background: rgba(var(--color-background),1);
}
predictive-search[open=true] .predictive-search ul.predictTabs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
predictive-search[open=true] .predictive-search ul.predictTabs li.active{
    border: 1px solid transparent;
    background: rgba(var(--color-base-solid-button-labels),1);
    color: var(--gradient-base-accent-2);
}
predictive-search[open=true] .predictive-search ul.predictTabs li:hover {
    background: rgb(var(--color-base-outline-button-labels),1);
    border: 1px solid transparent;
}
ul.predictTabs li.active:hover a {
    color: var(--gradient-base-accent-1);
}

#predictive-search-option-search-keywords {
    display: none;
}
predictive-search[open=true] #predictive-search-option-search-keywords{
  display: block;
}

.predictive-search__result-group{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.predictive-search .predictive-search__result-group ul.predictTabs{
  margin-bottom: 3rem; row-gap: 20px;
}

ul.predictTabs li.active a {
    color: var(--gradient-base-accent-2);
}

.predictive-search__result-group .article-card h3.card__heading.h3 {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}

.dt-search-tabs .swiper {
    cursor: auto;
}