/** Shopify CDN: Minification failed

Line 164:16 The "+" operator only works if there is whitespace on both sides
Line 188:20 The "+" operator only works if there is whitespace on both sides

**/
.m-search .m-page-header__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .m-search .m-page-header__title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 639px) {
  .m-search .m-page-header {
    padding-bottom: 0;
  }
}
.m-search .m-search-result.m-search-show-filter {
  margin-top: 24px;
}
@media screen and (max-width: 639px) {
  .m-search .m-search-result.m-search-show-filter {
    margin-top: 12px;
  }
}
.m-search--form {
  position: relative;
  width: 60%;
}
.m-search--form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-search--form-input {
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  .m-search--form {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .m-search--form {
    width: 100%;
  }
}
.m-search--empty {
  padding: 64px 0;
  text-align: center;
}
.m-search--empty a {
  position: relative;
  color: rgb(var(--color-foreground-secondary));
}
.m-search--empty a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background: rgb(var(--color-foreground-secondary));
  transition: all var(--m-duration-default, 0.25s) ease;
}
.m-search--empty a:hover {
  color: rgb(var(--color-foreground));
}
.m-search--empty a:hover::after {
  width: 0;
  background: rgb(var(--color-foreground));
}
.m-search-popup {
  --m-bg-opacity: 0.6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, var(--m-bg-opacity));
  z-index: 100;
  height: 100%;
  overscroll-behavior: contain;
  transition-duration: var(--m-duration-default, 0.25s);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.m-search-popup--wrapper {
  --m-translate-y: -50%;
  --m-durations: var(--m-duration-default, 0.25s);
  position: relative;
  z-index: 10;
  min-height: 100%;
  padding: 16px 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(var(--color-background));
  transition-duration: var(--m-durations);
}
@media screen and (min-width: 768px) {
  .m-search-popup--wrapper {
    padding: 32px 0;
    transform: translate3d(0, var(--m-translate-y), 0);
    min-height: 0;
  }
  .m-search-popup--wrapper.m-show-search {
    transform: translate3d(0, 0, 0);
  }
}
.m-search-popup--header {
  margin-bottom: 8px;
}
.m-search-popup--header h3 {
  font-weight: 500;
}
.m-search-popup--header [data-close-search] {
  padding: 8px;
  color: rgb(var(--color-foreground));
}
.m-search-popup .m-logo {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .m-search-popup .m-logo {
    display: none;
  }
}
.m-search-popup .m-logo__image {
  padding: 0;
}
.m-search-popup .m-logo__image-transparent {
  display: none;
}
.m-search-popup .m-cart-count-bubble {
  display: flex;
  right: -4px;
}
.m-search-popup__search-form {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-search-popup__search-form {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1536px) {
  .m-search-popup__search-form {
    margin: 0 100px;
  }
}
.m-search-popup__result {
  position: absolute;
  top: calc(100%+5px);
  left: 0;
  width: 100%;
  overflow-y: auto;
  background: rgb(var(--color-background));
  max-height: var(--search-result-max-height);
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--inputs-radius);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .m-search-popup__result {
    width: 120%;
  }
}
@media screen and (max-width: 1023px) {
  .m-search-popup__result {
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .m-search-popup__result {
    top: 100%;
    width: calc(100%+30px);
    border: none;
  }
}
.m-search-form {
  height: 46px;
  position: relative;
  border-radius: 6px;
}
.m-search-form--button {
  position: absolute;
  padding: 12px 14px;
  top: 1px;
  right: 0;
}
.m-search-form--spinner {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  padding: 10px 12px;
}
.m-search-form--clear {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
  color: rgb(var(--color-foreground-secondary));
  padding: 14px;
  top: 0;
  right: 32px;
}
.m-search-form--clear:hover {
  color: rgb(var(--color-foreground));
}
.m-search-popular {
  margin-top: 12px;
}
.m-search-popular--label {
  margin-right: 16px;
  color: rgb(var(--color-foreground-secondary));
}
.m-search-popular--item {
  cursor: pointer;
  text-decoration: underline;
  margin-right: 16px;
  white-space: nowrap;
}
.m-search-popular--item:hover {
  color: rgb(var(--color-foreground-secondary));
}
.m-search-count-result {
  width: 100%;
  border-top: 1px solid rgb(var(--color-border));
  padding: 15px;
  color: rgb(var(--color-foreground-secondary));
  align-items: center;
}
.m-search-count-result [data-more-result-icon] {
  margin-left: 12px;
  transition: all var(--m-duration-default) ease;
}
.m-search-count-result [data-query] {
  color: rgb(var(--color-foreground));
}
.m-search-count-result:hover {
  text-decoration: underline;
}
.m-search-count-result:hover [data-more-result-icon] {
  transform: translate(5px);
}
.m-search-count-result:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
}
@media screen and (min-width: 1280px) {
  .m-search-count-result {
    padding: 15px 30px;
  }
}
.m-search-result .m-search-item {
  display: flex;
  padding: 4px 15px;
  color: rgb(var(--color-foreground-secondary));
  transition: all var(--m-duration-default) ease;
}
@media screen and (min-width: 1280px) {
  .m-search-result .m-search-item {
    padding: 4px 30px;
  }
}
.m-search-result .m-search-item--with-thumbnail {
  margin-bottom: 12px;
}
.m-search-result .m-search-item--content {
  flex-grow: 1;
  padding-left: 15px;
}
.m-search-result .m-search-item--price {
  margin-top: 4px;
}
.m-search-result .m-search-item--image {
  flex: 0 0 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-search-result .m-search-item--image {
    flex: 0 0 50px;
  }
}
.m-search-result .m-search-item:hover .m-search-item--title {
  text-decoration: underline;
}
.m-search-result .m-search-item:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
}
.m-search-result .m-search-item-page {
  background: #fff;
  padding: 12px;
  position: relative;
}
.m-search-result .m-search-item-page--badge {
  font-size: 14px;
  background-image: #fff;
  border: 1px solid rgb(var(--color-border));
  padding: 2px 10px;
  border-radius: 12px;
  position: absolute;
  bottom: 12px;
  left: 130px;
}
.m-search-result .m-search-item-page:hover .m-search-item-page--title {
  text-decoration: underline;
}
.m-search-result__products-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.m-search-result--more {
  margin-top: 20px;
}
.m-search-result__group-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .m-search-result__group-wrapper {
    flex-direction: column;
  }
}
.m-search-result__group {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
}
.m-search-result__group:first-child {
  flex: 0 0 35%;
}
.m-search-result__group:only-child {
  flex-grow: 1;
}
.m-search-result__group:nth-child(2) {
  border-left: 1px solid rgba(var(--color-border));
}
@media screen and (max-width: 767px) {
  .m-search-result__group {
    padding-bottom: 0;
  }
}
.m-search-result__heading {
  font-weight: 500;
  margin: 0 15px 12px;
}
@media screen and (min-width: 1280px) {
  .m-search-result__heading {
    margin: 0 30px 12px;
  }
}
@media screen and (max-width: 767px) {
  .m-search-result__heading {
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(var(--color-border));
  }
}
.m-search-result__products-list {
  column-gap: 20px;
  row-gap: 12px;
}
.m-search-pagination {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .m-search-pagination {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .template-search .page-header__breadcrumb {
    display: none;
  }
}
/* Thumbnail container styles */
.m-search-item-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative; /* Required for absolute positioning inside */
  height: 100%; /* Ensures it takes the full height */
  overflow: hidden; /* Prevents content from spilling out */
  background-color: #fff;
}

