/** Shopify CDN: Minification failed

Line 82:4 "backgroung" is not a known CSS property
Line 437:0 Unexpected "}"

**/
@font-face {
  font-family: 'Albra Sans Laderach';
  src: url('Albra-Sans-Laderach-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2100-214F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Albra Sans Laderach', var(--FONT-STACK-HEADING);
  font-weight: 500;
}

.grid {
  gap: 20px !important;
}

input,
textarea,
select,
.popout__toggle,
.input-group {
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .grid {
    gap: 10px !important;
  }

  .section-columns .grid {
    gap: 0 !important;
  }
}

/* ------------ SLIDESHOW ------------ */

@media screen and (max-width: 768px) {
  .slideshow .hero__content--transparent {
    padding: 30px 20px;
    margin: 0;
  }
  .slideshow .hero__content--transparent {
    margin-bottom: 30px !important;
}
}


/* COLLECTION LIST */

.collection-item__info .sup {
  display : none;
}
@media screen and (max-width: 768px) {
.index-collections-list h5 {
  font-size: 18px;
}
}

/* ------------ SHOP THE LOOK ------------ */

@media screen and (max-width: 768px) {
  .index-look .look__actions {
    text-align: center;
  }
  .index-look .look__actions .btn {
    width: 90%;
  }
  .is-open > .look__content {
    backgroung: #fff !important;
  }
}


/* ------------ GIFT CARD  ------------ */
textarea#gift-message {
  border-radius: 0;
  margin: 0;
}
.gift-message-wrapper {
  gap: 10px;
  flex-direction: column;
}
.gift-message-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ako-pause {
  pointer-events: none;
}

.ako-gift-btns {
  position: relative;
}

ako-gift-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
button.addGiftButton {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.product__submit__item .btn {
  height: 100%;
}

div#char-count {
  font-size: 12px;
}

/* ------------ PRODUCT PAGE ------------ */


.breadcrumbs {
    margin: 20px 0 !important;
}

.product__title__wrapper {
    padding-right: 0 !important;
}

.complementary-products__title {
  font-weight: 700 !important;
}

.ako-flavour .rte {
  font-size: 10px;
}

.metafield-multi_line_text_field {
  font-size: 12px;
}

.radio__fieldset .radio__button label {
  border-radius: 0;
  border: 1px solid #cccccc;
}

.toggle-ellipsis {
  --height: 80px !important;
}

.toggle-ellipsis__content {
  font-size: 12px;
}

.product__price__wrap .price-item--regular {
  font-weight: 600;
}

@media only screen and (min-width: 990px) {
  .grid--slider {
    --item-width: calc(
      (100vw - var(--scrollbar-width) - var(--outer) * 2) * 0.2
    );
  }
}

@media only screen and (min-width: 750px) {
  .grid--slider .grid-item {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .grid--mobile-slider .grid-item {
    flex: 0 0 auto;
    width: calc(70% - 50px);
  }
}

@media screen and (max-width: 768px) {
  .form__width {
    margin-top: 30px;
  }
  .radio__legend__option-name {
    font-size: 14px;
  }
  .product-upsell__title {
    font-size: 14px;
  }
}

.pifyform {
  max-width: 800px !important;
  width: 800px !important;
}

@media screen and (max-width: 768px) {
  .pifyform {
    width: 382px !important;
    max-width: 400px !important;
  }
}

/* ---------- CART ---------- */
.drawer .cart__checkout {
  display: none;
}

/* ------------ FLAVOR SLIDER ------------ */
.flavor-slider {
  background: var(--flavor-bg, transparent);
  color: var(--flavor-text, inherit);
  padding-top: var(--PT, 40px);
  padding-bottom: var(--PB, 40px);
}

.flavor-slider__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.flavor-slider__heading {
  margin: 0 1rem 1.5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
}

.flavor-slider__main-wrap {
  position: relative;
}

.flavor-slider__main {
  display: flex;
  overflow: auto hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.flavor-slider__main::-webkit-scrollbar {
  display: none;
}

.flavor-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1rem;
}

.flavor-slide__media {
  width: 100%;
}

.flavor-slide__media img {
  display: block;
  width: 100%;
  height: auto;
}

.flavor-slide__body {
  text-align: center;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.flavor-slide__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3;
}

.flavor-slide__desc {
  margin: 1.25rem 0;
  font-size: 15px;
  line-height: 1.6;
}

.flavor-slide__desc .metafield-multi_line_text_field {
  font-size: 15px;
}

.flavor-slider__nav {
  position: absolute;
  top: 45%;
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  padding: 0;
}

.flavor-slider__nav--prev {
  left: 1.5rem;
}

.flavor-slider__nav--next {
  right: 1.5rem;
}

.flavor-slider__thumbs {
  display: flex;
  gap: 0.5rem;
  justify-content: safe center;
  overflow: auto hidden;
  padding: 0 1.5rem;
  margin: 2rem 1rem 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.flavor-slider__thumbs::-webkit-scrollbar {
  display: none;
}

.flavor-thumb {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  padding: 6px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 0.2s ease;
}

.flavor-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.flavor-thumb.is-active {
  border-color: currentColor;
  background: #ffffff;
}

/* ------------ FLAVOR SLIDER RESPONSIVE ------------ */
@media (min-width: 768px) {
  .flavor-slider__heading {
    margin: 0 0 2rem;
    font-size: 2.25rem;
  }

  .flavor-slide {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 16rem;
    gap: 4rem;
  }

  .flavor-slide__media {
    flex: 0 0 50%;
    max-width: 480px;
  }

  .flavor-slide__title {
    font-size: 1.5rem;
  }

  .flavor-slide__body {
    flex: 0 0 40%;
    max-width: 35%;
  }

  .flavor-slider__nav {
    display: flex;
  }

  .flavor-slider__nav--prev {
    left: 6rem;
  }

  .flavor-slider__nav--next {
    right: 6rem;
  }

  .flavor-slider__thumbs {
    gap: 0.75rem;
    margin: 2.5rem auto 0;
    padding: 0 4rem;
  }

  .flavor-thumb {
    width: 116px;
    height: 116px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .flavor-slide__media {
    max-width: 290px;
    margin: 0 auto;
  }
  .flavor-slider__heading {
    font-size: 20px !important;
    line-height: 1.3;
  }
  .flavor-slide__title {
    font-size: 18px !important;
  }
  .flavor-slide__desc .metafield-multi_line_text_field {
  font-size: 14px;
}
}

}

/* FOOTER */
.footer__block__title {
  font-size: 15px;
}
.footer__quicklinks li {
    margin: 0 0 0.5em !important;
}

@media (max-width: 767px) {
  .footer__block__title {
    font-weight: normal !important;
  }
.footer__quicklinks li {
    margin: 0 0 0.3em !important;
  }
  .footer__block__image {
    margin: 0 auto;
    padding-bottom: 20px;
  }
}