/** Shopify CDN: Minification failed

Line 258:39 Expected ":"
Line 496:2 Unexpected "{"
Line 496:3 Expected identifier but found "%"
Line 497:17 Unexpected "("
Line 498:3 Expected identifier but found "%"
Line 499:2 Unexpected "<"

**/
.predictive-search {
  display: none;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: -6.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);
  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));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.predictive-search .predictive-search__view-all a.prestige-btn.prestige-btn-black{
    padding: 0.65rem 2.5rem;
    letter-spacing: 0.18em;
    font-size: 15px;
}
.predictive-search--search-template {
  z-index: 2;
  width: calc(100% + 0.2rem);
}
.predictive-search__list-item{
  font-size: 16px;
}
.predictive-search__results-groups-wrapper {
 
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  padding-bottom: 1rem;
  gap: 40px;
}
.predictive-search__results-groups-wrapper--has-suggestions {
  display: flex;
}


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

  .predictive-search__results-groups-wrapper {
    flex-direction: column;
  }

  .predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions) {
    /* On mobile, when there are no suggestions the first .predictive-search__results-groups-wrapper
     * is virtually empty due to a display: hidden on the predictive-search__pages-wrapper child.
     * This causes the gap to render and look like a big top margin */
    gap: 26px;
  }
}

@media screen and (min-width: 750px) {
  .predictive-search .card-information, .predictive-search .card__heading {
    text-align: center;
  }
  .predictive-search {
    border-top: none;
    width: calc(100% + 17.2rem);
    padding-top: 30px;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }

  .header predictive-search {
    position: relative;
  }
}

predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  display: block;
}

.predictive-search__result-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 2rem;
}

.predictive-search__result-group:first-child .predictive-search__pages-wrapper {
  display: none;
}

@media screen and (min-width: 750px) {
  .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),
  .predictive-search__result-group:last-child .predictive-search__pages-wrapper {
    display: none;
  }
  .predictive-search__result-group:first-child .predictive-search__pages-wrapper {
    display: initial;
  }
  .predictive-search__result-group:first-child {
    flex: 0 0 25rem;
  }
  .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,
  .predictive-search__result-group:only-child {
    flex-grow: 1;
  }
}
.predictive-search__item{
  padding-left: 0px !important;
  font-size: 14px;
}
.ps-tab-nav > .ps-tab-label {
  font-size: 12px;
  font-weight: 500;
}

.predictive-search__heading {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    /* margin: 0 2rem; */
    /* padding: 1.0rem 0px 0.15rem; */
    color: rgba(var(--color-foreground), 0.7);
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
  
}

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

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__search-for-button {
  display: none;
}

predictive-search[loading] .predictive-search__results-groups-wrapper ~ .predictive-search__loading-state {
  display: none;
}

predictive-search[loading] .predictive-search__results-groups-wrapper ~ .predictive-search__search-for-button {
  display: initial;
}

.predictive-search__list-item[aria-selected='true'] > *,
.predictive-search__list-item:hover > *,
.predictive-search__item[aria-selected='true'],
.predictive-search__item:hover {
  /* color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04); */
}

.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; */
}