/* Thumbnail image */
.m-search-item-page--thumbnail {
  width: 100%; /* Full width of the container */
  height: auto; /* Maintain aspect ratio */
  position: relative; /* Positioning for the image */
  overflow: hidden; /* Prevent image overflow */
}

.m-search-item-page--thumbnail img {
  width: 105%;
  height: 105%;
  object-fit: cover; /* Cover the container while maintaining proportions */
  object-position: center; /* Center the image */
}

/* Title styles */
.m-search-item-page--title {
  position: absolute;
  bottom: 60px; /* Distance from the bottom of the container */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Center alignment */
  color: #28282B;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem; /* Adjust font size */
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis; /* Add ellipsis if text overflows */
  z-index: 2; /* Ensure it is above the image */
  background: rgba(255, 255, 255, 0.8); /* Slight background to ensure readability */
  padding: 4px 8px; /* Add padding for better appearance */
  border-radius: 8px; /* Rounded corners */
}
/* Responsive adjustments for mobile devices */
@media (max-width: 768px) {
  .m-search-item-page--title {
    position: absolute;
  bottom: 60px; /* Distance from the bottom of the container */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Center alignment */
  color: #28282B;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem; /* Adjust font size */
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis; /* Add ellipsis if text overflows */
  z-index: 2; /* Ensure it is above the image */
  background: rgba(255, 255, 255, 0.8); /* Slight background to ensure readability */
  padding: 4px 8px; /* Add padding for better appearance */
  border-radius: 8px;
  }

  .m-search-result .m-search-item-page--badge {
    font-size: 0.75rem; /* Adjust font size */
    background-image: #fff;
  border: 1px solid rgb(var(--color-border));
  padding: 2px 10px;
  border-radius: 12px;
  position: absolute;
  bottom: 12px;
  left: 60px /* Adjust spacing */
  }
.m-search-item-page--thumbnail {
  width: 118%; /* Full width of the container */
  height: auto; /* Maintain aspect ratio */
  position: relative; /* Positioning for the image */

  top: -10px; /* Adjust this value to move the image upwards */
}
}
