/* source/scss/niomniom.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
html {
  font-family: "cy-text", sans-serif;
  font-weight: 400;
  text-rendering: geometricPrecision;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "cy-text", sans-serif;
  font-weight: 800;
}
.h1 {
  font-family: "cy-text", sans-serif;
  font-weight: 800;
  font-size: 40px;
  font-style: normal;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 1366px) {
  .h1 {
    font-size: 48px;
  }
}
.h2 {
  font-family: "cy-text", sans-serif;
  font-weight: 800;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 1366px) {
  .h2 {
    font-size: 32px;
  }
}
.h3 {
  font-family: "cy-text", sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 1366px) {
  .h3 {
    font-size: 24px;
  }
}
.h4 {
  font-family: "cy-text", sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 1366px) {
  .h4 {
    font-size: 16px;
  }
}
a,
.rte a {
  font-weight: 800;
  text-decoration: none;
}
strong {
  font-weight: 800;
}
:root {
  --font-body--family: $f-regular !important;
  --font-heading--family: $f-heading !important;
  --font-subheading--family: $f-regular !important;
  --font-accent--family: $f-regular !important;
  --font-h1--family: $f-heading !important;
  --font-h2--family: $f-heading !important;
  --font-h3--family: $f-heading !important;
  --font-h4--family: $f-heading !important;
  --font-h5--family: $f-heading !important;
  --font-h6--family: $f-heading !important;
  --font-paragraph--family: $f-regular !important;
  --font-heading--weight: $fw-boldest !important;
  --font-h1--weight: $fw-boldest !important;
  --font-paragraph--size: 16px !important;
  --font-size--paragraph: 16px !important;
}
.bs-container,
.page-width {
  max-width: calc(var(--page-width) + 16px * 2);
  margin: 0 auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (min-width: 750px) {
  .bs-container,
  .page-width {
    max-width: calc(var(--page-width) + 40px * 2);
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .bs-container,
  .page-width {
    max-width: calc(var(--page-width) + 90px * 2);
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
.bs-container + .bs-container {
  margin-top: 40px;
}
section {
  overflow-x: hidden;
}
.button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove) {
  text-transform: uppercase;
  height: 48px;
  min-width: unset;
  width: 100%;
  background-color: #E84F36;
  color: #1F2837;
  border: 1px solid #E84F36;
  transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out,
    border-color 0.2s ease-out,
    opacity 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin: 10px 0;
  border-radius: 1000px;
}
.button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove)::after,
.button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove)::before {
  content: none;
}
.button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove):disabled {
  opacity: 1 !important;
  background-color: #606876 !important;
  border-color: #606876 !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove) {
    min-width: 288px;
    width: -moz-fit-content;
    width: fit-content;
    height: 56px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove):hover {
    background-color: #F0E9EA;
    border-color: #1F2837;
  }
}
.button :disabled {
  opacity: 1 !important;
  background-color: #606876 !important;
  border-color: #606876 !important;
  color: #fff !important;
}
.button--secondary {
  background-color: #fff;
  color: #1F2837;
  font-size: 12px;
  font-family: "cy-text", sans-serif;
}
@media (min-width: 768px) {
  .button--secondary {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .button--secondary:hover {
    background-color: #000;
    color: #fff;
  }
}
.button--secondary-transparent {
  background-color: transparent;
  color: #1F2837;
  border: 1px solid #123123;
  padding: 15px 40px;
}
@media (min-width: 768px) {
  .button--secondary-transparent {
    padding: 15px 56px;
  }
}
@media (hover: hover) {
  .button--secondary-transparent:hover {
    background-color: #000;
    color: #fff;
  }
}
.button--tertiary {
  background-color: #fff;
  color: #1F2837;
  border: none;
}
@media (hover: hover) {
  .button--tertiary:hover {
    color: #606876;
  }
}
.button--link {
  background-color: #fff;
  color: #1F2837;
  border: none;
  text-decoration: underline;
}
@media (hover: hover) {
  .button--link:hover {
    color: #606876;
  }
}
.button--small {
  height: 40px;
}
@media (min-width: 768px) {
  .button--small {
    height: 41px;
  }
}
.button--disabled {
  opacity: 0.5;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}
.swal-button--confirm {
  background-color: #E84F36 !important;
}
.bs-empty-cart-slider {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  padding: var(--padding-lg, 24px) 0;
  width: 100%;
  overflow: hidden;
}
.bs-empty-cart-slider .bs-empty-cart-slider__heading {
  font-size: 20px;
  margin: 0 0 var(--margin-lg, 24px) 0;
  padding: 0 var(--padding-md, 16px);
  text-align: center;
}
.bs-empty-cart-slider .bs-product-card-mini__price-row {
  width: 100%;
}
.bs-empty-cart-swiper {
  padding: 0 24px;
  overflow: visible;
}
.bs-empty-cart-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bs-empty-cart-swiper:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.bs-empty-cart-swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 75%;
  max-width: 280px;
  scroll-snap-align: start;
}
@media (min-width: 750px) {
  .bs-empty-cart-swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 45%;
    max-width: 320px;
  }
}
.bs-empty-cart-swiper .swiper-pagination-bullet {
  background: var(--slider-pagination-inactive, var(--color-border));
}
.bs-empty-cart-swiper .swiper-pagination-bullet-active {
  background: var(--slider-pagination-active, var(--color-foreground));
}
.bs-empty-cart-slide {
  height: auto;
  overflow: visible;
  margin-bottom: 40px;
}
.bs-product-card-mini {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--style-border-radius-buttons-primary, 8px);
  overflow: visible;
}
.bs-product-card-mini__overlay {
  position: absolute;
  top: 26%;
  right: -12%;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}
.bs-product-card-mini__overlay-img {
  width: 100%;
  height: auto;
}
.bs-product-card-mini__gallery {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -30%;
  aspect-ratio: 1;
  overflow: hidden;
  z-index: 1;
}
.bs-product-card-mini__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.bs-product-card-mini__placeholder {
  width: 100%;
  height: 100%;
  background: rgb(var(--color-foreground-rgb)/0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-product-card-mini__placeholder svg {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.bs-product-card-mini__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
  padding: 96px 24px 40px 24px;
  flex: 1;
  border-radius: 56px 0;
  background-color: var(--color-background);
  margin-left: 8px;
}
@media (min-width: 750px) {
  .bs-product-card-mini__content {
    padding: 88px 24px 48px 24px;
  }
}
.bs-product-card-mini__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}
.bs-product-card-mini__title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .bs-product-card-mini__title {
    font-size: 24px;
  }
}
.bs-product-card-mini__title-link {
  text-decoration: none;
  color: var(--color-foreground);
}
.bs-product-card-mini__subtitle {
  margin: 0;
  font-size: 12px;
  line-height: normal;
  color: var(--color-foreground);
  opacity: 0.8;
}
.bs-product-card-mini__price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-product-card-mini__price {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-product-card-mini__price-compare {
  color: rgb(var(--color-foreground-rgb)/0.6);
}
.bs-product-card-mini__badges {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.bs-product-card-mini__badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 10px;
  background-color: var(--highlight-color, #1f2837);
  color: var(--highlight-text-color, #ffffff);
  border-radius: 100px;
}
.bs-product-card-mini__quick-add,
.bs-product-card-mini__sold-out {
  width: 100%;
  margin-top: auto;
  padding-top: 12px;
  position: absolute;
  bottom: -10%;
  left: 0;
}
.bs-product-card-mini__add-button {
  width: 100% !important;
  min-width: unset !important;
  line-height: 120% !important;
  padding: 12px 16px;
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .bs-product-card-mini__add-button {
    font-size: 18px !important;
  }
}
.bs-product-card-mini__add-button--disabled {
  opacity: 1 !important;
  background-color: #606876 !important;
  border-color: #606876 !important;
  color: #fff !important;
  pointer-events: none;
}
.bs-product-card-mini .metafield-rich_text_field p {
  font-size: 12px;
}
.bs-empty-cart-slider__pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.bs-empty-cart-slider__pagination .swiper-pagination-bullet {
  flex: 1 1 auto;
  height: 3px;
  border-radius: 32px;
  margin: 0 !important;
  opacity: 1;
  background: #fff;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.bs-empty-cart-slider__pagination .swiper-pagination-bullet-active {
  background: #E84F36;
}
.image-block--absolute {
  position: absolute;
  z-index: 2;
}
.image-block--absolute-mobile {
  position: absolute;
}
.image-block--absolute-mobile.image-block--position-mobile-top-left {
  top: var(--position-top-mobile, 0);
  left: var(--position-left-mobile, 0);
}
.image-block--absolute-mobile.image-block--position-mobile-top-right {
  top: var(--position-top-mobile, 0);
  right: var(--position-right-mobile, 0);
}
.image-block--absolute-mobile.image-block--position-mobile-bottom-left {
  bottom: var(--position-bottom-mobile, 0);
  left: var(--position-left-mobile, 0);
}
.image-block--absolute-mobile.image-block--position-mobile-bottom-right {
  bottom: var(--position-bottom-mobile, 0);
  right: var(--position-right-mobile, 0);
}
@media (min-width: 750px) {
  .image-block--absolute-mobile:not(.image-block--absolute-desktop) {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.image-block--absolute-desktop:not(.image-block--absolute-mobile) {
  position: static;
}
@media (min-width: 750px) {
  .image-block--absolute-desktop:not(.image-block--absolute-mobile) {
    position: absolute;
  }
}
@media (min-width: 750px) {
  .image-block--absolute-desktop {
    position: absolute;
  }
  .image-block--absolute-desktop.image-block--position-desktop-top-left {
    top: var(--position-top-desktop, 0);
    left: var(--position-left-desktop, 0);
    bottom: auto;
    right: auto;
  }
  .image-block--absolute-desktop.image-block--position-desktop-top-right {
    top: var(--position-top-desktop, 0);
    right: var(--position-right-desktop, 0);
    bottom: auto;
    left: auto;
  }
  .image-block--absolute-desktop.image-block--position-desktop-bottom-left {
    bottom: var(--position-bottom-desktop, 0);
    left: var(--position-left-desktop, 0);
    top: auto;
    right: auto;
  }
  .image-block--absolute-desktop.image-block--position-desktop-bottom-right {
    bottom: var(--position-bottom-desktop, 0);
    right: var(--position-right-desktop, 0);
    top: auto;
    left: auto;
  }
}
.image-block--desktop-only {
  display: none !important;
}
@media (min-width: 750px) {
  .image-block--desktop-only {
    display: flex !important;
  }
}
.image-block--mobile-only {
  display: flex !important;
}
@media (min-width: 750px) {
  .image-block--mobile-only {
    display: none !important;
  }
}
.image-block__image--desktop {
  display: none;
}
@media (min-width: 750px) {
  .image-block__image--desktop {
    display: block;
  }
}
.image-block__image--mobile {
  display: block;
}
@media (min-width: 750px) {
  .image-block__image--mobile {
    display: none;
  }
}
.predictive-search-results__wrapper-products.bs-predictive-search-results__wrapper-products {
  grid-template-columns: 1fr;
  gap: 48px 24px;
}
@media (min-width: 750px) {
  .predictive-search-results__wrapper-products.bs-predictive-search-results__wrapper-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.predictive-search-results__inner {
  padding-bottom: 60px !important;
}
.predictive-search__close-modal-button.bs-predictive-search__close-modal-button {
  min-width: unset;
  width: 40px;
  height: 40px;
  margin: 10px;
  border-color: transparent;
  background-color: transparent;
  color: #fff;
}
.bs-product-card-mini--search {
  margin-right: 16px;
}
.bs-product-card-mini--search .bs-product-card-mini__gallery {
  width: 100%;
}
.bs-product-card-mini--search .bs-product-card-mini__overlay {
  top: 36%;
  right: 0;
}
:is(.predictive-search-results__card--product, .recently-viewed-wrapper .predictive-search-results__card--product):hover {
  background-color: transparent !important;
}
.bs-product-slider {
  overflow: hidden;
}
.bs-product-slider-swiper {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  position: relative;
  padding: 0 16px;
}
@media (min-width: 750px) {
  .bs-product-slider-swiper {
    gap: 80px;
    padding: 0;
  }
}
.bs-product-slider-swiper .swiper-pagination-bullet {
  background: var(--slider-pagination-inactive);
}
.bs-product-slider-swiper .swiper-pagination-bullet-active {
  background: var(--slider-pagination-active);
}
.bs-slider-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 750px) {
  .bs-slider-wrapper {
    gap: 56px;
  }
}
.bs-slider-swiper {
  width: 100%;
  overflow: visible;
}
@media (min-width: 750px) {
  .bs-slider-swiper {
    overflow: hidden;
    padding-inline: 20px;
    margin-inline: -20px;
  }
}
.bs-slider-swiper:not(.swiper-initialized) {
  opacity: 0;
}
.bs-slider-swiper {
  transition: opacity 0.2s ease;
}
.bs-slider-swiper .swiper-wrapper {
  overflow: visible;
  align-items: stretch;
}
.bs-slider-swiper .swiper-slide {
  overflow: visible;
  height: auto;
}
.bs-slider-swiper .swiper-slide .bs-product-card {
  height: 100%;
}
.bs-slider-swiper .swiper-slide .bs-product-card__content {
  height: 100%;
}
.bs-slider-swiper .swiper-slide > .bs-product-card > .bs-product-card__content > .bs-product-card-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bs-slider-swiper .swiper-slide > .bs-product-card > .bs-product-card__content > .bs-product-card-group > .group-block-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bs-slider-swiper .swiper-slide > .bs-product-card > .bs-product-card__content > .bs-product-card-group > .group-block-content > .bs-product-card-group.group-block--height-fill {
  flex: 1;
}
.bs-slider-swiper .swiper-slide > .bs-product-card > .bs-product-card__content > .bs-product-card-group > .group-block-content > .bs-product-card-group > .group-block-content {
  justify-content: flex-start;
}
.bs-slider-nav {
  display: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .bs-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.bs-slider-nav svg {
  width: 40px;
  height: 40px;
}
.bs-slider-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.bs-slider-pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.bs-slider-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 32px;
  margin: 0 !important;
  opacity: 1;
}
.bs-product-card {
  overflow: visible;
}
.bs-product-card .bs-product-card__content {
  overflow: visible;
}
.bs-product-card .bs-product-price.text-block .price,
.bs-product-card .bs-product-price.text-block .compare-at-price {
  font-size: unset;
}
.bs-product-card .card-gallery {
  position: relative;
  width: var(--mobile-media-width, 100%);
  margin-inline: auto;
  margin-bottom: -35%;
  z-index: 1;
  overflow: visible;
}
@media (min-width: 750px) {
  .bs-product-card .card-gallery {
    width: var(--media-width, 100%);
    margin-bottom: -30%;
  }
}
.bs-product-card .card-gallery slideshow-component {
  overflow: hidden;
}
@media (min-width: 750px) {
  .bs-product-card .bs-product-card__content {
    padding-left: 10px;
    padding-bottom: 40px;
  }
}
.bs-product-card .bs-product-card-group.border-radius-style {
  border-radius: 56px 0;
}
.bs-product-card .bs-product__badges {
  flex-shrink: 0;
}
.bs-product-card .bs-quick-add {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-product-card .bs-quick-add {
    bottom: 0;
  }
}
.bs-main-collection-grid .image-block--absolute-mobile.image-block--position-mobile-top-right,
.bs-main-collection-grid .image-block--absolute-mobile.image-block--position-mobile-bottom-right {
  margin-inline-end: 16px;
}
@media (min-width: 750px) {
  .bs-main-collection-grid .image-block--absolute-mobile.image-block--position-mobile-top-right,
  .bs-main-collection-grid .image-block--absolute-mobile.image-block--position-mobile-bottom-right {
    margin-inline-end: 0;
  }
}
.bs-main-collection-grid .product-grid[product-grid-view=mobile-single] .image-block--absolute-mobile.image-block--position-mobile-top-right,
.bs-main-collection-grid .product-grid[product-grid-view=mobile-single] .image-block--absolute-mobile.image-block--position-mobile-bottom-right {
  margin-inline-end: 32px;
}
@media (min-width: 750px) {
  .bs-main-collection-grid .product-grid[product-grid-view=mobile-single] .image-block--absolute-mobile.image-block--position-mobile-top-right,
  .bs-main-collection-grid .product-grid[product-grid-view=mobile-single] .image-block--absolute-mobile.image-block--position-mobile-bottom-right {
    margin-inline-end: 0;
  }
}
.bs-collection-wrapper .bs-facets-toggle {
  margin-inline-end: 16px;
}
@media (min-width: 750px) {
  .bs-collection-wrapper .bs-facets-toggle {
    margin-inline-end: 0;
  }
}
@media (min-width: 750px) {
  .bs-collection-wrapper .bs-column-options-wrapper {
    display: none !important;
  }
}
.bs-quick-add {
  display: inline-block;
}
.bs-quick-add__trigger {
  cursor: pointer;
}
.bs-quick-add__popup-content {
  display: none;
}
.bs-quick-add-modal__info > span:has(.bs-quick-add__trigger) {
  display: none;
}
.bs-quick-add-button {
  display: inline-block;
}
.bs-quick-add-button__text {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.bs-quick-add-modal {
  padding: 0;
  border: none;
  background-color: #1F2837;
  max-height: 90vh;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow: hidden;
  position: fixed;
  margin: auto 0 0;
  border-radius: 56px 0 0 0 !important;
}
@media (min-width: 750px) {
  .bs-quick-add-modal {
    max-width: 950px;
    position: relative;
    margin: auto;
    border-radius: 56px 0 !important;
  }
}
.bs-quick-add-modal[open] {
  animation: bsQuickAddModalInMobile 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media (min-width: 750px) {
  .bs-quick-add-modal[open] {
    animation-name: bsQuickAddModalIn;
  }
}
.bs-quick-add-modal.dialog-closing {
  animation: bsQuickAddModalOutMobile 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media (min-width: 750px) {
  .bs-quick-add-modal.dialog-closing {
    animation-name: bsQuickAddModalOut;
  }
}
.bs-quick-add-modal__inner {
  position: relative;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__inner {
    padding: 24px;
  }
}
.bs-quick-add-modal__header {
  display: flex;
  justify-content: flex-end;
}
.bs-quick-add-modal__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 0;
  color: #F0E9EA;
}
.bs-quick-add-modal__close svg {
  width: 20px;
  height: 20px;
}
.bs-quick-add-modal__content {
  overflow-y: auto;
  max-height: calc(90vh - 120px);
}
.bs-quick-add-modal__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 24px;
}
.bs-quick-add-modal__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #E4DEDF;
  border-top-color: #1F2837;
  border-radius: 50%;
  animation: bsQuickAddSpin 0.8s linear infinite;
}
.bs-quick-add-modal__error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 24px;
  text-align: center;
  color: #D93115;
}
.bs-quick-add-modal__product {
  display: grid;
  gap: 16px;
  align-items: start;
  grid-template-columns: 100px 1fr;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__product {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.bs-quick-add-modal__image-wrapper {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  grid-row: 1;
  grid-column: 1;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__image-wrapper {
    position: sticky;
    top: 0;
    align-self: start;
    grid-row: auto;
    border-radius: 24px;
  }
}
.bs-quick-add-modal__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-quick-add-modal__info {
  display: contents;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.bs-quick-add-modal__info > :first-child {
  grid-row: 1;
  grid-column: 2;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__info > :first-child {
    grid-row: auto;
    grid-column: auto;
  }
}
.bs-quick-add-modal__info > :not(:first-child) {
  grid-column: 1/-1;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__info > :not(:first-child) {
    grid-column: auto;
  }
}
.bs-quick-add-modal .button.add-to-cart-button {
  width: 100%;
}
.bs-quick-add-modal .group-block:has(.buy-buttons-block) {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1F2837;
  margin-inline: -16px;
  z-index: 1;
}
@media (min-width: 750px) {
  .bs-quick-add-modal .group-block:has(.buy-buttons-block) {
    position: static;
    margin-inline: 0;
  }
}
.bs-quick-add-modal .text-block.h3 > * {
  font-size: 24px;
}
@media (min-width: 750px) {
  .bs-quick-add-modal .text-block.h3 > * {
    font-size: 32px;
  }
}
.bs-quick-add-modal .bs-product-price--price {
  font-size: 14px;
}
@media (min-width: 750px) {
  .bs-quick-add-modal .bs-product-price--price {
    font-size: 20px;
  }
}
@keyframes bsQuickAddModalIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes bsQuickAddModalOut {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
}
@keyframes bsQuickAddModalInMobile {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bsQuickAddModalOutMobile {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes bsQuickAddSpin {
  to {
    transform: rotate(360deg);
  }
}
.cart-drawer .close-button {
  top: 12px !important;
}
.cart-drawer .close-button svg {
  width: 18px;
  height: 18px;
}
.cart-drawer__heading--empty {
  flex: 1 1 auto;
  color: #F0E9EA !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 130% !important;
}
.cart-drawer__dialog {
  max-width: 486px;
  width: 100%;
}
.cart-drawer__header {
  border-bottom: 1px solid #E4DEDF !important;
  padding-bottom: 6px !important;
}
.cart-drawer__header h2 {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 125% !important;
}
@media (min-width: 768px) {
  .cart-drawer__header h2 {
    font-size: 24px !important;
  }
}
.cart-drawer__items {
  padding: 0 16px 30px !important;
}
@media (min-width: 768px) {
  .cart-drawer__items {
    padding: 0 24px 30px !important;
  }
}
.cart-drawer--empty .cart-drawer__header {
  justify-content: flex-start;
}
.cart-drawer--empty .cart-drawer__items {
  display: none;
}
.cart-drawer shopify-accelerated-checkout-cart {
  display: none;
}
.cart-drawer__recommendations {
  flex: 1 1 auto;
  padding: 0 24px;
}
.cart-drawer__recommendations .cart-drawer__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cart-drawer__recommendations .cart-drawer__heading .swiper-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.cart-drawer__recommendations h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.cart-drawer__recommendations .swiper-button-prev::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDI1IDIyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNDU0NSAyMS4yOTUzQzEwLjkyOSAyMS4yOTY3IDEwLjQwODUgMjEuMTkzOCA5LjkyMzEgMjAuOTkyNkM5LjQzNzY3IDIwLjc5MTQgOC45OTY5NyAyMC40OTYgOC42MjY1IDIwLjEyMzNMMC42MTQ1NTYgMTIuMTExNEMtMC4yMDQzMjggMTEuMjkyNSAtMC4yMDQzMjcgOS45NjQ4MyAwLjYxNDU1NyA5LjE0NTk1TDguNjI2NSAxLjEzNEMxMC4xMzcyIC0wLjM3OCAxMi43NzE4IC0wLjM3OCAxNC4yODI1IDEuMTM0QzE1LjAzNzIgMS44ODYgMTUuNDU0NSAyLjg5IDE1LjQ1NDUgMy45NTkzM0MxNS40NTQ1IDQuOTU0IDE1LjA5NDUgNS44OTQgMTQuNDM1OCA2LjYyODY3SDIwLjg4MzhDMjMuMDg5MiA2LjYyODY3IDI0Ljg4MzggOC40MjMzMyAyNC44ODM4IDEwLjYyODdDMjQuODgzOCAxMi44MzQgMjMuMDg5MiAxNC42Mjg3IDIwLjg4MzggMTQuNjI4N0gxNC40MzU4QzE1LjA5MzIgMTUuMzYwNyAxNS40NTQ1IDE2LjI5OCAxNS40NTQ1IDE3LjI5MjdDMTUuNDU2NCAxNy44MTg4IDE1LjM1MzcgMTguMzQwMSAxNS4xNTI2IDE4LjgyNjJDMTQuOTUxNCAxOS4zMTI0IDE0LjY1NTYgMTkuNzUzNyAxNC4yODI1IDIwLjEyNDdDMTMuOTExOSAyMC40OTcxIDEzLjQ3MTIgMjAuNzkyMyAxMi45ODU3IDIwLjk5MzJDMTIuNTAwMyAyMS4xOTQyIDExLjk3OTkgMjEuMjk2OSAxMS40NTQ1IDIxLjI5NTNaTTMuNjQzODYgOS44ODczMUMzLjIzNDQyIDEwLjI5NjcgMy4yMzQ0MiAxMC45NjA2IDMuNjQzODYgMTEuMzdMMTAuNTExOCAxOC4yMzhDMTAuNzY1NyAxOC40ODA3IDExLjEwMzMgMTguNjE2MiAxMS40NTQ1IDE4LjYxNjJDMTEuODA1NyAxOC42MTYyIDEyLjE0MzMgMTguNDgwNyAxMi4zOTcyIDE4LjIzOEMxMi42NDkyIDE3Ljk4NiAxMi43ODc4IDE3LjY1IDEyLjc4NzggMTcuMjk0QzEyLjc4NzggMTYuOTM4IDEyLjY0OTIgMTYuNjA0NyAxMi4zOTk4IDE2LjM1NEw4LjAwNjUgMTEuOTYySDIwLjg4MzhDMjEuMjI3MSAxMS45NDY2IDIxLjU1MTMgMTEuNzk5NSAyMS43ODg4IDExLjU1MTFDMjIuMDI2MyAxMS4zMDI3IDIyLjE1ODkgMTAuOTcyMyAyMi4xNTg5IDEwLjYyODdDMjIuMTU4OSAxMC4yODUgMjIuMDI2MyA5Ljk1NDYxIDIxLjc4ODggOS43MDYyNEMyMS41NTEzIDkuNDU3ODggMjEuMjI3MSA5LjMxMDY5IDIwLjg4MzggOS4yOTUzM0g4LjAwNjVMMTIuMzk3MiA0LjkwNDY3QzEyLjUyMTUgNC43ODEzMyAxMi42MjAxIDQuNjM0NjMgMTIuNjg3NSA0LjQ3MzAxQzEyLjc1NDkgNC4zMTEzOSAxMi43ODk2IDQuMTM4MDQgMTIuNzg5OCAzLjk2Mjk0QzEyLjc4OTkgMy43ODc4NCAxMi43NTU0IDMuNjE0NDQgMTIuNjg4MiAzLjQ1MjczQzEyLjYyMTEgMy4yOTEwMiAxMi41MjI2IDMuMTQ0MTggMTIuMzk4NSAzLjAyMDY3QzEyLjE0NDggMi43NzczOSAxMS44MDY5IDIuNjQxNDUgMTEuNDU1NCAyLjY0MTJDMTEuMTAzOSAyLjY0MDk1IDEwLjc2NTkgMi43NzY0MSAxMC41MTE4IDMuMDE5MzNMMy42NDM4NiA5Ljg4NzMxWiIgZmlsbD0iI0YwRTlFQSIvPgo8L3N2Zz4=);
}
.cart-drawer__recommendations .swiper-button-next::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDI1IDIyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMuNDI5MyAyMS4yOTUzQzEzLjk1NDcgMjEuMjk2NyAxNC40NzUzIDIxLjE5MzggMTQuOTYwNyAyMC45OTI2QzE1LjQ0NjEgMjAuNzkxNCAxNS44ODY4IDIwLjQ5NiAxNi4yNTczIDIwLjEyMzNMMjQuMjY5MiAxMi4xMTE0QzI1LjA4ODEgMTEuMjkyNSAyNS4wODgxIDkuOTY0ODMgMjQuMjY5MiA5LjE0NTk1TDE2LjI1NzMgMS4xMzRDMTQuNzQ2NiAtMC4zNzggMTIuMTEyIC0wLjM3OCAxMC42MDEzIDEuMTM0QzkuODQ2NjIgMS44ODYgOS40MjkyOSAyLjg5IDkuNDI5MjkgMy45NTkzM0M5LjQyOTI5IDQuOTU0IDkuNzg5MjkgNS44OTQgMTAuNDQ4IDYuNjI4NjdIMy45OTk5NUMxLjc5NDYyIDYuNjI4NjcgLTQuNTc3NjRlLTA1IDguNDIzMzMgLTQuNTc3NjRlLTA1IDEwLjYyODdDLTQuNTc3NjRlLTA1IDEyLjgzNCAxLjc5NDYyIDE0LjYyODcgMy45OTk5NSAxNC42Mjg3SDEwLjQ0OEM5Ljc5MDYyIDE1LjM2MDcgOS40MjkyOSAxNi4yOTggOS40MjkyOSAxNy4yOTI3QzkuNDI3NDEgMTcuODE4OCA5LjUzMDA0IDE4LjM0MDEgOS43MzEyMyAxOC44MjYyQzkuOTMyNDIgMTkuMzEyNCAxMC4yMjgyIDE5Ljc1MzcgMTAuNjAxMyAyMC4xMjQ3QzEwLjk3MTkgMjAuNDk3MSAxMS40MTI2IDIwLjc5MjMgMTEuODk4IDIwLjk5MzJDMTIuMzgzNSAyMS4xOTQyIDEyLjkwMzkgMjEuMjk2OSAxMy40MjkzIDIxLjI5NTNaTTIxLjIzOTkgOS44ODczMUMyMS42NDk0IDEwLjI5NjcgMjEuNjQ5NCAxMC45NjA2IDIxLjIzOTkgMTEuMzdMMTQuMzcyIDE4LjIzOEMxNC4xMTgxIDE4LjQ4MDcgMTMuNzgwNSAxOC42MTYyIDEzLjQyOTMgMTguNjE2MkMxMy4wNzgxIDE4LjYxNjIgMTIuNzQwNCAxOC40ODA3IDEyLjQ4NjYgMTguMjM4QzEyLjIzNDYgMTcuOTg2IDEyLjA5NiAxNy42NSAxMi4wOTYgMTcuMjk0QzEyLjA5NiAxNi45MzggMTIuMjM0NiAxNi42MDQ3IDEyLjQ4NCAxNi4zNTRMMTYuODc3MyAxMS45NjJIMy45OTk5NUMzLjY1NjY1IDExLjk0NjYgMy4zMzI0OSAxMS43OTk1IDMuMDk0OTkgMTEuNTUxMUMyLjg1NzQ4IDExLjMwMjcgMi43MjQ5MyAxMC45NzIzIDIuNzI0OTMgMTAuNjI4N0MyLjcyNDkzIDEwLjI4NSAyLjg1NzQ4IDkuOTU0NjEgMy4wOTQ5OSA5LjcwNjI0QzMuMzMyNDkgOS40NTc4OCAzLjY1NjY1IDkuMzEwNjkgMy45OTk5NSA5LjI5NTMzSDE2Ljg3NzNMMTIuNDg2NiA0LjkwNDY3QzEyLjM2MjMgNC43ODEzMyAxMi4yNjM3IDQuNjM0NjMgMTIuMTk2MyA0LjQ3MzAxQzEyLjEyODkgNC4zMTEzOSAxMi4wOTQxIDQuMTM4MDQgMTIuMDk0IDMuOTYyOTRDMTIuMDkzOSAzLjc4Nzg0IDEyLjEyODQgMy42MTQ0NCAxMi4xOTU2IDMuNDUyNzNDMTIuMjYyNyAzLjI5MTAyIDEyLjM2MTIgMy4xNDQxOCAxMi40ODUzIDMuMDIwNjdDMTIuNzM5IDIuNzc3MzkgMTMuMDc2OCAyLjY0MTQ1IDEzLjQyODQgMi42NDEyQzEzLjc3OTkgMi42NDA5NSAxNC4xMTc5IDIuNzc2NDEgMTQuMzcyIDMuMDE5MzNMMjEuMjM5OSA5Ljg4NzMxWiIgZmlsbD0iI0YwRTlFQSIvPgo8L3N2Zz4=);
}
.cart-drawer__recommendations .swiper-button-prev,
.cart-drawer__recommendations .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  transition: opacity 0.2s ease-out;
  height: 30px;
  margin: 0 !important;
}
.cart-drawer__recommendations .swiper-button-prev::after,
.cart-drawer__recommendations .swiper-button-next::after {
  font-size: 29px;
  height: 30px;
}
.cart-drawer__recommendations .swiper-button-prev:hover,
.cart-drawer__recommendations .swiper-button-next:hover {
  opacity: 0.7;
}
.cart-drawer__recommendations .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.cart-drawer__recommendations .swiper-pagination-bullet {
  border-radius: 32px;
  height: 3px;
  flex: 1 1 100%;
  background: #fff;
  transition: background 0.2s ease-out;
  opacity: 1;
}
.cart-drawer__recommendations .swiper-pagination-bullet-active {
  background: #E84F36;
}
.cart-drawer__cheeringbar {
  padding: 25px 16px;
}
@media (min-width: 768px) {
  .cart-drawer__cheeringbar {
    padding: 30px 24px;
  }
}
.cart-drawer__cheeringbar__texts {
  color: var(--Font-White, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  display: flex;
  justify-content: center;
  height: 30px;
}
@media (min-width: 768px) {
  .cart-drawer__cheeringbar__texts {
    font-size: 14px;
    height: 35px;
  }
}
.cart-drawer__cheeringbar__text {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}
.cart-drawer__cheeringbar__text--remaining {
  opacity: 1;
}
.cart-drawer__cheeringbar__bar {
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
.cart-drawer__cheeringbar__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #E84F36;
  border-radius: 40px;
  transition: width 0.2s ease-out;
}
.cart-drawer__cheeringbar__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: background-color 0.2s ease-out;
}
.cart-drawer__cheeringbar__button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.cart-drawer__cheeringbar__button__icon--truck {
  opacity: 1;
}
.cart-drawer__cheeringbar--free .cart-drawer__cheeringbar__button {
  background-color: #E84F36;
}
.cart-drawer__cheeringbar--free .cart-drawer__cheeringbar__button__icon--truck {
  opacity: 0;
}
.cart-drawer__cheeringbar--free .cart-drawer__cheeringbar__button__icon--check {
  opacity: 1;
}
.cart-drawer__cheeringbar--free .cart-drawer__cheeringbar__text--remaining {
  opacity: 0;
}
.cart-drawer__cheeringbar--free .cart-drawer__cheeringbar__text--free {
  opacity: 1;
}
.cart-drawer__item-card {
  background-color: #fff;
  border-radius: 48px 0;
  color: #000 !important;
  display: flex;
  flex-direction: row;
  gap: 8px;
  position: relative;
  padding: 16px 16px 14px !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart-drawer__item-card {
    padding: 16px !important;
    margin-bottom: 20px;
  }
}
.cart-drawer__item-card .cart-items__title:hover {
  color: #E84F36 !important;
}
.cart-drawer__item-card .cart-items__price {
  color: #1F2837;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: left !important;
  display: inline;
}
.cart-drawer__item-card .cart-items__price.compare-at-price {
  color: #1F2837 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 130% !important;
  opacity: 1;
}
.cart-drawer__item-card .cart-items__remove {
  position: absolute;
  top: 2px;
  right: 2px;
}
.cart-drawer__item-card .cart-items__title {
  color: #1F2837;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}
@media (min-width: 768px) {
  .cart-drawer__item-card .cart-items__title {
    font-size: 24px;
  }
}
.cart-drawer__item-card .cart-items__price {
  color: #1F2837;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.cart-drawer__item-card .cart-items__details .quantity-selector {
  border-radius: 8px;
  border: 1px solid #E4DEDF;
}
.cart-drawer__item-card .cart-items__details p {
  padding-right: 20px;
}
.cart-drawer__item-card .cart-items__details .quantity-selector .svg-wrapper,
.cart-drawer__item-card .cart-items__details .quantity-selector svg {
  width: 29px;
  height: 29px;
}
.cart-drawer__item-card .cart-items__details .quantity-minus {
  margin-left: 3px !important;
}
.cart-drawer__item-card .cart-items__details .quantity-plus {
  margin-right: 3px !important;
}
.cart-drawer__item-card .cart-items__details .quantity-selector :is(.quantity-minus, .quantity-plus) {
  height: 34px !important;
  width: auto !important;
}
.cart-drawer__item-card .cart-items__bundle {
  color: #1F2837;
}
.cart-drawer__item-card .cart-items__media-image {
  width: 110px !important;
  height: 110px !important;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .cart-drawer__item-card .cart-items__media-image {
    width: 116px !important;
    height: 116px !important;
  }
}
.cart-drawer__summary {
  border-top: 1px solid #F0E9EA;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  gap: 10px !important;
  padding-top: 10px;
}
.cart-drawer__summary .tax-note {
  display: none;
}
.cart-drawer__summary .cart__checkout-button {
  width: 100%;
}
.cart-drawer__summary .additional-checkout-buttons {
  display: none;
}
.cart-drawer__summary .cart__subtotal-container,
.cart-drawer__summary .cart__shipping-container {
  display: inline-block !important;
}
.cart-drawer__summary .cart__subtotal-container .cart__total-label,
.cart-drawer__summary .cart__subtotal-container .cart__total-value,
.cart-drawer__summary .cart__shipping-container .cart__total-label,
.cart-drawer__summary .cart__shipping-container .cart__total-value {
  color: #E4DEDF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.cart-drawer__summary .cart__summary-totals {
  gap: 5px;
  padding-top: 10px !important;
}
@media (min-width: 768px) {
  .cart-drawer__summary .cart__summary-totals {
    padding-top: 20px !important;
  }
}
.cart-drawer__summary .cart__total-container {
  margin-top: 5px;
}
.cart-drawer__summary .cart__total-container .cart__total-label,
.cart-drawer__summary .cart__total-container .cart__total-value {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}
.cart-drawer__usps {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
}
.cart-drawer__usp {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  color: #F0E9EA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.bs-a-plus {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .bs-a-plus {
    gap: 32px;
  }
}
.bs-a-plus *:not(.bs-a-plus__image, .bs-a-plus__image > img, .bs-a-plus__image > .bs-a-plus__badge, .bs-a-plus__floating-widget) {
  z-index: 1;
}
.bs-a-plus__wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .bs-a-plus__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bs-a-plus__wrapper:has(.bs-a-plus__image--block.bs-a-plus__image--desktop) .bs-a-plus__image {
  flex-basis: 52%;
}
.bs-a-plus__wrapper:has(.bs-a-plus__image--block.bs-a-plus__image--desktop) .bs-a-plus {
  flex-basis: 48%;
  justify-content: center;
}
@media (min-width: 768px) {
  .bs-a-plus__wrapper:has(.bs-a-plus__image--block.bs-a-plus__image--desktop) {
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .bs-a-plus__wrapper:has(.bs-a-plus__image--block.bs-a-plus__image--desktop) .bs-a-plus__image--block:not(.bs-a-plus__image--desktop) {
    display: none;
  }
}
@media (min-width: 768px) {
  .bs-a-plus__wrapper:has(.bs-a-plus__image--block.bs-a-plus__image--desktop + .bs-a-plus--creative-background) {
    gap: 24px;
  }
}
.bs-a-plus--cards {
  padding: 24px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .bs-a-plus--cards {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .bs-a-plus--cards:has(.bs-a-plus__image--background) {
    aspect-ratio: 16/9;
  }
}
.bs-a-plus--cards:has(.bs-a-plus__swiper) {
  padding: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .bs-a-plus--cards:has(.bs-a-plus__swiper) {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .bs-a-plus--cards:has(.bs-a-plus__swiper) {
    padding: 0 40px;
  }
}
@media (min-width: 1366px) {
  .bs-a-plus--cards:has(.bs-a-plus__swiper) {
    padding: 0 115px;
  }
}
.bs-a-plus--creative-background {
  gap: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bs-a-plus--creative-background {
    gap: 16px;
  }
}
.bs-a-plus--creative-background .bs-a-plus__title {
  padding: 12px calc(37% + 20px) 22px 12px;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .bs-a-plus--creative-background .bs-a-plus__title {
    padding: 30px calc(37% + 28px) 30px 16px;
  }
}
@media (min-width: 1366px) {
  .bs-a-plus--creative-background .bs-a-plus__title {
    padding: 60px calc(37% + 28px) 60px 24px;
  }
}
.bs-a-plus--creative-background .bs-a-plus__title::before {
  content: "";
  position: absolute;
  width: calc(63% - 4px);
  height: 100%;
  top: 0;
  left: 0;
  border-top-right-radius: 56px;
  background:
    linear-gradient(
      0deg,
      #FE6046 0%,
      #E33E23 100%);
}
@media (min-width: 768px) {
  .bs-a-plus--creative-background .bs-a-plus__title::before {
    width: calc(63% - 8px);
  }
}
@media (min-width: 1024px) {
  .bs-a-plus--creative-background .bs-a-plus__title::before {
    border-top-right-radius: 90px;
  }
}
.bs-a-plus--creative-background .bs-a-plus__title::after {
  content: "";
  position: absolute;
  width: calc(37% - 4px);
  height: 100%;
  top: 0;
  right: 0;
  border-top-left-radius: 56px;
  border-bottom-right-radius: 56px;
  border-top-right-radius: 56px;
  background:
    linear-gradient(
      0deg,
      #FE6046 0%,
      #E33E23 100%);
}
@media (min-width: 768px) {
  .bs-a-plus--creative-background .bs-a-plus__title::after {
    width: calc(37% - 8px);
  }
}
@media (min-width: 1024px) {
  .bs-a-plus--creative-background .bs-a-plus__title::after {
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.bs-a-plus--creative-background .bs-a-plus__creative-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px calc(37% + 20px) 12px 12px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .bs-a-plus--creative-background .bs-a-plus__creative-wrapper {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .bs-a-plus--creative-background .bs-a-plus__creative-wrapper {
    padding: 16px calc(37% + 28px) 16px 16px;
  }
}
@media (min-width: 1366px) {
  .bs-a-plus--creative-background .bs-a-plus__creative-wrapper {
    padding: 24px calc(37% + 28px) 24px 24px;
  }
}
.bs-a-plus--creative-background .bs-a-plus__creative-wrapper::before {
  content: "";
  position: absolute;
  width: calc(63% - 4px);
  height: 100%;
  top: 0;
  left: 0;
  border-bottom-right-radius: 56px;
  background:
    linear-gradient(
      0deg,
      #FE6046 0%,
      #E33E23 100%);
}
@media (min-width: 768px) {
  .bs-a-plus--creative-background .bs-a-plus__creative-wrapper::before {
    width: calc(63% - 8px);
  }
}
.bs-a-plus--creative-background .bs-a-plus__creative-wrapper::after {
  content: "";
  position: absolute;
  width: calc(37% - 4px);
  height: 100%;
  top: 0;
  right: 0;
  border-bottom-left-radius: 56px;
  border-top-right-radius: 56px;
  background:
    linear-gradient(
      0deg,
      #FE6046 0%,
      #E33E23 100%);
}
@media (min-width: 768px) {
  .bs-a-plus--creative-background .bs-a-plus__creative-wrapper::after {
    width: calc(37% - 8px);
  }
}
@media (min-width: 1024px) {
  .bs-a-plus--creative-background .bs-a-plus__creative-wrapper::after {
    border-bottom-left-radius: 90px;
    border-top-right-radius: 90px;
  }
}
.bs-a-plus--creative-background .bs-a-plus__bullet-points-list {
  gap: 12px;
}
.bs-a-plus--creative-background .bs-a-plus__bullet-points-list__title {
  margin-bottom: 4px;
}
.bs-a-plus__floating-widget {
  position: absolute;
  z-index: 3;
}
.bs-a-plus__floating-widget--background {
  z-index: 0;
}
.bs-a-plus__floating-widget--mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .bs-a-plus__floating-widget--mobile-hidden {
    display: block;
  }
}
@media (min-width: 768px) {
  .bs-a-plus__floating-widget--desktop-hidden {
    display: none;
  }
}
.bs-a-plus__title {
  margin: 0;
  font-size: 40px;
  line-height: 125%;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .bs-a-plus__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .bs-a-plus__title:has(+ .bs-a-plus__swiper) {
    text-align: center;
    margin-bottom: 24px;
  }
}
.bs-a-plus__description {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}
.bs-a-plus__image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .bs-a-plus__image--block {
    aspect-ratio: 1/1;
  }
}
.bs-a-plus__image--block.bs-a-plus__image .bs-a-plus__badge {
  top: 16px;
  left: 16px;
}
@media (min-width: 768px) {
  .bs-a-plus__image--block.bs-a-plus__image .bs-a-plus__badge {
    top: 24px;
    left: 24px;
  }
}
.bs-a-plus__image--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.bs-a-plus__image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .bs-a-plus__image--desktop {
    display: block;
  }
}
.bs-a-plus__image .bs-a-plus__badge {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media (min-width: 768px) {
  .bs-a-plus__image .bs-a-plus__badge {
    top: 40px;
    left: 40px;
  }
}
.bs-a-plus__image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-a-plus__image[has-gradient]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(41, 36, 36, 0) 0%,
      #141429 100%);
  top: 0;
}
@media (min-width: 768px) {
  .bs-a-plus__media-mobile:has(+ .bs-a-plus__media-desktop) {
    display: none;
  }
}
.bs-a-plus__media-mobile + .bs-a-plus__media-desktop {
  display: none;
}
@media (min-width: 768px) {
  .bs-a-plus__media-mobile + .bs-a-plus__media-desktop {
    display: block;
  }
}
.bs-a-plus__badge {
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 120%;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
.bs-a-plus__bullet-points-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bs-a-plus__bullet-points-list__title {
  font-size: 16px;
  line-height: 130%;
  font-family: "cy-text", sans-serif;
  margin: 0;
  font-weight: 700;
  margin-bottom: -4px;
  width: 100%;
}
.bs-a-plus__bullet-points-list--horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-a-plus__bullet-points-list--horizontal .bs-a-plus__bullet-points-list__title {
  width: 100%;
}
.bs-a-plus__bullet-points-list--horizontal .bs-a-plus__bullet-point {
  flex-direction: column;
  text-align: center;
  max-width: calc(33% - 13.3333333333px);
}
.bs-a-plus__bullet-point {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bs-a-plus__bullet-point__icon-wrapper {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-a-plus__bullet-point__icon-wrapper > * {
  width: 100%;
  height: 100%;
}
.bs-a-plus__swiper .swiper-pagination {
  position: relative;
  top: 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 24px;
  cursor: pointer;
}
.bs-a-plus__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  border-radius: 50px;
  width: 100%;
  height: 3px;
  opacity: 1;
}
.bs-a-plus__swiper ~ .bs-a-plus__cta {
  margin: 0 auto;
}
.bs-a-plus .swiper-slide {
  border: 8px solid;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bs-a-plus .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.bs-a-plus .swiper-slide__title {
  margin-bottom: 4px;
}
.bs-a-plus .swiper-slide__image {
  height: 90px;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.bs-a-plus .swiper-slide--content-card {
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: auto;
  cursor: pointer;
}
.bs-a-plus .swiper-slide--video-card {
  width: 100%;
  height: auto;
}
.bs-a-plus .swiper-slide--video-card video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-a-plus .swiper-slide__description {
  color: #1F2837;
}
.bs-a-plus .swiper-slide__video-controls {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .bs-a-plus .swiper-slide__video-controls {
    z-index: 2 !important;
  }
}
.bs-a-plus .swiper-slide__video-controls .icon-play {
  position: relative;
  left: 2px;
}
.bs-a-plus .swiper-slide__video-controls button {
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.bs-a-plus .swiper-slide__video-controls button .icon-mute,
.bs-a-plus .swiper-slide__video-controls button .icon-pause {
  display: none;
}
.bs-a-plus .swiper-slide__video-controls button:hover {
  opacity: 1;
  cursor: pointer;
}
.bs-a-plus .swiper-slide__video-controls button[data-status=unmute] .icon-mute {
  display: block;
}
.bs-a-plus .swiper-slide__video-controls button[data-status=unmute] .icon-unmute {
  display: none;
}
.bs-a-plus .swiper-slide__video-controls button[data-status=play] .icon-pause {
  display: block;
}
.bs-a-plus .swiper-slide__video-controls button[data-status=play] .icon-play {
  display: none;
}
.bs-a-plus__dropdown {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #5B5959;
  padding-top: 18px;
  padding-bottom: 18px;
}
.bs-a-plus__dropdown:hover {
  cursor: pointer;
}
.bs-a-plus__dropdown.active .bs-a-plus__dropdown__content {
  padding-top: 18px;
  max-height: 600px;
  opacity: 1;
}
.bs-a-plus__dropdown.active .bs-a-plus__dropdown__label > svg {
  transform: rotate(180deg);
}
.bs-a-plus__dropdown:first-of-type {
  border-top: 1px solid #5B5959;
}
.bs-a-plus__dropdown__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bs-a-plus__dropdown__label div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 800;
}
@media (min-width: 768px) {
  .bs-a-plus__dropdown__label div {
    gap: 16px;
    font-size: 24px;
  }
}
.bs-a-plus__dropdown__label div img {
  height: 24px;
  width: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .bs-a-plus__dropdown__label div img {
    height: 32px;
  }
}
.bs-a-plus__dropdown__label > svg {
  height: 8px;
  width: auto;
  transform: rotate(0);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .bs-a-plus__dropdown__label > svg {
    height: 12px;
  }
}
.bs-a-plus__dropdown__content {
  padding-top: 0;
  max-height: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
}
.bs-a-plus__dropdown__content * {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}
.bs-a-plus__dropdown__wrapper {
  display: flex;
  flex-direction: column;
}
.bs-a-plus__cta.button {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #FE6046;
  font-size: 16px;
  font-weight: 800;
  border-radius: 50px;
  color: #1F2837;
  border: none;
}
.shopify-section:has(> .bs-a-plus__wrapper) {
  position: relative;
}
.accordion summary.details__header {
  display: flex;
}
.announcement-bar {
  text-align: center;
  min-height: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .announcement-bar {
    min-height: 48px;
  }
}
.announcement-bar__wrapper {
  width: 100%;
}
.announcement-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  gap: 8px;
}
@media (min-width: 480px) {
  .announcement-bar__inner {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .announcement-bar__inner {
    gap: 16px;
  }
}
.announcement-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 400;
  min-width: 0;
  font-size: 12px;
  line-height: 120%;
  flex: 1 1 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.announcement-bar__item:only-child {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .announcement-bar__item {
    font-size: 14px;
    gap: 16px;
  }
}
.announcement-bar__icon {
  width: var(--icon-width-mobile, 15px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .announcement-bar__icon {
    width: var(--icon-width-desktop, 20px);
  }
}
.announcement-bar__divider {
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(206, 198, 199, 0.5);
  flex-shrink: 0;
}
.announcement-bar__divider:first-child,
.announcement-bar__divider:last-child {
  display: none;
}
.bs-about-header {
  background-color: var(--section-bg);
  width: 100%;
}
.bs-about-header .bs-about-header__inner.bs-container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (min-width: 768px) {
  .bs-about-header .bs-about-header__inner.bs-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.bs-about-header__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .bs-about-header__inner {
    flex-direction: row;
    gap: 24px;
    padding: 24px 0;
    align-items: stretch;
  }
}
.bs-about-header {
}
.bs-about-header__left {
  width: 100%;
  height: 412px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bs-about-header__left {
    width: 60%;
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .bs-about-header__left {
    height: 620px;
  }
}
.bs-about-header__main-image {
  width: 100%;
  height: 412px;
  border-radius: 0px 88px;
}
@media (min-width: 768px) {
  .bs-about-header__main-image {
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .bs-about-header__main-image {
    height: 620px;
  }
}
.bs-about-header__main-image--mobile {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--main-image-mobile-top-left, 0px) var(--main-image-mobile-top-right, 88px) var(--main-image-mobile-bottom-right, 88px) var(--main-image-mobile-bottom-left, 0px);
}
@media (min-width: 768px) {
  .bs-about-header__main-image--mobile {
    display: none;
  }
}
.bs-about-header__main-image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .bs-about-header__main-image--desktop {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--main-image-desktop-top-left, 0px) var(--main-image-desktop-top-right, 88px) var(--main-image-desktop-bottom-right, 88px) var(--main-image-desktop-bottom-left, 0px);
  }
}
.bs-about-header {
}
.bs-about-header__right {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
@media (min-width: 768px) {
  .bs-about-header__right {
    width: 40%;
    height: 540px;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .bs-about-header__right {
    height: 620px;
  }
}
.bs-about-header {
}
.bs-about-header__highlight {
  padding: 24px 40px;
  color: #000;
  border-radius: var(--highlight-mobile-top-left, 56px) var(--highlight-mobile-top-right, 0px) var(--highlight-mobile-bottom-right, 56px) var(--highlight-mobile-bottom-left, 56px);
}
@media (min-width: 768px) {
  .bs-about-header__highlight {
    border-radius: var(--highlight-desktop-top-left, 88px) var(--highlight-desktop-top-right, 0px) var(--highlight-desktop-bottom-right, 0px) var(--highlight-desktop-bottom-left, 0px);
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  .bs-about-header__highlight {
    flex: 1 0 0;
  }
}
.bs-about-header__highlight div > * {
  line-height: 120%;
  color: var(--highlight-h2-color-mobile, #000);
  font-size: var(--highlight-h2-font-size-mobile, 40px);
}
@media (min-width: 768px) {
  .bs-about-header__highlight div > * {
    font-size: 58px;
    color: var(--highlight-h2-color-desktop, #000);
  }
}
@media (min-width: 1024px) {
  .bs-about-header__highlight div > * {
    font-size: var(--highlight-h2-font-size-desktop, 64px);
  }
}
.bs-about-header {
}
.bs-about-header__content-stack {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.bs-about-header {
}
.bs-about-header__pattern {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .bs-about-header__pattern {
    display: block;
  }
}
.bs-about-header__pattern img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--pattern-image-top-left, 0px) var(--pattern-image-top-right, 0px) var(--pattern-image-bottom-right, 88px) var(--pattern-image-bottom-left, 0px);
}
.bs-about-header {
}
.bs-about-header__team-image {
  display: none;
}
@media (min-width: 768px) {
  .bs-about-header__team-image {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--team-image-top-left, 0px) var(--team-image-top-right, 88px) var(--team-image-bottom-right, 88px) var(--team-image-bottom-left, 88px);
  }
}
.bs-header-image-home {
  position: relative;
  width: 100%;
  background-color: var(--bs-background-color);
}
.bs-header-image-home__background {
  position: relative;
  width: 100%;
  aspect-ratio: var(--bs-background-image-aspect-ratio-mobile);
  min-height: var(--bs-background-image-min-height-mobile);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: var(--bs-background-image-mobile);
  border-radius: var(--bs-header-radius-top-left-mobile) var(--bs-header-radius-top-right-mobile) var(--bs-header-radius-bottom-right-mobile) var(--bs-header-radius-bottom-left-mobile);
}
@media (min-width: 768px) {
  .bs-header-image-home__background {
    aspect-ratio: var(--bs-background-image-aspect-ratio-desktop);
    min-height: var(--bs-background-image-min-height-desktop);
    border-radius: var(--bs-header-radius-top-left-desktop) var(--bs-header-radius-top-right-desktop) var(--bs-header-radius-bottom-right-desktop) var(--bs-header-radius-bottom-left-desktop);
    background-image: var(--bs-background-image-desktop);
  }
}
.bs-header-image-home__content {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 32px 24px;
}
@media (min-width: 1366px) {
  .bs-header-image-home__content {
    padding: 40px 90px 90px 90px;
    max-width: var(--page-width);
    margin: 0 auto;
  }
}
.bs-header-image-home__text {
  max-width: 520px;
  text-align: var(--bs-header-text-align);
}
.bs-header-image-home__headline {
  margin: 0;
  font-size: var(--bs-headline-font-size-mobile);
  color: var(--bs-headline-color);
  line-height: 125%;
}
.bs-header-image-home__headline-mobile {
  display: block;
}
@media (min-width: 768px) {
  .bs-header-image-home__headline-mobile {
    display: none;
  }
}
.bs-header-image-home__headline-desktop {
  display: none;
}
@media (min-width: 768px) {
  .bs-header-image-home__headline-desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .bs-header-image-home__headline {
    font-size: var(--bs-headline-font-size-desktop);
  }
}
.bs-header-image-home__subtitle {
  margin: 0;
  color: var(--bs-subtitle-color);
  font-size: var(--bs-subtitle-font-size-mobile);
  margin-top: 16px;
}
@media (min-width: 768px) {
  .bs-header-image-home__subtitle {
    font-size: var(--bs-subtitle-font-size-desktop);
    margin-top: 8px;
  }
}
.bs-header-image-home .bs-header-image-home__cta.button {
  border-radius: var(--bs-button-border-radius);
  background-color: var(--bs-button-background-color);
  color: var(--bs-button-color);
  margin: 0;
  margin-top: 16px;
  font-size: var(--bs-button-font-size-mobile);
}
@media (min-width: 768px) {
  .bs-header-image-home .bs-header-image-home__cta.button {
    font-size: var(--bs-button-font-size-desktop);
    margin-top: 24px;
  }
}
.bs-header-image-home {
}
.bs-header-image-home__content--top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.bs-header-image-home__content--top-center {
  justify-content: center;
  align-items: flex-start;
}
.bs-header-image-home__content--top-right {
  justify-content: flex-end;
  align-items: flex-start;
}
.bs-header-image-home__content--center-left {
  justify-content: flex-start;
  align-items: center;
}
.bs-header-image-home__content--center-center {
  justify-content: center;
  align-items: center;
}
.bs-header-image-home__content--center-right {
  justify-content: flex-end;
  align-items: center;
}
.bs-header-image-home__content--bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}
.bs-header-image-home__content--bottom-center {
  justify-content: center;
  align-items: flex-end;
}
.bs-header-image-home__content--bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 1600px) {
  .bs-header-image-home__content--bottom-right {
    padding-bottom: 180px;
  }
}
.bs-section-background {
  background-color: var(--bs-background-color, #1F2837);
}
.bs-product-information {
  color: var(--bs-color, #fff);
}
.bs-media-gallery__slideshow-controls .slideshow-controls__dots {
  gap: 8px;
  padding: 8px 16px 16px;
}
.bs-media-gallery__slideshow-controls .slideshow-control {
  width: 16px;
}
.bs-media-gallery__slideshow-controls .slideshow-control::after {
  width: 8px;
  height: 4px;
  background-color: #E4DEDF;
  opacity: 0.7;
}
.bs-media-gallery__slideshow-controls .slideshow-control[aria-selected=true] {
  width: 66px;
}
.bs-media-gallery__slideshow-controls .slideshow-control[aria-selected=true]::after {
  width: 48px;
}
.bs-product-media-container .bs-pattern-background-mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -1;
  display: block;
}
@media (min-width: 750px) {
  .bs-product-media-container .bs-pattern-background-mobile {
    display: none;
  }
}
.bs-product-details .group-block {
  padding: var(--mobile-padding-block-start) var(--mobile-padding-inline-start) var(--mobile-padding-block-end) var(--mobile-padding-inline-end);
}
@media (min-width: 750px) {
  .bs-product-details .group-block {
    padding: var(--padding-block-start) var(--padding-inline-start) var(--padding-block-end) var(--padding-inline-end);
  }
}
.bs-product-details .h1 {
  font-family: "cy-text", sans-serif;
}
.bs-product-price.text-block .bs-product-price-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-product-price.text-block .bs-product-price-container {
    flex-direction: row;
    align-items: center;
  }
}
.bs-product-price.text-block .bs-product-price--info {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.bs-product-price.text-block .price,
.bs-product-price.text-block .compare-at-price {
  font-family: "cy-text", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}
.bs-product-price.text-block .unit-price,
.bs-product-price.text-block .tax-note {
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #F0E9EA !important;
  margin-block: 0 !important;
}
.bs-product {
  --font-paragraph--size: 1rem;
  --font-size--paragraph: 1rem;
}
.bs-product__badges {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.bs-product__badge {
  background-color: var(--highlight-color, #1F2837);
  display: flex;
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--highlight-text-color, #1F2837);
}
.bs-product-inventory__text {
  font-size: 14px !important;
}
.bs-variant-picker {
  background: var(--highlight-color, #1F2837);
  margin: var(--margin-block-start, 16px) var(--margin-inline-end, 16px) var(--margin-block-end, 16px) var(--margin-inline-start, 16px);
  padding: 16px;
  border-radius: 0 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bs-variant-picker__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-block: 0;
  color: #1F2837;
}
.bs-variant-picker__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bs-variant-picker__option {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #E4DEDF;
  background: #fff;
  color: #1F2837;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.bs-variant-picker__option--selected {
  border-color: #1F2837;
  background: #1F2837;
  color: #fff;
}
.bs-variant-picker__option-content {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.bs-variant-picker__option-content--image {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-variant-picker__option-discount-badge {
  background: #1F2837;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 100px;
}
.bs-variant-picker__option--selected .bs-variant-picker__option-discount-badge {
  background: #fff;
  color: #1F2837;
}
.bs-variant-picker__option-price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bs-variant-picker__option-price {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #1F2837;
}
.bs-variant-picker__option--selected .bs-variant-picker__option-price {
  color: #fff;
}
.bs-variant-picker__option-price-label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #606876;
}
.bs-variant-picker__option--selected .bs-variant-picker__option-price-label {
  color: #F0E9EA;
}
.bs-variant-picker__option-highlight-badge {
  position: absolute;
  top: -10px;
  right: 11px;
  border-radius: 0 0 4px 4px;
  border-right: 0.5px solid #1F2837;
  border-bottom: 0.2px solid #1F2837;
  border-left: 0.5px solid #1F2837;
  background: #E84F36;
  padding: 4px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.bs-variant-picker__option-highlight-badge::before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid #1F2837;
  border-bottom: 9px solid transparent;
  transform: rotate(180deg);
}
.bs-variant-picker__option-highlight-badge::after {
  content: "";
  position: absolute;
  top: -0.5px;
  right: -5px;
  width: 0;
  height: 0;
  border-right: 5px solid #1F2837;
  border-bottom: 9px solid transparent;
  transform: rotate(180deg);
}
.bs-variant-picker__footer {
  display: flex;
  flex-direction: column;
  color: #1F2837;
  gap: 2px;
  font-weight: 700;
}
.bs-variant-picker__footer-tax-note {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.bs-variant-picker__total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1F2837;
}
.bs-variant-picker__total-price {
  font-size: 20px;
}
.bs-product-information .accordion--dividers accordion-custom:not(:first-child) .details {
  border-block-start: 1px solid #666D79;
}
.bs-product-information .accordion,
.bs-product-information .accordion summary {
  font-size: 16px;
}
.bs-product-information .accordion summary {
  display: flex;
}
.bs-product-information .accordion summary:hover {
  color: inherit;
}
.bs-product-information .button.add-to-cart-button {
  width: 100%;
}
.bs-nutrition-table table {
  width: 100%;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #666D79;
  margin-bottom: 16px;
}
.bs-nutrition-table tr:nth-child(even) {
  background: #666D79;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*# sourceMappingURL=bs-niomniom.min.css.map */
