@charset "UTF-8";

/* source/scss/juizy-wow.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: "Titan One", sans-serif;
  font-weight: 400;
}
.h1 {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: 36px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 1.8px;
  margin: 0;
}
@media (min-width: 1366px) {
  .h1 {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
.h2 {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 1.2px;
  margin: 0;
}
@media (min-width: 1366px) {
  .h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.h3 {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 0.9px;
  margin: 0;
}
@media (min-width: 1366px) {
  .h3 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.h4 {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 0.8px;
  margin: 0;
}
@media (min-width: 1366px) {
  .h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
a,
.rte a {
  font-weight: 400;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
:root {
  --font-body--family: cy-text, sans-serif;
  --font-heading--family: Titan One, sans-serif;
  --font-subheading--family: cy-text, sans-serif;
  --font-accent--family: cy-text, sans-serif;
  --font-h1--family: Titan One, sans-serif;
  --font-h2--family: Titan One, sans-serif;
  --font-h3--family: Titan One, sans-serif;
  --font-h4--family: Titan One, sans-serif;
  --font-h5--family: Titan One, sans-serif;
  --font-h6--family: Titan One, sans-serif;
  --font-paragraph--family: cy-text, sans-serif;
  --font-h1--line-height: 125%;
  --font-h2--line-height: 125%;
  --font-h3--line-height: 125%;
  --font-h4--line-height: 125%;
  --font-h5--line-height: 125%;
  --font-h6--line-height: 125%;
  --font-paragraph--size: 16px !important;
  --font-size--paragraph: 16px !important;
}
.bs-container,
.page-width {
  max-width: calc(1440px + 16px * 2);
  margin: 0 auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (min-width: 750px) {
  .bs-container,
  .page-width {
    max-width: calc(1440px + 40px * 2);
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .bs-container,
  .page-width {
    max-width: calc(1440px + 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;
  width: 100%;
  background-color: #C43B00;
  color: #FFFDFA;
  border: 1px solid #C43B00;
  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%;
  border-radius: 1000px;
  padding: 15px 24px;
}
.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: 0.7 !important;
}
@media (min-width: 750px) {
  .button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove) {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 16px;
    padding: 15px 48px;
  }
}
@media (min-width: 1366px) {
  .button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove) {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove):hover {
    background-color: #FCECD1;
    color: #C43B00;
  }
  .button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove):disabled:hover {
    opacity: 0.5 !important;
    color: #C43B00;
  }
}
.button :disabled,
.button--disabled {
  opacity: 0.7 !important;
  background-color: #C43B00 !important;
  border-color: #C43B00 !important;
  color: #FFF8EE !important;
  pointer-events: none;
  cursor: not-allowed;
}
.button--secondary,
.button-secondary {
  background-color: transparent !important;
  color: #C43B00 !important;
  border: 1px solid #C43B00 !important;
}
@media (hover: hover) {
  .button--secondary:hover,
  .button-secondary:hover {
    background-color: #FCECD1 !important;
    color: #C43B00 !important;
    border-color: #FCECD1 !important;
  }
}
.button--tertiary,
.button-tertiary {
  background-color: #FCECD1 !important;
  color: #C43B00 !important;
  border-color: #FCECD1 !important;
}
@media (hover: hover) {
  .button--tertiary:hover,
  .button-tertiary:hover {
    color: #C43B00 !important;
    border-color: #C43B00 !important;
    background-color: #fff !important;
  }
}
.button--link {
  background-color: transparent !important;
  color: #C43B00 !important;
  border: none !important;
  text-decoration: underline !important;
}
@media (hover: hover) {
  .button--link:hover {
    color: #C43B00 !important;
  }
}
.button--full-width {
  width: unset !important;
}
@media (min-width: 750px) {
  .button--full-width {
    width: 100% !important;
  }
}
.button--small {
  padding: 13px 80px;
}
@media (min-width: 750px) {
  .button--small {
    padding: 12px 48px;
  }
}
.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;
  aspect-ratio: 1;
  overflow: hidden;
  z-index: 1;
}
.bs-product-card-mini__gallery .card-gallery__bg-shape {
  position: absolute;
  top: 15px;
  right: 12px;
  bottom: 0;
  left: 12px;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-product-card-mini__gallery .card-gallery__bg-shape-img,
.bs-product-card-mini__gallery .card-gallery__bg-shape svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.bs-product-card-mini__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.bs-product-card-mini__placeholder {
  position: relative;
  z-index: 1;
  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: 16px;
  flex: 1;
  border-radius: 0;
  background-color: var(--color-background);
}
.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;
  font-family: "Titan One", sans-serif;
}
@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;
  font-weight: 600;
  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;
  font-weight: 600;
  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;
  position: relative;
}
.bs-product-card-mini__add-button {
  width: 100% !important;
  min-width: unset !important;
  line-height: 120% !important;
  padding: 12px 16px !important;
  font-size: 16px !important;
}
@media (min-width: 750px) {
  .bs-product-card-mini__add-button {
    font-size: 18px !important;
    padding: 12px 80px !important;
  }
}
.bs-product-card-mini__add-button--disabled {
  opacity: 0.7 !important;
  background-color: #C43B00 !important;
  border-color: #C43B00 !important;
  color: #FFFDFA !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: #FFFDFA;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.bs-empty-cart-slider__pagination .swiper-pagination-bullet-active {
  background: #C43B00;
}
.bs-collection-filter {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  padding: 16px;
}
.bs-collection-filter--desktop {
  display: none;
}
.bs-collection-filter--mobile {
  display: flex;
}
@media (min-width: 750px) {
  .bs-collection-filter {
    padding: 0;
    flex-wrap: wrap;
  }
  .bs-collection-filter--mobile {
    display: none;
  }
  .bs-collection-filter--desktop {
    display: flex;
  }
}
.bs-collection-filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bs-collection-filter__item a {
  font-size: 12px !important;
  padding: 12px 24px !important;
}
@media (min-width: 1366px) {
  .bs-collection-filter__item a {
    font-size: 14px !important;
  }
}
.bs-media-slide {
  position: relative;
  height: auto;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.bs-media-slide--video {
  border-radius: 16px;
  overflow: hidden;
}
.bs-media-slide__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  aspect-ratio: 292/519;
  max-height: min(90vh, 640px);
  border-radius: 16px;
  overflow: hidden;
  background: #FCECD1;
}
.bs-media-slide__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  border-radius: inherit;
}
.bs-media-slide__video-controls {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}
.bs-media-slide__video-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.bs-media-slide__video-controls button:hover {
  opacity: 1;
}
.bs-media-slide__video-controls button svg {
  flex-shrink: 0;
}
.bs-media-slide__video-controls button .icon-mute,
.bs-media-slide__video-controls button .icon-unmute,
.bs-media-slide__video-controls button .icon-pause,
.bs-media-slide__video-controls button .icon-play {
  display: none;
}
.bs-media-slide__video-controls__audio[data-status=mute] .icon-unmute {
  display: block;
}
.bs-media-slide__video-controls__audio[data-status=unmute] .icon-mute {
  display: block;
}
.bs-media-slide__video-controls__video[data-status=play] .icon-pause {
  display: block;
}
.bs-media-slide__video-controls__video[data-status=pause] .icon-play {
  display: block;
}
.bs-media-slide__video-controls .icon-play {
  position: relative;
  left: 2px;
}
.bs-media-slide__content-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 280px;
  padding: 43px 33px;
  box-sizing: border-box;
}
@media (min-width: 750px) {
  .bs-media-slide__content-card {
    min-height: 347px;
  }
}
@media (min-width: 1024px) {
  .bs-media-slide__content-card {
    padding: 43px 20px;
  }
}
@media (min-width: 1366px) {
  .bs-media-slide__content-card {
    padding: 35px 45px;
  }
}
.bs-media-slide__illustration {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.bs-media-slide__illustration-img {
  width: auto;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bs-media-slide__content-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 268px;
  text-align: center;
}
@media (min-width: 750px) {
  .bs-media-slide__content-inner {
    gap: 12px;
  }
}
.bs-media-slide__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .bs-media-slide__icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1366px) {
  .bs-media-slide__icon {
    width: 90px;
    height: 90px;
  }
}
.bs-media-slide__icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bs-media-slide__title {
  margin: 0;
  width: 100%;
  font-family: "cy-text", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
  color: #C43B00;
  text-align: left;
  hyphens: auto;
}
@media (min-width: 750px) {
  .bs-media-slide__title {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .bs-media-slide__title {
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .bs-media-slide__title {
    text-align: left;
  }
}
.bs-media-slide__title.rte p {
  margin: 0;
}
.bs-media-slide__text {
  margin: 0;
  width: 100%;
  font-family: "cy-text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #C43B00;
  text-align: left;
}
@media (min-width: 1024px) {
  .bs-media-slide__text {
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .bs-media-slide__text {
    text-align: left;
  }
}
.bs-media-slide__text p {
  margin: 0;
}
.bs-media-slide__text p + p {
  margin-top: 0.5em;
}
.bs-media-slide__theme-blocks {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.bs-media-slide__theme-blocks:empty {
  display: none;
}
.bs-mam {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #C43B00;
  border-radius: 16px;
  padding: 24px 16px;
  color: #FFFDFA;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-mam {
    gap: 16px;
  }
}
.bs-mam__progress {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bs-mam__progress-text {
  font-family: "cy-text", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFDFA;
  margin: 0;
}
.bs-mam__progress-bar {
  position: relative;
  height: 8px;
  background: #C25119;
  border-radius: 100px;
}
.bs-mam__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FFFDFA;
  border-radius: 100px;
  transition: width 0.3s ease;
  width: 0;
  z-index: 0;
}
.bs-mam__progress-tiers {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bs-mam__tier-dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #C25119;
  border-radius: 750px;
  padding: 5px;
  min-width: 35px;
}
.bs-mam__tier-dot:last-child {
  transform: translate(-100%, -50%);
}
.bs-mam__tier-dot--active .bs-mam__tier-label {
  font-weight: 600;
}
.bs-mam__tier-label {
  font-family: "cy-text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFDFA;
  transition: font-weight 0.3s ease;
}
.bs-mam__heading {
  font-family: "cy-text", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFDFA;
  margin: 0;
  margin-top: 16px;
}
.bs-mam__products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-mam__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #FFF8EE;
  border-radius: 8px;
  padding: 8px;
  padding-left: 16px;
  transition: opacity 0.2s ease;
}
.bs-mam__product--sold-out {
  opacity: 0.6;
}
.bs-mam__product--sold-out .bs-mam__product-controls {
  pointer-events: none;
}
.bs-mam__product--selected {
  outline: 2px solid #FFFDFA;
}
.bs-mam__product-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}
.bs-mam__product-image {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
.bs-mam__product-title {
  font-family: "cy-text", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #C43B00;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 750px) {
  .bs-mam__product-title {
    font-size: 16px;
  }
}
.bs-mam__product-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border: 1px solid #C43B00;
  border-radius: 8px;
  padding: 8px 12px;
}
@media (min-width: 750px) {
  .bs-mam__product-controls {
    border: none;
    padding: 0;
  }
}
.bs-mam__qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #C43B00;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.bs-mam__qty-btn:hover:not(:disabled) {
  opacity: 0.6;
}
.bs-mam__qty-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.bs-mam__qty-value {
  font-family: "cy-text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #C43B00;
  min-width: 17px;
  text-align: center;
}
.bs-mam__price-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}
.bs-mam__price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.bs-mam__price-label {
  font-family: "cy-text", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #FFFDFA;
}
@media (min-width: 750px) {
  .bs-mam__price-label {
    font-size: 20px;
  }
}
.bs-mam__price-values {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.bs-mam__price-original {
  font-family: "cy-text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #FFFDFA;
  text-decoration: line-through;
}
.bs-mam__price-current {
  font-family: "cy-text", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #FFFDFA;
}
@media (min-width: 750px) {
  .bs-mam__price-current {
    font-size: 20px;
  }
}
.bs-mam__price-info {
  font-family: "cy-text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFDFA;
  margin: 0;
  text-align: right;
}
.bs-mam__checkout-btn {
  width: 100% !important;
}
.bs-mam__checkout-btn.is-loading {
  pointer-events: none;
  opacity: 0.65;
}
.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: #C43B00;
  padding: 0;
}
.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden])):before {
  content: none;
}
.predictive-search__reset-button {
  flex-shrink: 0;
}
.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 .product-media-container.media-fit img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.bs-product-slider .bs-product-price--info {
  display: none !important;
}
.bs-product-slider--slider {
  overflow: hidden;
}
.bs-product-slider:not(.bs-product-slider--slider) .image-block {
  justify-content: center;
}
.bs-product-slider .resource-list__carousel slideshow-slides {
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-product-slider .resource-list__carousel slideshow-slides {
    gap: var(--resource-list-column-gap);
  }
}
.bs-product-slider .resource-list--grid .resource-list__item {
  width: 100%;
}
@media (min-width: 750px) {
  .bs-product-slider .resource-list--grid {
    justify-items: center;
  }
}
.bs-product-slider .resource-list__item.bs-product-slider__carousel-item {
  display: flex;
}
@media (min-width: 750px) {
  .bs-product-slider .resource-list__item.bs-product-slider__carousel-item {
    display: grid;
  }
}
.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: #FFEEDB;
}
.bs-product-slider-swiper .swiper-pagination-bullet-active {
  background: #C43B00 !important;
}
.bs-slider-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@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;
  color: var(--slider-arrow-color, #F0E9EA);
}
@media (min-width: 750px) {
  .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 {
  cursor: default;
}
.bs-slider-pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  bottom: -32px !important;
  margin-bottom: 40px;
}
.bs-slider-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 32px;
  margin: 0 !important;
  opacity: 1;
  background: #FFEEDB;
}
.bs-slider-pagination .swiper-pagination-bullet-active {
  background: #C43B00 !important;
}
.bs-product-card {
  overflow: visible;
}
.bs-product-card .bs-product-card__content {
  overflow: visible;
}
.bs-product-card .bs-product-price.text-block .price {
  font-size: 14px;
  font-family: "cy-text", sans-serif;
}
.bs-product-card .bs-product-price.text-block .compare-at-price {
  font-size: 12px;
  font-family: "cy-text", sans-serif;
}
.bs-product-card .card-gallery {
  position: relative;
  width: var(--mobile-media-width, 100%);
  margin-inline: auto;
  z-index: 1;
  overflow: visible;
}
@media (min-width: 750px) {
  .bs-product-card .card-gallery {
    width: var(--media-width, 100%);
  }
}
.bs-product-card .card-gallery slideshow-component {
  overflow: hidden;
}
.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 {
  width: 100%;
}
.bs-product-card .bs-quick-add button,
.bs-product-card .bs-quick-add .bs-quick-add__link {
  width: 100% !important;
}
.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-product-image__badges {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.bs-product-image-badges__badge.product-badges__badge {
  color: var(--text-color);
  background: var(--background-color);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 10px;
}
.bs-quick-add {
  display: inline-block;
}
.bs-quick-add__trigger {
  cursor: pointer;
}
.bs-quick-add__link {
  cursor: pointer;
  text-decoration: none;
}
.bs-quick-add__popup-content {
  display: none;
}
.bs-quick-add-modal__info > span:has(.bs-quick-add__trigger) {
  display: none;
}
.bs-quick-add-modal__info .bs-variant-picker__total-label {
  color: #C43B00 !important;
}
.bs-quick-add-modal__info .bs-variant-picker__total-price {
  color: #C43B00 !important;
}
.bs-quick-add-modal__info .bs-variant-picker__footer-tax-note {
  color: #C43B00 !important;
}
.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;
  max-height: 90vh;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow: hidden;
  position: fixed;
  margin: auto 0 0;
  border-radius: 24px 24px 0 0 !important;
}
@media (min-width: 750px) {
  .bs-quick-add-modal {
    max-width: 950px;
    position: relative;
    margin: auto;
    border-radius: 24px !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: #C43B00;
}
.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 #C43B00;
  border-top-color: #C43B00;
  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: #C43B00;
}
.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 {
  position: relative;
  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 {
  position: relative;
  z-index: 1;
  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;
  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;
  }
}
.bs-quick-add-modal .bs-variant-picker__body {
  background: none;
}
@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: #C43B00 !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 #FFF8EE !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: 750px) {
  .cart-drawer__header h2 {
    font-size: 24px !important;
  }
}
.cart-drawer__items {
  padding: 0 16px 30px !important;
}
@media (min-width: 750px) {
  .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: #C43B00;
  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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDI1IDIyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNDU0NSAyMS4yOTUzQzEwLjkyOSAyMS4yOTY3IDEwLjQwODUgMjEuMTkzOCA5LjkyMzEgMjAuOTkyNkM5LjQzNzY3IDIwLjc5MTQgOC45OTY5NyAyMC40OTYgOC42MjY1IDIwLjEyMzNMMC42MTQ1NTYgMTIuMTExNEMtMC4yMDQzMjggMTEuMjkyNSAtMC4yMDQzMjcgOS45NjQ4MyAwLjYxNDU1NyA5LjE0NTk1TDguNjI2NSAxLjEzNEMxMC4xMzcyIC0wLjM3OCAxMi43NzE4IC0wLjM3OCAxNC4yODI1IDEuMTM0QzE1LjAzNzIgMS44ODYgMTUuNDU0NSAyLjg5IDE1LjQ1NDUgMy45NTkzM0MxNS40NTQ1IDQuOTU0IDE1LjA5NDUgNS44OTQgMTQuNDM1OCA2LjYyODY3SDIwLjg4MzhDMjMuMDg5MiA2LjYyODY3IDI0Ljg4MzggOC40MjMzMyAyNC44ODM4IDEwLjYyODdDMjQuODgzOCAxMi44MzQgMjMuMDg5MiAxNC42Mjg3IDIwLjg4MzggMTQuNjI4N0gxNC40MzU4QzE1LjA5MzIgMTUuMzYwNyAxNS40NTQ1IDE2LjI5OCAxNS40NTQ1IDE3LjI5MjdDMTUuNDU2NCAxNy44MTg4IDE1LjM1MzcgMTguMzQwMSAxNS4xNTI2IDE4LjgyNjJDMTQuOTUxNCAxOS4zMTI0IDE0LjY1NTYgMTkuNzUzNyAxNC4yODI1IDIwLjEyNDdDMTMuOTExOSAyMC40OTcxIDEzLjQ3MTIgMjAuNzkyMyAxMi45ODU3IDIwLjk5MzJDMTIuNTAwMyAyMS4xOTQyIDExLjk3OTkgMjEuMjk2OSAxMS40NTQ1IDIxLjI5NTNaTTMuNjQzODYgOS44ODczMUMzLjIzNDQyIDEwLjI5NjcgMy4yMzQ0MiAxMC45NjA2IDMuNjQzODYgMTEuMzdMMTAuNTExOCAxOC4yMzhDMTAuNzY1NyAxOC40ODA3IDExLjEwMzMgMTguNjE2MiAxMS40NTQ1IDE4LjYxNjJDMTEuODA1NyAxOC42MTYyIDEyLjE0MzMgMTguNDgwNyAxMi4zOTcyIDE4LjIzOEMxMi42NDkyIDE3Ljk4NiAxMi43ODc4IDE3LjY1IDEyLjc4NzggMTcuMjk0QzEyLjc4NzggMTYuOTM4IDEyLjY0OTIgMTYuNjA0NyAxMi4zOTk4IDE2LjM1NEw4LjAwNjUgMTEuOTYySDIwLjg4MzhDMjEuMjI3MSAxMS45NDY2IDIxLjU1MTMgMTEuNzk5NSAyMS43ODg4IDExLjU1MTFDMjIuMDI2MyAxMS4zMDI3IDIyLjE1ODkgMTAuOTcyMyAyMi4xNTg5IDEwLjYyODdDMjIuMTU4OSAxMC4yODUgMjIuMDI2MyA5Ljk1NDYxIDIxLjc4ODggOS43MDYyNEMyMS41NTEzIDkuNDU3ODggMjEuMjI3MSA5LjMxMDY5IDIwLjg4MzggOS4yOTUzM0g4LjAwNjVMMTIuMzk3MiA0LjkwNDY3QzEyLjUyMTUgNC43ODEzMyAxMi42MjAxIDQuNjM0NjMgMTIuNjg3NSA0LjQ3MzAxQzEyLjc1NDkgNC4zMTEzOSAxMi43ODk2IDQuMTM4MDQgMTIuNzg5OCAzLjk2Mjk0QzEyLjc4OTkgMy43ODc4NCAxMi43NTU0IDMuNjE0NDQgMTIuNjg4MiAzLjQ1MjczQzEyLjYyMTEgMy4yOTEwMiAxMi41MjI2IDMuMTQ0MTggMTIuMzk4NSAzLjAyMDY3QzEyLjE0NDggMi43NzczOSAxMS44MDY5IDIuNjQxNDUgMTEuNDU1NCAyLjY0MTJDMTEuMTAzOSAyLjY0MDk1IDEwLjc2NTkgMi43NzY0MSAxMC41MTE4IDMuMDE5MzNMMy42NDM4NiA5Ljg4NzMxWiIgZmlsbD0iI0M0M0IwMCIvPgo8L3N2Zz4=);
}
.cart-drawer__recommendations .swiper-button-next::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDI1IDIyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMuNDI5MyAyMS4yOTUzQzEzLjk1NDcgMjEuMjk2NyAxNC40NzUzIDIxLjE5MzggMTQuOTYwNyAyMC45OTI2QzE1LjQ0NjEgMjAuNzkxNCAxNS44ODY4IDIwLjQ5NiAxNi4yNTczIDIwLjEyMzNMMjQuMjY5MiAxMi4xMTE0QzI1LjA4ODEgMTEuMjkyNSAyNS4wODgxIDkuOTY0ODMgMjQuMjY5MiA5LjE0NTk1TDE2LjI1NzMgMS4xMzRDMTQuNzQ2NiAtMC4zNzggMTIuMTEyIC0wLjM3OCAxMC42MDEzIDEuMTM0QzkuODQ2NjIgMS44ODYgOS40MjkyOSAyLjg5IDkuNDI5MjkgMy45NTkzM0M5LjQyOTI5IDQuOTU0IDkuNzg5MjkgNS44OTQgMTAuNDQ4IDYuNjI4NjdIMy45OTk5NUMxLjc5NDYyIDYuNjI4NjcgLTQuNTc3NjRlLTA1IDguNDIzMzMgLTQuNTc3NjRlLTA1IDEwLjYyODdDLTQuNTc3NjRlLTA1IDEyLjgzNCAxLjc5NDYyIDE0LjYyODcgMy45OTk5NSAxNC42Mjg3SDEwLjQ0OEM5Ljc5MDYyIDE1LjM2MDcgOS40MjkyOSAxNi4yOTggOS40MjkyOSAxNy4yOTI3QzkuNDI3NDEgMTcuODE4OCA5LjUzMDA0IDE4LjM0MDEgOS43MzEyMyAxOC44MjYyQzkuOTMyNDIgMTkuMzEyNCAxMC4yMjgyIDE5Ljc1MzcgMTAuNjAxMyAyMC4xMjQ3QzEwLjk3MTkgMjAuNDk3MSAxMS40MTI2IDIwLjc5MjMgMTEuODk4IDIwLjk5MzJDMTIuMzgzNSAyMS4xOTQyIDEyLjkwMzkgMjEuMjk2OSAxMy40MjkzIDIxLjI5NTNaTTIxLjIzOTkgOS44ODczMUMyMS42NDk0IDEwLjI5NjcgMjEuNjQ5NCAxMC45NjA2IDIxLjIzOTkgMTEuMzdMMTQuMzcyIDE4LjIzOEMxNC4xMTgxIDE4LjQ4MDcgMTMuNzgwNSAxOC42MTYyIDEzLjQyOTMgMTguNjE2MkMxMy4wNzgxIDE4LjYxNjIgMTIuNzQwNCAxOC40ODA3IDEyLjQ4NjYgMTguMjM4QzEyLjIzNDYgMTcuOTg2IDEyLjA5NiAxNy42NSAxMi4wOTYgMTcuMjk0QzEyLjA5NiAxNi45MzggMTIuMjM0NiAxNi42MDQ3IDEyLjQ4NCAxNi4zNTRMMTYuODc3MyAxMS45NjJIMy45OTk5NUMzLjY1NjY1IDExLjk0NjYgMy4zMzI0OSAxMS43OTk1IDMuMDk0OTkgMTEuNTUxMUMyLjg1NzQ4IDExLjMwMjcgMi43MjQ5MyAxMC45NzIzIDIuNzI0OTMgMTAuNjI4N0MyLjcyNDkzIDEwLjI4NSAyLjg1NzQ4IDkuOTU0NjEgMy4wOTQ5OSA5LjcwNjI0QzMuMzMyNDkgOS40NTc4OCAzLjY1NjY1IDkuMzEwNjkgMy45OTk5NSA5LjI5NTMzSDE2Ljg3NzNMMTIuNDg2NiA0LjkwNDY3QzEyLjM2MjMgNC43ODEzMyAxMi4yNjM3IDQuNjM0NjMgMTIuMTk2MyA0LjQ3MzAxQzEyLjEyODkgNC4zMTEzOSAxMi4wOTQxIDQuMTM4MDQgMTIuMDk0IDMuOTYyOTRDMTIuMDkzOSAzLjc4Nzg0IDEyLjEyODQgMy42MTQ0NCAxMi4xOTU2IDMuNDUyNzNDMTIuMjYyNyAzLjI5MTAyIDEyLjM2MTIgMy4xNDQxOCAxMi40ODUzIDMuMDIwNjdDMTIuNzM5IDIuNzc3MzkgMTMuMDc2OCAyLjY0MTQ1IDEzLjQyODQgMi42NDEyQzEzLjc3OTkgMi42NDA5NSAxNC4xMTc5IDIuNzc2NDEgMTQuMzcyIDMuMDE5MzNMMjEuMjM5OSA5Ljg4NzMxWiIgZmlsbD0iI0M0M0IwMCIvPgo8L3N2Zz4=);
}
.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: #C43B00;
}
.cart-drawer__cheeringbar {
  padding: 25px 16px;
  position: relative;
}
.cart-drawer__cheeringbar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: #C43B00;
}
@media (min-width: 750px) {
  .cart-drawer__cheeringbar {
    padding: 30px 24px;
  }
  .cart-drawer__cheeringbar::before {
    left: 24px;
    right: 24px;
  }
}
.cart-drawer__cheeringbar__texts {
  color: #C43B00;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  display: flex;
  justify-content: center;
  height: 30px;
}
@media (min-width: 750px) {
  .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: #C43B00;
  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: #C43B00;
}
.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: 24px;
  color: #000 !important;
  display: flex;
  flex-direction: row;
  gap: 8px;
  position: relative;
  padding: 16px 16px 14px !important;
  margin-bottom: 10px !important;
}
@media (min-width: 750px) {
  .cart-drawer__item-card {
    padding: 16px !important;
    margin-bottom: 20px !important;
  }
}
.cart-drawer__item-card .cart-items__title:hover {
  color: #C43B00 !important;
}
.cart-drawer__item-card .cart-items__price {
  color: #C43B00;
  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: #C43B00 !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: 8px;
  background-color: transparent;
  width: 32px;
  height: 32px;
}
.cart-drawer__item-card .cart-items__title {
  color: #C43B00;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}
@media (min-width: 750px) {
  .cart-drawer__item-card .cart-items__title {
    font-size: 18px;
  }
}
.cart-drawer__item-card .cart-items__price {
  color: #C43B00;
  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 #FFF8EE;
}
.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: #C43B00;
}
.cart-drawer__item-card .cart-items__media-image {
  width: 110px !important;
  height: 110px !important;
  flex-shrink: 0;
}
@media (min-width: 750px) {
  .cart-drawer__item-card .cart-items__media-image {
    width: 116px !important;
    height: 116px !important;
  }
}
.cart-drawer__item-card .cart-items__media {
  width: 110px !important;
}
@media (min-width: 750px) {
  .cart-drawer__item-card .cart-items__media {
    width: 116px !important;
  }
}
.cart-drawer__summary {
  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: #C43B00;
  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: 750px) {
  .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: #C43B00;
  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: #C43B00;
  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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .bs-a-plus__wrapper:has(.bs-a-plus__image--block.bs-a-plus__image--desktop) {
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 750px) {
  .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: 750px) {
  .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: 750px) {
  .bs-a-plus--cards {
    padding: 40px;
  }
}
@media (min-width: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .bs-a-plus__floating-widget--mobile-hidden {
    display: block;
  }
}
@media (min-width: 750px) {
  .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: 750px) {
  .bs-a-plus__title {
    font-size: 48px;
  }
}
@media (min-width: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .bs-a-plus__image--desktop {
    display: block;
  }
}
.bs-a-plus__image .bs-a-plus__badge {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media (min-width: 750px) {
  .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%;
  top: 0;
}
@media (min-width: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: #C43B00;
}
.bs-a-plus .swiper-slide__video-controls {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 750px) {
  .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 #FFF8EE;
  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 #FFF8EE;
}
.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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: #C43B00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 50px;
  border: none;
}
.shopify-section:has(> .bs-a-plus__wrapper) {
  position: relative;
}
.accordion summary.details__header {
  display: flex;
  -webkit-tap-highlight-color: transparent;
}
.announcement-bar {
  text-align: center;
  min-height: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 750px) {
  .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: 750px) {
  .announcement-bar__inner {
    gap: 16px;
  }
}
.announcement-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--icon-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: 750px) {
  .announcement-bar__item {
    font-size: 14px;
  }
}
.announcement-bar__icon {
  width: var(--icon-width-mobile, 15px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 750px) {
  .announcement-bar__icon {
    width: var(--icon-width-desktop, 20px);
  }
}
.announcement-bar__divider {
  display: block;
  width: 1px;
  height: 20px;
  flex-shrink: 0;
}
.announcement-bar__divider:first-child,
.announcement-bar__divider:last-child {
  display: none;
}
.bs-breadcrumbs.bs-container {
  max-width: 1620px !important;
}
.bs-breadcrumbs__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 16px 4px;
  margin: 0;
}
@media (min-width: 750px) {
  .bs-breadcrumbs__container {
    padding: 16px 0;
  }
}
.bs-breadcrumbs__item-link {
  color: #C43B00;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.bs-breadcrumbs__item:last-child a {
  font-weight: 600;
}
.bs-breadcrumbs__item-divider svg path {
  stroke: #C43B00;
}
.bs-bullet-points-image {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 750px) {
  .bs-bullet-points-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bs-bullet-points-image__main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__main {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
@media (min-width: 750px) {
  .bs-bullet-points-image--layout-row-reverse .bs-bullet-points-image__main {
    flex-direction: row-reverse;
  }
}
.bs-bullet-points-image--hide-image-mobile .bs-bullet-points-image__image--mobile {
  display: none;
}
.bs-bullet-points-image__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__content {
    flex: 1 1 0;
    gap: 32px;
    padding-inline: 24px;
  }
}
.bs-bullet-points-image__title {
  margin: 0;
  width: 100%;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: var(--bs-bullet-points-title-mobile, 36px);
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C43B00;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__title {
    font-size: var(--bs-bullet-points-title-desktop, 48px);
    letter-spacing: 2.4px;
  }
}
.bs-bullet-points-image__title.rte h1,
.bs-bullet-points-image__title.rte h2,
.bs-bullet-points-image__title.rte h3,
.bs-bullet-points-image__title.rte h4,
.bs-bullet-points-image__title.rte h5,
.bs-bullet-points-image__title.rte h6,
.bs-bullet-points-image__title.rte p,
.bs-bullet-points-image__title.rte li {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.bs-bullet-points-image__title.rte h1,
.bs-bullet-points-image__title.rte h2,
.bs-bullet-points-image__title.rte h3,
.bs-bullet-points-image__title.rte h4,
.bs-bullet-points-image__title.rte h5,
.bs-bullet-points-image__title.rte h6,
.bs-bullet-points-image__title.rte p {
  margin: 0;
}
.bs-bullet-points-image__title.rte p + p {
  margin-top: 0.35em;
}
.bs-bullet-points-image__title.rte a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bs-bullet-points-image__image {
  width: 100%;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__image--mobile {
    display: none;
  }
}
.bs-bullet-points-image__image--desktop {
  display: none;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__image--desktop {
    display: block;
    flex: 1 1 0;
  }
}
.bs-bullet-points-image__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  aspect-ratio: 674/683;
  border-radius: 0;
  overflow: hidden;
}
.bs-bullet-points-image__image-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  pointer-events: none;
  transform: scale(0.994);
}
.bs-bullet-points-image__image-mask {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bs-bullet-points-image__usps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__usps {
    gap: 32px;
  }
}
.bs-bullet-points-image__usp-title {
  margin: 0;
  width: 100%;
  font-family: "cy-text", sans-serif;
  font-size: var(--bs-bullet-points-usp-title-mobile, 16px);
  font-weight: 400;
  line-height: 1.3;
  color: #C43B00;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__usp-title {
    font-size: var(--bs-bullet-points-usp-title-desktop, 16px);
  }
}
.bs-bullet-points-image__usp-title.rte h1,
.bs-bullet-points-image__usp-title.rte h2,
.bs-bullet-points-image__usp-title.rte h3,
.bs-bullet-points-image__usp-title.rte h4,
.bs-bullet-points-image__usp-title.rte h5,
.bs-bullet-points-image__usp-title.rte h6,
.bs-bullet-points-image__usp-title.rte p,
.bs-bullet-points-image__usp-title.rte li {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.bs-bullet-points-image__usp-title.rte h1,
.bs-bullet-points-image__usp-title.rte h2,
.bs-bullet-points-image__usp-title.rte h3,
.bs-bullet-points-image__usp-title.rte h4,
.bs-bullet-points-image__usp-title.rte h5,
.bs-bullet-points-image__usp-title.rte h6,
.bs-bullet-points-image__usp-title.rte p {
  margin: 0;
}
.bs-bullet-points-image__usp-title.rte p + p {
  margin-top: 0.35em;
}
.bs-bullet-points-image__usp-title.rte a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bs-bullet-points-image__usp-list {
  display: flex;
  width: 100%;
  min-width: 0;
}
.bs-bullet-points-image__usp-list--layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__usp-list--layout-row {
    flex-wrap: nowrap;
    gap: 32px;
  }
}
.bs-bullet-points-image__usp-list--layout-column {
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__usp-list--layout-column {
    gap: 20px;
  }
}
.bs-bullet-points-image__usp-item {
  display: flex;
  min-width: 0;
}
.bs-bullet-points-image__usp-item--layout-column {
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  min-width: 0;
}
.bs-bullet-points-image__usp-item--layout-row {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__usp-item--layout-row {
    gap: 12px;
  }
}
.bs-bullet-points-image__usp-icon {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
@media (min-width: 750px) {
  .bs-bullet-points-image__usp-list--layout-row .bs-bullet-points-image__usp-icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 750px) {
  .bs-bullet-points-image--section-layout-vertical .bs-bullet-points-image__usp-icon {
    width: 48px;
    height: 48px;
  }
}
.bs-bullet-points-image__usp-icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.bs-bullet-points-image__usp-text {
  margin: 0;
  font-family: "cy-text", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #C43B00;
  min-width: 0;
}
.bs-bullet-points-image__usp-text--weight-regular {
  font-weight: 400;
}
.bs-bullet-points-image__usp-text--weight-bold {
  font-weight: 700;
}
.bs-bullet-points-image__usp-item--layout-column .bs-bullet-points-image__usp-text {
  text-align: center;
}
.bs-bullet-points-image__usp-item--layout-row .bs-bullet-points-image__usp-text {
  flex: 1 1 0;
  text-align: left;
}
.bs-cards-slider {
  background-color: var(--bs-cards-slider-bg);
  overflow-x: hidden;
}
.bs-cards-slider--vertical-narrow {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 750px) {
  .bs-cards-slider--vertical-narrow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bs-cards-slider--vertical-wide {
  padding-top: 24px;
  padding-bottom: 60px;
}
@media (min-width: 750px) {
  .bs-cards-slider--vertical-wide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.bs-cards-slider__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-cards-slider__inner {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .bs-cards-slider__inner {
    gap: 56px;
  }
}
.bs-cards-slider__header {
  margin: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-cards-slider__header {
    text-align: center;
  }
}
.bs-cards-slider__heading {
  margin: 0;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: var(--bs-cards-slider-heading-mobile, 36px);
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bs-cards-slider-heading-color);
}
@media (min-width: 750px) {
  .bs-cards-slider__heading {
    font-size: var(--bs-cards-slider-heading-desktop, 48px);
    letter-spacing: 2px;
  }
}
.bs-cards-slider__heading.rte h1,
.bs-cards-slider__heading.rte h2,
.bs-cards-slider__heading.rte h3,
.bs-cards-slider__heading.rte h4,
.bs-cards-slider__heading.rte h5,
.bs-cards-slider__heading.rte h6,
.bs-cards-slider__heading.rte p,
.bs-cards-slider__heading.rte li {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.bs-cards-slider__heading.rte h1,
.bs-cards-slider__heading.rte h2,
.bs-cards-slider__heading.rte h3,
.bs-cards-slider__heading.rte h4,
.bs-cards-slider__heading.rte h5,
.bs-cards-slider__heading.rte h6,
.bs-cards-slider__heading.rte p {
  margin: 0;
}
.bs-cards-slider__heading.rte p + p {
  margin-top: 0.35em;
}
.bs-cards-slider__heading.rte a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bs-cards-slider__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.bs-cards-slider__body .button {
  margin: 0 auto;
}
@media (min-width: 750px) {
  .bs-cards-slider__body {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .bs-cards-slider__body {
    gap: 56px;
  }
}
.bs-cards-slider__swiper {
  width: 100%;
  overflow: visible;
}
@media (min-width: 750px) {
  .bs-cards-slider__swiper {
    overflow: hidden;
  }
}
.bs-cards-slider__swiper:not(.swiper-initialized) {
  opacity: 0;
}
.bs-cards-slider__swiper {
  transition: opacity 0.2s ease;
}
.bs-cards-slider__swiper .swiper-wrapper {
  overflow: visible;
  align-items: stretch;
}
.bs-cards-slider__swiper .swiper-slide {
  height: auto;
}
.bs-cards-slider__pagination {
  position: relative;
  inset: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  transform: none;
  z-index: 7;
}
@media (min-width: 750px) {
  .bs-cards-slider__pagination {
    max-width: none;
  }
}
.bs-cards-slider__pagination.swiper-pagination-horizontal {
  bottom: auto;
  left: auto;
  top: auto;
}
.bs-cards-slider__pagination .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 32px;
  margin: 0;
  opacity: 1;
  background: var(--slider-pagination-inactive);
}
.bs-cards-slider__pagination .swiper-pagination-bullet-active {
  background: var(--slider-pagination-active);
}
@media (min-width: 1366px) {
  .bs-cards-slider--narrow .bs-cards-slider__body,
  .bs-cards-slider--narrow .bs-cards-slider__header {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.bs-footer {
  background-color: var(--bs-footer-bg, #1f2837);
  color: var(--bs-footer-text, #ffffff);
}
.bs-footer__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bs-footer__rating {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.bs-footer__rating-heading {
  font-size: var(--bs-footer-rating-heading-font-size-mobile, 24px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  color: var(--bs-footer-text, #ffffff);
}
@media (min-width: 750px) {
  .bs-footer__rating-heading {
    font-size: var(--bs-footer-rating-heading-font-size-desktop, 32px);
  }
}
.bs-footer__rating-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-footer__rating-number {
  font-size: var(--bs-footer-rating-number-font-size-mobile, 36px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--bs-footer-text, #ffffff);
}
@media (min-width: 750px) {
  .bs-footer__rating-number {
    font-size: var(--bs-footer-rating-number-font-size-desktop, 48px);
  }
}
.bs-footer__rating-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bs-footer__rating-stars {
  display: flex;
  flex-direction: row;
}
.bs-footer__rating-text {
  font-size: var(--bs-footer-rating-text-font-size-mobile, 12px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: var(--bs-footer-text, #ffffff);
}
@media (min-width: 750px) {
  .bs-footer__rating-text {
    font-size: var(--bs-footer-rating-text-font-size-desktop, 12px);
  }
}
.bs-footer__logo {
  display: flex;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 16px;
}
@media (min-width: 750px) {
  .bs-footer__logo {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.bs-footer__logo img {
  display: block;
  height: 18px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 750px) {
  .bs-footer__logo img {
    height: 24px;
  }
}
.bs-footer__logo + .bs-footer__menu-container {
  margin-top: 0;
}
.bs-footer__menu-container {
  background-color: var(--bs-footer-container-bg, #f0e9ea);
  border-radius: var(--bs-footer-menu-radius-mobile, 0 24px 0 24px);
  padding: 16px;
  margin-bottom: 24px;
  margin-top: 36px;
}
@media (min-width: 750px) {
  .bs-footer__menu-container {
    border-radius: var(--bs-footer-menu-radius-desktop, 0 32px 0 32px);
    padding: 24px;
    margin-top: 40px;
  }
}
.bs-footer__menu-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 750px) {
  .bs-footer__menu-groups {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
.bs-footer__menu-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bs-footer__menu-heading {
  font-size: var(--bs-footer-menu-heading-font-size-mobile, 18px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  color: var(--bs-footer-link-text, #1f2837);
}
@media (min-width: 750px) {
  .bs-footer__menu-heading {
    font-size: var(--bs-footer-menu-heading-font-size-desktop, 24px);
  }
}
.bs-footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bs-footer__menu-item {
  margin: 0;
}
.bs-footer__menu-link {
  font-size: var(--bs-footer-menu-link-font-size-mobile, 14px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--bs-footer-link-text, #1f2837);
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 750px) {
  .bs-footer__menu-link {
    font-size: var(--bs-footer-menu-link-font-size-desktop, 16px);
  }
}
.bs-footer__menu-link:hover,
.bs-footer__menu-link:focus {
  font-weight: 700;
  opacity: 0.8;
}
.bs-footer__bottom-container {
  background-color: var(--bs-footer-container-bg, #f0e9ea);
  border-radius: var(--bs-footer-bottom-radius-mobile, 0 24px 0 24px);
  padding: 24px;
  margin-bottom: 32px;
}
@media (min-width: 750px) {
  .bs-footer__bottom-container {
    border-radius: var(--bs-footer-bottom-radius-desktop, 0 32px 0 32px);
    margin-bottom: 80px;
  }
}
.bs-footer__bottom-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 750px) {
  .bs-footer__bottom-groups {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
.bs-footer__bottom-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bs-footer__bottom-heading {
  font-size: var(--bs-footer-bottom-heading-font-size-mobile, 18px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  color: var(--bs-footer-link-text, #1f2837);
}
@media (min-width: 750px) {
  .bs-footer__bottom-heading {
    font-size: var(--bs-footer-bottom-heading-font-size-desktop, 24px);
  }
}
.bs-footer__badge-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-footer__badge-list {
    gap: 12px;
  }
}
.bs-footer__badge img {
  display: block;
  height: auto;
  width: auto;
  max-height: 24px;
}
.bs-footer__social-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 750px) {
  .bs-footer__social-list {
    gap: 12px;
  }
}
.bs-footer__social-item {
  margin: 0;
}
.bs-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.bs-footer__social-link:hover,
.bs-footer__social-link:focus {
  opacity: 0.7;
}
.bs-footer__social-link img {
  display: block;
  width: 20px;
  height: 20px;
}
.bs-footer__copyright {
  background-color: var(--bs-footer-copyright-bg, #1f2837);
  color: var(--bs-footer-copyright-text, #ffffff);
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.bs-footer__diver-mobile {
  display: block;
  grid-column: 1/-1;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-footer__diver-mobile {
    display: none;
  }
}
.bs-footer .bs-footer__diver-mobile.bs-footer__diver-mobile-bottom {
  display: block;
}
@media (min-width: 750px) {
  .bs-footer .bs-footer__diver-mobile.bs-footer__diver-mobile-bottom {
    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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .bs-about-header__main-image--mobile {
    display: none;
  }
}
.bs-about-header__main-image--desktop {
  display: none;
}
@media (min-width: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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-hero-slideshow {
  --button-color: var(--color-primary-button-text);
  --button-background-color: var(--color-primary-button-background);
  --bs-hero-dot-inactive: color-mix(in srgb, var(--button-background-color) 70%, transparent);
  --bs-hero-dot-hover: color-mix(in srgb, var(--button-background-color) 85%, transparent);
  --bs-hero-mobile-product-min-height: min(26rem, 46vh);
  --bs-hero-mobile-content-overlap: clamp(-11rem, -28vh, -7.5rem);
}
@supports (height: 1svh) {
  .bs-hero-slideshow {
    --bs-hero-mobile-product-min-height: min(26rem, 46svh);
    --bs-hero-mobile-content-overlap: clamp(-11rem, -28svh, -7.5rem);
  }
}
.bs-hero-slideshow .hero-content-blob {
  width: min(100%, 320px);
}
@media (min-width: 750px) {
  .bs-hero-slideshow .hero-content-blob {
    width: auto;
  }
}
@media screen and (max-width: 749px) {
  .bs-hero-slideshow .hero__slide-layout {
    gap: var(--gap-mobile, var(--gap));
    justify-content: flex-start;
    align-content: flex-start;
  }
  .bs-hero-slideshow .hero__slide-layout > .hero-img-blob {
    flex: 0 0 auto;
    min-height: var(--bs-hero-mobile-product-min-height);
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .bs-hero-slideshow .hero__slide-layout > .hero-content-blob {
    flex: 0 1 auto;
    margin-top: var(--bs-hero-mobile-content-overlap);
  }
}
.bs-hero-slideshow .bs-hero-slideshow__container {
  display: block;
  min-height: inherit;
}
.bs-hero-slideshow.bs-hero-slideshow--height-auto {
  min-height: auto;
}
@media (min-width: 1366px) {
  .bs-hero-slideshow.bs-hero-slideshow--height-auto {
    min-height: auto;
  }
}
.bs-hero-slideshow.bs-hero-slideshow--height-auto .bs-hero-slideshow__carousel,
.bs-hero-slideshow.bs-hero-slideshow--height-auto slideshow-component,
.bs-hero-slideshow.bs-hero-slideshow--height-auto slideshow-container,
.bs-hero-slideshow.bs-hero-slideshow--height-auto slideshow-slides {
  min-height: auto;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel {
  width: 100%;
  min-height: inherit;
  flex: 1;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-component {
  min-height: inherit;
  --cursor: default;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-component[dragging] {
  --cursor: grabbing;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-container {
  width: 100%;
  min-height: inherit;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-slides {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  min-height: inherit;
  overflow-x: scroll;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: manipulation;
  scrollbar-width: none;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-slides::-webkit-scrollbar {
  display: none;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-component:is([dragging], [transitioning]) > slideshow-container > slideshow-slides > slideshow-slide.bs-hero-slideshow__slide[aria-hidden=true] {
  content-visibility: hidden;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-slide.bs-hero-slideshow__slide {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  min-height: inherit;
  width: 100%;
  flex: 0 0 100%;
  display: block;
  align-self: stretch;
  isolation: isolate;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-slide.bs-hero-slideshow__slide[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  contain: strict;
  align-self: flex-start;
  min-height: 0;
  height: 0;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-slide.bs-hero-slideshow__slide[aria-hidden=false] {
  content-visibility: visible;
  z-index: 1;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-component[transitioning] slideshow-slide.bs-hero-slideshow__slide {
  overflow: hidden;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-component[transitioning] slideshow-slide.bs-hero-slideshow__slide .bs-hero-slideshow__slide-frame {
  overflow: hidden;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-controls {
  z-index: var(--layer-raised);
  mix-blend-mode: normal;
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-controls .slideshow-controls__dots button {
  animation-timeline: auto;
  --color: var(--bs-hero-dot-inactive);
  --color-active: var(--button-background-color);
  --color-hover: var(--bs-hero-dot-hover);
}
.bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-controls .slideshow-controls__dots button[aria-selected=true] {
  --color: var(--button-background-color);
  --color-hover: var(--button-background-color);
}
.bs-hero-slideshow .bs-hero-slideshow__slide-frame {
  position: relative;
  min-height: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: clip;
  overflow-y: visible;
  pointer-events: none;
}
.bs-hero-slideshow .bs-hero-slideshow__slide-frame :is(a, button, input, textarea, select) {
  pointer-events: auto;
}
.bs-hero-slideshow .bs-hero-slideshow__slide-frame > .hero__media-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bs-hero-slideshow .bs-hero-slideshow__slide-frame > .hero__slide-inner {
  position: relative;
  z-index: var(--layer-flat);
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 749px) {
  .bs-hero-slideshow slideshow-slide.bs-hero-slideshow__slide[aria-hidden=false] {
    overflow-x: visible;
    overflow-y: visible;
  }
  .bs-hero-slideshow .bs-hero-slideshow__slide-frame,
  .bs-hero-slideshow .bs-hero-slideshow__slide-frame > .hero__slide-inner {
    overflow: visible;
    justify-content: flex-start;
  }
  .bs-hero-slideshow .hero-content-blob .text-block.h2 :is(h1, h2, h3, h4) {
    font-family: var(--font-h2--family);
    font-size: var(--font-h2--size);
    font-weight: var(--font-h2--weight);
    line-height: var(--font-h2--line-height);
    letter-spacing: var(--font-h2--letter-spacing);
    text-transform: var(--font-h2--case);
    color: var(--color, var(--font-h2-color));
  }
  .bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-arrows {
    display: none;
  }
  .bs-hero-slideshow .bs-hero-slideshow__carousel slideshow-controls {
    position: absolute;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    left: 0;
    right: 0;
    z-index: calc(var(--layer-raised) + 1);
    pointer-events: auto;
  }
}
.hero__slide-layout {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}
.hero__slide-layout > .hero-content-blob {
  order: 2;
  z-index: 1;
}
.hero__slide-layout > .hero-img-blob {
  order: 1;
  z-index: 0;
}
@media (min-width: 750px) {
  .hero__slide-layout > .hero-content-blob {
    order: 1;
    margin-top: 0;
  }
  .hero__slide-layout > .hero-img-blob {
    order: 2;
  }
}
.hero__slide-inner {
  padding-inline: var(--page-margin);
}
@media screen and (max-width: 749px) {
  .hero__slide-inner[style*=--hero-slide-product-mobile] .hero-img-blob .background-image-container {
    background-image: var(--hero-slide-product-mobile, var(--hero-slide-product-desktop));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .hero__slide-inner[style*=--hero-slide-product-mobile] .hero-img-blob .background-image-container img,
  .hero__slide-inner[style*=--hero-slide-product-mobile] .hero-img-blob .background-image-container svg {
    opacity: 0;
  }
}
@media (min-width: 750px) {
  .hero__slide-inner[style*=--hero-slide-product-desktop] .hero-img-blob .background-image-container {
    background-image: var(--hero-slide-product-desktop);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .hero__slide-inner[style*=--hero-slide-product-desktop] .hero-img-blob .background-image-container img,
  .hero__slide-inner[style*=--hero-slide-product-desktop] .hero-img-blob .background-image-container svg {
    opacity: 0;
  }
}
@media screen and (max-width: 749px) {
  .hero__slide-inner[style*=--hero-slide-content-blob-mobile] .hero-content-blob .background-image-container {
    background-image: var(--hero-slide-content-blob-mobile, var(--hero-slide-content-blob-desktop));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .hero__slide-inner[style*=--hero-slide-content-blob-mobile] .hero-content-blob .background-image-container img,
  .hero__slide-inner[style*=--hero-slide-content-blob-mobile] .hero-content-blob .background-image-container svg {
    opacity: 0;
  }
}
@media (min-width: 750px) {
  .hero__slide-inner[style*=--hero-slide-content-blob-desktop] .hero-content-blob .background-image-container {
    background-image: var(--hero-slide-content-blob-desktop);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .hero__slide-inner[style*=--hero-slide-content-blob-desktop] .hero-content-blob .background-image-container img,
  .hero__slide-inner[style*=--hero-slide-content-blob-desktop] .hero-content-blob .background-image-container svg {
    opacity: 0;
  }
}
.hero {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: transparent !important;
}
.hero > .hero__container {
  flex: 1;
}
@media (min-width: 1366px) {
  .hero {
    min-height: max(var(--hero-min-height) - var(--hero-height-offset), 42vw);
  }
}
.hero-content-blob {
  position: relative;
  width: min(100%, 280px);
  max-width: none;
  margin-right: auto;
  overflow: visible;
}
.hero-content-blob .group-block__media-wrapper {
  position: absolute;
  inset: 0;
  overflow: visible;
}
.hero-content-blob .background-image-container {
  overflow: visible;
  width: 130%;
  height: 120%;
  left: -35%;
  top: -18%;
  right: auto;
}
.hero-content-blob .background-image-container img,
.hero-content-blob .background-image-container svg {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
}
@media (min-width: 750px) {
  .hero-content-blob {
    overflow-x: visible;
    overflow-y: clip;
    width: auto;
    max-width: unset;
    margin-right: unset;
    min-height: 600px;
  }
  .hero-content-blob .group-block__media-wrapper {
    overflow-x: visible;
    overflow-y: clip;
  }
  .hero-content-blob .background-image-container {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    overflow: visible;
  }
  .hero-content-blob .background-image-container img,
  .hero-content-blob .background-image-container svg {
    -o-object-position: right center;
    object-position: right center;
  }
}
.hero-img-blob {
  overflow: visible;
  min-height: 500px;
  flex: 1;
  width: 300px;
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
}
.hero-img-blob .group-block__media-wrapper {
  position: absolute;
  inset: 0;
  overflow: visible;
}
.hero-img-blob .background-image-container {
  overflow: visible;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 140%;
  height: 100%;
}
.hero-img-blob .background-image-container img,
.hero-img-blob .background-image-container svg {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right top;
  object-position: right top;
}
.hero-img-blob .background-image-fit {
  background-position: right center;
}
@media (min-width: 750px) {
  .hero-img-blob {
    min-height: 600px;
    width: auto;
    max-width: unset;
    margin-top: unset;
    margin-left: unset;
  }
  .hero-img-blob .background-image-container img,
  .hero-img-blob .background-image-container svg {
    -o-object-position: left center;
    object-position: left center;
  }
}
.hero__image,
.hero__video,
.hero__video-poster {
  -o-object-position: center bottom;
  object-position: center bottom;
  transform: scale(1.005);
}
.hide-on-desktop:not(.text-block__variant) {
  justify-content: flex-start;
  padding-bottom: 10vh;
}
.hide-on-desktop:not(.text-block__variant) > .group-block-content {
  justify-content: flex-start;
  align-content: flex-start;
}
.hide-on-desktop:not(.text-block__variant) .hero-img-blob {
  z-index: 0;
}
.hide-on-desktop:not(.text-block__variant) .hero-content-blob {
  position: relative;
  z-index: 1;
  margin-top: -40vh;
}
@media (min-width: 750px) {
  .hide-on-desktop:not(.text-block__variant) {
    display: none;
  }
}
.hide-on-mobile {
  display: none;
}
@media (min-width: 750px) {
  .hide-on-mobile {
    display: revert;
  }
}
.bs-image-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 750px) {
  .bs-image-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bs-image-text__main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-image-text__main {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
}
@media (min-width: 750px) {
  .bs-image-text--layout-row-reverse .bs-image-text__main {
    flex-direction: row-reverse;
  }
}
.bs-image-text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-image-text__content {
    flex: 1 1 0;
    gap: 32px;
  }
}
.bs-image-text__title {
  margin: 0;
  width: 100%;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: var(--bs-image-text-title-mobile, 36px);
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C43B00;
}
@media (min-width: 750px) {
  .bs-image-text__title {
    font-size: var(--bs-image-text-title-desktop, 48px);
    letter-spacing: 2.4px;
  }
}
.bs-image-text__title {
}
.bs-image-text__title.rte h1,
.bs-image-text__title.rte h2,
.bs-image-text__title.rte h3,
.bs-image-text__title.rte h4,
.bs-image-text__title.rte h5,
.bs-image-text__title.rte h6,
.bs-image-text__title.rte p,
.bs-image-text__title.rte li {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.bs-image-text__title.rte h1,
.bs-image-text__title.rte h2,
.bs-image-text__title.rte h3,
.bs-image-text__title.rte h4,
.bs-image-text__title.rte h5,
.bs-image-text__title.rte h6,
.bs-image-text__title.rte p {
  margin: 0;
}
.bs-image-text__title.rte p + p {
  margin-top: 0.35em;
}
.bs-image-text__title.rte a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bs-image-text__description {
  width: 100%;
  font-family: "cy-text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #C43B00;
}
.bs-image-text__description p {
  margin: 0;
}
.bs-image-text__description p + p {
  margin-top: 0.35em;
}
.bs-image-text__description a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bs-image-text__image {
  width: 100%;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-image-text__image {
    flex: 1 1 0;
  }
}
.bs-image-text__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 750px) {
  .bs-image-text__media {
    aspect-ratio: 586/594;
    border-radius: 0;
  }
}
.bs-image-text__image-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  pointer-events: none;
  transform: scale(0.994);
}
.bs-image-text__image-mask {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 750px) {
  .bs-image-text__image-mask {
    display: block;
  }
}
.bs-image-text__image-mask-fill {
  fill: #FFF8EE;
}
.bs-image-text__tag {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
}
@media (min-width: 750px) {
  .bs-image-text__tag {
    top: 10%;
    left: 16%;
  }
}
.bs-image-text__tag-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 100px;
  background-color: #C43B00;
  font-family: "cy-text", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF8EE;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.bs-image-text__tag-link:hover,
.bs-image-text__tag-link:focus-visible {
  opacity: 0.92;
}
.bs-section-background {
  background-color: var(--bs-background-color, #FFF8EE);
}
.bs-product-information {
  color: var(--bs-color, #FFFDFA);
}
.bs-media-gallery__slideshow-controls {
  mix-blend-mode: normal;
}
.bs-media-gallery__slideshow-controls .slideshow-controls__dots {
  gap: 8px;
  padding: 12px 16px 16px;
}
.bs-media-gallery__slideshow-controls .slideshow-control {
  width: 8px;
  height: 6px;
  margin: 0;
}
.bs-media-gallery__slideshow-controls .slideshow-control::after {
  width: 8px;
  height: 4px;
  background-color: #C43B00;
  opacity: 0.3;
  border-radius: 100px;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.bs-media-gallery__slideshow-controls .slideshow-control[aria-selected=true] {
  width: 48px;
}
.bs-media-gallery__slideshow-controls .slideshow-control[aria-selected=true]::after {
  width: 48px;
  opacity: 1;
  background-color: #C43B00;
}
.bs-product-media-container .bs-pattern-background {
  position: absolute;
  top: 15%;
  left: 8%;
  width: 80%;
  height: auto;
  z-index: -1;
  display: block;
}
.bs-product-media-container .bs-pattern-background svg,
.bs-product-media-container .bs-pattern-background img {
  width: 100%;
  height: auto;
  display: block;
}
.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: "Titan One", 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 .compare-at-price {
  color: #1F2837 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  font-family: "cy-text", sans-serif;
}
.bs-product-price.text-block .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;
  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, #C43B00);
  display: flex;
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--highlight-text-color, #C43B00);
}
.bs-product-inventory__text {
  font-size: 14px !important;
}
.bs-variant-picker {
  margin: var(--margin-block-start, 16px) var(--margin-inline-end, 16px) var(--margin-block-end, 16px) var(--margin-inline-start, 16px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.bs-variant-picker__body {
  background: var(--highlight-color, #C43B00);
  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: #FFFDFA;
  margin-block: 0;
  color: #C43B00;
}
.bs-variant-picker__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bs-variant-picker__mix-match {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  padding: 8px 0;
  border: 1px solid #FFF8EE;
  background: #FFF8EE;
  text-decoration: none;
  color: #C43B00;
  transition: border-color 0.2s ease;
}
.bs-variant-picker__mix-match:hover {
  border-color: #C43B00;
}
.bs-variant-picker__mix-match-image {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.bs-variant-picker__mix-match-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.bs-variant-picker__mix-match-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.bs-variant-picker__mix-match-headline {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.bs-variant-picker__mix-match-subtext {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
.bs-variant-picker__mix-match-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.bs-variant-picker__mix-match-arrow svg {
  width: 24px;
  height: 24px;
}
.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 #C43B00;
  background: #FFF8EE;
  color: #C43B00;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
.bs-variant-picker__option--selected {
  border-color: #C43B00;
  background: #C43B00;
  color: #FFFDFA;
}
.bs-variant-picker__option--unavailable {
  opacity: 0.4;
  pointer-events: none;
}
.bs-variant-picker__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  margin: -1px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.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: #E30044;
  color: #FFFDFA;
  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: #FFFDFA;
  color: #E30044;
}
.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: #C43B00;
}
.bs-variant-picker__option--selected .bs-variant-picker__option-price {
  color: #FFFDFA;
}
.bs-variant-picker__option-price-label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.bs-variant-picker__option--selected .bs-variant-picker__option-price-label {
  color: #FFFDFA;
}
.bs-variant-picker__option-highlight-badge {
  position: absolute;
  top: -9px;
  right: 11px;
  border-radius: 0 0 4px 4px;
  border-right: 0.5px solid #E30044;
  border-bottom: 0.2px solid #E30044;
  border-left: 0.5px solid #E30044;
  background: #E30044;
  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.1px;
  left: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid #C43B00;
  border-bottom: 9px solid transparent;
  transform: rotate(180deg);
}
.bs-variant-picker__option-highlight-badge::after {
  content: "";
  position: absolute;
  top: -0.1px;
  right: -6px;
  width: 0;
  height: 0;
  border-right: 5px solid #C43B00;
  border-bottom: 9px solid transparent;
  transform: rotate(180deg);
}
.bs-variant-picker__native-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bs-variant-picker__native-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-variant-picker__native-legend {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #C43B00;
  margin-bottom: 16px;
}
.bs-variant-picker__native-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bs-variant-picker__native-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #C43B00;
  background: #FFF8EE;
  color: #C43B00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.bs-variant-picker__native-button--selected {
  background: #C43B00;
  color: #FFFDFA;
}
.bs-variant-picker__native-button--unavailable {
  opacity: 0.4;
  pointer-events: none;
  text-decoration: line-through;
}
.bs-variant-picker__native-button span {
  pointer-events: none;
}
.bs-variant-picker__footer {
  display: flex;
  flex-direction: column;
  color: #fff;
  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: #fff;
}
.bs-variant-picker__total-price {
  font-size: 20px;
}
.bs-product-information .accordion--dividers accordion-custom:not(:first-child) .details {
  border-block-start: 1px solid #C43B00;
}
.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 .accordion .details__header {
  padding: 16px 0 !important;
}
.bs-product-information .button.add-to-cart-button {
  width: 100%;
}
.bs-flavor-picker {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: var(--margin-block-start, 0) var(--margin-inline-end, 0) var(--margin-block-end, 0) var(--margin-inline-start, 0);
  width: 100%;
}
.bs-flavor-picker__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #C43B00;
  margin-block: 0;
}
.bs-flavor-picker__options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.bs-flavor-picker__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  border: 2px solid transparent;
  text-decoration: none;
  color: #C43B00;
  transition: border-color 0.2s ease;
}
.bs-flavor-picker__option:hover {
  border-color: #C43B00;
}
.bs-flavor-picker__option--active {
  border-color: #C43B00;
}
.bs-flavor-picker__option--sold-out {
  pointer-events: none;
}
.bs-flavor-picker__option--sold-out .bs-flavor-picker__option-image {
  opacity: 0.5;
  position: relative;
}
.bs-flavor-picker__option--sold-out .bs-flavor-picker__option-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background-color: #C43B00;
  transform: rotate(-45deg);
  background-color: #FFF8EE;
}
.bs-flavor-picker__option-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.bs-flavor-picker__option-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-flavor-picker--bg-container,
.bs-variant-picker--bg-container {
  background-color: var(--bg-container-color);
  padding: var(--bg-container-padding-block) var(--bg-container-padding-inline);
  border-radius: var(--bg-container-border-radius);
}
.bs-nutrition-table table {
  width: 100%;
  table-layout: fixed;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #C43B00;
  margin: 16px 0;
  background: #FCECD1;
}
.bs-nutrition-table tr:nth-child(even) {
  background: #FFF8EE;
}
.bs-nutrition-table tr {
  display: flex;
  gap: 16px;
}
.bs-nutrition-table td {
  width: 120px;
  padding: 16px !important;
}
.bs-video-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 750px) {
  .bs-video-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bs-video-text__main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-video-text__main {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
}
@media (min-width: 750px) {
  .bs-video-text--layout-row-reverse .bs-video-text__main {
    flex-direction: row-reverse;
  }
}
.bs-video-text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-video-text__content {
    flex: 1 1 0;
    gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}
.bs-video-text__title {
  margin: 0;
  width: 100%;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: var(--bs-video-text-title-mobile, 36px);
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C43B00;
}
@media (min-width: 750px) {
  .bs-video-text__title {
    font-size: var(--bs-video-text-title-desktop, 48px);
    letter-spacing: 2px;
  }
}
.bs-video-text__title.rte h1,
.bs-video-text__title.rte h2,
.bs-video-text__title.rte h3,
.bs-video-text__title.rte h4,
.bs-video-text__title.rte h5,
.bs-video-text__title.rte h6,
.bs-video-text__title.rte p,
.bs-video-text__title.rte li {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.bs-video-text__title.rte h1,
.bs-video-text__title.rte h2,
.bs-video-text__title.rte h3,
.bs-video-text__title.rte h4,
.bs-video-text__title.rte h5,
.bs-video-text__title.rte h6,
.bs-video-text__title.rte p {
  margin: 0;
}
.bs-video-text__title.rte p + p {
  margin-top: 0.35em;
}
.bs-video-text__title.rte a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bs-video-text__description {
  width: 100%;
  font-family: "cy-text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #C43B00;
}
.bs-video-text__description p {
  margin: 0;
}
.bs-video-text__description p + p {
  margin-top: 0.35em;
}
.bs-video-text__description a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bs-video-text__description--desktop {
  display: none;
}
@media (min-width: 750px) {
  .bs-video-text__description--desktop {
    display: block;
  }
}
@media (min-width: 750px) {
  .bs-video-text__description--mobile {
    display: none;
  }
}
.bs-video-text__video {
  width: 100%;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-video-text__video {
    flex: 1 1 0;
  }
}
.bs-video-text__video deferred-media,
.bs-video-text__video .bs-video-text__deferred-media,
.bs-video-text__video .video-placeholder-wrapper {
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 750px) {
  .bs-video-text__video deferred-media,
  .bs-video-text__video .bs-video-text__deferred-media,
  .bs-video-text__video .video-placeholder-wrapper {
    border-radius: 0;
  }
}
.bs-video-text__video .bs-video-text__deferred-media iframe,
.bs-video-text__video .bs-video-text__deferred-media video,
.bs-video-text__video iframe,
.bs-video-text__video video {
  border-radius: inherit;
}
.bs-video-text__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  aspect-ratio: 343/610;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 750px) {
  .bs-video-text__media {
    aspect-ratio: 76/77;
    border-radius: 0;
  }
}
.bs-video-text__html-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid #FFF8EE;
}
.bs-video-text__media-mask {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 750px) {
  .bs-video-text__media-mask {
    display: block;
  }
}
.bs-video-text__media-mask-fill {
  fill: #FFF8EE;
}
.bs-video-text__controls {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}
.bs-video-text__controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.bs-video-text__controls button svg {
  flex-shrink: 0;
}
.bs-video-text__controls button .icon-mute,
.bs-video-text__controls button .icon-unmute,
.bs-video-text__controls button .icon-pause,
.bs-video-text__controls button .icon-play {
  display: none;
}
.bs-video-text__controls__audio[data-status=mute] .icon-unmute {
  display: block;
}
.bs-video-text__controls__audio[data-status=unmute] .icon-mute {
  display: block;
}
.bs-video-text__controls__video[data-status=play] .icon-pause {
  display: block;
}
.bs-video-text__controls__video[data-status=pause] .icon-play {
  display: block;
}
.bs-video-text__controls .icon-play {
  position: relative;
  left: 2px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*# sourceMappingURL=bs-juizy-wow.min.css.map */
