/** Shopify CDN: Minification failed

Line 58:0 Unexpected "{"
Line 69:18 Expected ":"

**/
.header-search {
  position: relative;
}


.predictive-search__desktop {
  display: inline-block !important;
}
.predictive-search__mobile {
  display: none !important;
}

@media (max-width:768px) {
  .predictive-search__desktop {
    display: none !important;
  }
  .predictive-search__mobile {
    display: inline-block !important;
  }
}

.header-search.search-button input,
.mobile-search-drawer input {
    border: unset;
    margin: unset;
    flex: 1;
    padding: unset;
    color: #d22628;
}

.header-search.search-button input::placeholder,
.mobile-search-drawer input::placeholder
{
    color: #d22628;
}

.predictive-search__collection-title,
.predictive-search__product-title,
.predictive-search__item,
.predictive-search__heading
{
  color: #3e454c;
}

.predictive-search__heading {
  margin-top: 12px;
}

.predictive-search__collection-title:hover,
.predictive-search__product-title:hover,
.predictive-search__item:hover,
{
  color: #d22628;
}

.header-search.search-button form,
.mobile-search-drawer form {
    padding-top: unset !important;
    margin-bottom: unset;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction row;
}

.header-search.search-button .fa-search,
.mobile-search-drawer .fa-search {
    letter-spacing: 0px;
    line-height: 0px !important;
}

.header-search.search-button .fa-search:before,
.mobile-search-drawer .fa-search:before {
    color: #d22628 !important;
    position: relative;
    top: 50%;
}

@media(max-width:768px) {
  .header-search.search-button .fa-search:before, .mobile-search-drawer .fa-search:before {
      color: #3e454c !important;
  }

  .header-search.search-button input, .mobile-search-drawer input,
  .header-search.search-button input::placeholder,
  .mobile-search-drawer input::placeholder
 {
     color: #3e454c !important;
  }
}


.header-search.search-button,
.mobile-search-drawer {
    padding: 8px 16px;
}

.header-search.search-button .predictive-search__product,
.mobile-search-drawer .predictive-search__product {
  display: flex;
  
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.predictive-search {
  position: absolute;
  top: 177%;
  left: 0;
  padding: 8px;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  z-index: 999;
  max-height: 50vh;          
  overflow-y: auto;         
  overscroll-behavior: contain;
}

.account-bar .mobile-search-drawer .header-search {
  display: block;
}

.predictive-search__results h4 {
  margin: 10px;
  font-size: 14px;
  opacity: 0.6;
}

.predictive-search__results li {
  padding: 10px;
}

.predictive-search__results li:hover {
  background: #f5f5f5;
}

.predictive-search__collection {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  text-decoration: none;
  color: inherit;
}

.predictive-search__collection:hover,
.predictive-search__product:hover {
  background: #f7f7f7;
}

.predictive-search__collection-title {
  font-size: 14px;
  line-height: 1.3;
}


.mobile-search-drawer {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;

  transform: translateY(100%);
  transition: transform 0.3s ease;
}


.mobile-search-drawer.is-active {
  transform: translateY(0);
}


.mobile-search-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
}


.mobile-search-input {
  flex: 1;
  font-size: 16px;
  padding: 10px 12px;
}


.mobile-search-close {
  background: none;
  border: 0;
  font-size: 22px;
  margin-left: 12px;
  cursor: pointer;
}


.mobile-search-results {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.header-search.search-button.predictive-search__mobile {
  padding: unset;
  border: unset;
  color: #3e454c;
}

.mobile-search-close {
  margin: unset;
}

predictive-search img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.predictive-search__product-info ,
.predictive-search__collection-info {
  flex: 1;
}

predictive-search hr { 
  margin: 10px 0px;
}

.predictive-search__product-price > span {
  padding: unset !important;
}