.predictive-search__item {
  display: flex;
  padding: 1rem 2rem;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.predictive-search__item--link-with-thumbnail {
  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;
}

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

.predictive-search__item-vendor {
  font-size: 0.9rem;
}

.predictive-search__item-heading {
  margin: 0;
  font-size: 13px;
}
.predictive-search__result-group .predictive-search__item-heading {
    margin: 0;
    font-size: 16px !important;
    letter-spacing: 0px;
    font-weight: 500;
}

.predictive-search__item-query-result *:not(mark) {
      font-weight: lighter;
}

.predictive-search__item-query-result mark {
  /* color: rgba(var(--color-foreground), 0.75); */
}

.predictive-search__item-query-result mark {
  background-color: transparent;
      font-weight: bolder;
    color: #000;
}

.predictive-search__item .price {
  color: rgba(var(--color-foreground), 0.7);
  font-size: 1.2rem;
}

.predictive-search__item-vendor + .predictive-search__item-heading,
.predictive-search .price {
  margin-top: 0.5rem;
}

.predictive-search__item--term {
  justify-content: space-between;
  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 {carry smart set
  complete escape set
  vacuum travel compression set
  stainless water bottle
  travel set
  
    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';
}


/* Product Search */
@media (min-width: 700px){
#predictive-search-results-products-list {
  display: grid;
  grid-template-columns: repeat(var(--product-list-items-per-row, 4), minmax(0, 1fr));
  gap:2rem;
}
}
.predictive-search__view-all-btn{
    position: relative;
    display: inline-block;
    color: #fff;
    outline: 1px solid rgb(0, 0, 0);
    background-color: #000;
    padding: 6px 25px;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    /* overflow: hidden; */
    z-index: 1;
    transition: color .3s ease;
    border-radius: 60px;
    text-decoration: none;
    cursor:pointer;
    border:0px;
        margin-top: 50px;
    margin-bottom: 50px;
}
.predictive-search__view-all-btn.button_.button--secondary:before,
.predictive-search__view-all-btn.button_.button--secondary:after{
  content: unset !important;
}
.predictive-search__view-all {
    display: flex;
    align-content: center;
    justify-content: center;
}
.ps-tab-nav h3 {
  margin: 0 !important;
 
}

.reset__button{
  display: none;
}

@media screen and (max-width: 696px) {
  #predictive-search-results-products-list {
            display: flex;
        flex-direction: column;
        gap: 12px;
        flex-wrap: nowrap !important;
    }
  ul#predictive-search-results-collections-list .predictive-search__item-heading{
    font-size: 12px;
}



  .card--extend-height.card--media {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }
}
/* For screens 700px and above */
@media screen and (min-width: 700px) {
  .predictive-search__collection-image {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* For screens below 700px */
@media screen and (max-width: 699px) {
  .predictive-search__collection-image {
    width: 50%;
    height: auto;
    display: block;
  }
  .predictive-search__product-card .card__inner{
    flex: 26.62%;
  }
  .predictive-search__product-card .product_tile_color_holder{
    display: none !important;
  }
  .predictive-search__product-card .card__information{
    text-align: left;
    padding-left: 16px !important;
  }
 .predictive-search__product-card .price__container
{
    text-align: left;
  }
  .predictive-search__product-card .card-information
{
    text-align: left !important;
  }
.header__search .search-modal.modal__content{
  padding: 0px !important;
}

ul#predictive-search-results-queries-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
}
.predictive-search__list-item {
    min-width: fit-content;
}
.predictive-search__result-group{
/* overflow: hidden; */
}
.predictive-search__product-card .card__badge.top{
  display: none !important;
}
.predictive-search__heading{
  padding-bottom: 10px;
          margin: 0px;
                  padding-top: 10px;
}
.predictive-search{
  border: none !important;
}
.predictive-search__item-content img{
  width: 100%;
}
.predictive-search__item-content {
  display: block;
  width: 100%;
}
.nobl-search-col{
      display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.field__button.search__button{
  left: 0px !important;
}
.search.search-modal__form .field__input:focus{
  padding-left: 45px !important;
   
}
.search__input{
      padding-left: 50px;
}
.search__input.field__input {
    padding-right: 9.8rem;
    padding-left: 45px;
    padding-top: 9px;
}
}





        .nobl-search-col .predictive-search__item-content {
    max-width: 100%;
}
.nobl-search-col .predictive-search__item-content img {
    max-width: 100%;
}
.predictive-search__list-item:hover {
  text-decoration: none !important;
}

@media (min-width: 700px){
.predictive-search__products-grid{
  margin-top: 30px;
}
.predictive-search__results-list{
  margin-top: 20px !important;
}
.predictive-search__heading {
  padding-bottom: 10px;
}
.ps-tab-label{
  padding-bottom: 20px !important;
}
}
@media (max-width: 699px){
.predictive-search__products-grid{
  margin-top: 24px;
          margin-bottom: 32px;
}
.ps-tab-label{
  padding-top: 15px;
}
.predictive-search__results-list{
  margin-top: 20px !important;
}

.prestige-btn{
    padding: 6px 25px;
    /* font-size: 12px; */
}
.predictive-search .predictive-search__view-all a.prestige-btn.prestige-btn-black{
  font-size: 12px;
}
}


.predictive-search__product-card .card--extend-height.card--media .card__inner{

  flex-grow: 0 !important;
      max-width: 100%;
}

  {%- comment -%}
    CSS for Tabs (pure CSS, no JS)
  {%- endcomment -%}
  <style>
  
    .ps-tabs { width: 100%; }
    .ps-tab-input {
      position: absolute !important;
      opacity: 0 !important;
      pointer-events: none !important;
      height: 0; width: 0; margin: 0; padding: 0; border: 0;
    }
    @media (min-width : 700px){
      .nobl-search-col{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    }

.ps-tab-nav {
  display: flex;
  gap: 4.375rem;
  align-items: flex-end;
  border-bottom: 1px solid rgba(var(--color-border, 0,0,0), 0.1);
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.ps-tab-label {
  background: none;
  border: none;
  padding: 6px 0; /* remove side padding so underline hugs text */
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(var(--color-foreground, 0,0,0));
  border-bottom: 1px solid transparent;
  user-select: none;
  display: inline-block; /* critical for underline to match text width */
  font-size: 12px;
  text-transform: capitalize;
      padding-bottom: 12px;
          letter-spacing: 1.2px;
          color: #282828 !important;
}
   /* Active states via :checked */
    #ps-tab-products:checked ~ .ps-tab-nav label[for="ps-tab-products"],
    #ps-tab-collections:checked ~ .ps-tab-nav label[for="ps-tab-collections"],
    #ps-tab-pages:checked ~ .ps-tab-nav label[for="ps-tab-pages"] {
      color: rgb(var(--color-link, 0,0,0));
      border-bottom-color: currentColor;
      
    }

    .ps-tab-panels [data-tab-panel] { display: none; }
    #ps-tab-products:checked ~ .ps-tab-panels [data-tab-panel="products"] { display: block; }
    #ps-tab-collections:checked ~ .ps-tab-panels [data-tab-panel="collections"] { display: block; }
    #ps-tab-pages:checked ~ .ps-tab-panels [data-tab-panel="pages"] { display: block; }

    @media (max-width: 749px) {
      .ps-tab-label { flex: 1 1 auto; text-align: center; }
      .predictive-search__product-card .card--extend-height.card--media .card__inner{

  flex-grow: 0 !important;
      max-width: 70px;
}
    }
#ps-tab-products:checked ~ .ps-tab-nav label[for="ps-tab-products"]{

  color: black;
}

