/** Shopify CDN: Minification failed

Line 1892:1 Expected "}" to go with "{"

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}

/* Header */
.site-header__element.site-header__element--top {
  padding-block: 24px;
}

.site-header__element--sub {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.site-nav__link--icon {
  padding-block: 8px;
}

.site-nav__icons .multi-selectors__item {
  margin: 0 0;
}

.site-nav__icons .faux-select.disclosure__toggle {
  border: none;
  padding: 12px;
}

.site-nav__icons .disclosure__toggle {
  display: flex;
  gap: 6px;
  align-items: center;
}

.disclosure-list__label--custom {
  display: none;
}

.site-nav__icons .disclosure-list__label--custom {
  display: block;
  font-size: 12px;
}

wishlist-link {
  display: none;
}

#LangList-header {
  right: 0;
  bottom: auto;
}

.site-header__logo {
  margin-top: 0;
  margin-bottom: 0;
}

.site-nav__dropdown {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.site-nav.site-navigation {
  display: flex;
}

.site-navigation--below:before {
  content: unset;
}

.site-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-nav__item.site-nav__item--divider {
  justify-content: center;
}

.site-nav__item.site-nav__item--divider div {
  height: 80px;
  width: 1px;
  background-color: #e5e5e5;
}

.site-nav__item.site-nav__expanded-item nav-dropdown,
.site-nav__item.site-nav__expanded-item details {
  height: 100%;
}

.site-nav--is-megamenu.site-nav__item {
  position: unset;
}

.header-layout {
  gap: 30px;
}

.header-item.header-item--mao-logo {
  gap: 20px;
}

.header-item.header-item--sidebar-toggle {
  flex: 0 1 auto;
}

.header-item--search {
  max-width: 740px;
}

.search__input {
  border-radius: 6px;
  border-color: #cfcfcf;
  background: #fafafa;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 16px;
  height: 40px;
}

.search__input:focus {
  outline: none;
  border-color: #000;
}

details[open] .site-nav__link--focused,
.site-nav__link--focused:hover,
.site-nav__link--focused:focus {
  background-color: #fafafa;
}

.site-nav__link.site-nav__link--focused {
  width: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  white-space: normal;
  text-align: center;
  min-height: 100%;
  height: 100%;
}

.site-nav__link.site-nav__link--focused img {
  width: 64px;
  height: 64px;
}

@media screen and (max-width: 768px) {
  .site-header__element.site-header__element--top {
    padding-block: 12px;
  }

  .site-nav__link--icon {
    padding-block: 4px;
  }

  .site-header__element--sub[data-type="search"] {
    position: relative;
    padding-top: 10px;
  }

  .site-header__element--sub[data-type="search"] .page-width {
    padding-bottom: 10px;
  }

  .header-item.header-item--mao-logo {
    justify-content: space-between;
  }

  .mobile-nav-open .site-nav__link:not(.mobile-nav-trigger) {
    display: unset;
  }
}

/* Style the horizontal scrollbar (x-axis) */
::-webkit-scrollbar {
  width: 10px; /* Adjust the width of the scrollbar */
  height: 10px; /* Adjust the height of horizontal scrollbar */
}

/* Style the track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light gray background */
  border-radius: 8px; /* Rounded corners */
}

/* Style the thumb (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
  background: #888; /* Darker gray thumb */
  border-radius: 10px; /* Rounded corners */
  border: 3px solid #f1f1f1; /* Optional: creates a border around the thumb */
}

/* Style the thumb when hovered */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker thumb on hover */
  cursor: grab;
}
@media screen and (min-width: 769px) {
  .header-layout {
    display: grid;
    grid-template-columns: 1fr minmax(180px, 740px) 1fr;
  }

  .site-header__element--sub [data-type="nav-custom"] {
    overflow-x: auto;
    border-top: 1px solid #e5e5e5;
  }
}

/* Megamenu */
.site-nav__dropdown.megamenu {
  background-color: #fafafa;
}

.megamenu__cols {
  display: grid;
  padding-bottom: 24px;
}

.megamenu__cols.megamenu__cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.megamenu__cols.megamenu__cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.megamenu__cols.megamenu__cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.megamenu__col {
  padding: 0 16px 16px 0;
}

.megamenu__cols a:hover {
  text-decoration: none;
  background-color: unset;
}

