#shopify-section-header {
  position: sticky;
  top: 0;
}

.megamenu_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 10px;
}
.megamenu_container .link__list {
  flex-shrink: 0;
  margin: 2rem 4rem;
}
.megamenu_container .header__images {
  display: flex;
  width: 660px;
  min-width: 425px;
  margin: 20px 40px;
  flex-shrink: 1;
}
.megamenu_container .header__images .wrapper {
  width: 50%;
  text-decoration: none;
}
.megamenu_container .header__images .wrapper:first-of-type {
  padding-right: 15px;
}
.megamenu_container .header__images .wrapper:last-of-type {
  padding-left: 15px;
}
.megamenu_container .header__images .wrapper .header__image {
  margin: 8px auto 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 370px;
  transition: transform var(--duration-long) ease;
}
.megamenu_container .header__images .wrapper .header__image:hover img {
  transform: scale(1.03);
}
.megamenu_container .header__images .wrapper .header__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}
.megamenu_container .header__images .wrapper .header__text {
  font-size: 15px;
  margin: 0 0 6px;
  text-align: center;
}
.megamenu_container .header__images .wrapper .header__desc {
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.search {
  position: relative;
}

.boost-search {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  position: absolute;
  top: calc(100% + 0.1rem);
  left: -0.1rem;
  width: 858px !important;
  display: flex;
  height: auto;
  min-height: 350px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 55;
  background: white;
  transition: 200ms all;
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.0509803922), 0 1px 5px 1px rgba(39, 44, 48, 0.1607843137);
}
@media (max-width: 1400px) {
  .boost-search {
    left: unset;
    right: -20rem;
    height: auto !important;
    max-height: 90vh;
    overflow-y: auto;
  }
}
@media (max-width: 990px) {
  .boost-search {
    padding-bottom: 60px;
    flex-direction: column;
    left: -60px !important;
    width: 100vw !important;
    height: auto !important;
    max-height: 90vh;
    overflow-y: auto;
  }
}
@media (max-width: 750px) {
  .boost-search {
    left: -10px !important;
  }
}
.boost-search.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.boost-search.error {
  height: unset;
  max-height: unset;
  min-height: unset;
  padding: 20px !important;
  color: #000;
}
.boost-search.error .pages,
.boost-search.error .products {
  display: none;
}
.boost-search.error .error__message {
  display: block;
}
.boost-search ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.boost-search .products-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
@media (max-width: 990px) {
  .boost-search .products-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.boost-search .products-container .product-box {
  display: flex;
}
.boost-search .products-container .product-box .product-box__image {
  margin-right: 16px;
  max-width: 56px;
  width: 100%;
  height: max-content;
}
.boost-search .products-container .product-box .product-box__image img {
  max-height: 84px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.boost-search .products-container .product-box .product-box__content {
  font-family: "EarlSans-Regular";
}
.boost-search .products-container .product-box .product-box__content .title {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  padding: 0 0 6px 0;
  margin: 0 !important;
  font-family: inherit;
}
.boost-search .products-container .product-box .product-box__content .sku {
  font-family: inherit;
  color: #a6a6a6;
  padding-bottom: 6px;
  margin: 0 !important;
  line-height: 20px;
}
.boost-search .products-container .product-box .product-box__content .vendor {
  font-family: inherit;
  color: #666;
  padding-bottom: 6px;
  margin: 0 !important;
}
.boost-search .products-container .product-box .product-box__content .price {
  color: #030303;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  font-family: inherit;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}
.boost-search .view__products {
  text-transform: uppercase;
  background: #fafafa;
  padding: 6px 12px 5px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 990px) {
  .boost-search .view__products {
    position: relative;
  }
}
.boost-search .view__products a {
  display: block;
  color: inherit;
  font-weight: 700;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  color: #222;
  text-transform: none;
  text-decoration: none;
  font-weight: 600;
  font-family: "EarlSans-Regular";
}
.boost-search .section_name {
  text-transform: uppercase;
  background: #fafafa;
  padding: 6px 12px 5px;
  color: rgba(34, 34, 34, 0.4);
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "EarlSans-Regular";
}
.boost-search .section_elements {
  margin: 0;
  word-break: break-word;
  list-style-type: none;
  position: relative;
  z-index: 2;
  font-family: "EarlSans-Regular";
}
.boost-search .section_elements:not(.section_elements-products) p {
  margin: 0;
  padding: 4px 12px 3px;
}
.boost-search .section_elements:hover {
  background: #fafafa;
  -ms-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0196078431);
}
.boost-search .section_elements a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  overflow: visible;
  word-break: break-word;
  color: #000;
}
.boost-search .pages {
  width: 32%;
}
@media (max-width: 990px) {
  .boost-search .pages {
    width: 100%;
  }
}
.boost-search .products {
  width: 68%;
  position: relative;
}
@media (max-width: 990px) {
  .boost-search .products {
    width: 100%;
  }
}
.boost-search .error__message {
  display: none;
}