.megamenu__col-title .site-nav__dropdown-link--top-level {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}

.megamenu__col-content {
  padding: 24px 16px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.megamenu__col-content .site-nav__dropdown-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.megamenu__col-content .site-nav__dropdown-link:hover,
.megamenu__col-content .site-nav__dropdown-link:focus {
  text-decoration: none;
}

/* Announcement bar */
.header-announcement {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  color: white;
  background-color: #f00;
}

.header-announcement .text-center {
  position: relative;
  padding-inline: 30px;
  padding-block: 4px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-announcement button {
  background: white;
  padding: 4px;
  border-radius: 99px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .site-header__element.site-header__element--sub {
    position: relative;
  }

  .site-header__element--sub [data-type="search-custom"] {
    padding-block: 16px;
  }

  .header-announcement {
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    transition: 0.1s ease-in-out;
  }

  .header-wrapper--compressed .header-announcement {
    transform: translateY(-100%);
  }
}

/* Mobile nav trigger */
.mobile-nav-trigger {
  padding-block: 4px;
}

.mobile-nav-trigger svg {
  width: 32px !important;
  height: 32px !important;
}

/* Overlay */
.mobile-nav-open .predictive__screen,
.search-open .predictive__screen {
  display: block;
}

/* Mobile nav */
.site-header__mobile-nav {
  height: 100vh;
  padding: 0;
  box-shadow: none;
  max-width: 500px;
}

.site-header__drawer-animate {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.slide-nav__wrapper {
  flex: 1;
  display: grid;
  grid-template-columns: 120px 1fr;
}

.slide-nav__wrapper:after {
  content: unset;
}

.slide-nav.content-nav {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}

.content-nav__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background-color: #fafafa;
  height: 100%;
  overflow: hidden auto;
  margin: 0;
}

.slide-nav__item:first-child,
.slide-nav__item:last-child {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.slide-nav__item--top-level
  > .slide-nav__button[data-active="true"]
  > .slide-nav__link,
.slide-nav__item--top-level > .slide-nav__link:hover {
  padding: 12px 8px 12px 12px !important;
  border-left: 4px solid #f00;
  background-color: #fafafa;
}

.slide-nav.control-nav .slide-nav__item {
  background-color: white;
}

.slide-nav.control-nav .slide-nav__link {
  font-size: 12px;
  line-height: 16px;
  padding: 12px 8px 12px 16px;
}

.slide-nav.content-nav .slide-nav__link {
  padding: 0;
}

.content-nav__item[data-open="false"] {
  display: none;
}

.slide-nav__image {
  position: relative;
  width: 100%;
  height: 90px;
  left: auto;
  top: auto;
  margin-top: 0;
}

.slide-nav__image img {
  border-radius: 6px;
}

.slide-nav__link-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 0 !important;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.slide-nav__dropdown {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  opacity: 1;
  visibility: visible;
  background-color: #fafafa;
  padding: 16px 16px 0;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}

.slide-nav__dropdown.is-active {
  right: 0;
}

.slide-nav__item-return {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  cursor: pointer;
}

.slide-nav__item-return svg {
  transform: rotate(180deg);
  height: 8px;
  width: 8px;
  vertical-align: baseline;
}

.slide-nav__dropdown .slide-nav__item-image {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.slide-nav__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 16px 16px;
  margin: 0;
  flex-grow: 1;
  overflow-y: auto;
}

.slide-nav__link.slide-nav__link--small {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.slide-nav__footer .site-nav__icons {
  height: 78px;
  border-top: 1px solid #fafafa;
  justify-content: center;
}

/* Product cards */
quick-add .btn--icon {
  padding: 5px;
}

quick-add .quick-add-btn > span,
quick-add .quick-add-btn > .btn:hover {
  background-color: #baeada;
}

quick-add .quick-add-btn > span svg path {
  stroke: black;
}

quick-add .quick-add-btn .icon {
  width: 20px;
  height: 20px;
}

quick-add .quick-add-btn .icon path {
  stroke-width: 4px;
}

.wishlist-placeholder {
  width: 32px;
  height: 32px;
}

wk-button,
wishlist-button-collection .wk-button {
  min-width: 32px !important;
  width: 32px !important;
  min-height: 32px !important;
  height: 32px !important;
  transition: 150ms;
}

.wk-button:hover {
  transform: scale(1.1) !important;
}

wishlist-button-collection .wk-button::before,
wishlist-button-collection .wk-button:hover::before {
  background: #baeada !important;
}

.wk-button .wk-icon {
  --stroke: #000 !important;
  --stroke-width: 1.5px !important;
  margin-top: 2px;
}

wishlist-button-collection .wk-floating {
  z-index: 1 !important;
}

.product-grid-item wk-button {
  display: none !important;
}

.product-grid-item:hover wk-button {
  display: block !important;
}

@media screen and (max-width: 768px) {
  quick-add .btn--icon {
    padding: 2px;
  }

  .product-grid-item wk-button {
    display: block !important;
  }

  .wishlist-placeholder {
    width: 26px;
    height: 26px;
  }

  wk-button,
  wishlist-button-collection .wk-button {
    min-width: 26px !important;
    width: 26px !important;
    min-height: 26px !important;
    height: 26px !important;
    transition: 150ms;
  }

  wishlist-button-collection .wk-button,
  wishlist-button-collection .wk-button:hover {
    transform: none !important;
  }

  wishlist-button-collection .wk-button::before,
  wishlist-button-collection .wk-button:hover::before {
    width: 26px !important;
    height: 26px !important;
  }

  .wk-button .wk-icon {
    margin-top: 2px;
    --size: 16px !important;
  }
}
/* End quick add */

.product-grid-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.grid-product__tags {
  top: 8px;
  left: 8px;
  margin-left: 0;
}

.grid-product__tag.grid-product__tag--sold-out {
  position: absolute;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.grid-product__tag {
  margin-top: 0;
  margin-bottom: 4px;
}

.grid-product__tags .product--tag-halal,
.grid-product__tag--custom-snowflake,
.grid-product__tags .grid-product__tag--sale {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.grid-product__tags .product--tag-halal {
  background-color: #01a653;
}

.grid-product__tag--custom-snowflake {
  background: #8dd5eb;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-product__tags .grid-product__tag--sale {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background: #db111d;
}

.grid-product__image-wrap {
  height: auto;
  max-height: 160px;
  margin: 0;
}

.grid-item__content {
  border-radius: 6px;
}

.grid-item__content--sold-out {
  opacity: 0.4;
}

.grid-product__image-wrap .grid__image-ratio {
  width: 100%;
  max-width: 160px;
  margin-inline: auto;
}

.grid-product__secondary-image {
  width: 100%;
  inset: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.grid-item__meta {
  padding: 16px;
  margin: 0 4px 4px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.grid-item__meta-secondary {
  margin-top: 8px;
}

.grid-item__meta .jdgm-star.jdgm--on:before,
.grid-item__meta .jdgm-star.jdgm--half:before {
  font-size: 12px;
}

.grid-product__title {
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
}

.grid-product__price--original {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.grid-product__price--original span:first-child {
  position: relative;
}

.grid-product__price--original span:first-child:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #db111d;
  top: 48%;
  left: 0;
}

.grid-product__price--current {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.grid-product__price--original ~ .grid-product__price--current {
  color: #db111d;
}

.grid-product__price--savings {
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: super;
}

.product__unit-price,
.product__deposit {
  margin-top: 8px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
}

.product__deposit {
  font-size: 12px;
  margin-top: 2px;
}

.block-price__deposit.product__deposit {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .grid-product__image-wrap {
    height: 140px;
  }

  .grid__image-ratio {
    width: 140px;
  }

  .grid-product__title {
    font-size: 12px;
    line-height: 15px;
    -webkit-line-clamp: 3;
  }

  .grid-product__price--original {
    font-size: 12px;
    line-height: 15px;
  }

  .grid-product__price--current {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-product__price--savings {
    font-size: 11px;
    line-height: 13px;
  }

  .product__unit-price {
    font-size: 12px;
    line-height: 16px;
  }

  .grid-product__tag.grid-product__tag--sold-out {
    top: 64px;
  }
}

@media screen and (max-width: 767px) {
  [data-view="medium"] .grid-item,
  [data-view="xsmall"] .grid-item {
    flex: 0 0 33.33%;
  }

  .grid-product__image-wrap {
    height: auto;
    max-height: 140px;
  }

  .grid-product__image-wrap .grid__image-ratio {
    width: 100%;
    max-width: 140px;
  }

  .grid-item__meta {
    padding: 8px 4px 8px;
  }

  .grid-product__title {
    font-size: 11px;
    line-height: 14px;
  }

  .grid-product__tags .product--tag-halal,
  .grid-product__tag--custom-snowflake,
  .grid-product__tags .grid-product__tag--sale {
    width: 24px;
    height: 24px;
  }

  .grid-product__tag--custom-snowflake {
    font-size: 18px;
    line-height: 18px;
  }

  .grid-product__tags .grid-product__tag--sale {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 382px) {
  [data-view="medium"] .grid-item,
  [data-view="xsmall"] .grid-item {
    flex: 0 0 50% !important;
  }
}

/* Product grids  */
.section-header__title.h2 {
  font-weight: 400;
  letter-spacing: 0.07em;
}

.section-header__link {
  font-weight: 400;
}

.grid-item {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .scrollable-grid--small .grid-item {
    flex: 0 0 180px;
  }
}

/* Promo banner section */
.promo-banner-wrapper {
  position: relative;
}

/* Cart Progress Bar */
.progress-sub {
  margin-bottom: 6px;
}

.progress-sub ~ p {
  font-weight: 400;
}

@media only screen and (max-width: 960px) {
  #cart-progress,
  .progress-sub {
    margin-right: 0;
  }
}

@media only screen and (max-width: 960px) {
  #progress-wrapper > div:nth-child(1) {
    margin-right: 0;
  }
}

.cart-shipping {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vertical {
  border-left: 2px solid grey;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-top: 3px;
}

#progress-wrapper {
  /* padding: 1em 30px; */
}

progress {
  -webkit-appearance: none; /* Add this line */
  appearance: none; /* Add this line */
  border-radius: 5px;
}

/* iOS specific styles */
progress::-webkit-progress-bar {
  background-color: #f2f4f3;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress::-moz-progress-bar {
  background: #ff1414ff;
  border-radius: 5px;
}
progress::-webkit-progress-value {
  background: #ff1414ff;
  border-radius: 5px;
}
progress {
  color: #ff1414ff;
  opacity: 1;
  border-radius: 5px; /* Changed the Opacity to 1 to adjust the color */
}

progress[value]::-webkit-progress-bar {
  background-color: #f2f4f3;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.progress-bar-info-boxes {
  display: flex;
  justify-content: space-between;
} /* Cart Progress Bar */

@media only screen and (max-width: 960px) {
  #cart-progress,
  .progress-sub {
    margin-right: 0;
  }
}

@media only screen and (max-width: 960px) {
  #progress-wrapper > div:nth-child(1) {
    margin-right: 0;
  }
}

.cart-shipping {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vertical {
  border-left: 2px solid grey;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-top: 3px;
}

#progress-wrapper {
  /* padding: 1em 30px; */
}

progress::-moz-progress-bar {
  background: #ef6236;
  border-radius: 5px;
}

progress::-webkit-progress-value {
  background: #ff1414ff;
  border-radius: 5px;
}

progress {
  border-radius: 5px;
  color: #ff1414ff;
  opacity: 1;
  height: 20px;
  width: calc(100% - 50px);
}

progress[value]::-webkit-progress-bar {
  background-color: #f2f4f3;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.vertical--line {
  border-left: 2px solid #a8a2a2;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 2;
  height: 20px;
  transform: translateX(-50%);
}

.progress-bar-info-boxes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  width: calc(100% - 50px);
}

#cart-progress {
  position: relative;
  margin-bottom: 30px;
} /* Adjust the position of the vertical lines */
.vertical--line:first-child {
  left: calc((2500 / 6500) * 100%); /* For €25 */
}

.vertical--line:last-child {
  left: calc((5000 / 6500) * 100%); /* For €50 */
}

.label--progress {
  position: absolute;
  top: 100%; /* Adjust as needed */
  transform: translateX(-50%); /* Center the label */
  margin-top: 6px;
  font-size: 12px; /* Adjust as needed */
  font-weight: 600;
  letter-spacing: normal;
  z-index: -1;
}

.label--progress:not(:last-child)::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 2px;
  background: #ebedec;
  transform: translate(-50%) rotate(45deg);
  z-index: 0;
  left: 50%;
}

.vertical--line.vertical--line-gift {
  border-color: #db111d;
}

.label--progress.label--progress-gift {
  font-size: 16px;
  line-height: 21px;
  width: 16px;
}

/* Base price sits at the bar start and is not a milestone — no diamond marker. */
.label--progress.label--progress-base::before {
  display: none;
}

/* Cart footer */
.cart__item-row.cart__checkout-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}

.cart__checkout-wrapper button {
  min-height: 45px !important;
  padding-block: 8px;
}

.cart__item-row--footer {
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
}

/* Collection page */
.collection-filter__sort {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.product-grid.collection-grid .grid-item {
  flex: 0 0 calc(100% / 5);
}

.color-swatch.button-swatch {
  text-indent: unset;
  width: fit-content;
  height: auto;
  border-radius: 6px;
  padding: 4px 12px;
}

.tag-list--buttons {
  padding-inline: 2px;
}

@media screen and (max-width: 1439px) {
  .product-grid.collection-grid .grid-item {
    flex: 0 0 calc(100% / 5);
  }
}

@media screen and (max-width: 1199px) {
  .product-grid.collection-grid .grid-item {
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 949px) {
  .product-grid.collection-grid .grid-item {
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .product-grid.collection-grid .grid-item {
    flex: 0 0 calc(100% / 4);
  }

  .collection-filter {
    top: 64px !important;
  }
}

@media screen and (max-width: 599px) {
  .product-grid.collection-grid .grid-item {
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 449px) {
  .product-grid.collection-grid .grid-item {
    flex: 0 0 calc(100% / 3);
  }
}

/* Collection Carousel Header */
.image-scroller-container {
  position: relative;
  width: 100vw;
  max-width: 100%;
  padding: 0 25px;
}

.desktop-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.left-button,
.right-button {
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  position: absolute;
  border: none;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.left-button svg,
.right-button svg {
  width: 24px;
  margin-inline: auto;
}

.left-button {
  left: max(
    calc((100vw - var(--page-width)) / 2) + var(--page-width-padding),
    var(--page-width-padding)
  );
}

.right-button {
  right: max(
    calc((100vw - var(--page-width)) / 2) + var(--page-width-padding),
    var(--page-width-padding)
  );
}

.image-container,
.image-container-slideshow {
  width: 100%;
  /* height: 70px; */
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
  padding-block: 20px;
  background: #fff;
}

.image-container-slideshow.page-width {
  max-width: unset;
}

.image-container-slideshow {
  padding-inline: 20px;
}

.image-container::-webkit-scrollbar,
.image-container-slideshow::-webkit-scrollbar {
  display: none; /* Hide scrollbar on Chrome, Safari and Opera */
}

.image-container,
.image-container-slideshow {
  -ms-overflow-style: none; /* Hide scrollbar on IE and Edge */
  scrollbar-width: none; /* Hide scrollbar on Firefox */
}

.image-item {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .desktop-button {
    display: none;
  }
  .image-container .image-container-slideshow {
    padding: 0 0 20px 0;
  }
}

.coll-img-title {
  font-size: 12px;
  line-height: 130%;
  font-weight: 800;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 10px;
  color: rgb(0, 0, 0);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hide-carousel {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.image-scroller-container {
  transition: transform 0.3s ease-in-out;
}

.no-shadow {
  box-shadow: none !important;
}
.no--padding {
  padding: 0;
}

.no--margin {
  margin: 0 !important;
}

/* Cart  */
.cart__scrollable {
  overflow-x: hidden;
}

#cart-gift .cart__item-row {
  width: 100%;
  overflow: auto;
}

#cart-gift wishlist-button-collection .cart__items,
.cart__page [data-products],
.cart__page .cart__items,
.cart-drawer [data-products],
.cart-drawer .cart__items {
  display: grid;
}

.cart__item {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.cart__item .cart__image {
  position: relative;
}

.cart__item--frozen {
  display: flex;
  justify-content: space-between;
  margin-inline: -20px;
  padding-inline: 20px;
  margin-top: -20px;
  padding-block: 10px;
  background: #8dd5eb;
  color: white;

  position: sticky;
  top: -20px;
  z-index: 5;

  grid-row: 1;
}

.cart__item--frozen .cart__item-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart__item--frozen .cart__item-name-icon {
  font-size: 24px;
  line-height: 0.8;
}

.cart__item--frozen .cart__item-name {
  margin-bottom: 0;
}

.cart__item--frozen .cart__item--variants {
  display: none;
}

/* Product page */
.product-grid__content .add-to-cart,
.custom_atc,
.cart__checkout {
  background-color: #bb0718 !important;
  border-radius: 15px;
  color: #fff !important;
  box-shadow: 2px 3px 10px #88101c82;
  border: none !important;
  min-height: 45px !important;
}

.block-price__container {
  flex-direction: column;
}

.block-price__unit-price.product__unit-price {
  margin-top: 0;
}

.block-price .variant__label {
  display: block;
  margin-bottom: 6px;
}

product-inventory {
  padding-top: 0;
  margin-top: 20px;
}

.product-share {
  position: relative;
}

.social-sharing {
  position: absolute;
  left: -20px;
  bottom: 150%;
  background-color: white;
  margin: 0;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}

quantity-selector {
  position: relative;
}

quantity-selector select {
  padding-right: 40px !important;
}

quantity-selector > svg {
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  width: 16px;
  height: auto;
  pointer-events: none;
}

/* Recipes template sections */
.author-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.padding-between-author-img-text {
  padding-right: 25px;
}
.padding-between-author-img-text img {
  max-width: 60px;
  margin: 0 auto;
  border-radius: 50px;
}

#cart-gift .grid-item wishlist-button-collection {
  display: none !important;
}

/* Frozen products popup */
#cart--popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
}

#cart--popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 2;
  width: 75%;
  max-width: 500px;
}

#cart--popup-close-btn {
  position: absolute;
  border: none;
  font-size: 24px;
  cursor: pointer;
  background-color: #74b0ea;
}

#cart--popup-content {
  margin: 20px;
}

/* Floating language selector */
.custom-multi-selectors {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.is-visible {
  display: block;
}

.language-selector-flag {
  width: 30px;
  height: 30px;
}

.disclosure__toggle-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.disclosure-list__item-languages {
  white-space: normal !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.container--information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

/* Bottom nav */
.bottom-nav {
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.bottom-nav .site-nav__link--icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1 0 20%;
}

.bottom-nav toggle-cart {
  flex: 1 0 20%;
}

.bottom-nav .site-nav__link--icon img {
  width: 32px;
  height: 32px;
}

.bottom-nav-icon__active {
  display: none;
}

.bottom-nav .site-nav__link--icon .site-nav__icon-label {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: normal;
  margin-left: 0;
}

.bottom-nav .cart-link__bubble:before {
  background-color: #000;
}

.bottom-nav .site-nav__link.site-nav__link--icon {
  stroke: #000;
  color: #000;
  fill: #000;
}

.bottom-nav .site-nav__link.site-nav__link--icon.bottom-bar-icon--active {
  stroke: #db111d;
  color: #db111d;
  fill: #db111d;
}

.bottom-nav
  .site-nav__link.site-nav__link--icon.bottom-bar-icon--active
  .bottom-nav-icon__inactive,
.bottom-nav .site-nav__link.site-nav__link--icon .bottom-nav-icon__active {
  display: none;
}

.bottom-nav
  .site-nav__link.site-nav__link--icon.bottom-bar-icon--active
  .bottom-nav-icon__active {
  display: block;
}

/* Hide scrollbars */
#cart-gift .product-grid.scrollable-grid,
.site-header__element--sub [data-type="nav-custom"] {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
#cart-gift .product-grid.scrollable-grid::-webkit-scrollbar,
.site-header__element--sub [data-type="nav-custom"]::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

/* Override hidden search state */
.force-visible {
  display: block !important;
}
.force-visible,
.force-visible .header-announcement {
  transform: translateY(0) !important;
  transition: transform 0.2s cubic-bezier(0.18, 0.77, 0.58, 1),
    background-color 0.2s cubic-bezier(0.18, 0.77, 0.58, 1);
}
/* Hide Trusted Shops Trustbadge on homepage only */
body.template-index [id*="trustbadge"],
body.template-index [class*="trustbadge"],
body.index [id*="trustbadge"],
body.index [class*="trustbadge"],
body.template-index .ts-trustbadge,
body.index .ts-trustbadge {
  display: none !important;
}

#maomao-ai-buddy, .chatbot-launcher, .chatbot-button {
    transform: scale(0.75) !important;
    transform-origin: bottom right !important;
}

/* CRO Fixes */
.sticky-block-buy-buttons {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 16px;
  background: white;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  z-index: 5;
  transform: translateY(200px);
  transition: 150ms ease-in-out;
  margin-bottom: 0;
}

.sticky-block-buy-buttons.is-sticky {
  transform: translateY(0);
}

.sticky-block-buy-buttons form > div {
  display: flex;
  gap: 12px;
}

.sticky-block-buy-buttons .product-single__title {
  margin-bottom: 8px;
}

.sticky-block-buy-buttons .block-price__container {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .sticky-block-buy-buttons {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .sticky-block-buy-buttons {
    bottom: 78px;
  }
}

/* Hide trustbadge when drawers are open */
body:has(.site-header__drawer.is-active) #trustbadge-container-98e3dadd90eb493088abdc5597a70810,
body:has(.site-header__drawer.is-active) #bc-livechat-container {
  display: none !important;
}

/* Product highlights */
.grid-product__highlights {
  
}

.grid-product__highlights .grid-product__highlight {
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.grid-product__highlights .grid-product__highlight--tiktok {
  background: black;
  text-shadow: 1px 1px #515151;
}

.grid-product__highlights .grid-product__highlight--viral {
  background: #ff4a00;
  text-shadow: 1px 1px #525252;
}

@keyframes dance {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(10deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.grid-product__highlights .grid-product__highlight svg {
  width: 18px;
  height: 18px;
  animation: dance 3s ease-in-out infinite;
}

@media screen and (max-width: 750px) {
  .grid-product__highlights .grid-product__highlight {
    font-size: 9px;
    letter-spacing: -.025em;
    padding: 4px 3px;
    gap: 2px;
  }

  .grid-product__highlights .grid-product__highlight svg {
    width: 12px;
    height: 12px;
  }
}

/* Small fix to search page */
section-main-search.page-width .page-width {
  padding-inline: 0 !important;
}

/* Product page - equal spacing between all info elements */
.product__title {
  margin-bottom: 1rem;
}

[class*="star"],
[class*="rating"],
[class*="review"] {
  margin-bottom: 1rem;
}

.purchase-count-tracker {
  margin-bottom: 0.5rem;
}

/* ===== DESKTOP ONLY - wider cart ===== */
@media screen and (min-width: 769px) {
  .cart__page-container,
  .cart-template .page-width{
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ===== CART ITEM - quantity + Löschen ===== */
.cart__item-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.js-qty__wrapper {
  flex-shrink: 0;
  min-width: 75px;
}

.cart-remove {
  flex-shrink: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #555;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 0;
}

.cart-remove:hover {
  color: #000;
}

/* ===== MOBILE fixes ===== */
@media screen and (max-width: 768px) {

  .cart__image {
    padding-left: 0;
    margin-left: -8px;
  }

  .cart__item-title {
    padding-right: 8px;
  }

  .cart__item-quantity {
    flex-wrap: wrap;
    gap: 4px;
  }

  .js-qty__wrapper {
    min-width: 90px;
  }

  .cart-remove {
    width: 100%;
    font-size: 0.75rem;
    margin-top: 2px;
  }

  .cart__item-price {
    min-width: 60px;
  }
/* ===== Cart-Drawer Mobil: Button gepinnt + Announcement im Cart aus ===== */
@media only screen and (max-width: 768px) {

  /* Checkout-Footer fest an den unteren Bildschirmrand */
  .cart__footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-body, #fff);
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
    padding-bottom: calc(150px + env(safe-area-inset-bottom, 0px));
  }

  /* Platz, damit das letzte Produkt nicht hinter dem Footer verschwindet */
  .cart__scrollable {
    padding-bottom: 360px;
  }

  /* Announcement-Bar aus, solange der Cart offen ist (kommt beim Schließen zurück) */
  .cart-open .mm-announcement-bar-section,
  .cart-open .mm-bar {
    display: none !important;
  }
  body:has(.site-header__cart.is-active) .mm-announcement-bar-section,
  body:has(.site-header__cart.is-active) .mm-bar {
    display: none !important;
  }
}
/* Pumper Bundles / Rapi bundle - mobile fix */
@media screen and (max-width: 749px) {
  .rapi-bundles__bars {
    min-width: unset !important;
    width: 100% !important;
  }
  .rapi-bundle-content-0 {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}
/* Pumper Bundles - fix green dot clipping on mobile */
@media screen and (max-width: 749px) {
  .rapi-live-social-content {
    padding-left: 8px !important;
  }
}