@charset "UTF-8";

/* source/scss/alpurial.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: "Nunito Sans", sans-serif;
  font-weight: 400;
}
body {
  color: #1C1B1B;
  text-rendering: geometricPrecision;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1C1B1B;
  line-height: 125%;
  text-transform: uppercase;
}
.h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-style: normal;
  line-height: 125%;
  margin: 0;
  color: #1C1B1B;
  letter-spacing: 3.96px;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  .h1 {
    font-size: 32px;
    letter-spacing: 5.76px;
  }
}
.h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  margin: 0;
  color: #1C1B1B;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
@media (min-width: 1366px) {
  .h2 {
    font-size: 28px;
    letter-spacing: 5.04px;
  }
}
.h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 125%;
  text-transform: uppercase;
  margin: 0;
  color: #1C1B1B;
  letter-spacing: 3.24px;
}
@media (min-width: 1366px) {
  .h3 {
    font-size: 24px;
    letter-spacing: 4.32px;
  }
}
.h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  text-transform: uppercase;
  margin: 0;
  color: #1C1B1B;
  letter-spacing: 2.88px;
}
@media (min-width: 1366px) {
  .h4 {
    font-size: 20px;
    letter-spacing: 3.6px;
  }
}
.h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  text-transform: uppercase;
  margin: 0;
  color: #1C1B1B;
  letter-spacing: 2.52px;
}
@media (min-width: 1366px) {
  .h5 {
    font-size: 16px;
    letter-spacing: 2.88px;
  }
}
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  line-height: 125%;
  text-transform: uppercase;
  margin: 0;
  color: #1C1B1B;
  letter-spacing: 2.16px;
}
@media (min-width: 1366px) {
  .h6 {
    font-size: 14px;
    letter-spacing: 2.52px;
  }
}
a,
.rte a {
  font-weight: 600;
  text-decoration: none;
}
strong {
  font-weight: 600;
}
:root {
  --font-body-family: $f-regular !important;
  --font-heading-family: $f-heading !important;
}
.bs-wrapper {
  max-width: calc(1440px + 20px * 2);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 750px) {
  .bs-wrapper {
    max-width: calc(1440px + 40px * 2);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .bs-wrapper {
    max-width: calc(1440px + 90px * 2);
    padding-left: 90px;
    padding-right: 90px;
  }
}
.bs-container,
.page-width {
  max-width: calc(1440px + 20px * 2);
  margin: 0 auto;
  padding-left: 20px !important;
  padding-right: 20px !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;
}
section:not(:has(*)) {
  display: none;
}
.button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove, .bs-quick-add__button) {
  text-transform: uppercase;
  padding: 15px 80px;
  min-width: unset;
  width: 100%;
  background-color: #946951;
  color: #fff;
  border: 1px solid #946951;
  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: 700;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  line-height: 120%;
  margin: 0;
  border-radius: 6px;
}
.button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove, .bs-quick-add__button)::after,
.button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove, .bs-quick-add__button)::before {
  content: none;
}
@media (min-width: 750px) {
  .button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove, .bs-quick-add__button) {
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 48px;
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
@media (hover: hover) {
  .button:not(.button-unstyled, .localization-selector, .quick-add__button, .cart-items__remove, .bs-quick-add__button):hover {
    background-color: #fff;
    color: #946951;
  }
}
.button--primary-with-border,
.button-primary-with-border {
  border: 1px solid #fff !important;
}
@media (hover: hover) {
  .button--primary-with-border:hover,
  .button-primary-with-border:hover {
    border: 1px solid #946951 !important;
  }
}
.button--secondary,
.button-secondary {
  background-color: transparent !important;
  color: #946951 !important;
  border: 1px solid #946951 !important;
}
@media (hover: hover) {
  .button--secondary:hover,
  .button-secondary:hover {
    background-color: #946951 !important;
    color: #fff !important;
  }
}
.button--secondary-fill,
.button-secondary-fill {
  background-color: #fff !important;
  color: #946951 !important;
  border: 1px solid #946951 !important;
}
@media (hover: hover) {
  .button--secondary-fill:hover,
  .button-secondary-fill:hover {
    background-color: #946951 !important;
    color: #fff !important;
  }
}
.button--tertiary,
.button-tertiary {
  background-color: #DBD5CD !important;
  color: #1C1B1B !important;
  border: 1px solid #DBD5CD !important;
}
@media (hover: hover) {
  .button--tertiary:hover,
  .button-tertiary:hover {
    color: #1C1B1B !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
  }
}
.button--link,
.button-link {
  background-color: transparent !important;
  color: #1C1B1B !important;
  border: none;
  text-decoration: underline;
}
@media (hover: hover) {
  .button--link:hover,
  .button-link:hover {
    color: #644533;
  }
}
.button--small {
  padding: 13px 80px !important;
  font-size: 12px !important;
}
@media (min-width: 750px) {
  .button--small {
    padding: 12px 48px !important;
    font-size: 13px !important;
  }
}
.button--full {
  width: 100% !important;
}
.button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.button--reduce-padding {
  padding-inline: 10px !important;
}
@media (min-width: 750px) {
  .button--reduce-padding {
    padding-inline: 20px !important;
  }
}
.swal-button--confirm {
  background-color: #0b0a0a !important;
}
.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
  width: 100% !important;
  font-weight: 700 !important;
  line-height: 120% !important;
}
@media (min-width: 750px) {
  .btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
    max-height: 50px !important;
    width: 100% !important;
  }
}
.bs-card-banner__image-text .button {
  width: 100% !important;
  padding-inline: 2px !important;
}
.bs-card-banner__featured-product .button {
  width: 100% !important;
  padding-inline: 2px !important;
}
.bs-card-banner-ingredients-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.bs-card-banner-ingredients-list__item {
  padding: 13px 16px;
  border-radius: 4px;
  background: #F5F5F5;
  color: #1C1B1B;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.bs-card-banner-ingredients-list__item:hover {
  opacity: 0.75;
}
.bs-card-banner-ingredients-list__item.is-active {
  box-shadow: inset 0 0 0 1px currentColor;
}
.bs-copy-toast {
  position: fixed;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #fff;
  color: #1C1B1B;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9999;
  border: 1px solid #DDDDDD;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 750px) {
  .bs-copy-toast {
    font-size: 18px;
  }
}
.bs-copy-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.header-custom header-actions {
  gap: 6px;
}
@media (min-width: 750px) {
  .header-custom header-actions {
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .header-custom header-actions {
    gap: 24px;
  }
}
.header-custom header-actions .header-actions__action.action__cart-trigger {
  border: none;
  padding: 0;
  background: none;
  margin-right: -2px;
}
.header-custom header-actions .header-actions__action .svg-wrapper {
  max-width: 24px;
}
.header-custom header-actions .header-actions__action .svg-wrapper svg {
  width: 24px;
  height: 24px;
}
.header-custom header-actions .header-actions__action.account-button {
  padding: 0;
  width: 24px;
}
.header-custom header-actions .header-actions__action.account-button svg {
  height: 24px;
  width: 24px;
}
.menu-drawer__menu__bestsellers,
.header__submenu__bestsellers {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  background: var(--nav-drawer-recommend-background);
  color: var(--nav-drawer-recommend-font-color);
  font-size: 16px;
}
@media (min-width: 1024px) {
  .menu-drawer__menu__bestsellers,
  .header__submenu__bestsellers {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    gap: 12px;
    height: -moz-max-content;
    height: max-content;
  }
}
.menu-drawer__menu__bestsellers::before,
.header__submenu__bestsellers::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  transform: translateX(-100%);
  background: inherit;
}
@media (min-width: 1024px) {
  .menu-drawer__menu__bestsellers::before,
  .header__submenu__bestsellers::before {
    content: none;
  }
}
.menu-drawer__menu__bestsellers::after,
.header__submenu__bestsellers::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  transform: translateX(100%);
  background: inherit;
}
@media (min-width: 1024px) {
  .menu-drawer__menu__bestsellers::after,
  .header__submenu__bestsellers::after {
    content: none;
  }
}
.menu-drawer__menu__bestsellers__title,
.header__submenu__bestsellers__title {
  font-size: 14px;
  line-height: 125%;
  font-weight: 600;
  color: #1C1B1B;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: left;
}
.menu-drawer__menu__bestsellers__content,
.header__submenu__bestsellers__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.menu-drawer__menu__bestsellers__content a,
.header__submenu__bestsellers__content a {
  text-decoration: none;
}
.menu-drawer__menu__bestsellers .bestseller-item,
.header__submenu__bestsellers .bestseller-item {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #fff;
  padding: 7px;
  border: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s ease-out, opacity 0.2s ease-out;
}
.menu-drawer__menu__bestsellers .bestseller-item:hover,
.header__submenu__bestsellers .bestseller-item:hover {
  cursor: pointer;
  border-color: #946951;
}
.menu-drawer__menu__bestsellers .bestseller-item img,
.header__submenu__bestsellers .bestseller-item img {
  width: auto;
  aspect-ratio: 1/1;
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu-drawer__menu__bestsellers .bestseller-item--banner,
.header__submenu__bestsellers .bestseller-item--banner {
  background: #EDE9E4;
  grid-column: span 2;
  padding: 13px 16px;
  position: relative;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  min-height: 83px;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 1024px) {
  .menu-drawer__menu__bestsellers .bestseller-item--banner,
  .header__submenu__bestsellers .bestseller-item--banner {
    order: 1;
    margin-top: 8px;
  }
}
.menu-drawer__menu__bestsellers .bestseller-item--banner::before,
.header__submenu__bestsellers .bestseller-item--banner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  transform: translateX(15px);
  width: 119px;
  height: 119px;
  background: #F6F4F2;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .menu-drawer__menu__bestsellers .bestseller-item--banner::before,
  .header__submenu__bestsellers .bestseller-item--banner::before {
    width: 237px;
    height: 237px;
    left: 0;
    top: 0;
    transform: translateX(-26px) translateY(21px);
  }
}
.menu-drawer__menu__bestsellers .bestseller-item--banner .bestseller-item__label,
.header__submenu__bestsellers .bestseller-item--banner .bestseller-item__label {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 1px;
  color: #1C1B1B;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 148px;
  text-align: left;
  z-index: 1;
}
@media (min-width: 1024px) {
  .menu-drawer__menu__bestsellers .bestseller-item--banner .bestseller-item__label,
  .header__submenu__bestsellers .bestseller-item--banner .bestseller-item__label {
    margin-left: 50%;
    font-size: 16px;
  }
}
.menu-drawer__menu__bestsellers .bestseller-item--banner .bestseller-item__sub-label,
.header__submenu__bestsellers .bestseller-item--banner .bestseller-item__sub-label {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: #706F6F;
  max-width: 148px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .menu-drawer__menu__bestsellers .bestseller-item--banner .bestseller-item__sub-label,
  .header__submenu__bestsellers .bestseller-item--banner .bestseller-item__sub-label {
    margin-left: 50%;
  }
}
.menu-drawer__menu__bestsellers .bestseller-item--banner .bestseller-item__button,
.header__submenu__bestsellers .bestseller-item--banner .bestseller-item__button {
  margin-left: 50%;
  min-width: unset;
  z-index: 1;
  color: #fff;
  width: 50%;
  margin-top: 26px;
}
.menu-drawer__menu__bestsellers .bestseller-item--banner .bestseller-item__button:hover,
.header__submenu__bestsellers .bestseller-item--banner .bestseller-item__button:hover {
  cursor: pointer;
  color: #946951;
}
.menu-drawer__menu__bestsellers .bestseller-item--banner img,
.header__submenu__bestsellers .bestseller-item--banner img {
  position: absolute;
  right: 16px;
  top: 0;
  width: 85px;
  height: auto;
}
@media (min-width: 1024px) {
  .menu-drawer__menu__bestsellers .bestseller-item--banner img,
  .header__submenu__bestsellers .bestseller-item--banner img {
    position: absolute;
    right: unset;
    left: 4px;
    width: 173px;
    transform: translateX(-6px);
  }
}
.menu-drawer__menu__bestsellers .bestseller-item__label,
.header__submenu__bestsellers .bestseller-item__label {
  color: #1C1B1B;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
#shopify-section-bs-mobile-navigation {
  height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
#shopify-section-bs-mobile-navigation > .menu-drawer__navItem:first-child {
  margin-top: 24px;
}
.header-custom .menu-drawer {
  top: 100%;
}
.header-custom .menu-drawer .search-account-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0 !important;
  transition: transform 0.2s ease-out;
}
.header-custom .menu-drawer .search-account-bar[data-level="0"] {
  transform: translateX(0);
}
.header-custom .menu-drawer .search-account-bar[data-level="1"] {
  transform: translateX(-100%);
}
.header-custom .menu-drawer .search-account-bar[data-level="2"] {
  transform: translateX(-200%);
}
.header-custom .menu-drawer .search-account-bar__search {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #777676;
  font-size: 16px;
  padding: 22px 20px;
  max-height: 60px;
  width: 100%;
  flex: 0 0 100%;
}
.header-custom .menu-drawer .search-account-bar__firstTitle,
.header-custom .menu-drawer .search-account-bar__secondTitle {
  flex: 0 0 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding: 22px 20px;
}
.header-custom .menu-drawer .search-account-bar__title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.header-custom .menu-drawer .search-account-bar__phrase {
  color: #777676;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.56px;
}
.header-custom .menu-drawer .menu-drawer__menu__search-trigger svg {
  width: 24px;
  height: 24px;
}
.header-custom .menu-drawer__menu {
  height: calc(100dvh - var(--header-total) - 48px);
  padding: 0 20px;
  transition: transform 0.2s ease-out;
  display: flex;
  flex-direction: column;
}
.header-custom .menu-drawer__menu__search-trigger {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background: #fff;
  border: none;
  padding: 0 16px;
  position: absolute;
}
.header-custom .menu-drawer__menu__search-trigger span {
  font-size: 16px;
  color: #777676;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  top: 0.06rem;
}
.header-custom .menu-drawer__menu[data-level="0"] {
  transform: translateX(0);
}
.header-custom .menu-drawer__menu[data-level="1"] {
  transform: translateX(-100%);
}
.header-custom .menu-drawer__menu[data-level="2"] {
  transform: translateX(-200%);
}
.header-custom .menu-drawer__menu .menu-drawer__localization .disclosure__button {
  padding: 12px 12px 12px 0;
}
.header-custom .menu-drawer__menu .menu-drawer__localization .disclosure__button span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #777676;
  font-weight: 600;
}
.header-custom .menu-drawer__menu .menu-drawer__localization .disclosure__button .icon-caret {
  position: relative;
  margin-left: 4px;
  right: unset;
}
.header-custom .menu-drawer__menu .menu-drawer__localization .disclosure__button .icon-caret:not(.icon-caret--mobile) {
  display: none;
}
.header-custom .menu-drawer__menu .menu-drawer__localization .disclosure__button .icon-caret path {
  stroke: #777676;
}
.header-custom .menu-drawer__navigation {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.header-custom .menu-drawer__navItem {
  padding: 13px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.header-custom .menu-drawer__navItem:not(.menu-drawer__navItem--parent) {
  padding: 12px 13px;
  text-decoration: none;
  margin-bottom: 0;
  border-radius: 0;
}
.header-custom .menu-drawer__navItem:not(.menu-drawer__navItem--parent):last-of-type {
  border-bottom: none;
}
.header-custom .menu-drawer__navItem:not(.menu-drawer__navItem--parent) .menu-drawer__navItem__title {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-transform: none;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: normal;
  color: #706F6F;
}
.header-custom .menu-drawer__navItem--parent:has(+ a.menu-drawer__navItem) {
  margin-bottom: 12px;
  min-height: 47px;
}
.header-custom .menu-drawer__navItem--parent:has(+ a.menu-drawer__navItem) + .menu-drawer__navItem:not(.menu-drawer__navItem--parent) {
  margin-top: auto;
}
.header-custom .menu-drawer__navItem--parent:has(+ .menu-drawer__navItem--parent) {
  margin-bottom: 12px;
}
.header-custom .menu-drawer__navItem__arrow {
  display: none;
  position: relative;
  margin-left: auto;
}
.header-custom .menu-drawer__navItem--parent {
  background: #F5F5F5;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 4px;
}
.header-custom .menu-drawer__navItem--parent .menu-drawer__navItem__arrow {
  display: inline-block;
  width: auto;
  height: 20px;
}
.header-custom .menu-drawer__navItem--outlined {
  border: 1px solid #DDDDDD;
  background: transparent;
}
.header-custom .menu-drawer__navItem__content {
  display: flex;
  flex-direction: column;
}
.header-custom .menu-drawer__navItem__title {
  color: #1C1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
}
.header-custom .menu-drawer__navItem__titleWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  transition: margin-left 0.3s ease;
}
.header-custom .menu-drawer__navItem__titleWrapper:hover {
  margin-left: 4px;
}
.header-custom .menu-drawer__navItem__titleWrapper * {
  font-family: "Montserrat", sans-serif;
}
.header-custom .menu-drawer__navItem__subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.header-custom .menu-drawer__navItem__number {
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
  color: #0b0a0a;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .header-custom .menu-drawer__navItem__number {
    color: #777676;
  }
}
.header-custom .menu-drawer__navItem__tag,
.header-custom .menu-drawer__submenuItem__tag {
  padding: 4px 8px;
  border-radius: 50px;
  line-height: normal;
  font-size: 12px;
  font-weight: 700;
}
.header-custom .menu-drawer__navItem__submenu {
  height: calc(100dvh - var(--header-total) - 48px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  display: flex;
  flex-direction: column;
  padding: 16px 20px 0;
  cursor: auto;
}
.header-custom .menu-drawer__navItem__submenu > div:has(> .menu-drawer__navItem__submenu__prevButton, > .header-custom .menu-drawer__subSubmenu__prevButton),
.header-custom .menu-drawer__navItem__submenu .menu-drawer__submenuItem__submenu > div:has(> .menu-drawer__subSubmenu__prevButton) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
}
.header-custom .menu-drawer__navItem__submenu__prevButton,
.header-custom .menu-drawer__subSubmenu__prevButton {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 20px;
  background: #F5F5F5;
  color: #1C1B1B;
  letter-spacing: 2px;
  cursor: pointer;
}
.header-custom .menu-drawer__navItem__submenu__items {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  overflow-y: scroll;
}
.header-custom .menu-drawer__navItem--open .menu-drawer__navItem__submenu {
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.2s ease-out;
  z-index: 4000;
}
.header-custom .menu-drawer__submenuItem {
  padding: 16px 0;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1C1B1B;
  min-height: 64px;
}
.header-custom .menu-drawer__submenuItem--all {
  min-height: unset;
  font-size: 16px;
  color: #1C1B1B;
  font-weight: 400;
  padding: 13px 0;
}
.header-custom .menu-drawer__submenuItem:has(> img),
.header-custom .menu-drawer__submenuItem:has(> a > img) {
  padding: 3px 0;
}
.header-custom .menu-drawer__submenuItem a:has(+ .menu-drawer__submenuItem__arrow) {
  display: flex;
  gap: 12px;
}
.header-custom .menu-drawer__submenuItem a:has(+ .menu-drawer__submenuItem__arrow) img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}
.header-custom .menu-drawer__submenuItem > img {
  height: 32px;
  width: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}
.header-custom .menu-drawer__submenuItem--accent {
  border-radius: 6px;
  background: #DDDDDD;
  border-bottom: none;
}
.header-custom .menu-drawer__submenuItem--accent .menu-drawer__navItem__submenuItem__title {
  color: #0b0a0a;
  font-weight: 400;
}
.header-custom .menu-drawer__submenuItem--variation {
  border-radius: 6px;
  background: #F5F5F5;
  border-bottom: none;
}
.header-custom .menu-drawer__submenuItem__arrow {
  display: none;
  position: relative !important;
  margin-left: auto;
  right: 8px;
}
.header-custom .menu-drawer__submenuItem--parent .menu-drawer__submenuItem__arrow {
  display: inline-block;
}
.header-custom .menu-drawer__submenuItem__title {
  color: #1C1B1B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .header-custom .menu-drawer__submenuItem__title {
    color: #777676;
  }
}
.header-custom .menu-drawer__submenuItem__titleWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.header-custom .menu-drawer__submenuItem__subtitle {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.header-custom .menu-drawer__submenuItem__submenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  display: flex;
  flex-direction: column;
  padding: 0 16px 0;
  height: calc(100dvh - var(--header-total) - 48px);
}
.header-custom .menu-drawer__submenuItem__submenu > div:has(a) {
  height: 100%;
  overflow-y: scroll;
}
.header-custom .menu-drawer__submenuItem--open .menu-drawer__submenuItem__submenu {
  opacity: 1;
  pointer-events: auto;
  z-index: 5000;
}
.header-custom .menu-drawer__submenuItem:last-of-type {
  border-bottom: none;
}
.header-custom .menu-drawer__subSubmenu > div:has(.menu-drawer__subSubmenu__prevButton) {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.header-custom .menu-drawer__subSubmenuItem {
  display: flex;
  text-decoration: none;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px dashed #DDDDDD;
}
@media (min-width: 1366px) {
  .header-custom .menu-drawer__subSubmenuItem {
    padding: 8px 0;
    border-bottom: none;
  }
}
.header-custom .menu-drawer__metaNavigation {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
.header-custom .menu-drawer__metaNavigation__item {
  border-bottom: 1px solid #DDDDDD;
  background-color: transparent;
  padding: 12px 0;
}
.header-custom .menu-drawer__metaNavigation__item:last-child {
  border-bottom: none;
}
.header-custom .menu-drawer__metaNavigation__item .menu-drawer__navItem__arrow {
  right: 20px;
}
.header-custom .menu-drawer__metaNavigation__item .menu-drawer__navItem__title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.header-custom .menu-drawer .language-selector[data-type=lsn-switchers][data-mobile=""] {
  display: none !important;
}
.header-custom .menu-drawer__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.header-custom .menu-drawer__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background: #F5F5F5;
  transform: translateX(-100%);
}
.header-custom .menu-drawer__footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background: #F5F5F5;
  transform: translateX(100%);
}
.header-custom .menu-drawer__footer__account-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
}
.header-custom .menu-drawer__footer__account-trigger svg {
  min-height: 24px;
  min-width: 24px;
}
.header-custom .menu-drawer__footer__account-trigger span {
  font-size: 14px;
  line-height: normal;
  color: #1C1B1B;
  font-weight: 400;
}
.header-custom .menu-drawer__footer .country-selector-form__wrapper {
  flex-grow: 1;
}
.header-custom .menu-drawer__footer .localization-wrapper {
  width: 100%;
  left: 0;
  right: unset;
  top: unset;
  bottom: 0;
  transform: translateY(-56px);
  max-height: unset;
  position: fixed;
  border-radius: 0;
  box-shadow: none;
  height: calc(100% - 8px);
  overflow-y: hidden;
}
.header-custom .menu-drawer__footer .localization-wrapper localization-form-component {
  position: relative;
  height: 100%;
}
.header-custom .menu-drawer__footer .localization-wrapper localization-form-component::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--backdrop-color-rgb)/var(--backdrop-opacity));
  transform: translateY(-100%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .header-custom .menu-drawer__footer .localization-wrapper {
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: none;
  }
}
.header-custom .menu-drawer__footer .dropdown-localization__button {
  padding-top: 0;
  padding-bottom: 0;
}
.header-custom .menu-drawer__footer .dropdown-localization__button span {
  font-size: 14px;
  color: #1C1B1B;
}
.header-custom .menu-drawer__footer .localization-form__list {
  height: 100%;
  max-height: unset;
}
.header-custom .menu-drawer__footer .localization-form {
  display: flex;
  flex-direction: column;
}
.header-custom .menu-drawer__footer .localization-form__select {
  padding-block: 0;
  padding-inline: 0;
  padding-inline-end: 10px !important;
  background-color: transparent;
}
.header-custom .menu-drawer__footer .language-selector {
  min-width: 100%;
  padding-inline-start: 16px !important;
  padding-right: 16px;
}
.header-custom .menu-drawer__footer .language-selector .svg-wrapper.icon-caret {
  width: 8px;
  height: auto;
  right: 16px;
  transform: translateX(50%) translateY(-50%);
}
@media (min-width: 1024px) {
  .header-custom .menu-drawer__footer .language-selector .svg-wrapper.icon-caret {
    right: 12px;
  }
}
.header-custom .menu-drawer__footer anchored-popover-component {
  display: flex !important;
}
.header-custom .menu-drawer__footer cart-drawer-component {
  display: none;
}
.header__menu-item:hover .header__menu-item__hoverThreshold {
  pointer-events: auto;
}
.header__menu-item__hoverThreshold {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 45px;
  transform: translateY(30px);
  pointer-events: none;
}
.header__menu-item--small .header__menu-item__title {
  font-weight: inherit;
}
.header__icon--search {
  color: #fff;
}
.header__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media (min-width: 1024px) {
  .header__heading {
    height: 71px;
    display: flex;
    align-items: center;
  }
}
.header .header__search {
  display: inline-flex !important;
}
@media (max-width: 1024px) {
  body:has(.menu-drawer-container[open]) iframe#launcher {
    display: none;
  }
}
body .search-modal {
  overflow-x: hidden;
  position: fixed;
  top: 0;
}
body .search-modal__content {
  max-height: calc(100dvh - var(--header-total));
  inset-block-start: unset;
  inset-block-end: unset;
  overflow: visible;
}
@media (min-width: 750px) {
  body .search-modal__content {
    margin-block-start: 0;
    width: 100%;
  }
}
body .search-modal__content::backdrop {
  height: calc(100dvh - var(--header-total));
  padding-top: calc(var(--header-total) + 10px);
  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 30%,
      black 30%);
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 30%,
      black 30%);
}
@media (min-width: 750px) {
  body .search-modal .dialog-modal {
    max-width: 1440px;
    margin: 0 auto;
  }
}
body .search-modal .dialog-modal[open].search-modal__content {
  box-shadow: none;
  animation: unset;
  transform: translateY(calc(var(--header-total) + 1px));
  border-radius: 0;
}
body .search-modal .predictive-search-form__header {
  padding: 0 16px;
  height: 48px;
  border-bottom: none;
  position: relative;
  background-color: #fff;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-form__header {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-form__header {
    padding: 0 90px;
  }
}
body .search-modal .predictive-search-form__header::before {
  content: none !important;
}
body .search-modal .predictive-search-form__content-wrapper {
  position: relative;
  overflow: visible;
}
body .search-modal .predictive-search-form__content {
  background: #F5F3F1;
  position: relative;
}
body .search-modal .predictive-search-form__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  height: 100%;
  background-color: #F5F3F1;
  transform: translateX(-100%);
}
body .search-modal .predictive-search-form__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100%;
  background-color: #F5F3F1;
  transform: translateX(100%);
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-form__content {
    max-height: unset;
    overflow-y: unset;
  }
}
body .search-modal .predictive-search-form__content + .predictive-search-form__footer {
  display: none !important;
}
body .search-modal .predictive-search-form .search-input {
  padding-left: 32px;
  line-height: normal;
  transform: translateY(0.5px);
}
body .search-modal .predictive-search-form__tags {
  background: #F5F3F1;
  padding: 16px;
  position: relative;
}
body .search-modal .predictive-search-form__tags::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  height: 100%;
  background-color: #F5F3F1;
  transform: translateX(-100%);
}
body .search-modal .predictive-search-form__tags::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100%;
  background-color: #F5F3F1;
  transform: translateX(100%);
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-form__tags {
    padding: 16px 40px;
  }
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-form__tags {
    padding: 16px 90px;
  }
}
body .search-modal .predictive-search-form__tags .swiper-slide {
  padding: 8px 16px;
  background: #DBD5CD;
  color: #1C1B1B;
  border-radius: 50px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
body .search-modal .predictive-search-form__tags .swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body .search-modal .predictive-search-form__footer {
  padding: 0;
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  height: 0;
  padding: 0 16px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-form__footer {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-form__footer {
    padding: 0 90px;
  }
}
body .search-modal .predictive-search-form__footer button {
  margin: 0 0 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  border: none;
  color: #494949;
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  text-transform: unset;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-form__footer button {
    min-width: unset;
    font-size: 14px;
  }
}
body .search-modal .predictive-search-form__footer button:hover {
  transform: unset;
  box-shadow: unset;
  background: transparent;
  background-color: transparent;
}
body .search-modal .predictive-search {
  background: #F5F3F1;
}
body .search-modal .predictive-search__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-total);
  transform: translateY(-100%);
}
body .search-modal .predictive-search__close-modal-button {
  margin: 0;
  background-color: transparent;
  padding: 0;
  height: unset;
  color: #706F6F;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search__close-modal-button {
    min-width: unset;
  }
}
body .search-modal .predictive-search__close-modal-button .svg-wrapper {
  width: 16px;
  height: 16px;
}
body .search-modal .predictive-search__close-modal-button svg {
  width: 16px;
  height: 16px;
}
body .search-modal .predictive-search__icon {
  left: 16px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search__icon {
    left: 40px;
  }
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search__icon {
    left: 90px;
  }
}
body .search-modal .predictive-search__icon svg {
  width: 24px;
  height: 24px;
}
body .search-modal .predictive-search__reset-button {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 10px;
  margin-inline-end: 0;
}
body .search-modal .predictive-search-results__resources {
  padding: 0 16px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__resources {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__resources {
    padding: 0 90px;
  }
}
body .search-modal .predictive-search-results__title {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #494949;
  margin-bottom: 16px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
body .search-modal .predictive-search-results__list {
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1366px) {
  body .search-modal .predictive-search-results__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
}
body .search-modal .predictive-search-results__products {
  padding: 0 16px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__products {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__products {
    padding: 0 90px;
  }
}
body .search-modal .predictive-search-results__inner {
  max-height: calc(100dvh - var(--header-total) - 118px);
  overflow-y: scroll;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__inner {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
body .search-modal .predictive-search-results__card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: transparent;
  transition: border-color 0.3s ease, transform 0.4s ease;
}
body .search-modal .predictive-search-results__card:hover {
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid;
  border-color: #E5E5E5;
  background-color: transparent;
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__card product-card-link {
    display: flex;
    height: 100%;
  }
}
body .search-modal .predictive-search-results__card .resource-card {
  flex-direction: row;
  background: #fff;
  height: 115px;
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__card .resource-card {
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
}
body .search-modal .predictive-search-results__card .resource-card__review {
  margin-bottom: 4px;
}
body .search-modal .predictive-search-results__card .resource-card__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body .search-modal .predictive-search-results__card .resource-card__title span {
  font-size: 16px;
  font-weight: 600;
  color: #1C1B1B;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__card .resource-card__title span {
    display: unset;
  }
}
body .search-modal .predictive-search-results__card .resource-card__title small {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: #706F6F;
}
body .search-modal .predictive-search-results__card .resource-card__media {
  aspect-ratio: var(--resource-card-aspect-ratio);
  height: 100%;
}
body .search-modal .predictive-search-results__card .resource-card__media img {
  height: 100%;
  width: auto;
}
body .search-modal .predictive-search-results__card .resource-card__content {
  width: 100%;
  padding: 16px 8px;
  gap: 4px;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__card .resource-card__content {
    padding: 16px;
  }
}
body .search-modal .predictive-search-results__card .resource-card__content div[ref=priceContainer] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  line-height: normal;
  flex-wrap: wrap;
}
body .search-modal .predictive-search-results__card .resource-card__content div[ref=priceContainer]:has(.compare-at-price) .price {
  font-weight: 600;
}
body .search-modal .predictive-search-results__card .resource-card__content div[ref=priceContainer] .compare-at-price {
  color: #706F6F;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  text-decoration: line-through;
}
body .search-modal .predictive-search-results__card .resource-card__content div[ref=priceContainer] .price {
  font-size: 14px;
  font-weight: 400;
  color: #1C1B1B;
  line-height: 130%;
}
body .search-modal .predictive-search-results__card .resource-card__content div[ref=priceContainer] .unit-price {
  font-size: 10px;
  line-height: 120%;
  color: #706F6F;
  font-weight: 400;
}
body .search-modal .predictive-search-results__card:has(.resource-card--bestseller) {
  border: 1px solid #AD8A78;
}
body .search-modal .predictive-search-results__card:has(.resource-card--bestseller) .resource-card {
  background: #FDF9F1;
  padding-top: 16px;
  position: relative;
  height: 131px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__card:has(.resource-card--bestseller) .resource-card {
    padding-top: unset;
    height: 115px;
  }
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__card:has(.resource-card--bestseller) .resource-card {
    height: unset;
  }
}
body .search-modal .predictive-search-results__card:has(.resource-card--bestseller) .resource-card::before {
  content: "Bestseller";
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 12px;
  background: #AD8A78;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  border-bottom-right-radius: 8px;
}
body .search-modal .predictive-search-results__card:has(.resource-card--bestseller) .resource-card__content,
body .search-modal .predictive-search-results__card:has(.resource-card--bestseller) .resource-card__media {
  background: #FDF9F1;
}
body .search-modal .predictive-search-results__card--resource,
body .search-modal .predictive-search-results__card--article {
  padding: 0;
  width: 100%;
}
body .search-modal .predictive-search-results__card--resource .resource-card,
body .search-modal .predictive-search-results__card--article .resource-card {
  height: 100%;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__card--resource .resource-card,
  body .search-modal .predictive-search-results__card--article .resource-card {
    gap: unset;
  }
}
body .search-modal .predictive-search-results__card--resource .resource-card__title,
body .search-modal .predictive-search-results__card--article .resource-card__title {
  margin-bottom: -2px;
}
body .search-modal .predictive-search-results__card--resource .resource-card__title span,
body .search-modal .predictive-search-results__card--resource .resource-card__title small,
body .search-modal .predictive-search-results__card--article .resource-card__title span,
body .search-modal .predictive-search-results__card--article .resource-card__title small {
  font-size: 14px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__card--resource .resource-card__title span,
  body .search-modal .predictive-search-results__card--resource .resource-card__title small,
  body .search-modal .predictive-search-results__card--article .resource-card__title span,
  body .search-modal .predictive-search-results__card--article .resource-card__title small {
    font-size: 16px;
  }
}
body .search-modal .predictive-search-results__card--resource .resource-card__title *:empty,
body .search-modal .predictive-search-results__card--article .resource-card__title *:empty {
  display: none;
}
body .search-modal .predictive-search-results__card--resource .resource-card__subtext,
body .search-modal .predictive-search-results__card--article .resource-card__subtext {
  font-size: 14px;
  line-height: 120%;
  color: #706F6F;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__card--resource .resource-card__subtext,
  body .search-modal .predictive-search-results__card--article .resource-card__subtext {
    white-space: normal;
  }
}
body .search-modal .predictive-search-results__card--resource .resource-card__tags-list,
body .search-modal .predictive-search-results__card--article .resource-card__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__card--resource .resource-card__tags-list,
  body .search-modal .predictive-search-results__card--article .resource-card__tags-list {
    margin-top: 8px;
  }
}
body .search-modal .predictive-search-results__card--resource .resource-card__tags-list .resource-card__tag,
body .search-modal .predictive-search-results__card--article .resource-card__tags-list .resource-card__tag {
  font-size: 12px;
  font-weight: 400;
  color: #1C1B1B;
  background: #DBD5CD;
  padding: 4px 12px;
  border-radius: 50px;
  line-height: normal;
}
body .search-modal .predictive-search-results__card--resource .resource-card .resource-card__content,
body .search-modal .predictive-search-results__card--article .resource-card .resource-card__content {
  padding: 8px 12px;
  justify-content: center;
}
body .search-modal .predictive-search-results__card--resource .resource-card__image-wrapper,
body .search-modal .predictive-search-results__card--article .resource-card__image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__card--resource .resource-card__image-wrapper,
  body .search-modal .predictive-search-results__card--article .resource-card__image-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body .search-modal .predictive-search-results__card--resource .resource-card__review,
body .search-modal .predictive-search-results__card--article .resource-card__review {
  display: none;
}
body .search-modal .predictive-search-results__card--resource .resource-card .resource-card__media,
body .search-modal .predictive-search-results__card--article .resource-card .resource-card__media {
  aspect-ratio: 1/1.1;
}
@media (min-width: 1024px) {
  body .search-modal .predictive-search-results__card--resource .resource-card .resource-card__media,
  body .search-modal .predictive-search-results__card--article .resource-card .resource-card__media {
    aspect-ratio: 3/2;
  }
}
body .search-modal .predictive-search-results__card--article {
  height: 119px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__card--article {
    height: unset;
  }
}
body .search-modal .predictive-search-results__card--article .resource-card .resource-card__content {
  padding: 16px 12px;
}
body .search-modal .predictive-search-results__card--article .resource-card__image-wrapper {
  display: block;
  height: 100%;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__card--article .resource-card__image-wrapper {
    aspect-ratio: inherit;
  }
}
body .search-modal .predictive-search-results__card--article .resource-card__image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
body .search-modal .predictive-search-results__wrapper-products:last-child,
body .search-modal .predictive-search-results__wrapper-resources:last-child {
  padding-bottom: 24px;
}
@media (min-width: 750px) {
  body .search-modal .predictive-search-results__wrapper-products:last-child,
  body .search-modal .predictive-search-results__wrapper-resources:last-child {
    padding-bottom: 48px;
  }
}
body:has(.search-modal__content[open]) .close-drawer {
  display: none !important;
}
.bs-product-card [ref=priceContainer] {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.bs-product-card .compare-at-price {
  opacity: 1;
  color: #777676;
  text-decoration-thickness: 1px;
  font-size: 12px;
}
.bs-product-card .unit-price {
  display: inline-flex;
  font-size: 10px;
  color: #777676;
  opacity: 1;
}
.bs-product-card__content {
  background: #FFFFFF;
  border: none;
  box-shadow: inset 0 0 0 1px transparent;
}
.bs-product-card__content--border {
  box-shadow: inset 0 0 0 1px var(--border-color, transparent);
}
.bs-product-card__content--bestseller {
  box-shadow: inset 0 0 0 1px var(--bestseller-border-color, #AD8A78);
  background: var(--bestseller-background-color, #FDF9F1);
}
.bs-product-card__content slideshow-component {
  height: 100%;
  align-items: center;
  justify-content: center;
  left: 1px;
}
@media (min-width: 750px) {
  .bs-product-card__content slideshow-component {
    height: auto;
    right: 1px;
    top: 1px;
    width: 95%;
    margin-inline: auto;
  }
}
.bs-product-card--sold-out .group-block,
.bs-product-card--sold-out .product-media__image {
  opacity: 0.6;
}
.bs-product-card__title .text-block p {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 12 6 4;
}
.bs-product-card__gallery {
  flex: 1 0 33%;
}
@media (min-width: 750px) {
  .bs-product-card__gallery {
    flex: 0 1 auto;
  }
}
.bs-product-card .layout-panel-flex--column > .group-block--height-fill {
  flex: 1 1 auto;
}
@media (min-width: 750px) {
  .bs-product-card .layout-panel-flex--column > .group-block--height-fill {
    flex: 1;
  }
}
.bs-product__badges {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.bs-product__badge {
  display: flex;
  padding: 5px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  font-size: 12px;
  background: var(--highlight-color);
  color: var(--highlight-text-color);
}
.bs-product-image__badges.product-badges {
  top: 0;
  left: 0;
}
.bs-product-image-badges__badge.product-badges__badge {
  color: var(--text-color);
  background: var(--background-color);
  border-radius: 0px 0 8px 0;
  font-size: 14px;
  font-weight: 700;
}
.bs-quick-add {
  display: var(--quick-add-mobile-display, none);
  width: 100%;
  background-color: transparent !important;
  position: absolute;
  top: -16px;
  right: -8px;
}
@media (min-width: 750px) {
  .bs-quick-add {
    display: var(--quick-add-display, flex);
  }
}
.bs-quick-add__product-form-component {
  width: 100%;
}
.bs-quick-add__product-form-component .shopify-product-form {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.bs-quick-add__button {
  display: flex;
  width: var(--bs-quick-add-button-width, 100%);
  padding: 16px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
}
.bs-quick-add__button .add-to-cart-text {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bs-quick-add__button .add-to-cart-text__content,
.bs-quick-add__button .add-to-cart-text--added {
  display: none;
}
.ruk_rating_snippet {
  min-height: 22.5px;
}
.ruk_rating_snippet i {
  letter-spacing: 1px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  cursor: pointer;
  color: #BA8C2D !important;
}
.ruk-rating-snippet-count:last-child {
  font-size: 0 !important;
}
.ruk-rating-snippet-count:last-child b {
  font-size: 12px !important;
}
.bs-quick-add-modal {
  border-radius: 12px 12px 0 0 !important;
}
@media (min-width: 750px) {
  .bs-quick-add-modal {
    --wide-content-width: 1000px !important;
    --normal-content-width: 1000px !important;
    max-width: var(--wide-content-width) !important;
    width: 100% !important;
    border-radius: 16px !important;
  }
}
.bs-quick-add-modal__content {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  padding: 16px !important;
  max-height: 80vh !important;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__content {
    display: grid !important;
    padding: 24px !important;
    grid-template-rows: auto !important;
    max-height: 100% !important;
  }
}
.bs-quick-add-modal__content .product-details {
  position: relative;
  justify-content: flex-start;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__content .product-details *:not(.group-block, .group-block-content, .buy-buttons-block, .buy-buttons-block *, variant-picker, variant-picker *, .view-more-details__wrapper, .view-more-details__wrapper *, #bs-variant-picker, #bs-variant-picker *) {
    display: none !important;
  }
}
.bs-quick-add-modal__content .product-details #bs-variant-picker {
  margin-inline: 0;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__content .product-details #bs-variant-picker {
    padding: 0;
  }
}
.bs-quick-add-modal__content .product-details > .bs-group-block {
  background: #F3F2F2;
  border-radius: 8px;
  padding: 16px !important;
}
.bs-quick-add-modal__content .product-details .group-block:not(:has(.buy-buttons-block, .buy-buttons-block *, variant-picker, variant-picker *, .view-more-details__wrapper, .view-more-details__wrapper *, #bs-variant-picker), .buy-buttons-block, #bs-variant-picker, #bs-variant-picker *) {
  display: none;
}
.bs-quick-add-modal__content .product-information__media {
  aspect-ratio: 1/1;
}
.bs-quick-add-modal__content .product-information__media .bs-product-image-badge {
  display: none !important;
}
.bs-quick-add-modal__content .product-information__media slideshow-slide:not(:first-child) {
  display: none;
}
.bs-quick-add-modal__content .buy-buttons-block {
  width: 100%;
  flex: 1 0 auto;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__content .buy-buttons-block {
    padding: 0;
  }
}
.bs-quick-add-modal__content .bs-product-price {
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.bs-quick-add-modal__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__inner {
    max-height: 729px;
  }
}
.bs-quick-add-modal__header {
  margin: 16px 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__header {
    margin: 24px 24px 0 24px;
  }
}
.bs-quick-add-modal__title {
  margin-bottom: 12px;
  color: #1C1B1B !important;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__title {
    margin-bottom: 16px;
  }
}
.bs-quick-add-modal__card-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex: 1 0 100%;
}
.bs-quick-add-modal__card-image {
  flex-shrink: 0;
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.bs-quick-add-modal__card-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.bs-quick-add-modal__card-info {
  flex: 1;
  min-width: 0;
  padding: 0 0 16px;
}
@media (min-width: 750px) {
  .bs-quick-add-modal__card-info {
    grid-column: 1/4;
    grid-row: 2;
    padding: 16px;
  }
}
.bs-quick-add-modal__card-info .unit-price {
  display: inline-flex;
  font-size: 10px;
  color: #777676;
  opacity: 1;
}
.bs-quick-add-modal .bs-group-block.mobile-full-width {
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  overflow-y: scroll !important;
}
@media (min-width: 750px) {
  .bs-quick-add-modal .bs-group-block.mobile-full-width {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    overflow-y: unset !important;
  }
}
.shopify-section:has(results-list) {
  background: #F5F3F1;
}
.shopify-section:has(results-list) .product-grid {
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0 16px;
}
@media (min-width: 750px) {
  .shopify-section:has(results-list) .product-grid {
    padding: 0;
  }
}
@media (min-width: 750px) {
  .shopify-section:has(results-list) .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.shopify-section:has(results-list) .product-grid__item {
  border-radius: 6px;
  height: 115px;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item {
    height: unset;
  }
}
.shopify-section:has(results-list) .product-grid__item:has(.bs-product-card__content--bestseller) {
  height: 131px;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item:has(.bs-product-card__content--bestseller) {
    height: 100%;
  }
}
.shopify-section:has(results-list) .product-grid__item:has(.bs-product-card__content--bestseller) .product-card {
  border: 1px solid #AD8A78;
  border-radius: 7px;
}
.shopify-section:has(results-list) .product-grid__item:has(.bs-product-card__content--bestseller) .product-grid__card {
  padding-top: 16px;
  border: none;
  background: #FDF9F1;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item:has(.bs-product-card__content--bestseller) .product-grid__card {
    padding-top: 0;
  }
}
.shopify-section:has(results-list) .product-grid__item:has(.bs-product-card__content--bestseller) .card-gallery {
  position: unset;
}
@media screen and (max-width: 749px) {
  @supports (-webkit-touch-callout: none) {
    .shopify-section:has(results-list) .product-grid__item:has(.bs-product-card__content--bestseller) .card-gallery {
      overflow: visible;
    }
  }
}
.shopify-section:has(results-list) .product-grid__item:has(.bs-product-card__content--bestseller) .product-badges__badge {
  padding: 5px 12px;
  font-size: 14px;
  border-top-left-radius: 0;
}
.shopify-section:has(results-list) .product-grid__item:hover {
  margin: 0;
  padding: 0;
}
.shopify-section:has(results-list) .product-grid__item--article {
  height: 121px;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.4s ease;
}
@media (min-width: 750px) {
  .shopify-section:has(results-list) .product-grid__item--article {
    height: unset;
  }
}
.shopify-section:has(results-list) .product-grid__item--article:hover {
  transform: scale(1.04);
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card {
  flex-direction: row;
  background: #fff;
  height: 100%;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item--article .resource-card {
    flex-direction: column;
    gap: 0;
  }
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card:hover {
  transform: none;
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__title {
  margin-bottom: -4px;
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__title span,
.shopify-section:has(results-list) .product-grid__item--article .resource-card__title small {
  font-size: 14px;
  color: #1C1B1B;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (min-width: 750px) {
  .shopify-section:has(results-list) .product-grid__item--article .resource-card__title span,
  .shopify-section:has(results-list) .product-grid__item--article .resource-card__title small {
    font-size: 16px;
  }
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__title *:empty {
  display: none;
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__subtext {
  font-size: 14px;
  line-height: 120%;
  color: #706F6F;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item--article .resource-card__subtext {
    white-space: normal;
  }
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item--article .resource-card__tags-list {
    margin-top: 8px;
  }
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__tags-list .resource-card__tag {
  font-size: 12px;
  font-weight: 400;
  color: #1C1B1B;
  background: #DBD5CD;
  padding: 4px 12px;
  border-radius: 50px;
  line-height: normal;
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__content {
  padding: 16px 12px;
  justify-content: center;
  overflow: hidden;
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__image-wrapper {
  display: block;
  height: 100%;
  aspect-ratio: inherit;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item--article .resource-card__image-wrapper {
    width: 100%;
  }
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item--article .resource-card__image-wrapper img {
    width: 100%;
  }
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__review {
  display: none;
}
.shopify-section:has(results-list) .product-grid__item--article .resource-card__media {
  aspect-ratio: 9/10;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-grid__item--article .resource-card__media {
    aspect-ratio: 3/2;
  }
}
.shopify-section:has(results-list) .product-card__content:has(.group-block) {
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-card__content:has(.group-block) {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.shopify-section:has(results-list) .product-card .card-gallery {
  height: 115px;
  width: auto;
  aspect-ratio: var(--gallery-aspect-ratio);
  margin-left: 0;
  margin-right: 0;
  flex: unset;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-card .card-gallery {
    height: unset;
  }
}
.shopify-section:has(results-list) .product-card .card-gallery slideshow-component {
  aspect-ratio: var(--gallery-aspect-ratio);
}
.shopify-section:has(results-list) .product-card .group-block {
  padding: 16px 8px;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-card .group-block {
    padding: 16px;
  }
}
.shopify-section:has(results-list) .product-card .group-block .group-block-content {
  gap: 2px;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-card .group-block .group-block-content {
    gap: 8px;
  }
}
.shopify-section:has(results-list) .product-card .group-block .group-block-content .contents.user-select-text * {
  line-height: normal;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .product-card .group-block .group-block-content .contents.user-select-text * {
    font-size: 20px;
  }
}
.shopify-section:has(results-list) .product-card .group-block .group-block-content .contents.user-select-text + .text-block:not(:has([ref=priceContainer])) {
  margin-top: -2px;
}
.shopify-section:has(results-list) .product-card .group-block .group-block-content .contents.user-select-text + .text-block:not(:has([ref=priceContainer])) * {
  line-height: normal;
  color: #706F6F;
}
.shopify-section:has(results-list) .product-grid__card {
  padding: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}
@media (min-width: 750px) {
  .shopify-section:has(results-list) .product-grid__card {
    padding: 16px;
  }
}
.shopify-section:has(results-list) .product-grid__card [ref=priceContainer] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.shopify-section:has(results-list) .product-grid__card [ref=priceContainer] * {
  line-height: normal;
}
.shopify-section:has(results-list) .product-grid__card [ref=priceContainer] [role=group]:has(.price) {
  order: 1;
}
.shopify-section:has(results-list) .product-grid__card product-price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  line-height: normal;
  flex-direction: row;
  justify-content: flex-start;
}
.shopify-section:has(results-list) .product-grid__card product-price:has(.compare-at-price) .price {
  font-weight: 600;
}
.shopify-section:has(results-list) .product-grid__card product-price .compare-at-price {
  color: #706F6F;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  text-decoration: line-through;
}
.shopify-section:has(results-list) .product-grid__card product-price .price {
  font-size: 14px;
  font-weight: 400;
  color: #1C1B1B;
  line-height: 130%;
}
.shopify-section:has(results-list) .product-grid__card product-price .unit-price {
  font-size: 10px;
  line-height: 120%;
  color: #706F6F;
  font-weight: 400;
  order: 2;
}
@media screen and (max-width: 749px) {
  @supports (-webkit-touch-callout: none) {
    .shopify-section:has(results-list) .product-badges {
      top: -16px;
    }
  }
}
.shopify-section:has(results-list) .product-badges__badge {
  font-size: 10px;
}
.shopify-section:has(results-list) .main-collection-grid__title {
  font-size: 12px;
  line-height: 125%;
  font-weight: 600;
  color: #494949;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .main-collection-grid__title {
    font-size: 14px;
  }
}
.shopify-section:has(results-list) .main-collection-grid__title--articles:not(:only-of-type) {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .shopify-section:has(results-list) .main-collection-grid__title--articles:not(:only-of-type) {
    margin-top: 48px;
  }
}
.shopify-section:has(.search-results__no-results) {
  overflow-x: hidden;
}
.shopify-section:has(.search-results__no-results) .search-results__no-results {
  background: #F5F3F1;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  opacity: 1;
}
.shopify-section:has(.search-results__no-results) .search-results__no-results::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F3F1;
  transform: translateX(-100%);
}
.shopify-section:has(.search-results__no-results) .search-results__no-results::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F3F1;
  transform: translateX(100%);
}
.bs-tag-slider {
  padding: 20px 0 40px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  overflow: hidden;
}
@media (min-width: 750px) {
  .bs-tag-slider {
    padding: 20px 0;
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
.bs-tag-slider__container {
  background-color: var(--bs-tag-slider-bg, #FFFFFF);
}
.bs-tag-slider__track {
  overflow: visible;
}
.bs-tag-slider__wrapper {
  align-items: center;
}
.bs-tag-slider__slide.swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.bs-tag-slider__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--bs-tag-pill-border, #946951);
  background-color: var(--bs-tag-pill-bg, #FFFFFF);
  color: var(--bs-tag-pill-text, #1C1B1B);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
@media (min-width: 750px) {
  .bs-tag-slider__pill {
    padding: 10px 12px;
    font-size: 14px;
  }
}
.bs-tag-slider__pill:hover {
  border-color: var(--bs-tag-pill-active-border, #946951);
  color: var(--bs-tag-pill-active-text, #fff);
  background-color: var(--bs-tag-pill-active-bg, #946951);
}
.bs-tag-slider__pill:focus-visible {
  outline: 2px solid #9D6B06;
  outline-offset: 2px;
}
.bs-tag-slider__pill.is-active,
.bs-tag-slider__pill[aria-current=true] {
  border-color: var(--bs-tag-pill-active-border, #946951);
  color: var(--bs-tag-pill-active-text, #fff);
  background-color: var(--bs-tag-pill-active-bg, #946951);
}
.bs-tag-slider--icons .bs-tag-slider__pill--icon {
  padding: 8px 12px;
}
.bs-tag-slider--no-icons .bs-tag-slider__pill,
.bs-tag-slider--icons .bs-tag-slider__pill--no-icon {
  padding: 10px 12px;
}
.bs-tag-slider--no-icons .bs-tag-slider__pill {
  padding: 15px 12px;
}
@media (min-width: 750px) {
  .bs-tag-slider--no-icons .bs-tag-slider__pill {
    padding: 13px 12px;
  }
}
.bs-tag-slider__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.bs-tag-slider__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.bs-tag-slider__pill.is-active .bs-tag-slider__icon img,
.bs-tag-slider__pill[aria-current=true] .bs-tag-slider__icon img,
.bs-tag-slider__pill:hover .bs-tag-slider__icon img {
  filter: brightness(0) invert(1);
}
.bs-tag-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #1C1B1B;
  transition: opacity 0.2s ease, border-color 0.2s ease;
  --swiper-navigation-size: 12px;
}
.bs-tag-slider__nav:hover {
  border-color: #946951;
}
.bs-tag-slider__nav.swiper-button-disabled {
  display: none;
}
.bs-tag-slider__nav svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.bs-tag-slider__nav--prev {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  display: none;
}
@media (min-width: 750px) {
  .bs-tag-slider__nav--prev {
    display: block;
  }
}
.bs-tag-slider__nav--next {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 750px) {
  .bs-tag-slider__nav--next {
    display: block;
  }
}
.bs-tag-slider__fade {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 87px;
  height: 75px;
  pointer-events: none;
  z-index: 2;
}
.bs-tag-slider__fade--left {
  left: 0;
  background:
    linear-gradient(
      90deg,
      #FFFFFF 3%,
      rgba(255, 255, 255, 0) 97%);
}
@media (min-width: 750px) {
  .bs-tag-slider__fade--left {
    left: 90px;
  }
}
.bs-tag-slider__fade--left.fade-left-hidden {
  display: none;
}
.bs-tag-slider__fade--right {
  right: 0;
  background:
    linear-gradient(
      266deg,
      #FFFFFF 3%,
      rgba(255, 255, 255, 0) 97%);
}
@media (min-width: 750px) {
  .bs-tag-slider__fade--right {
    right: 90px;
  }
}
.bs-tag-slider__fade--right.fade-right-hidden {
  display: none;
}
.bs-tag-slider.is-locked .bs-tag-slider__nav--next,
.bs-tag-slider.is-end .bs-tag-slider__nav--next,
.bs-tag-slider.is-locked .bs-tag-slider__fade--right,
.bs-tag-slider.is-end .bs-tag-slider__fade--right {
  display: none;
}
.bs-tag-slider.is-locked .bs-tag-slider__nav--prev,
.bs-tag-slider.is-start .bs-tag-slider__nav--prev,
.bs-tag-slider.is-locked .bs-tag-slider__fade--left,
.bs-tag-slider.is-start .bs-tag-slider__fade--left {
  display: none;
}
.bs-action-banner {
  margin-left: -20px;
  margin-right: -20px;
  padding: var(--bs-container-padding-top-bottom_mobile, 24px) var(--bs-container-padding-left-right_mobile, 16px);
  background-color: var(--bs-container-background-color, #F5F3F1);
}
@media (min-width: 750px) {
  .bs-action-banner {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
  }
}
.bs-action-banner__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.bs-action-banner__link:hover,
.bs-action-banner__link:focus {
  opacity: 0.9;
  outline: none;
}
.bs-action-banner__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  height: 107px;
  overflow: hidden;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bs-action-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  width: 176px;
}
.bs-action-banner__eyebrow {
  margin: 0 0 2px 0;
  font-family: var(--bs-eyebrow-font, "Nunito Sans", sans-serif);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--bs-eyebrow-color, #777676);
  text-transform: none;
}
@media (min-width: 750px) {
  .bs-action-banner__eyebrow {
    font-size: 14px;
  }
}
.bs-action-banner__heading {
  margin: 0;
  font-family: var(--bs-heading-font, "Montserrat", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  color: var(--bs-heading-color, #1C1B1B);
  max-width: 100%;
}
@media (min-width: 480px) {
  .bs-action-banner__heading {
    width: 163px;
    letter-spacing: 2.88px;
  }
}
.bs-action-banner__content:has(.action-bar--banner-badge) .bs-action-banner__heading {
  white-space: nowrap;
}
.bs-action-banner__image-wrapper {
  position: relative;
  z-index: 1;
  min-height: 107px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
.bs-action-banner__decorative-background {
  position: absolute;
  width: 119px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  opacity: 0.8;
  bottom: 0;
  right: 0;
}
.bs-action-banner__product-image {
  position: relative;
  display: block;
  width: 180px;
  margin-bottom: -39px;
  margin-right: -16px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}
.bs-action-banner__overlay-icon {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 3;
  top: 40%;
  right: 8%;
}
.action-bar--banner-badge {
  width: 100%;
  background-color: transparent !important;
}
.action-bar--banner-badge .action-bar__inner {
  justify-content: flex-start;
  gap: 0;
  min-height: auto;
  color: var(--bs-action-bar-text-color, #1C1B1B);
  padding: 0;
  padding-top: 4px;
}
.action-bar--banner-badge .action-bar__badge {
  background-color: var(--bs-badge-bg, #DBD5CD);
  color: var(--bs-badge-text-color, #1C1B1B);
  font-weight: 700;
}
.action-bar {
  display: flex;
}
.action-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: var(--padding-mobile) 0;
  font-size: 12px;
}
@media (min-width: 750px) {
  .action-bar__inner {
    justify-content: space-between;
    min-height: 48px;
    font-size: 14px;
    padding: var(--padding-desktop) 0;
  }
}
.action-bar__content {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: center;
}
@media (min-width: 750px) {
  .action-bar__content {
    text-align: left;
  }
}
.action-bar__content--link,
.action-bar__content--link:visited,
.action-bar__content--link:active {
  color: inherit;
  text-decoration: none;
}
.action-bar__content--link:hover {
  color: inherit;
  text-decoration: underline;
}
.action-bar__icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.action-bar__text {
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 750px) {
  .action-bar__text {
    font-size: 14px;
  }
}
.action-bar__badge {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #DBD5CD;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
@media (min-width: 750px) {
  .action-bar__badge {
    font-size: 14px;
  }
}
.action-bar__badge-icon {
  width: 12px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.action-bar__badge-icon:hover {
  transform: scale(1.1);
}
.action-bar__close {
  position: absolute;
  right: 20px;
  background: none;
  border: 0;
  padding: 4px;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (min-width: 750px) {
  .action-bar__close {
    font-size: 16px;
    right: 80px;
  }
}
.action-bar__close-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.action-bar--inline {
  width: 100%;
  justify-content: center;
  background-color: var(--bs-action-bar-bg, #FDF9F1);
}
.action-bar--inline .action-bar__inner {
  min-height: auto;
  justify-content: center;
  color: var(--bs-action-bar-text-color, #1C1B1B);
}
.action-bar--inline .action-bar__text {
  font-family: var(--bs-action-bar-font, "Nunito Sans", sans-serif);
  font-size: var(--bs-action-bar-text-fs-mobile, 12px);
  line-height: 1.2;
}
@media (min-width: 750px) {
  .action-bar--inline .action-bar__text {
    font-size: var(--bs-action-bar-text-fs-desktop, 14px);
  }
}
.action-bar--inline .action-bar__badge {
  font-family: var(--bs-action-bar-font, "Nunito Sans", sans-serif);
  background-color: var(--bs-badge-bg, #DBD5CD);
  color: var(--bs-badge-text-color, #1C1B1B);
  font-size: var(--bs-badge-text-fs-mobile, 12px);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .action-bar--inline .action-bar__badge {
    font-size: var(--bs-badge-text-fs-desktop, 14px);
  }
}
.action-bar--inline .action-bar__badge-icon {
  width: 16px;
}
#header-group {
  top: 0px;
  text-align: center;
  z-index: 100;
}
.announcement-bar__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 12px;
  height: 48px;
}
@media (min-width: 750px) {
  .announcement-bar__inner {
    font-size: 14px;
  }
}
.announcement-bar__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  line-height: 120%;
  font-size: 12px;
}
@media (min-width: 750px) {
  .announcement-bar__item {
    font-size: 14px;
  }
}
.announcement-bar__item--link,
.announcement-bar__item--link:visited,
.announcement-bar__item--link:active {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  line-height: 120%;
}
.announcement-bar__item--link:hover {
  color: inherit;
  text-decoration: underline;
}
.announcement-bar__icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.announcement-bar__divider {
  display: block;
  margin: 0 8px;
  width: 1px;
  height: 20px;
  background: #DDDDDD;
}
.announcement-bar--rotation {
  position: relative;
  overflow: hidden;
}
.announcement-bar--rotation .announcement-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.announcement-bar--rotation .announcement-bar__item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateX(0);
  justify-content: center;
  width: 100%;
}
.announcement-bar--rotation .announcement-bar__item.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.announcement-bar--rotation .announcement-bar__item.is-enter-right,
.announcement-bar--rotation .announcement-bar__item.is-enter-left,
.announcement-bar--rotation .announcement-bar__item.is-exit-left,
.announcement-bar--rotation .announcement-bar__item.is-exit-right {
  visibility: none;
}
.announcement-bar--rotation .announcement-bar__item.is-enter-right {
  animation: slideInRight 0.4s ease forwards;
}
.announcement-bar--rotation .announcement-bar__item.is-enter-left {
  animation: slideInLeft 0.4s ease forwards;
}
.announcement-bar--rotation .announcement-bar__item.is-exit-left {
  animation: slideOutLeft 0.4s ease forwards;
}
.announcement-bar--rotation .announcement-bar__item.is-exit-right {
  animation: slideOutRight 0.4s ease forwards;
}
.announcement-bar--rotation .announcement-bar__divider {
  display: none;
}
.announcement-bar__arrow {
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.announcement-bar__arrow:hover {
  opacity: 0.7;
}
.announcement-bar__arrow svg {
  display: block;
}
.announcement-bar__arrow--prev svg {
  transform: rotate(180deg);
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-30px);
  }
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(30px);
  }
}
.bs-berater {
  background-color: #F5F3F1;
}
.bs-berater__container {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 750px) {
  .bs-berater__container {
    padding: 80px 90px 24px;
  }
}
.bs-berater__heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1C1B1B;
  font-size: 20px;
  text-align: var(--bs-heading-alignment, left);
}
@media (min-width: 750px) {
  .bs-berater__heading {
    font-size: 28px;
  }
}
.bs-berater__content {
  display: flex;
  gap: 8px;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 749px) {
  .bs-berater__content--scroll-mobile {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    justify-content: flex-start;
  }
  .bs-berater__content--scroll-mobile .bs-berater__item {
    flex: 0 0 calc((100% - 16px) / 3);
    min-width: calc((100% - 16px) / 3);
    max-width: calc((100% - 16px) / 3);
  }
}
@media (min-width: 750px) {
  .bs-berater__content--scroll-mobile:not(.bs-berater__content--wrap-desktop) {
    overflow-x: visible;
    justify-content: center;
  }
  .bs-berater__content--scroll-mobile:not(.bs-berater__content--wrap-desktop) .bs-berater__item {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}
@media (min-width: 750px) {
  .bs-berater__content--wrap-desktop {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bs-berater__content--wrap-desktop .bs-berater__item {
    flex: 0 1 calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
  }
}
@media (min-width: 750px) {
  .bs-berater__content {
    gap: 24px;
    justify-content: center;
  }
}
.bs-berater__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 8px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  text-decoration: none;
  color: #1C1B1B;
  text-align: center;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease,
    border-color 160ms ease;
}
.bs-berater__item:focus-visible {
  outline: 2px solid #1C1B1B;
  outline-offset: 2px;
}
@media (min-width: 750px) {
  .bs-berater__item {
    flex-direction: row;
    gap: 16px;
    padding: 16px 12px;
    min-height: 96px;
  }
  .bs-berater__item:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
  }
}
.bs-berater__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 48px;
  flex: 0 0 auto;
}
.bs-berater__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 750px) {
  .bs-berater__icon {
    height: 50px;
    width: 50px;
  }
}
.bs-berater__name {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #1C1B1B;
}
@media (min-width: 750px) {
  .bs-berater__name {
    font-size: 16px;
    line-height: 1.5;
  }
}
.bs-blog-overview-grid {
  background-color: var(--bs-blog-overview-bg, #F5F3F1);
  padding: 0 0 40px 0;
}
@media (min-width: 750px) {
  .bs-blog-overview-grid {
    padding-bottom: 40px;
  }
}
.bs-blog-overview-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 40px;
}
@media (min-width: 750px) {
  .bs-blog-overview-grid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.bs-blog-overview-grid__grid > .shopify-block {
  display: contents;
}
.bs-blog-overview-grid__inner {
  padding-top: 40px;
}
@media (min-width: 750px) {
  .bs-blog-overview-grid__inner {
    padding-top: 56px;
  }
}
.bs-blog-overview-grid__item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.bs-blog-overview-grid__item--insert {
  width: 100%;
}
.bs-blog-overview-grid__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  background-color: #FFFFFF;
  height: 100%;
}
.bs-blog-overview-grid__card.is-hidden {
  display: none;
}
.bs-blog-overview-grid__card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bs-blog-overview-grid__card-media {
  aspect-ratio: 335/223;
  width: 100%;
  background-color: #F5F3F1;
  max-height: 223px;
}
@media (min-width: 750px) {
  .bs-blog-overview-grid__card-media {
    max-height: 268px;
    aspect-ratio: 297/197;
  }
}
.bs-blog-overview-grid__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.bs-blog-overview-grid__card-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}
.bs-blog-overview-grid__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
@media (min-width: 750px) {
  .bs-blog-overview-grid__card-body {
    gap: 12px;
  }
}
.bs-blog-overview-grid__card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1C1B1B;
  margin: 0;
}
.bs-blog-overview-grid__card-excerpt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #777676;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.bs-blog-overview-grid__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.bs-blog-overview-grid__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 29px;
  background-color: #DBD5CD;
  color: #1C1B1B;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
.bs-blog-overview-grid .pagination {
  margin: 0;
  padding: 16px 0 0 0;
}
.bs-blog-overview-grid .pagination__list {
  width: 100%;
}
.bs-blog-overview-grid .pagination__item:first-child {
  margin-right: auto;
}
.bs-blog-overview-grid .pagination__item:last-child {
  margin-left: auto;
}
.bs-blog-overview-grid .pagination__link {
  border-radius: 0;
}
.bs-blog-overview-grid .pagination__link--current,
.bs-blog-overview-grid .pagination__link--page {
  color: #1C1B1B;
  padding-bottom: 1px;
  border-bottom: 1px solid #DDDDDD;
}
.bs-blog-overview-grid .pagination__link--current {
  font-weight: 700;
  border-bottom: 2px solid #1C1B1B;
}
.bs-blog-overview-grid .pagination__link--disabled {
  opacity: 1;
}
.bs-blog-overview-grid .pagination__link svg {
  width: 21px;
  height: 24px;
}
.bs-blog-post {
  background-color: #FFFFFF;
  padding-top: 24px;
}
@media (min-width: 750px) {
  .bs-blog-post {
    padding-top: 0;
  }
}
.bs-blog-post .intro-section {
  padding: 0 20px;
}
@media (min-width: 750px) {
  .bs-blog-post .intro-section {
    padding: 0;
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 750px) {
  .bs-blog-post__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 0.5fr);
    grid-template-rows: 342px auto;
    -moz-column-gap: 56px;
    column-gap: 56px;
    align-items: start;
    padding: 32px 90px 40px;
    row-gap: 32px;
    max-width: 1620px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .bs-blog-post__grid {
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 335px);
  }
}
.bs-blog-post__contents-list-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 16px 20px;
  padding: 16px;
  background-color: #F5F3F1;
  border-radius: 8px;
  color: #1C1B1B;
}
@media (min-width: 750px) {
  .bs-blog-post__contents-list-container {
    grid-row: 1;
    grid-column: 3;
    margin: 0;
    width: 100%;
    max-width: 335px;
    position: sticky;
    top: calc(var(--header-height, 0px) + 24px);
    align-self: start;
    z-index: 1;
  }
}
.bs-blog-post__contents-list-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
  color: #1C1B1B;
}
@media (min-width: 750px) {
  .bs-blog-post__contents-list-title {
    font-size: 28px;
    letter-spacing: 5.04px;
  }
}
.bs-blog-post__contents-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1C1B1B;
}
.bs-blog-post__contents-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  color: inherit;
  cursor: pointer;
}
.bs-blog-post__contents-list-item::before {
  content: "";
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 4.5V20.5M12.5 20.5L7.5 15.5M12.5 20.5L17.5 15.5' stroke='%233D3B36' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (min-width: 750px) {
  .bs-blog-post__contents-list-item.active .bs-blog-post__contents-list-item-title {
    color: #946951;
    font-weight: 600;
  }
}
@media (min-width: 750px) {
  .bs-blog-post__contents-list-item:hover .bs-blog-post__contents-list-item-title {
    color: #946951;
  }
}
.bs-blog-post__contents-list-item-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #1C1B1B;
  flex: 1 0 0;
  min-width: 0;
}
@media (min-width: 750px) {
  .bs-blog-post__contents-list-item-title {
    line-height: 1.5;
  }
}
.bs-blog-post__divider {
  display: none;
  background-color: #DDDDDD;
  width: 1px;
}
@media (min-width: 750px) {
  .bs-blog-post__divider {
    display: block;
    grid-column: 2;
    grid-row: 1/3;
    align-self: stretch;
  }
}
.bs-blog-post__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-blog-post__container {
    grid-row: 2;
    grid-column: 1;
  }
}
.bs-blog-post__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 40px 20px;
  background-color: #FFFFFF;
}
.bs-blog-post__block--even {
  background-color: #F5F3F1;
}
@media (min-width: 750px) {
  .bs-blog-post__block {
    align-items: flex-start;
    gap: 32px;
    padding: 48px 0;
    background-color: transparent;
  }
  .bs-blog-post__block--even {
    background-color: transparent;
  }
}
.bs-blog-post__block--ymal {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-blog-post__block--ymal {
    padding-bottom: 48px;
  }
}
.bs-blog-post__block--ymal .bs-ymal__swiper-container {
  margin-top: 0;
}
.bs-blog-post__block-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
  color: #1C1B1B;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-blog-post__block-title {
    font-size: 28px;
    letter-spacing: 5.04px;
    line-height: 1.25;
  }
}
.bs-blog-post__block-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #1C1B1B;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-blog-post__block-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.bs-blog-post__block-text p {
  margin: 0 0 16px;
}
.bs-blog-post__block-text p:last-child {
  margin-bottom: 0;
}
.bs-blog-post__block-text ul {
  margin: 0 0 16px;
  padding-left: 24px;
}
.bs-blog-post__block-text li {
  margin: 0 0 12px;
}
.bs-blog-post__block-text li:last-child {
  margin-bottom: 0;
}
.bs-blog-post__block-image-container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 750px) {
  .bs-blog-post__block-image-container {
    aspect-ratio: auto;
    height: auto;
  }
}
.bs-blog-post__block-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-blog-post__block--image-with-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #1C1B1B;
  padding: 16px;
}
@media (min-width: 750px) {
  .bs-blog-post__block--image-with-text {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}
.bs-blog-post__block--image-with-text--background-color {
  border-radius: 8px;
  background-color: white;
}
@media (min-width: 750px) {
  .bs-blog-post__block--image-with-text--background-color {
    padding: 24px;
    background-color: transparent;
    border-radius: 0;
  }
}
.bs-blog-post__block--image-with-text__container {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .bs-blog-post__block--image-with-text__container {
    margin-bottom: 48px;
  }
}
.bs-blog-post__block--image-with-text__container--background-color {
  background-color: var(--background-color, transparent);
  padding: 16px 16px 40px 16px;
}
@media (min-width: 750px) {
  .bs-blog-post__block--image-with-text__container--background-color {
    padding: 0;
    border-radius: 16px;
  }
}
.bs-blog-post__block--image-with-text .bs-blog-post__block-image-container {
  max-width: 100%;
}
@media (min-width: 750px) {
  .bs-blog-post__block--image-with-text .bs-blog-post__block-image-container {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.bs-blog-post__block-content-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 50%;
  align-items: center;
  text-align: center;
}
@media (min-width: 750px) {
  .bs-blog-post__block-content-container {
    gap: 32px;
    align-items: flex-start;
    text-align: left;
  }
}
.bs-blog-post__block-content-container--mobile-only {
  display: flex;
}
@media (min-width: 750px) {
  .bs-blog-post__block-content-container--mobile-only {
    display: none;
  }
}
.bs-blog-post__block-content-container--desktop-only {
  display: none;
}
@media (min-width: 750px) {
  .bs-blog-post__block-content-container--desktop-only {
    display: flex;
  }
}
.bs-blog-post__block-content-text {
  font-size: 16px;
  line-height: 150%;
  color: #1C1B1B;
}
.bs-blog-post__block-content-subheading,
.bs-blog-post__block-content-heading {
  color: #777676;
}
.bs-blog-post__block-content-button {
  align-self: flex-start;
}
.bs-blog-post__recommended-container {
  padding: 40px 0 80px;
  background-color: #FFFFFF;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-container {
    padding: 80px 90px;
    background-color: #F5F3F1;
  }
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-posts {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.bs-blog-post__recommended-posts-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding: 0 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #1C1B1B;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-posts-title {
    font-size: 28px;
    letter-spacing: 5.04px;
    padding: 0;
    color: #1C1B1B;
  }
}
.bs-blog-post__recommended-posts-container {
  position: relative;
  margin-top: 24px;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-posts-container {
    margin-top: 40px;
  }
}
.bs-blog-post__recommended-posts-swiper {
  width: 100%;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-posts-swiper {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto;
    row-gap: 40px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}
.bs-blog-post__recommended-post.swiper-slide {
  height: auto;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-post.swiper-slide {
    width: 404px;
  }
}
.bs-blog-post__recommended-post-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  overflow: hidden;
  background-color: #FFFFFF;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-post-card {
    border: none;
  }
}
.bs-blog-post__recommended-post-image {
  aspect-ratio: 335/223;
  overflow: hidden;
  background-color: #F5F5F5;
}
.bs-blog-post__recommended-post-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-post-image {
    aspect-ratio: 297/197;
  }
}
.bs-blog-post__recommended-post-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  flex: 1 0 auto;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-post-content {
    gap: 12px;
  }
}
.bs-blog-post__recommended-post-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-post-text {
    gap: 8px;
  }
}
.bs-blog-post__recommended-post-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin: 0;
  color: #1C1B1B;
}
.bs-blog-post__recommended-post-excerpt {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #777676;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bs-blog-post__recommended-post-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.bs-blog-post__recommended-post-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 29px;
  background-color: #DBD5CD;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #1C1B1B;
}
.bs-blog-post__recommended-posts-buttons-container {
  display: flex;
  align-items: center;
}
.bs-blog-post__recommended-posts-pagination {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  padding: 0 20px;
}
.bs-blog-post__recommended-posts-pagination .swiper-pagination-bullet {
  flex: 1 0 0;
  height: 2px;
  border-radius: 32px;
  background-color: #DDDDDD;
  opacity: 1;
  margin: 0;
}
.bs-blog-post__recommended-posts-pagination .swiper-pagination-bullet-active {
  background-color: #946951;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-posts-pagination {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    padding: 0;
    gap: 16px;
  }
}
.bs-blog-post__recommended-posts-button {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 750px) {
  .bs-blog-post__recommended-posts-button {
    display: flex;
    transform: none;
  }
}
.bs-blog-post__recommended-posts-button--prev {
  margin-left: 40px;
}
.bs-blog-post__recommended-posts-button--next {
  margin-left: 12px;
}
.bs-brands-slider__container {
  padding: 24px 0;
  background: #F5F3F1;
}
@media (min-width: 750px) {
  .bs-brands-slider__container {
    padding: 32px 0;
  }
}
.bs-brands-slider__swiper .bs-brands-slider__swiper-wrapper {
  height: 20px;
  align-items: center;
}
@media (min-width: 750px) {
  .bs-brands-slider__swiper .bs-brands-slider__swiper-wrapper {
    height: 32px;
  }
}
.bs-brands-slider__swiper .bs-brands-slider__swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.bs-brands-slider__swiper-slide-image {
  height: 100%;
}
.bs-brands-slider__marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bs-brands-slider__marquee-track {
  display: flex;
  align-items: center;
  will-change: transform;
}
.bs-brands-slider__marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bs-brands-slider__marquee-item {
  flex-shrink: 0;
  height: 20px;
  display: flex;
  align-items: center;
  padding-right: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 750px) {
  .bs-brands-slider__marquee-item {
    height: 32px;
    padding-right: 120px;
  }
}
.bs-brands-slider__marquee-image {
  height: 100%;
  width: auto;
}
.bs-brands-slider__swiper {
  display: none !important;
}
.bs-brands-slider__swiper-wrapper {
  display: none !important;
}
.bs-brands-slider__swiper-slide {
  display: none !important;
}
.bs-bundle-configurator {
  padding-block: var(--bs-padding-block-mob);
}
@media (min-width: 1024px) {
  .bs-bundle-configurator {
    padding-block: var(--bs-padding-block-desk);
  }
}
@media (max-width: 767px) {
  .bs-bundle-configurator .bs-container {
    padding: 0 !important;
  }
}
.bs-bundle-configurator__mobile-overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #F5F5F5;
  padding: 24px 16px;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__mobile-overview {
    display: none;
  }
}
.bs-bundle-configurator__mobile-overview-title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #1C1B1B;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}
.bs-bundle-configurator__mobile-overview-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.bs-bundle-configurator__mobile-overview-card--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.bs-bundle-configurator__mobile-overview-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.bs-bundle-configurator__mobile-overview-card-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-bundle-configurator__mobile-overview-card-label {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #1C1B1B;
}
.bs-bundle-configurator__mobile-overview-card-instruction {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #1C1B1B;
  margin: 0;
}
.bs-bundle-configurator__mobile-overview .bs-bundle-configurator__mobile-overview-card-instruction {
  font-size: 14px;
  line-height: 1.2;
}
.bs-bundle-configurator__mobile-overview-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #1C1B1B;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 2px;
  flex-shrink: 0;
}
.bs-bundle-configurator__mobile-overview-counter {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 1000px;
  padding: 2px 8px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #1C1B1B;
}
.bs-bundle-configurator__mobile-overview-progress {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.bs-bundle-configurator__mobile-overview-progress-message {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #1C1B1B;
  margin: 0;
}
.bs-bundle-configurator__mobile-overview-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #F5F3F1;
  border-radius: 40px;
  overflow: hidden;
}
.bs-bundle-configurator__mobile-overview-progress-bar .bs-bundle-configurator__progress-fill {
  height: 100%;
  background-color: #946951;
  border-radius: 40px;
  transition: width 0.3s ease;
}
.bs-bundle-configurator__mobile-overview-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  padding: 16px;
  background-color: #F5F3F1;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #1C1B1B;
  transition: background-color 0.2s ease;
}
.bs-bundle-configurator__mobile-overview-button:hover {
  background-color: rgb(238.625, 235.35, 232.075);
}
.bs-bundle-configurator__mobile-overview-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.bs-bundle-configurator__mobile-overview-products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-bundle-configurator__mobile-overview-products:empty {
  display: none;
}
.bs-bundle-configurator__mobile-overview-total {
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__mobile-overview-total {
    display: none;
  }
}
.bs-bundle-configurator__mobile-overview-total-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.bs-bundle-configurator__mobile-overview-total-label {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #1C1B1B;
}
.bs-bundle-configurator__mobile-overview-total-prices {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bs-bundle-configurator__mobile-overview-total-compare {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1C1B1B;
  text-decoration: line-through;
}
.bs-bundle-configurator__mobile-overview-total-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #1C1B1B;
}
.bs-bundle-configurator__mobile-overview-total-shipping {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #777676;
  text-align: right;
  margin: 0;
}
.bs-bundle-configurator__mobile-overview-atc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
  background: #fff;
}
.bs-bundle-configurator__mobile-overview-atc .bs-bundle-configurator__summary-button-no-gift {
  margin-top: 0;
}
.bs-bundle-configurator__mobile-overview-atc .bs-bundle-configurator__summary-success {
  margin-bottom: 0;
}
.bs-bundle-configurator__mobile-overview-atc-button {
  width: 100%;
  padding: 15px 80px;
  border: none;
  border-radius: 6px;
  background: #946951;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.bs-bundle-configurator__mobile-overview-atc-button:hover {
  opacity: 0.9;
}
.bs-bundle-configurator__mobile-overview-atc-trust {
  display: flex;
  gap: 16px;
  align-items: center;
}
.bs-bundle-configurator__mobile-overview-atc-trust-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.bs-bundle-configurator__mobile-overview-atc-trust-item svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.bs-bundle-configurator__mobile-overview-atc-trust-item span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #1C1B1B;
}
.bs-bundle-configurator__mobile-product-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.bs-bundle-configurator__mobile-product-card--gift {
  position: relative;
  border: 1px solid #946951;
}
.bs-bundle-configurator__mobile-product-card-image {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
}
.bs-bundle-configurator__mobile-product-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-bundle-configurator__mobile-product-card-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
}
.bs-bundle-configurator__mobile-product-card-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 10px;
  color: #777676;
  line-height: 1.2;
}
.bs-bundle-configurator__mobile-product-card-rating .ruk_rating_snippet {
  height: 16px !important;
}
.bs-bundle-configurator__mobile-product-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  color: #1C1B1B;
  margin: 0;
}
.bs-bundle-configurator__mobile-product-card-subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #777676;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bs-bundle-configurator__mobile-product-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.bs-bundle-configurator__mobile-product-card-price-compare {
  font-size: 14px;
  color: #777676;
  text-decoration: line-through;
}
.bs-bundle-configurator__mobile-product-card-price-current {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #1C1B1B;
}
.bs-bundle-configurator__mobile-product-card-price-current--sale {
  font-weight: 600;
}
.bs-bundle-configurator__mobile-product-card-price-unit {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: #777676;
}
.bs-bundle-configurator__mobile-product-card-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f3f2f2;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 8px;
  padding: 0;
  color: #777676;
  transition: background-color 0.2s ease;
}
.bs-bundle-configurator__mobile-product-card-edit:hover {
  background-color: rgb(230.76, 228.74, 228.74);
}
.bs-bundle-configurator__mobile-product-card-edit svg {
  width: 16px;
  height: 16px;
}
.bs-bundle-configurator__mobile-product-card-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 5px 12px;
  background: #946951;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0 0 8px 0;
  z-index: 1;
}
.bs-bundle-configurator__layout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(100%);
  transition: transform 0.5s ease-out;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__layout {
    transform: translateY(0);
    transition: none;
  }
}
.bs-bundle-configurator__layout-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__layout-overlay {
    position: relative;
  }
}
.bs-bundle-configurator__layout-overlay--open {
  pointer-events: auto;
  opacity: 1;
}
.bs-bundle-configurator__layout-overlay--open + .bs-bundle-configurator__layout {
  transform: translateY(0);
  opacity: 1;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__layout {
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
    background-color: transparent;
    border-radius: 0;
  }
  .bs-bundle-configurator__layout__layout-wrapper {
    display: none;
  }
}
.bs-bundle-configurator__main {
  flex: 1;
  padding: 16px;
  background-color: #F5F3F1;
  max-height: none;
  overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-color: auto;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__main {
    max-height: 650px;
    border-radius: 8px;
  }
}
.bs-bundle-configurator__main::-webkit-scrollbar {
  width: 8px;
}
.bs-bundle-configurator__main::-webkit-scrollbar-track {
  background: transparent;
}
.bs-bundle-configurator__main::-webkit-scrollbar-thumb {
  background-color: #946951;
  border-radius: 8px;
  border: 2px solid transparent;
  border-right: none;
  background-clip: content-box;
}
.bs-bundle-configurator__steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__steps {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.bs-bundle-configurator__step {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #777676;
  transition: color 0.2s ease;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__step {
    gap: 8px;
  }
}
.bs-bundle-configurator__step:focus-visible {
  outline: 2px solid #946951;
  outline-offset: 4px;
  border-radius: 2px;
}
.bs-bundle-configurator__step--active {
  display: flex;
  color: #1C1B1B;
  font-weight: 600;
  opacity: 1;
}
.bs-bundle-configurator__step--completed {
  color: #946951;
}
.bs-bundle-configurator__step--disabled {
  cursor: not-allowed;
}
.bs-bundle-configurator__step[data-step-btn="2"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bs-bundle-configurator__step[data-step-btn="2"].bs-bundle-configurator__step--active {
  opacity: 1;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__step .bs-bundle-configurator__step-back {
    display: none;
  }
}
.bs-bundle-configurator__step[data-step-btn="1"] .bs-bundle-configurator__step-back {
  display: none;
}
.bs-bundle-configurator__step-number {
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  background-color: #DDDDDD;
  color: #777676;
  flex-shrink: 0;
  display: flex;
}
.bs-bundle-configurator__step--active .bs-bundle-configurator__step-number {
  background-color: #946951;
  color: #fff;
}
.bs-bundle-configurator__step--completed .bs-bundle-configurator__step-number {
  background-color: #946951;
  color: #fff;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__step-label {
    font-size: 15px;
  }
}
.bs-bundle-configurator__step-divider {
  width: 0;
  height: 1px;
  background-color: #DDDDDD;
  margin: 0 8px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__step-divider {
    width: 24px;
  }
}
.bs-bundle-configurator__step-counter {
  margin-left: auto;
  font-size: 12px;
  color: #1C1B1B;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 15px;
  padding: 2px 8px;
}
.bs-bundle-configurator__step-counter-label {
  display: none;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__step-counter-label {
    display: inline-flex;
  }
}
.bs-bundle-configurator__close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}
.bs-bundle-configurator__close-button:focus-visible {
  outline: 2px solid #946951;
  outline-offset: 2px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__close-button {
    display: none;
  }
}
.bs-bundle-configurator__progress {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 8px 12px 8px;
}
.bs-bundle-configurator__progress-message {
  font-size: 13px;
  color: #1C1B1B;
  margin-bottom: 8px;
}
.bs-bundle-configurator__progress-bar {
  width: 100%;
  height: 6px;
  background-color: #F5F3F1;
  border-radius: 3px;
  overflow: visible;
  position: relative;
}
.bs-bundle-configurator__progress-fill {
  height: 100%;
  background-color: #946951;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.bs-bundle-configurator__progress-threshold {
  position: absolute;
  top: 2px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  color: #1C1B1B;
  pointer-events: none;
  padding: 5px;
  background-color: #F5F3F1;
  border-radius: 50%;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.bs-bundle-configurator__progress-threshold--last {
  left: 98% !important;
}
@media (min-width: 750px) {
  .bs-bundle-configurator__progress-threshold--last {
    left: 99% !important;
  }
}
.bs-bundle-configurator__progress-threshold svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bs-bundle-configurator__progress-threshold--active {
  background-color: #946951;
  color: #fff;
}
.bs-bundle-configurator__progress-threshold--active svg path {
  stroke: #fff;
  transition: stroke 0.3s ease-out;
}
.bs-bundle-configurator__instruction {
  font-size: 14px;
  color: #1C1B1B;
  margin: 16px 0;
}
.bs-bundle-configurator__products {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bs-bundle-configurator__products[hidden] {
  display: none;
}
.bs-bundle-configurator__products--step-2 .bs-bundle-configurator__product {
  padding-top: 25px;
}
.bs-bundle-configurator__step-switch {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}
.bs-bundle-configurator__step-switch-btn {
  padding: 13px 20px !important;
}
@media (min-width: 750px) {
  .bs-bundle-configurator__step-switch-btn {
    padding: 12px 48px !important;
  }
}
.bs-bundle-configurator__product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.bs-bundle-configurator__product[hidden] {
  display: none !important;
}
.bs-bundle-configurator__product {
  padding: 0;
  background-color: #fff;
  border-radius: 8px;
  transition: border-color 0.3s ease-out;
  position: relative;
  border: 1px solid transparent;
}
.bs-bundle-configurator__product--selected {
  border: 1px solid #946951;
}
.bs-bundle-configurator__product--selected[data-step="1"] .bs-bundle-configurator__product-actions {
  align-items: flex-end;
}
.bs-bundle-configurator__product--is-gift.bs-bundle-configurator__product--selected {
  border: 1px solid #946951;
  padding-top: 32px;
}
@media (min-width: 750px) {
  .bs-bundle-configurator__product {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.bs-bundle-configurator__product-gift-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #BA8C2D;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 12px;
  border-radius: 8px 0 8px 0;
}
.bs-bundle-configurator__product-image {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background-color: #F5F3F1;
}
.bs-bundle-configurator__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__product-image {
    width: 80px;
    height: 80px;
  }
}
.bs-bundle-configurator__product-info {
  flex: 1;
  min-width: 0;
  align-self: flex-start;
  padding: 16px 0;
}
.bs-bundle-configurator__product-info-btn {
  display: flex;
  align-items: center;
  gap: 2px;
  border: none;
  background: none;
  cursor: pointer;
  color: #777676;
  padding: 0;
  text-decoration: none;
}
.bs-bundle-configurator__product-info-btn svg {
  width: 16px;
  height: 16px;
}
.bs-bundle-configurator__product-info-btn:focus-visible {
  outline: 2px solid #946951;
  outline-offset: 2px;
  border-radius: 4px;
}
.bs-bundle-configurator__product-details-chevron {
  display: flex;
  transition: transform 0.2s ease;
}
.bs-bundle-configurator__product-details-chevron--open {
  transform: rotate(180deg);
}
.bs-bundle-configurator__product-details-content {
  width: 100%;
  display: none;
  padding: 0 8px 8px;
  color: #1C1B1B;
  font-size: 14px;
}
.bs-bundle-configurator__product-details-content--open {
  display: block;
}
.bs-bundle-configurator__product-details-content .bs-product-details ul li {
  padding-left: 16px;
}
.bs-bundle-configurator__product-details-content .bs-product-details ul li::before {
  width: 20px;
  height: 20px;
  top: -1px;
}
.bs-bundle-configurator__product-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bs-bundle-configurator__product-rating svg {
  color: #BA8C2D;
  width: 12px;
  height: 12px;
}
.bs-bundle-configurator__product-rating-value {
  font-size: 12px;
  color: #777676;
}
.bs-bundle-configurator__product-rating .ruk_rating_snippet {
  height: 16px !important;
}
@media (min-width: 750px) {
  .bs-bundle-configurator__product-rating .ruk_rating_snippet {
    height: unset !important;
  }
}
.bs-bundle-configurator__product-stars {
  display: flex;
  gap: 1px;
  color: #BA8C2D;
}
.bs-bundle-configurator__product-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C1B1B;
  margin-bottom: 2px;
  margin-top: 0;
}
.bs-bundle-configurator__product-subtitle {
  font-size: 14px;
  line-height: 17px;
  color: #777676;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bs-bundle-configurator__product-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.bs-bundle-configurator__product-price-compare {
  font-size: 14px;
  color: #777676;
  text-decoration: line-through;
}
.bs-bundle-configurator__product-price-current {
  font-size: 14px;
  color: #1C1B1B;
  font-weight: 600;
}
.bs-bundle-configurator__product-price-unit {
  font-family: "Nunito Sans", sans-serif;
  font-size: 10px;
  color: #777676;
  line-height: 1.2;
}
.bs-bundle-configurator__product-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 16px 12px 16px 0;
}
.bs-bundle-configurator__product-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #946951;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  padding: 0;
  color: #1C1B1B;
}
.bs-bundle-configurator__product-add svg {
  width: 16px;
  height: 16px;
}
.bs-bundle-configurator__product-add svg path {
  stroke: #946951;
}
.bs-bundle-configurator__product-add:hover {
  border-color: #946951;
}
.bs-bundle-configurator__product-add:focus-visible {
  outline: 2px solid #946951;
  outline-offset: 2px;
}
.bs-bundle-configurator__product--selected .bs-bundle-configurator__product-add--gift {
  background-color: #946951;
  border-color: #946951;
  color: #fff;
  width: 52px;
  height: 52px;
}
.bs-bundle-configurator__product--selected .bs-bundle-configurator__product-add--gift .bs-bundle-configurator__icon-plus {
  display: none;
}
.bs-bundle-configurator__product--selected .bs-bundle-configurator__product-add--gift .bs-bundle-configurator__icon-check {
  display: block !important;
}
.bs-bundle-configurator__product-quantity {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 12px 8px;
  overflow: hidden;
  max-width: 114px;
  height: 48px;
  display: none;
}
@media (min-width: 750px) {
  .bs-bundle-configurator__product-quantity {
    gap: 16px;
    padding: 12px;
  }
}
.bs-bundle-configurator__product-quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #fff;
  border: none;
  cursor: pointer;
  color: #1C1B1B;
  padding: 0;
  font-size: 16px;
}
.bs-bundle-configurator__product-quantity-btn:focus-visible {
  outline: 2px solid #946951;
  outline-offset: -2px;
}
.bs-bundle-configurator__product-quantity-value {
  width: 20px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1C1B1B;
  border: none;
  background: none;
  padding: 0;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.bs-bundle-configurator__product-quantity-value::-webkit-outer-spin-button,
.bs-bundle-configurator__product-quantity-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bs-bundle-configurator__product-quantity-value:focus {
  outline: none;
}
.bs-bundle-configurator__product-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.bs-bundle-configurator__product-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bs-bundle-configurator__product-details-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #777676;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
.bs-bundle-configurator__product-details-toggle:focus-visible {
  outline: 2px solid #946951;
  outline-offset: 2px;
  border-radius: 4px;
}
.bs-bundle-configurator__product-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
  color: #777676;
  padding: 0;
  transition: transform 0.2s ease;
}
.bs-bundle-configurator__product-toggle svg {
  width: 16px;
  height: 16px;
}
.bs-bundle-configurator__product-toggle--open {
  transform: rotate(180deg);
}
.bs-bundle-configurator__product-toggle:focus-visible {
  outline: 2px solid #946951;
  outline-offset: 2px;
  border-radius: 50%;
}
.bs-bundle-configurator__sidebar {
  width: 100%;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__sidebar {
    width: 420px;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .bs-bundle-configurator__sidebar {
    width: 488px;
    flex-shrink: 0;
  }
}
.bs-bundle-configurator__summary {
  background-color: #F5F3F1;
  border-radius: 0;
  box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__summary {
    padding: 16px;
    box-shadow: none;
    border-radius: 8px;
  }
}
.bs-bundle-configurator__summary-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 16px 24px 16px;
}
.bs-bundle-configurator__summary-slots {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__summary-slots {
    margin-bottom: 32px;
  }
}
.bs-bundle-configurator__summary-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  width: calc(25% - 18px);
}
.bs-bundle-configurator__summary-slot--gift {
  opacity: 0.6;
}
.bs-bundle-configurator__summary-slot--gift .bs-bundle-configurator__summary-slot-image svg {
  width: 15px;
  height: 15px;
}
.bs-bundle-configurator__summary-slot svg {
  width: 24px;
  height: 24px;
  color: #946951;
}
.bs-bundle-configurator__summary-step {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
}
.bs-bundle-configurator__summary-step[hidden] {
  display: none;
}
.bs-bundle-configurator__summary-slot-image {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1.25px dashed #946951;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__summary-slot-image {
    width: 80px;
    height: 80px;
  }
}
.bs-bundle-configurator__summary-slot-image--filled {
  border-style: solid;
  border-color: #946951;
}
.bs-bundle-configurator__summary-slot-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.bs-bundle-configurator__summary-slot-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #F5F3F1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
  border: none;
}
.bs-bundle-configurator__summary-slot-badge svg {
  width: 14px;
  height: 14px;
  color: #777676;
}
.bs-bundle-configurator__summary-slot-badge--gift {
  cursor: default;
  pointer-events: none;
}
.bs-bundle-configurator__summary-slot-label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #777676;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.2;
}
.bs-bundle-configurator__summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__summary-total {
    padding-top: 32px;
  }
}
.bs-bundle-configurator__summary-total-label {
  font-size: 16px;
  font-weight: 600;
  color: #1C1B1B;
}
@media (min-width: 1024px) {
  .bs-bundle-configurator__summary-total-label {
    font-size: 14px;
  }
}
.bs-bundle-configurator__summary-total-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.bs-bundle-configurator__summary-total-compare-at {
  font-size: 16px;
  color: #1C1B1B;
  text-decoration: line-through;
  font-family: "Montserrat", sans-serif;
}
.bs-bundle-configurator__summary-total-price {
  font-size: 20px;
  font-weight: 600;
  color: #1C1B1B;
  font-family: "Montserrat", sans-serif;
}
.bs-bundle-configurator__summary-shipping {
  font-size: 12px;
  color: #777676;
  text-align: right;
  margin-bottom: 0px;
  margin-top: 3px;
}
.bs-bundle-configurator__summary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: 20px !important;
  background-color: #946951;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 750px) {
  .bs-bundle-configurator__summary-button {
    width: 100% !important;
  }
}
.bs-bundle-configurator__summary-button:hover {
  background-color: rgb(121.631441048, 86.2925764192, 66.568558952);
}
.bs-bundle-configurator__summary-button:focus-visible {
  outline: 2px solid #946951;
  outline-offset: 2px;
}
.bs-bundle-configurator__summary-button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bs-bundle-configurator__summary-button-no-gift {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 17px;
  line-height: 21px;
  color: #1C1B1B;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
}
.bs-bundle-configurator__summary-button-no-gift:hover {
  opacity: 0.8;
}
.bs-bundle-configurator__summary-button-no-gift:focus-visible {
  outline: 2px solid #946951;
  outline-offset: 2px;
  border-radius: 4px;
}
.bs-bundle-configurator__summary-button-no-gift:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bs-bundle-configurator__summary-success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 2px 10px;
  margin-bottom: 16px;
  background-color: #d0d6b3;
  border-radius: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #3d5a30;
  opacity: 0;
  max-height: 0;
  transition:
    opacity 0.4s ease-in-out,
    max-height 0.4s ease-in-out,
    padding 0.4s ease-in-out;
}
.bs-bundle-configurator__summary-success--visible {
  opacity: 1;
  max-height: 24px;
  padding: 10px 16px;
  margin-top: 16px;
}
.bs-bundle-configurator__summary-success svg {
  flex-shrink: 0;
  color: #3d5a30;
}
kaching-bundles-block {
  display: none !important;
}
.bs-category-container.bs-container {
  background-color: var(--bs-section-bg);
  overflow: visible;
  --bs-category-section-gutter: 20px;
}
@media (min-width: 750px) {
  .bs-category-container.bs-container {
    --bs-category-section-gutter: 40px;
  }
}
@media (min-width: 1024px) {
  .bs-category-container.bs-container {
    --bs-category-section-gutter: 90px;
  }
}
.bs-category-container.bs-container {
  padding-left: var(--swiper-padding-left, var(--bs-category-section-gutter)) !important;
  padding-right: var(--swiper-padding-right, var(--bs-category-section-gutter)) !important;
}
@media (min-width: 1600px) {
  .bs-category-container.bs-container {
    max-width: 100%;
  }
}
.bs-category-container .bs-category {
  width: 100%;
  padding: 24px 0;
}
@media (min-width: 750px) {
  .bs-category-container .bs-category__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    min-width: 100%;
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
  }
  @supports (justify-content: safe center) {
    .bs-category-container .bs-category__inner {
      justify-content: safe center;
    }
  }
}
.bs-category-container .bs-category__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 750px) {
  .bs-category-container .bs-category__item {
    min-width: auto;
  }
}
.bs-category-container .bs-category__circle {
  width: var(--bs-circle-size-mobile);
  height: var(--bs-circle-size-mobile);
  border-radius: 50%;
  background-color: var(--bs-circle-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.bs-category-container .bs-category__circle:hover {
  opacity: 0.8;
  color: #946951;
}
@media (min-width: 750px) {
  .bs-category-container .bs-category__circle {
    width: var(--bs-circle-size-desktop);
    height: var(--bs-circle-size-desktop);
  }
}
.bs-category-container .bs-category__icon {
  width: var(--bs-icon-size-mobile);
  height: var(--bs-icon-size-mobile);
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 750px) {
  .bs-category-container .bs-category__icon {
    width: var(--bs-icon-size-desktop);
    height: var(--bs-icon-size-desktop);
  }
}
.bs-category-container .bs-category__title {
  font-size: var(--bs-title-font-size-mobile);
  color: var(--bs-title-color);
  line-height: 1.2;
  cursor: pointer;
  font-weight: 400;
  transition: opacity 0.2s ease;
}
.bs-category-container .bs-category__title:hover {
  opacity: 0.8;
  color: #946951;
}
@media (min-width: 750px) {
  .bs-category-container .bs-category__title {
    font-size: var(--bs-title-font-size-desktop);
  }
}
.bs-category-container .bs-category__link {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 750px) {
  .bs-category-container .bs-category.swiper {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}
@media (min-width: 750px) {
  .bs-category-container .bs-category__inner.swiper-wrapper {
    display: flex !important;
    transform: none !important;
  }
}
@media (min-width: 750px) {
  .bs-category-container .bs-category__item.swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}
.bs-category-container .swiper-pagination {
  display: none;
}
.bs-category-container .swiper-button-prev {
  display: none;
}
.bs-category-container .swiper-button-next {
  display: none;
}
.bs-clinically-tested {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #F5F3F1;
}
.bs-clinically-tested__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  border-radius: 8px;
  background: var(--Background-White, #FFF);
}
@media (min-width: 750px) {
  .bs-clinically-tested__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 24px;
  }
}
.bs-clinically-tested__heading-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-clinically-tested__heading-container {
    flex: 0 0 40%;
    gap: 0;
  }
}
.bs-clinically-tested__subtitle {
  margin: 0;
  color: #777676;
}
.bs-clinically-tested__heading.h2 {
  margin: 0;
  color: #1C1B1B;
}
@media (min-width: 750px) {
  .bs-clinically-tested__heading.h2 {
    margin-top: 8px;
  }
}
.bs-clinically-tested__description {
  margin: 0;
  color: #1C1B1B;
  line-height: 130%;
}
@media (min-width: 750px) {
  .bs-clinically-tested__description {
    margin-top: 16px;
    line-height: 150%;
  }
}
.bs-clinically-tested__content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .bs-clinically-tested__content-container {
    flex: 1 1 auto;
    flex-direction: var(--layout-direction);
    gap: 24px;
  }
}
.bs-clinically-tested__image-container {
  width: 100%;
}
@media (min-width: 750px) {
  .bs-clinically-tested__image-container {
    width: auto;
    flex-shrink: 0;
    max-width: 50%;
  }
}
.bs-clinically-tested__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1366px) {
  .bs-clinically-tested__image {
    width: 586px;
    height: 586px;
  }
}
.bs-clinically-tested__image--desktop {
  display: none;
}
.bs-clinically-tested__image-hide-desktop {
  display: block;
}
.bs-clinically-tested__image-show-desktop {
  display: block;
}
@media (min-width: 750px) {
  .bs-clinically-tested__image--desktop {
    display: block;
  }
  .bs-clinically-tested__image-hide-desktop {
    display: none;
  }
}
.bs-clinically-tested__survey-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-clinically-tested__survey-container {
    gap: 32px;
    padding-right: 24px;
  }
}
.bs-clinically-tested__survey {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-clinically-tested__survey {
    gap: 32px;
  }
}
.bs-clinically-tested__survey-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  text-align: center;
}
@media (min-width: 750px) {
  .bs-clinically-tested__survey-item {
    gap: 24px;
  }
}
.bs-clinically-tested {
}
.bs-clinically-tested__survey-circle-container {
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 750px) {
  .bs-clinically-tested__survey-circle-container {
    height: 132px;
    width: 132px;
  }
}
.bs-clinically-tested__survey-circle-text {
  margin: 0;
  color: #544F4C;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 3.96px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .bs-clinically-tested__survey-circle-text {
    font-size: 32px;
    letter-spacing: 5.76px;
  }
}
.bs-clinically-tested__survey-circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
  flex-shrink: 0;
  --radius: 56.6318;
  --circumference: calc(2 * 3.141592653589793 * var(--radius));
}
@media (min-width: 750px) {
  .bs-clinically-tested__survey-circle {
    height: 132px;
    width: 132px;
  }
}
.bs-clinically-tested__survey-circle .progress-circle__value {
  stroke-dasharray: var(--circumference);
  stroke-dashoffset: calc(var(--circumference) * (1 - var(--progress) / 100));
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.4s ease;
}
.bs-clinically-tested__survey-text {
  color: #1C1B1B;
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 750px) {
  .bs-clinically-tested__survey-text {
    line-height: 150%;
  }
}
.bs-clinically-tested__survey-text .metafield-rich_text_field p {
  margin: 0;
  text-align: left;
}
.bs-clinically-tested__accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-clinically-tested__accordion-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 32px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  border-radius: 8px;
  background: #F5F5F5;
}
.bs-clinically-tested__accordion-item.active {
  max-height: 5000px;
}
.bs-clinically-tested__accordion-item.active .bs-clinically-tested__accordion-item-title-chevron {
  transform: rotate(180deg);
}
.bs-clinically-tested__accordion-item-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px;
  gap: 12px;
}
.bs-clinically-tested__accordion-item-title {
  margin: 0;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #1C1B1B;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
}
@media (min-width: 750px) {
  .bs-clinically-tested__accordion-item-title {
    font-size: 16px;
  }
}
.bs-clinically-tested__accordion-item-title-chevron {
  transition: transform 0.3s ease-out;
  flex: 0 0 auto;
}
.bs-clinically-tested__accordion-item-title-chevron--mobile {
  display: block;
}
@media (min-width: 750px) {
  .bs-clinically-tested__accordion-item-title-chevron--mobile {
    display: none;
  }
}
.bs-clinically-tested__accordion-item-title-chevron--desktop {
  display: none;
}
@media (min-width: 750px) {
  .bs-clinically-tested__accordion-item-title-chevron--desktop {
    display: block;
  }
}
.bs-clinically-tested__accordion-item-content {
  padding: 0 8px 8px 8px;
  margin: 0;
  color: #1C1B1B;
  font-size: 14px;
  line-height: 120%;
}
.bs-clinically-tested__accordion-item-content p:first-child {
  margin-top: 0;
}
.bs-contact-form {
  padding: 40px 0;
  background-color: #F5F3F1;
}
@media (min-width: 750px) {
  .bs-contact-form {
    padding: 80px 0;
  }
}
.bs-contact-form__container {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: var(--container-padding-top-mobile) 12px var(--container-padding-bottom-mobile) 12px;
}
@media (min-width: 750px) {
  .bs-contact-form__container {
    border-radius: 16px;
    padding: var(--container-padding);
  }
}
.bs-contact-form__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}
@media (min-width: 750px) {
  .bs-contact-form__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.bs-contact-form__media {
  width: 100%;
}
.bs-contact-form__media img {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
@media (min-width: 1366px) {
  .bs-contact-form__media img {
    height: 586px;
    width: 586px;
  }
}
.bs-contact-form__content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 750px) {
  .bs-contact-form__content {
    padding: 0 24px;
  }
}
.bs-contact-form__content-header {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .bs-contact-form__content-header {
    margin-bottom: 32px;
  }
}
.bs-contact-form__content-header p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 14px;
}
@media (min-width: 750px) {
  .bs-contact-form__content-header p {
    font-size: 16px;
  }
}
.bs-contact-form__heading {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 5.04px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .bs-contact-form__heading {
    margin: 0 0 32px 0;
    font-size: 28px;
  }
}
.bs-contact-form__subtitle {
  margin: 0;
  font-size: 16px;
}
.bs-contact-form__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bs-contact-form__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 12px;
  border-radius: 12px;
  background-color: #F5F3F1;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
}
@media (min-width: 750px) {
  .bs-contact-form__item {
    gap: 16px;
  }
}
@media (hover: hover) {
  .bs-contact-form__item:hover {
    background-color: #DBD5CD;
  }
}
.bs-contact-form__item:first-child {
  background-color: #946951;
  color: #fff;
}
@media (hover: hover) {
  .bs-contact-form__item:first-child:hover {
    background-color: #777676;
  }
}
.bs-contact-form__item-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
@media (min-width: 750px) {
  .bs-contact-form__item-icon {
    width: 32px;
    height: 32px;
  }
}
.bs-contact-form__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bs-contact-form__item-text {
  flex: 1 1 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  text-decoration: none;
  line-height: 130%;
}
@media (min-width: 750px) {
  .bs-contact-form__item-text {
    line-height: 150%;
  }
}
.bs-countdown {
  background-color: var(--bs-section-bg, #fff);
  padding: var(--bs-padding-top-mobile, 24px) 0 var(--bs-padding-bottom-mobile, 24px);
}
@media (min-width: 750px) {
  .bs-countdown {
    padding: var(--bs-padding-top-desktop, 16px) 0 var(--bs-padding-bottom-desktop, 16px);
  }
}
.bs-countdown__wrapper {
  background-color: var(--bs-wrapper-bg, #FDF9F1);
  border-radius: 8px;
  padding: var(--bs-wrapper-padding-mobile, 12px);
}
@media (min-width: 750px) {
  .bs-countdown__wrapper {
    padding: var(--bs-wrapper-padding-desktop, 16px);
  }
}
.bs-countdown__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.bs-countdown__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}
@media (min-width: 750px) {
  .bs-countdown__content {
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
  }
}
.bs-countdown__heading {
  font-family: var(--bs-heading-font, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: var(--bs-heading-fs-mobile, 16px);
  line-height: 1.25;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  color: var(--bs-heading-color, #1C1B1B);
  margin: 0 0 8px;
}
@media (min-width: 750px) {
  .bs-countdown__heading {
    font-size: var(--bs-heading-fs-desktop, 20px);
    letter-spacing: 3.6px;
  }
}
.bs-countdown__subtext {
  font-family: var(--bs-subtext-font, "Nunito Sans", sans-serif);
  font-size: var(--bs-subtext-fs-mobile, 16px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--bs-subtext-color, #777676);
  margin: 0 0 12px;
}
@media (min-width: 750px) {
  .bs-countdown__subtext {
    font-size: var(--bs-subtext-fs-desktop, 16px);
    line-height: 1.5;
  }
}
.bs-countdown__timer {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: var(--bs-timer-bg, #EDE9E4);
  padding: 12px;
}
.bs-countdown__timer.active {
  display: flex;
}
.bs-countdown__units {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.bs-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 56px;
}
.bs-countdown__number {
  font-family: var(--bs-units-font, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: var(--bs-number-fs-mobile, 20px);
  line-height: 1.25;
  color: var(--bs-number-color, #1C1B1B);
  letter-spacing: 3.6px;
}
@media (min-width: 750px) {
  .bs-countdown__number {
    font-size: var(--bs-number-fs-desktop, 28px);
    letter-spacing: 5.04px;
  }
}
.bs-countdown__label {
  font-family: var(--bs-units-font, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: var(--bs-label-fs-mobile, 12px);
  line-height: 1.25;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  color: var(--bs-label-color, #777676);
}
@media (min-width: 750px) {
  .bs-countdown__label {
    font-size: var(--bs-label-fs-desktop, 14px);
    letter-spacing: 2.52px;
  }
}
.bs-countdown__separator {
  font-family: var(--bs-units-font, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: var(--bs-separator-fs-mobile, 16px);
  color: var(--bs-separator-color, #1C1B1B);
  line-height: 1.25;
  letter-spacing: 2.88px;
}
@media (min-width: 750px) {
  .bs-countdown__separator {
    font-size: var(--bs-separator-fs-desktop, 20px);
    letter-spacing: 3.6px;
  }
}
.custom-liquid__container {
  background-color: var(--container-bg, #FFFFFF);
  padding: 16px;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .custom-liquid__container {
    padding: 24px;
  }
}
.custom-liquid__heading {
  margin: 0;
  margin-block-end: 24px;
  width: 100%;
  color: #1C1B1B !important;
}
.custom-liquid__heading.align-center {
  text-align: center;
}
.custom-liquid__heading.align-right {
  text-align: right;
}
.custom-liquid__heading.align-left {
  text-align: left;
}
.bs-dosage-section {
  width: 100%;
  background-color: var(--bs-section-bg, #F5F3F1);
}
.bs-dosage-section__inner {
  padding: 16px 0;
}
@media (min-width: 750px) {
  .bs-dosage-section__inner {
    padding: 24px 0;
  }
}
.bs-dosage-section__wrapper {
  display: flex;
  flex-direction: column;
  background-color: var(--bs-wrapper-bg, #FFFFFF);
  border-radius: 8px;
  padding: 16px;
}
@media (min-width: 750px) {
  .bs-dosage-section__wrapper {
    padding: 24px;
    border-radius: 16px;
  }
}
.bs-dosage-section__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: var(--bs-heading-font-size-mobile, 20px);
  line-height: 1.25;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: var(--bs-heading-color, #1C1B1B);
  margin: 0 0 24px 0;
}
@media (min-width: 750px) {
  .bs-dosage-section__heading {
    font-size: var(--bs-heading-font-size-desktop, 28px);
    letter-spacing: 5.04px;
    margin: 0 0 32px 0;
  }
}
.bs-dosage-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-dosage-section__content {
    flex-direction: row;
    padding-right: 24px;
  }
}
.bs-dosage-section__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-dosage-section__cards {
    flex-direction: row;
  }
}
.bs-dosage-section__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 750px) {
  .bs-dosage-section__card {
    width: 303px;
    flex-shrink: 0;
  }
}
.bs-dosage-section__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bs-dosage-section__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background-color: var(--bs-icon-bg, #F5F3F1);
  border-radius: 100px;
}
@media (min-width: 750px) {
  .bs-dosage-section__icon {
    width: 40px;
    height: 40px;
  }
}
.bs-dosage-section__icon img {
  width: 100%;
  width: 26px;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 750px) {
  .bs-dosage-section__icon img {
    width: 32px;
  }
}
.bs-dosage-section__category-title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: var(--bs-category-title-font-size-mobile, 14px);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--bs-category-title-color, #1C1B1B);
  margin: 0;
  text-transform: none;
}
@media (min-width: 750px) {
  .bs-dosage-section__category-title {
    font-size: var(--bs-category-title-font-size-desktop, 16px);
  }
}
.bs-dosage-section__card-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-dosage-section__detail {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: var(--bs-dosage-text-font-size-mobile, 14px);
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--bs-dosage-text-color, #1C1B1B);
  margin: 0;
}
@media (min-width: 750px) {
  .bs-dosage-section__detail {
    font-size: var(--bs-dosage-text-font-size-desktop, 16px);
    line-height: 1.5;
  }
}
.bs-dosage-section__expert {
  display: flex;
  flex-direction: column;
  background-color: var(--bs-expert-bg, #F5F5F5);
  border-radius: 8px;
  padding: 8px;
  flex: 1 0 0;
}
@media (min-width: 750px) {
  .bs-dosage-section__expert {
    padding: 12px 16px;
  }
}
.bs-dosage-section__expert-title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: var(--bs-expert-font-size-mobile, 14px);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--bs-expert-title-color, #1C1B1B);
  margin: 0 0 0 0;
}
@media (min-width: 750px) {
  .bs-dosage-section__expert-title {
    font-size: var(--bs-expert-font-size-desktop, 16px);
  }
}
.bs-dosage-section__expert-text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: var(--bs-expert-font-size-mobile, 14px);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--bs-expert-text-color, #1C1B1B);
}
@media (min-width: 750px) {
  .bs-dosage-section__expert-text {
    font-size: var(--bs-expert-font-size-desktop, 16px);
  }
}
.bs-dosage-section__expert-text p {
  margin: 0;
}
.bs-dosage-section__expert-text p:not(:last-child) {
  margin-bottom: 0;
}
.bs-product-dosage.bs-product-dosage-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-product-dosage.bs-product-dosage-section {
    flex-direction: row;
  }
}
.bs-product-dosage.bs-product-dosage-section .bs-product-dosage__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 750px) {
  .bs-product-dosage.bs-product-dosage-section .bs-product-dosage__item {
    width: 240px;
  }
}
@media (min-width: 1366px) {
  .bs-product-dosage.bs-product-dosage-section .bs-product-dosage__item {
    width: 303px;
  }
}
.bs-product-dosage.bs-product-dosage-section .bs-product-dosage__item-icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: var(--bs-icon-bg, #F5F3F1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 750px) {
  .bs-product-dosage.bs-product-dosage-section .bs-product-dosage__item-icon {
    width: 40px;
    height: 40px;
  }
}
.bs-product-dosage.bs-product-dosage-section .bs-product-dosage__item-icon img {
  width: 100%;
  width: 26px;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 750px) {
  .bs-product-dosage.bs-product-dosage-section .bs-product-dosage__item-icon img {
    width: 32px;
  }
}
.bs-product-dosage.bs-product-dosage-section .bs-product-dosage__recommendation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--bs-expert-bg, #F5F5F5);
  border-radius: 8px;
  padding: 8px;
  flex: 1 0 0;
}
@media (min-width: 750px) {
  .bs-product-dosage.bs-product-dosage-section .bs-product-dosage__recommendation {
    padding: 12px 16px;
  }
}
.bs-product-dosage.bs-product-dosage-section .bs-product-dosage__recommendation-content {
  margin-top: 4px;
}
.bs-product-dosage.bs-product-dosage-section .bs-product-dosage__recommendation-content p {
  margin: 0;
  margin-top: 4px;
}
.bs-faq-list {
  background-color: var(--bs-section-bg);
  padding: 40px 0;
}
@media (min-width: 750px) {
  .bs-faq-list {
    padding: 60px 0 80px 0;
  }
}
.bs-faq-list__menu {
  width: 100%;
}
.bs-faq-list__menu__header {
  margin-bottom: 24px;
}
@media (min-width: 750px) {
  .bs-faq-list__menu__header {
    margin-bottom: 32px;
  }
}
.bs-faq-list__menu__title {
  font-size: var(--bs-heading-font-size-mobile);
  color: var(--bs-heading-color);
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .bs-faq-list__menu__title {
    font-size: var(--bs-heading-font-size-desktop);
  }
}
.bs-faq-list__menu__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-faq-list__menu__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
  }
}
.bs-faq-list__menu__item {
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 13px 16px;
}
@media (min-width: 750px) {
  .bs-faq-list__menu__item {
    padding: 16px;
  }
}
.bs-faq-list__menu__item:hover {
  text-decoration: none;
}
.bs-faq-list__menu__item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bs-faq-list__menu__item__main {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-faq-list__menu__item__icon {
  width: 36px;
  height: 36px;
  padding: 2px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 750px) {
  .bs-faq-list__menu__item__icon {
    width: 40px;
    height: 40px;
  }
}
.bs-faq-list__menu__item__text {
  font-size: var(--bs-item-font-size-mobile);
  color: var(--bs-item-text-color);
  line-height: 1.2;
}
@media (min-width: 750px) {
  .bs-faq-list__menu__item__text {
    font-size: var(--bs-item-font-size-desktop);
  }
}
.bs-faq-list__menu__item__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-faq-list__menu__item__arrow img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.bs-faq-block {
  padding-top: var(--padding-top-mobile, 40px);
  padding-bottom: var(--padding-bottom-mobile, 40px);
  background-color: var(--background-color, transparent);
  scroll-margin-top: 100px;
}
@media (min-width: 750px) {
  .bs-faq-block {
    padding-top: var(--padding-top, 80px);
    padding-bottom: var(--padding-bottom, 40px);
    scroll-margin-top: 120px;
  }
}
.bs-faq-block__content {
  padding: var(--content-padding);
  background-color: var(--content-background-color, transparent);
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-faq-block__content {
    border-radius: 16px;
  }
}
.bs-faq-block__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bs-faq-block__heading {
  font-family: "Montserrat", sans-serif;
  font-size: var(--heading-font-size-mobile, 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 3.96px;
  text-transform: uppercase;
  color: var(--heading-color, inherit);
  margin-bottom: 32px;
  scroll-margin-top: 120px;
}
@media (min-width: 750px) {
  .bs-faq-block__heading {
    font-size: var(--heading-font-size-desktop, 22px);
  }
}
.bs-faq-block__heading.bs-faq-block_heading-filters {
  margin-bottom: 24px;
}
@media (min-width: 750px) {
  .bs-faq-block__heading.bs-faq-block_heading-filters {
    margin-bottom: 32px;
  }
}
.bs-faq-block__filters {
  display: flex;
  gap: 8px;
  width: 100%;
  margin-bottom: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
@media (min-width: 750px) {
  .bs-faq-block__filters {
    gap: 12px;
  }
}
.bs-faq-block__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-faq-block__item {
  display: flex;
  padding: 13px 16px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: var(--item-background-color, #fff);
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.bs-faq-block__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bs-faq-block__item-text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #0b0a0a;
}
@media (min-width: 750px) {
  .bs-faq-block__item-text {
    line-height: 150%;
  }
}
.bs-faq-block__item-answer {
  overflow: hidden;
  transition: height 0.3s ease-out, opacity 0.3s ease-out 0.2s;
  opacity: 0;
  height: 0;
  font-size: 16px;
  line-height: 130%;
  color: #0b0a0a;
}
@media (min-width: 750px) {
  .bs-faq-block__item-answer {
    line-height: 150%;
  }
}
.bs-faq-block__item-answer.active {
  height: auto;
  opacity: 1;
  transition: height 0.3s ease-out 0.2s, opacity 0.3s ease-out;
}
.bs-faq-block__item-answer p {
  margin-top: 8px;
}
.bs-faq-block__item-icon-container {
  flex-shrink: 0;
  margin-left: 16px;
  padding-top: 4px;
}
.bs-faq-block__item-icon {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  position: relative;
}
.bs-faq-block__item-icon .bs-faq-block__item-icon-plus,
.bs-faq-block__item-icon .bs-faq-block__item-icon-minus {
  position: absolute;
  left: 0;
  transition: opacity 0.3s ease;
}
.bs-faq-block__item-icon .bs-faq-block__item-icon-plus {
  top: 0;
  opacity: 1;
}
.bs-faq-block__item-icon .bs-faq-block__item-icon-minus {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.bs-faq-block__item--active .bs-faq-block__item-icon .bs-faq-block__item-icon-plus {
  opacity: 0;
}
.bs-faq-block__item--active .bs-faq-block__item-icon .bs-faq-block__item-icon-minus {
  opacity: 1;
}
.bs-faq-block .button.bs-faq-block__filter-button {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  background-color: transparent;
  border: solid 1px #DDDDDD;
  color: #1C1B1B;
  padding: 10px 12px;
  height: auto;
  min-width: unset;
  width: auto;
  margin: 0;
  border-radius: 6px;
  transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out,
    border-color 0.2s ease-out,
    opacity 0.2s ease-out;
}
@media (min-width: 750px) {
  .bs-faq-block .button.bs-faq-block__filter-button {
    font-size: 14px;
    letter-spacing: 2.52px;
    padding: 10px 16px;
    font-weight: 700;
  }
}
.bs-faq-block .button.bs-faq-block__filter-button:hover {
  background-color: #946951;
  color: #fff;
  border-color: #946951;
}
.bs-faq-block .button.bs-faq-block__filter-button--active {
  background-color: var(--filter-active-bg, #946951);
  color: var(--filter-active-color, #fff);
}
.bs-faq-block .button.bs-faq-block__filter-button--active:hover {
  background-color: transparent;
  color: #946951;
  border-color: #946951;
}
.faq-flag-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  margin: 0 3px 2px 0;
  border-radius: 2px;
  flex-shrink: 0;
}
.bs-feeding-section {
  width: 100%;
  background-color: var(--bs-section-bg, #F5F3F1);
}
.bs-feeding-section__inner {
  padding: 16px 0;
}
@media (min-width: 750px) {
  .bs-feeding-section__inner {
    padding: 24px 0;
  }
}
.bs-feeding-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--bs-wrapper-bg, #FFFFFF);
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
}
@media (min-width: 750px) {
  .bs-feeding-section__wrapper {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }
}
@media (min-width: 750px) {
  .bs-feeding-section--image-right .bs-feeding-section__wrapper {
    flex-direction: row-reverse;
  }
}
.bs-feeding-section__media {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-feeding-section__media {
    display: flex;
    width: 50%;
  }
}
.bs-feeding-section__media--mobile {
  display: flex !important;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 750px) {
  .bs-feeding-section__media--mobile {
    display: none !important;
  }
}
.bs-feeding-section__image--mobile {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-feeding-section__image {
  width: 100%;
  height: 100%;
  min-height: 303px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (min-width: 750px) {
  .bs-feeding-section__image {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .bs-feeding-section__image {
    min-height: 490px;
  }
}
@media (min-width: 1366px) {
  .bs-feeding-section__image {
    min-height: 586px;
  }
}
.bs-feeding-section__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-feeding-section__content {
    width: 50%;
    justify-content: center;
    margin-right: 24px;
  }
}
.bs-feeding-section__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: var(--bs-heading-font-size-mobile, 20px);
  line-height: 1.25;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: var(--bs-heading-color, #1C1B1B);
  margin: 0 0 24px 0;
}
@media (min-width: 750px) {
  .bs-feeding-section__heading {
    letter-spacing: 5.04px;
    font-size: var(--bs-heading-font-size-desktop, 28px);
    margin-bottom: 32px;
  }
}
.bs-feeding-section__intro {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: var(--bs-intro-font-size-mobile, 14px);
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--bs-intro-color, #1C1B1B);
  margin: 0 0 24px 0;
}
@media (min-width: 750px) {
  .bs-feeding-section__intro {
    font-size: var(--bs-intro-font-size-desktop, 16px);
    margin-bottom: 32px;
    line-height: 1.5;
  }
}
.bs-feeding-section__intro p {
  margin: 0;
}
.bs-feeding-section__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 750px) {
  .bs-feeding-section__steps {
    gap: 24px;
  }
}
.bs-feeding-section__step {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
}
.bs-feeding-section__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--bs-step-number-size-mobile, 32px);
  height: var(--bs-step-number-size-mobile, 32px);
  border-radius: 50%;
  background-color: var(--bs-step-number-bg, #946951);
  color: var(--bs-step-number-color, #fff);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: var(--bs-step-number-font-size-mobile, 14px);
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 750px) {
  .bs-feeding-section__step-number {
    width: var(--bs-step-number-size-desktop, 40px);
    height: var(--bs-step-number-size-desktop, 40px);
    font-size: var(--bs-step-number-font-size-desktop, 16px);
  }
}
.bs-feeding-section__step-text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: var(--bs-step-text-font-size-mobile, 14px);
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--bs-step-text-color, #1C1B1B);
  flex: 1;
}
@media (min-width: 750px) {
  .bs-feeding-section__step-text {
    font-size: var(--bs-step-text-font-size-desktop, 16px);
  }
}
.footer {
  margin-top: 0 !important;
  padding-top: 16px;
  background-color: var(--bs-footer-bg, #F5F5F5);
}
@media (min-width: 1366px) {
  .footer {
    padding-top: 24px;
  }
}
.footer a {
  color: var(--bs-footer-link-text, #0b0a0a);
  text-decoration: none;
  font-weight: 400;
  font-size: var(--bs-footer-font-mobile-link);
  font-family: "Nunito Sans", sans-serif;
  line-height: 150%;
  cursor: pointer;
}
@media (min-width: 750px) {
  .footer a {
    font-size: var(--bs-footer-font-desktop-link);
  }
}
.footer a:hover {
  color: #946951;
}
.footer__inner {
  display: flex;
  flex-direction: column;
}
.footer {
}
.footer__rating {
  display: grid;
  gap: 8px;
}
.footer__rating-snippet .RatingBarWidget-prefix .u-marginTop--xxs {
  width: -moz-fit-content !important;
  width: fit-content !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.footer__rating-snippet .RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon {
  margin-left: 0 !important;
}
.footer__rating-snippet .RatingBarWidget-prefix .R-TextBody--xxs {
  font-size: 12px !important;
  margin-top: -10px !important;
}
@media (min-width: 750px) {
  .footer__rating-snippet .RatingBarWidget-prefix .R-TextBody--xxs {
    margin-top: -20px !important;
  }
}
.footer__rating-snippet .RatingBarWidget-prefix .R-TextBody--xxs .cssVar-reviewStatistics:first-of-type {
  font-size: 22px !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}
@media (min-width: 750px) {
  .footer__rating-snippet .RatingBarWidget-prefix .R-TextBody--xxs .cssVar-reviewStatistics:first-of-type {
    font-size: 32px !important;
  }
}
.footer__rating-snippet .RatingBarWidget-prefix .u-marginBottom--xs {
  margin-bottom: 11px !important;
}
.footer__rating-heading {
  color: var(--bs-footer-text, #0b0a0a);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: var(--bs-footer-rating-heading-font-size-mobile);
  line-height: 125%;
  letter-spacing: 3.6px;
  align-self: stretch;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .footer__rating-heading {
    font-size: var(--bs-footer-rating-heading-font-size-desktop);
  }
}
.footer {
}
.footer__divider {
  height: 1px;
  background: linear-gradient(#DDDDDD);
  margin: 20px 0;
}
@media (min-width: 750px) {
  .footer__divider {
    margin: 24px 0;
  }
}
.footer__divider--mobile {
  margin: 20px 0;
}
@media (min-width: 750px) {
  .footer__divider--mobile {
    display: none;
  }
}
.footer {
}
.footer__groups {
  display: grid;
}
@media (min-width: 750px) {
  .footer__groups {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    margin-top: 40px;
    gap: 40px;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .footer__groups {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1366px) {
  .footer__groups {
    gap: 72px;
  }
}
.footer__group {
  display: grid;
  gap: 16px;
}
.footer__group-heading {
  color: var(--bs-footer-text, #0b0a0a);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: var(--bs-footer-font-mobile-heading);
  line-height: 125%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .footer__group-heading {
    font-size: var(--bs-footer-font-desktop-heading);
  }
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.footer__item + .footer__item {
  margin-top: 16px;
}
.footer {
}
.footer__bottom {
  display: grid;
}
@media (min-width: 750px) {
  .footer__bottom {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    margin-top: 40px;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1366px) {
  .footer__bottom {
    gap: 72px;
  }
}
@media (min-width: 1600px) {
  .footer__bottom {
    gap: 0;
  }
}
.footer__bottom-group {
  display: grid;
}
@media (min-width: 750px) {
  .footer__bottom-group {
    gap: 16px;
  }
}
@media (min-width: 750px) {
  .footer__bottom-group--certification {
    gap: 12px;
  }
}
.footer__label {
  color: var(--bs-footer-text, #0b0a0a);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: var(--bs-footer-font-mobile-label);
  line-height: 125%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .footer__label {
    font-size: var(--bs-footer-font-desktop-label);
  }
}
.footer__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 16px;
}
@media (min-width: 750px) {
  .footer__icons {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .footer__icons {
    flex-wrap: wrap;
  }
}
.footer__icons img {
  display: block;
  max-height: 26px;
  width: 26px;
}
.footer__icons--certification img {
  max-height: 52px;
  width: 52px;
}
.footer {
}
.footer__social-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}
@media (min-width: 750px) {
  .footer__social-list {
    margin-top: 0;
    gap: 8px;
  }
}
.footer__social-icon {
  height: 20px;
  width: 20px;
}
.footer {
}
.footer__help {
  display: grid;
  gap: 16px;
}
@media (min-width: 750px) {
  .footer__help {
    gap: 16px;
  }
}
.footer__help-content {
  color: var(--bs-footer-text, #0b0a0a);
  font-size: var(--bs-footer-font-mobile-link);
  line-height: 150%;
  font-family: "Nunito Sans", sans-serif;
}
@media (min-width: 750px) {
  .footer__help-content {
    font-size: var(--bs-footer-font-desktop-link);
  }
}
.footer__help-content p {
  margin: 0 0 16px 0;
}
.footer__help-content p:last-child {
  margin-bottom: 0;
}
.footer__help-content a {
  color: var(--bs-footer-text, #0b0a0a);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.footer__help-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right;
  transition: transform 0.3s ease;
}
.footer__help-content a:hover {
  color: #946951;
}
.footer__help-content a:hover::after {
  transform: scaleX(0);
  transform-origin: left;
}
.footer__help-button shop-follow-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer {
}
.footer__legal {
  font-size: 12px;
  line-height: 140%;
  color: var(--bs-footer-text, #0b0a0a);
  opacity: 0.8;
}
.footer {
}
.footer__copyright {
  margin-top: 16px;
  padding: 12px 16px;
  text-align: center;
  font-size: 12px;
  background-color: var(--bs-copyright-background-color, #F5F5F5);
  color: var(--bs-copyright-text-color);
}
@media (min-width: 750px) {
  .footer__copyright {
    margin-top: 24px;
  }
}
.bs-formular-section {
  background-color: var(--bs-section-bg);
  padding: 40px 0;
}
@media (min-width: 750px) {
  .bs-formular-section {
    padding: 80px 0;
  }
}
.bs-formular-section__inner {
  width: 100%;
}
.bs-formular-section__header {
  margin-bottom: 16px;
}
@media (min-width: 750px) {
  .bs-formular-section__header {
    margin-bottom: 24px;
  }
}
.bs-formular-section__header p {
  margin: 0;
  color: var(--bs-subheading-color);
  font-size: var(--bs-subheading-font-size-mobile);
}
@media (min-width: 750px) {
  .bs-formular-section__header p {
    font-size: var(--bs-subheading-font-size);
  }
}
.bs-formular-section__heading {
  font-size: var(--bs-heading-font-size-mobile);
  color: var(--bs-heading-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
@media (min-width: 750px) {
  .bs-formular-section__heading {
    margin-bottom: 16px;
    font-size: var(--bs-heading-font-size);
  }
}
.bs-formular-section__subheading {
  font-size: var(--bs-subheading-font-size-mobile);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 750px) {
  .bs-formular-section__subheading {
    font-size: var(--bs-subheading-font-size);
  }
}
.bs-formular-section__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 750px) {
  .bs-formular-section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.bs-formular-section__card {
  list-style: none;
  margin: 0;
}
.bs-formular-section__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}
.bs-formular-section__card-link:hover,
.bs-formular-section__card-link:focus {
  text-decoration: none;
  color: inherit;
}
.bs-formular-section__card-link:focus-visible {
  outline: 2px solid #0b0a0a;
  outline-offset: 2px;
  border-radius: 8px;
}
.bs-formular-section__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: #F5F3F1;
  border-radius: 8px;
  padding: 16px 12px;
  height: 100%;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
@media (min-width: 750px) {
  .bs-formular-section__card-content {
    padding: 24px;
  }
}
@media (hover: hover) {
  .bs-formular-section__card-link:hover .bs-formular-section__card-content {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}
.bs-formular-section__card-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
@media (min-width: 750px) {
  .bs-formular-section__card-icon-wrapper {
    margin-bottom: 24px;
  }
}
.bs-formular-section__card-icon {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.bs-formular-section__card-content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bs-formular-section__card-title {
  font-size: var(--bs-card-title-font-size-mobile);
  color: var(--bs-card-title-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 750px) {
  .bs-formular-section__card-title {
    font-size: var(--bs-card-title-font-size);
  }
}
.bs-formular-section__card-description {
  font-size: var(--bs-card-description-font-size-mobile);
  color: var(--bs-card-description-color);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 12px 0;
  flex-grow: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.bs-formular-section__card-description p {
  margin: 0;
}
@media (min-width: 750px) {
  .bs-formular-section__card-description {
    font-size: var(--bs-card-description-font-size);
  }
}
.bs-formular-section__card-time-estimate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: var(--bs-time-estimate-bg);
  color: var(--bs-time-estimate-color);
  font-size: var(--bs-time-estimate-font-size);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 17px;
  gap: 8px;
  margin-top: auto;
  align-self: flex-start;
}
.bs-formular-section__card-time-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
@media (min-width: 750px) {
  .bs-formular-section__card-time-icon {
    width: 18px;
    height: 18px;
  }
}
.bs-formular-section__card-time-text {
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 700;
}
@media (min-width: 750px) {
  .bs-formular-section__card-time-text {
    font-weight: 400;
  }
}
.bs-header-image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bs-header-image-slider__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/5;
}
@media (min-width: 750px) {
  .bs-header-image-slider__wrapper {
    aspect-ratio: 2/1;
    max-height: 800px;
  }
}
@media (min-width: 1600px) {
  .bs-header-image-slider__wrapper {
    aspect-ratio: 5/2;
    max-height: 1000px;
  }
}
.bs-header-image-slider__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.bs-header-image-slider__slide {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 40px;
}
@media (min-width: 750px) {
  .bs-header-image-slider__slide {
    padding: 0 0 60px;
  }
}
.bs-header-image-slider__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 1600px) {
  .bs-header-image-slider__background--has-xl .bs-header-image-slider__background-image--desktop {
    display: none;
  }
}
.bs-header-image-slider__background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-header-image-slider__background-image--mobile {
  display: block;
}
@media (min-width: 750px) {
  .bs-header-image-slider__background-image--mobile {
    display: none;
  }
}
.bs-header-image-slider__background-image--desktop {
  display: none;
}
@media (min-width: 750px) {
  .bs-header-image-slider__background-image--desktop {
    display: block;
  }
}
.bs-header-image-slider__background-image--up-to-xl {
  display: block;
}
@media (min-width: 1600px) {
  .bs-header-image-slider__background-image--up-to-xl {
    display: none;
  }
}
.bs-header-image-slider__background-image--desktop-xl {
  display: none;
}
@media (min-width: 1600px) {
  .bs-header-image-slider__background-image--desktop-xl {
    display: block;
  }
}
.bs-header-image-slider__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.bs-header-image-slider__content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 24px;
  height: 100%;
  display: flex;
  padding-bottom: 24px;
}
@media (min-width: 750px) {
  .bs-header-image-slider__content-wrapper {
    padding-bottom: 48px;
  }
}
.bs-header-image-slider__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  max-width: 533px;
}
@media (min-width: 750px) {
  .bs-header-image-slider__content {
    gap: 32px;
  }
}
.bs-header-image-slider__text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1366px) {
  .bs-header-image-slider__text-content {
    gap: 24px;
  }
}
.bs-header-image-slider__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: var(--bs-heading-font-size-mobile, 20px);
  line-height: 1.25;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: var(--bs-heading-color, #fff);
  margin: 0;
}
@media (min-width: 1366px) {
  .bs-header-image-slider__heading {
    font-size: var(--bs-heading-font-size-desktop, 28px);
    letter-spacing: 5.04px;
  }
}
.bs-header-image-slider__description {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: var(--bs-description-font-size-mobile, 14px);
  line-height: 1.5;
  color: var(--bs-description-color, #fff);
}
@media (min-width: 1366px) {
  .bs-header-image-slider__description {
    font-size: var(--bs-description-font-size-desktop, 16px);
  }
}
.bs-header-image-slider__description p {
  margin: 0;
  color: inherit;
}
.bs-header-image-slider__description p + p {
  margin-top: 12px;
}
.bs-header-image-slider__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: stretch;
}
@media (min-width: 1366px) {
  .bs-header-image-slider__buttons {
    gap: 16px;
    width: 354px;
  }
}
.bs-header-image-slider__button {
  width: 100% !important;
  padding-inline: 2px !important;
}
.bs-header-image-slider__controls-container {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 750px) {
  .bs-header-image-slider__controls-container {
    bottom: 60px;
  }
}
.bs-header-image-slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  pointer-events: auto;
}
.bs-header-image-slider__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex: 1;
  position: static !important;
  width: auto !important;
}
.bs-header-image-slider__pagination .swiper-pagination-bullet {
  height: 2px;
  flex: 1 0 0;
  background: var(--bs-pagination-inactive, #fff);
  opacity: 0.5 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}
.bs-header-image-slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-pagination-active, #946951);
  opacity: 1 !important;
}
.bs-header-image-slider__navigation {
  display: none;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
@media (min-width: 750px) {
  .bs-header-image-slider__navigation {
    display: flex;
  }
}
.bs-header-image-slider__nav-button {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0;
  background-color: #F5F3F1;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
.bs-header-image-slider__nav-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bs-header-image-slider__nav-button::after {
  content: none !important;
}
.bs-header-image-slider__nav-button svg {
  display: block;
  flex-shrink: 0;
}
header.shopify-section.shopify-section-group-header-group.header-section {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.section-custom-header.shopify-section-group-custom-header-group {
  z-index: 100;
  border-bottom: 1px solid #DDDDDD;
  top: 0;
}
.section-custom-header.shopify-section-group-custom-header-group:has(sticky-header[data-sticky-type=never]) {
  z-index: 1;
}
.section-custom-header.shopify-section-group-custom-header-group.menu-open {
  z-index: 100;
  width: 100%;
  position: fixed !important;
  top: calc(var(--header-announcement-height) + var(--header-action-bar-height));
}
@media (min-width: 1024px) {
  .section-custom-header.shopify-section-group-custom-header-group.menu-open {
    position: sticky !important;
    top: 0;
  }
}
.section-custom-header .header-wrapper {
  background: #fff;
  border-bottom: none;
}
@media (min-width: 1024px) {
  .section-custom-header .header-wrapper {
    margin-bottom: 0;
  }
}
.header-wrapper {
  transition: background 0.4s ease;
}
.header.header-custom {
  min-height: 76px;
  position: relative;
  z-index: 100;
}
@media (min-width: 1024px) {
  .header.header-custom {
    display: grid;
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
  }
}
@media (max-width: 1023px) {
  .header.header-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header.header-custom:not(.drawer-menu).page-width {
  padding: 0 20px;
}
.header.header-custom .header__svg-logo svg {
  width: 150px;
  height: 46px;
}
.header.header-custom .cart-count-bubble {
  width: 15px;
  height: 15px;
  top: 6px;
  border: 1px #fff solid;
  left: 0;
  transform: translateX(100%);
  background-color: #777676;
}
.header.header-custom .header__menu-item img:not(.bestseller-item__image),
.header.header-custom .menu-drawer__menu-item img:not(.bestseller-item__image) {
  position: relative;
  top: 1px;
}
.header.header-custom .header__menu-item img:not(.bestseller-item__image).icon--left,
.header.header-custom .menu-drawer__menu-item img:not(.bestseller-item__image).icon--left {
  margin-right: 10px;
  max-width: 15px;
}
.header.header-custom .header__menu-item img:not(.bestseller-item__image).icon--right,
.header.header-custom .menu-drawer__menu-item img:not(.bestseller-item__image).icon--right {
  margin-left: 10px;
}
.header.header-custom .header__inline-menu {
  height: 100%;
  margin-left: 0;
  display: none;
}
@media (min-width: 1024px) {
  .header.header-custom .header__inline-menu {
    display: block;
  }
}
.header.header-custom .header__inline-menu > .shopify-section {
  height: 100%;
}
.header.header-custom .header__inline-menu > .shopify-section > ul {
  height: 100%;
  padding-left: 0;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item__title {
  color: #1C1B1B;
  font-weight: 400;
  transition: font-weight 0.3s ease-out;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item a.header__menu-item__title {
  text-decoration: none;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item:first-of-type span span,
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item:first-of-type span a {
  font-weight: 700;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item a {
  transition: color 0.3s ease-out, transform 0.3s ease-out;
  transform: translateX(0);
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item .header__submenuItem {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item .header__submenuItem img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item .header__submenuItem__content * {
  font-weight: 400;
  color: #1C1B1B;
  font-size: 16px;
  transition: color 0.3s ease-out, font-weight 0.3s ease-out;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item .header__submenuItem--parent {
  transition: color 0.3s ease-out, margin-left 0.3s ease-out;
  margin-left: 0;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item .header__submenuItem__tag {
  padding: 4px 8px;
  border-radius: 50px;
  line-height: normal;
  font-size: 12px;
  font-weight: 700;
}
.header.header-custom .header__inline-menu > .shopify-section > ul .header__menu-item .header__submenuItem:hover .header__submenuItem__title {
  color: #946951;
  font-weight: 700;
}
.header.header-custom .header__inline-menu li {
  margin-right: 30px;
}
.header.header-custom .header__inline-menu li:last-child {
  margin-right: 0;
}
.header.header-custom .header__inline-menu .header__menu-item {
  padding: 0;
  color: #1C1B1B;
  font-size: 16px;
  margin-right: 32px;
  border-bottom: 0px solid transparent;
  transition: border-bottom 0.3s ease;
}
.header.header-custom .header__inline-menu .header__menu-item .header__active-menu-item {
  text-decoration: none;
  font-weight: 600;
}
.header.header-custom .header__inline-menu .header__menu-item .header__active-menu-item a {
  color: #9D6B06;
}
.header.header-custom .header__inline-menu .header__menu-item:hover {
  border-bottom: 4px solid #946951;
  cursor: pointer;
}
.header.header-custom .header__inline-menu .header__menu-item:hover span {
  text-decoration: none;
}
.header.header-custom .header__inline-menu .header__menu-item:hover > span > .header__menu-item__title {
  font-weight: 400;
}
.header.header-custom .header__inline-menu li:hover .header__submenu,
.header.header-custom .header__inline-menu .header__menu-item__hoverThreshold:hover .header__submenu {
  opacity: 1;
  visibility: visible;
}
.header.header-custom .header__inline-menu li:hover .header__submenu::after,
.header.header-custom .header__inline-menu .header__menu-item__hoverThreshold:hover .header__submenu::after {
  background: rgba(60, 56, 56, 0.5019607843);
}
.header.header-custom .header__inline-menu .header__submenu {
  position: absolute;
  top: calc(var(--custom-header-height) + 1px);
  min-width: unset;
  width: auto;
  padding: 20px 40px 10px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  border-top: none;
  background-color: #fff;
  transform: translateX(-40px);
}
.header.header-custom .header__inline-menu .header__submenu::after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 200vh;
  background: transparent;
  pointer-events: none;
  display: block;
  transition: background 0.3s ease;
}
.header.header-custom .header__inline-menu .header__submenu li {
  display: flex;
  margin-right: 0;
  padding: 0;
  transition: transform 0.3s ease-out;
}
.header.header-custom .header__inline-menu .header__submenu li:hover {
  transform: translateX(7px);
}
.header.header-custom .header__inline-menu .header__submenu li .header__active-menu-item {
  text-decoration: none;
  font-weight: 600;
}
.header.header-custom .header__inline-menu .header__submenu-wrapper {
  display: flex;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}
@media (min-width: 1366px) {
  .header.header-custom .header__inline-menu .header__submenu-wrapper {
    padding: 0 90px;
  }
}
.header.header-custom .header__inline-menu .header__submenu-wrapper::before {
  content: "";
  background: #fff;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  top: 0;
  left: 0;
  position: absolute;
  transform: translateX(-100%);
}
.header.header-custom .header__inline-menu .header__submenu-wrapper::after {
  content: "";
  background: #fff;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  top: 0;
  right: 0;
  position: absolute;
  transform: translateX(100%);
}
.header.header-custom .header__inline-menu .header__submenu__drawer {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease;
  height: 100%;
  min-height: calc(100% + 1px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.header.header-custom .header__inline-menu .header__submenu__collection-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 100%;
  margin-top: 16px;
}
.header.header-custom .header__inline-menu .header__submenu__collection-wrapper--single-column {
  grid-template-columns: 1fr;
}
.header.header-custom .header__inline-menu .header__submenu__cta {
  border: 1px solid #DDDDDD !important;
  color: #1C1B1B !important;
}
.header.header-custom .header__inline-menu .header__submenu__cta:hover {
  border-color: #946951 !important;
  color: #fff !important;
}
.header.header-custom .header__inline-menu .header__submenu .header__menu-item {
  text-decoration: none;
  padding-left: 0;
  padding-top: 0;
  padding: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  color: #0b0a0a;
  transition: color 0.3s ease-out;
  margin-bottom: 10px;
}
.header.header-custom .header__inline-menu .header__submenu .header__menu-item:hover,
.header.header-custom .header__inline-menu .header__submenu .header__menu-item.list-menu__item--active {
  color: #0b0a0a;
}
.header.header-custom .header__inline-menu .header__submenu .header__menu-item:active {
  color: #9D6B06;
}
.header.header-custom .header__inline-menu .header__submenu .header__menu-item.list-menu__item--active {
  font-weight: 600;
}
.header.header-custom .header__inline-menu .header__submenu .header__menu-item:before {
  content: none;
}
.header.header-custom .header__inline-menu .header__submenu--full {
  width: 100%;
  left: 0;
  transform: translateX(0px);
  padding: 0;
}
@media (min-width: 750px) {
  .header.header-custom .header__inline-menu .header__submenu--full {
    border-radius: 0;
  }
}
.header.header-custom .header__inline-menu .header__submenu--full .header__submenu-wrapper {
  padding-top: 24px;
  padding-bottom: 48px;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.2fr 1fr;
}
.header.header-custom .header__inline-menu .header__submenu--full .collection__title {
  margin-top: 0;
  color: #0b0a0a;
  margin-bottom: 10px;
}
.header.header-custom .header__inline-menu .header__submenu--full .header__menu-item {
  margin-bottom: 10px;
  font-size: 18px;
}
.header.header-custom .header__icon .icon {
  width: 24px;
  height: 24px;
}
.header.header-custom .header__icon--summary {
  padding-left: 0;
}
.header.header-custom .header__icon:hover .icon {
  transform: unset;
}
.header.header-custom .header__heading-link {
  padding: 0;
}
.header.header-custom .header__heading-logo {
  height: 25px;
  width: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .header.header-custom .header__heading-logo {
    height: 31px;
  }
}
@media (max-width: 1023px) {
  .header.header-custom {
    min-height: 64px;
  }
  .header.header-custom .menu-drawer {
    width: 100%;
    max-width: unset;
  }
  .header.header-custom .menu-drawer:has(.menu-drawer__menu[data-level="1"]),
  .header.header-custom .menu-drawer:has(.menu-drawer__menu[data-level="2"]) {
    z-index: 5;
  }
  .header.header-custom:not(.drawer-menu).page-width {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header.header-custom .menu-drawer__navigation {
    padding: 0;
  }
  .header.header-custom .menu-drawer__navigation > .menu-drawer__menu.has-submenu > li:nth-last-child(2) .menu-drawer__menu-item,
  .header.header-custom .menu-drawer__navigation > .menu-drawer__menu.has-submenu > li:nth-last-child(1) .menu-drawer__menu-item {
    font-size: 16px;
    font-weight: 400;
  }
  .header.header-custom .menu-drawer__navigation > .menu-drawer__menu.has-submenu > li:nth-last-child(2) .menu-drawer__menu-item > .icon-arrow,
  .header.header-custom .menu-drawer__navigation > .menu-drawer__menu.has-submenu > li:nth-last-child(1) .menu-drawer__menu-item > .icon-arrow {
    width: 8px;
  }
  .header.header-custom .menu-drawer__menu {
    margin-top: 48px;
    margin-block-end: 0;
  }
  .header.header-custom .menu-drawer__menu .menu-drawer__menu-item {
    padding: 20px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .header.header-custom .menu-drawer__menu .menu-drawer__menu-item:hover {
    background-color: unset;
  }
  .header.header-custom .menu-drawer__menu .menu-drawer__menu-item:active {
    color: #9D6B06;
  }
  .header.header-custom .menu-drawer__menu .menu-drawer__menu-item > .icon-arrow {
    right: 0;
    width: 11px;
  }
  .header.header-custom .menu-drawer__menu li {
    border-bottom: 1px #DDDDDD solid;
    margin-bottom: 0;
  }
  .header.header-custom .menu-drawer__menu li:last-child {
    border-bottom: none;
  }
  .header.header-custom .menu-drawer__menu .list-menu__item--active {
    text-decoration: none;
    color: #0b0a0a !important;
  }
  .header.header-custom .menu-drawer__menu-item--active,
  .header.header-custom .menu-drawer__menu-item:focus {
    background-color: unset;
    color: #0b0a0a !important;
  }
  .header.header-custom .menu-drawer__inner-submenu .menu-drawer__menu-item--active {
    font-weight: 600 !important;
  }
  .header.header-custom .menu-drawer__close-button {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    min-height: 60px;
    padding: 0 20px;
    background-color: #777676;
    font-size: 20px;
    font-weight: 600;
  }
  .header.header-custom .menu-drawer__close-button:focus,
  .header.header-custom .menu-drawer__close-button:hover {
    background-color: #777676;
  }
  .header.header-custom .menu-drawer__title {
    font-size: 18px;
  }
  .header.header-custom .menu-drawer__back {
    display: flex;
    align-items: center;
    color: #777676;
    font-size: 10px;
    font-weight: 400;
  }
  .header.header-custom .menu-drawer__back .icon-arrow {
    width: 11px;
    height: 11px;
    margin-right: 10px;
  }
  .header.header-custom .header__submenu__collection .collection__title {
    margin-bottom: 10px;
  }
  .header.header-custom .header__submenu__collection li a {
    padding: 15px 0;
    max-height: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #0b0a0a;
  }
  .header.header-custom .small-font a {
    font-size: 16px;
    color: #777676;
    text-transform: none;
    padding: 15px 0;
    letter-spacing: unset;
  }
  .header.header-custom .small-font a.menu-drawer__menu-item--active {
    color: #0b0a0a;
    font-weight: 600;
  }
  .header.header-custom anchored-popover-component,
  .header.header-custom .desktop-localization-wrapper {
    display: none;
  }
}
.header.header-custom .menu-drawer__utility-links {
  display: none;
}
.header.header-custom .search-account-bar {
  display: flex;
  justify-content: space-between;
  background-color: #777676;
  color: #777676;
  font-size: 16px;
  padding: 22px 20px;
  max-height: 60px;
}
.header.header-custom .search-account-bar .points {
  background-color: #777676;
  border-radius: 82px;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  margin-right: 15px;
}
.header.header-custom .search-account-bar a {
  color: #777676;
}
.header.header-custom .search-account-bar .search-bar,
.header.header-custom .search-account-bar .account-bar {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
.header.header-custom .search-account-bar svg {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: unset;
}
.header.header-custom .search-account-bar svg path {
  fill: #777676;
}
.header.header-custom .header__icons--localization .localization-form__select .icon-caret {
  right: 14px;
  height: 12px;
  top: unset;
}
.header.header-custom .header__icons--localization .localization-form__select .icon-caret.icon-caret--mobile {
  display: none;
}
.header.header-custom .header__icon--account .account-button {
  display: none;
}
.header.header-custom .search__button {
  display: none;
}
.header.header-custom .reset__button {
  right: 0;
  transform: translateX(calc(50% - 12px));
  height: 100%;
}
.header.header-custom .reset__button.hidden + .search__button {
  display: none;
}
.header.header-custom .desktop-localization-wrapper .dropdown-localization__button span {
  color: #1C1B1B;
}
.header.header-custom .desktop-localization-wrapper .localization-wrapper {
  top: calc(100% + 16px);
}
@media (min-width: 1024px) {
  .header.header-custom .desktop-localization-wrapper .localization-wrapper {
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: none;
  }
}
.menu-drawer__navigation .submenu-open {
  visibility: visible !important;
}
bsp[open] > .menu-drawer,
bsp[open] > .menu-drawer__submenu {
  transition: transform 0.4s ease, visibility 0.4s ease !important;
}
.header--middle-center:not(.drawer-menu) {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (min-width: 1024px) {
  .close-drawer {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .header.header-custom .header__heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease, left 0.3s ease;
  }
  .header__icon--cart {
    opacity: 1;
    visibility: visible;
    transition: width 0.3s ease-out, height 0.3s ease-out;
  }
  .close-drawer {
    cursor: pointer;
    display: none;
    width: 0;
    height: 0;
    transition: width 0.3s ease-out, height 0.3s ease-out;
  }
  header-drawer {
    transition: margin-left 0.2s ease-out;
  }
  .menu-open header-drawer {
    margin-left: -100%;
  }
  .menu-open .header.header-custom {
    min-height: 64px;
  }
  .menu-open .header.header-custom .close-drawer {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
  }
  .menu-open .header.header-custom .header__icon--cart,
  .menu-open .header.header-custom .cart-count-bubble,
  .menu-open .header.header-custom .header__icon--search {
    width: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    border: none;
  }
  .menu-open .header.header-custom .header__heading {
    left: 20px;
    transform: translateX(0);
  }
  .menu-open .search-modal {
    background: #fff;
  }
  .menu-open .search-modal .field__input {
    background: #fff;
  }
}
.language-selector {
  z-index: 4;
}
.language-selector[data-mobile] {
  margin-right: 25px;
}
.language-selector[data-type=lsn-switchers][data-mobile] .lsn-switcher {
  padding: 8px 16px !important;
  font-size: 16px !important;
  max-height: 38px;
}
[data-type=lsn-switchers][data-mobile=""] {
  display: inline-block !important;
}
.search-modal {
  top: 100%;
  opacity: 1;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
  height: 48px;
  border-bottom: 1px dashed #DDDDDD;
}
@media (min-width: 1024px) {
  .search-modal {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .search-modal__content {
    padding-left: 0;
    padding-right: 0;
  }
  .search-modal__content::before {
    content: "";
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 30vw;
    position: absolute;
    transform: translateX(-100%);
  }
  .search-modal__content::after {
    content: "";
    background: #fff;
    right: 0;
    top: 0;
    height: 100%;
    width: 30vw;
    position: absolute;
    transform: translateX(100%);
  }
}
.search-modal .field:hover::before,
.search-modal .field:hover::after {
  box-shadow: none;
}
.search-modal .field > svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.search-modal .field__label {
  opacity: 1;
  transition: opacity 0.3s ease;
  left: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #777676;
}
.search-modal .field__input {
  background: #fff;
  margin: 0 0 0 32px;
  padding: 14px 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: normal;
}
.search-modal .field__input:focus {
  box-shadow: none;
  padding: unset;
}
.search-modal .field__input:focus ~ .field__label {
  opacity: 0;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  left: 31px;
  letter-spacing: normal;
  line-height: 22px;
}
.search-modal .field__input:not(:-moz-placeholder) {
  padding: 1.5rem;
  padding-left: 0;
  padding-right: 50px;
}
.search-modal .field__input:not(:placeholder-shown) {
  padding: 1.5rem;
  padding-left: 0;
  padding-right: 50px;
}
.search-modal .field__input:not(:-moz-placeholder) ~ .field__label {
  display: none;
}
.search-modal .field__input:not(:placeholder-shown) ~ .field__label {
  display: none;
}
.search-modal .field::before,
.search-modal .field::after {
  box-shadow: none;
  border: none;
}
.bs-image-with-list__wrapper {
  background-color: var(--section-bg, #F5F3F1);
  padding-top: var(--padding-top-mobile, 16px);
  padding-bottom: var(--padding-bottom-mobile, 16px);
}
@media (min-width: 750px) {
  .bs-image-with-list__wrapper {
    padding-top: var(--padding-top-desktop, 24px);
    padding-bottom: var(--padding-bottom-desktop, 24px);
  }
}
.bs-image-with-list__container {
  background-color: var(--container-bg, #FFFFFF);
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-image-with-list__container {
    gap: 40px;
    align-items: center;
    padding: 24px;
  }
}
@media (min-width: 750px) {
  .bs-image-with-list__container--row {
    flex-direction: row;
  }
  .bs-image-with-list__container--row .bs-image-with-list__content-container {
    padding-right: 24px;
  }
}
@media (min-width: 750px) {
  .bs-image-with-list__container--row-reverse {
    flex-direction: row-reverse;
  }
  .bs-image-with-list__container--row-reverse .bs-image-with-list__content-container {
    padding-inline: 24px;
  }
}
.bs-image-with-list__container--desktop {
  display: none;
}
@media (min-width: 750px) {
  .bs-image-with-list__container--desktop {
    display: flex;
  }
}
.bs-image-with-list__container--desktop .bs-image-with-list__content-container .bs-image-with-list__image-container {
  display: none;
}
.bs-image-with-list__container--mobile {
  display: flex;
}
@media (min-width: 750px) {
  .bs-image-with-list__container--mobile {
    display: none;
  }
}
.bs-image-with-list__content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-image-with-list__content-container {
    gap: 32px;
    width: 100%;
    flex: 1 1 50%;
  }
}
.bs-image-with-list__image-container {
  border-radius: 8px;
  height: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 750px) {
  .bs-image-with-list__image-container {
    max-width: 586px;
    flex: 1 0 50%;
  }
}
.bs-image-with-list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.bs-image-with-list__heading-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-image-with-list__heading-container {
    gap: 12px;
  }
}
.bs-image-with-list__heading {
  --color: #1C1B1B;
  color: #1C1B1B;
  text-align: var(--text-align, start);
}
@media (min-width: 750px) {
  .bs-image-with-list__heading {
    text-align: start;
  }
}
.bs-image-with-list__subheading {
  --color: #777676;
  color: #777676;
  margin: 0;
  text-align: var(--text-align, start);
}
@media (min-width: 750px) {
  .bs-image-with-list__subheading {
    text-align: start;
  }
}
.bs-image-with-list__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  --color: #1C1B1B;
  color: #1C1B1B;
  text-align: var(--text-align, start);
}
@media (min-width: 750px) {
  .bs-image-with-list__text {
    text-align: start;
  }
}
.bs-image-with-list__list {
  display: flex;
  flex-direction: column;
  counter-reset: list-item 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bs-image-with-list__list--hide-mobile {
  display: none;
}
@media (min-width: 750px) {
  .bs-image-with-list__list--hide-mobile {
    display: flex;
  }
}
.bs-image-with-list__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  counter-increment: list-item 1;
  --color: #1C1B1B;
  color: #1C1B1B;
  margin-top: 20px;
}
@media (min-width: 750px) {
  .bs-image-with-list__item {
    margin-top: 24px;
  }
}
.bs-image-with-list__item:first-child {
  margin-top: 0;
}
.bs-image-with-list__item--checkmarked {
  margin-top: 16px;
}
.bs-image-with-list__item--checkmarked:first-child {
  margin-top: 0;
}
.bs-image-with-list__icon-container {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  padding: 12px;
  background-color: #F5F3F1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
}
.bs-image-with-list__icon-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bs-image-with-list__number-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #946951;
  flex-shrink: 0;
  margin-right: 12px;
}
.bs-image-with-list__number-container::before {
  content: counter(list-item);
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.bs-image-with-list__checkmark-container {
  flex-shrink: 0;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  padding: 2px;
}
.bs-image-with-list__text-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bs-image-with-list__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.bs-image-with-list__text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.bs-image-with-list__button.button:not(._) {
  padding: 15px 40px;
}
@media (min-width: 750px) {
  .bs-image-with-list__button.button:not(._) {
    padding: 15px 80px;
  }
}
.bs-image-with-text {
  background-color: #F5F3F1;
  padding-top: 24px;
  padding-bottom: 24px;
}
.bs-image-with-text__container {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-image-with-text__container {
    gap: 40px;
    align-items: center;
    padding: 24px;
  }
}
@media (min-width: 750px) {
  .bs-image-with-text__container--row {
    flex-direction: row;
  }
  .bs-image-with-text__container--row .bs-image-with-text__content-container {
    padding-right: 24px;
  }
}
@media (min-width: 750px) {
  .bs-image-with-text__container--row-reverse {
    flex-direction: row-reverse;
  }
  .bs-image-with-text__container--row-reverse .bs-image-with-text__content-container {
    padding-inline: 24px;
  }
}
.bs-image-with-text__content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 50%;
}
@media (min-width: 750px) {
  .bs-image-with-text__content-container {
    gap: 32px;
  }
}
.bs-image-with-text__image-container {
  border-radius: 8px;
  height: 100%;
  aspect-ratio: var(--image-ratio, 1/1);
}
@media (min-width: 750px) {
  .bs-image-with-text__image-container {
    max-width: 586px;
    flex: 1 0 50%;
  }
}
@media (min-width: 750px) {
  .bs-image-with-text__image-container--full-image {
    width: 100%;
    max-width: none;
  }
}
.bs-image-with-text__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.bs-image-with-text__heading-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-image-with-text__heading-container {
    gap: 12px;
  }
}
@media (min-width: 750px) {
  .bs-image-with-text__heading-container--mobile {
    display: none;
  }
}
.bs-image-with-text__heading-container--desktop {
  display: none;
}
@media (min-width: 750px) {
  .bs-image-with-text__heading-container--desktop {
    display: flex;
  }
}
.bs-image-with-text__heading {
  --color: #1C1B1B;
  color: #1C1B1B;
}
.bs-image-with-text__subheading {
  --color: #777676;
  color: #777676;
  margin: 0;
}
.bs-image-with-text__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  --color: #1C1B1B;
  color: #1C1B1B;
}
.bs-image-with-text__button.button:not(._) {
  padding: 15px 40px;
}
@media (min-width: 750px) {
  .bs-image-with-text__button.button:not(._) {
    padding: 15px 80px;
  }
}
.bs-ingredients {
  background-color: var(--background);
  padding-top: var(--padding-top-mobile);
  padding-bottom: var(--padding-bottom-mobile);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 750px) {
  .bs-ingredients {
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
  }
}
.bs-ingredients__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  padding: 16px;
  background: #FFFFFF;
}
@media (min-width: 750px) {
  .bs-ingredients__inner {
    align-items: center;
    gap: 32px;
    padding: 24px;
  }
}
.bs-ingredients__heading {
  font-size: var(--heading-font-size-mobile);
  font-weight: 600;
  color: var(--heading-color);
  text-transform: uppercase;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  align-self: flex-start;
  letter-spacing: 5.04px;
  line-height: 125%;
}
@media (min-width: 750px) {
  .bs-ingredients__heading {
    font-size: var(--heading-font-size-desktop);
  }
}
.bs-ingredients__description {
  font-size: var(--text-font-size-mobile);
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  line-height: 140%;
}
@media (min-width: 750px) {
  .bs-ingredients__description {
    align-self: flex-start;
    margin-top: -16px;
  }
}
.bs-ingredients__media {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
  align-items: center;
  border-radius: 16px;
}
@media (min-width: 750px) {
  .bs-ingredients__media {
    gap: 32px;
  }
}
.bs-ingredients__image-container {
  width: 100%;
  height: var(--image-height);
  border-radius: 16px;
}
@media (min-width: 750px) {
  .bs-ingredients__image-container {
    height: var(--desktop-image-height);
  }
}
.bs-ingredients__image {
  width: 100%;
  height: 100%;
  -o-object-fit: var(--image-fit);
  object-fit: var(--image-fit);
  border-radius: 16px;
}
@media (min-width: 750px) {
  .bs-ingredients__image {
    -o-object-fit: var(--desktop-image-fit);
    object-fit: var(--desktop-image-fit);
  }
}
.bs-ingredients__image--mobile {
  display: block;
}
@media (min-width: 750px) {
  .bs-ingredients__image--mobile {
    display: none;
  }
}
.bs-ingredients__image--desktop {
  display: none;
}
@media (min-width: 750px) {
  .bs-ingredients__image--desktop {
    display: block;
  }
}
.bs-ingredients__hot-spots {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bs-ingredients .hot-spot__container {
  position: absolute;
  top: var(--position-y);
  left: var(--position-x);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: var(--z-index);
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__container {
    width: 40px;
    height: 40px;
    top: var(--position-y-desktop);
    left: var(--position-x-desktop);
  }
}
.bs-ingredients .hot-spot__container.active {
  z-index: 50;
}
.bs-ingredients .hot-spot__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: rgba(148, 105, 81, 0.1490196078);
  z-index: 1;
  animation: pulse 1.3s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.35);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__container::before {
    width: 45px;
    height: 45px;
  }
}
.bs-ingredients .hot-spot__container.active .hot-spot__icon-plus {
  display: none;
}
.bs-ingredients .hot-spot__container.active .hot-spot__icon-minus {
  display: block;
}
.bs-ingredients .hot-spot__container.active .hot-spot__icon-container {
  background-color: #946951;
}
.bs-ingredients .hot-spot__icon-container {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__icon-container {
    height: 40px;
    width: 40px;
  }
}
.bs-ingredients .hot-spot__icon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__icon-plus {
    width: 32px;
    height: 32px;
  }
}
.bs-ingredients .hot-spot__icon-minus {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bs-ingredients .hot-spot__title {
  font-size: var(--hot-spot-title-font-size-mobile);
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
  line-height: 125%;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2.88px;
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__title {
    font-size: var(--hot-spot-title-font-size-desktop);
    letter-spacing: 2.88px;
    bottom: -34px;
  }
}
.bs-ingredients .hot-spot__popup {
  display: none;
  background-color: #fff;
}
.bs-ingredients .hot-spot__popup--desktop {
  position: absolute;
  bottom: 28px;
  left: 50%;
  max-width: var(--mobile-content-width);
  width: var(--mobile-content-width);
  height: -moz-fit-content;
  height: fit-content;
  transform: translateX(-50%);
  z-index: 50;
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__popup--desktop {
    max-width: var(--desktop-content-width);
    width: var(--desktop-content-width);
  }
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__popup--desktop.active {
    display: block;
  }
}
.bs-ingredients .hot-spot__popup--desktop.hot-spot__popup--below {
  top: 28px;
  bottom: auto;
}
.bs-ingredients .hot-spot__popup--mobile {
  position: absolute;
  left: -12px;
  right: 22px;
  bottom: var(--popup-bottom);
  width: calc(100vw - 84px);
  height: -moz-fit-content;
  height: fit-content;
  z-index: 50;
}
.bs-ingredients .hot-spot__popup--mobile.active {
  display: block;
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__popup--mobile.active {
    display: none;
  }
}
.bs-ingredients .hot-spot__popup--mobile.hot-spot__popup--below {
  top: var(--popup-top);
  bottom: auto;
}
.bs-ingredients .hot-spot__popup-content {
  padding: 13px 16px 16px;
  font-size: var(--text-font-size-mobile);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--text-color);
  font-family: "Nunito Sans", sans-serif;
  background-color: var(--background-popup);
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-ingredients .hot-spot__popup-content {
    font-size: var(--text-font-size-desktop);
  }
}
.bs-ingredients .hot-spot__popup-content p {
  margin: 0;
}
.bs-ingredients__accordion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
}
.bs-ingredients__accordion-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 47px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item {
    width: 50%;
  }
}
.bs-ingredients__accordion-item.active {
  max-height: 5000px;
}
.bs-ingredients__accordion-item.active .bs-ingredients__accordion-item-title-chevron {
  transform: rotate(180deg);
}
.bs-ingredients__accordion-item-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  background: #F5F3F1;
  padding: 13px 16px;
}
.bs-ingredients__accordion-item-title {
  font-size: var(--text-font-size-mobile);
  font-family: "Nunito Sans", sans-serif;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item-title {
    font-size: var(--text-font-size-desktop);
  }
}
.bs-ingredients__accordion-item-title-chevron {
  transition: transform 0.3s ease-out;
}
.bs-ingredients__accordion-item-title-chevron--mobile {
  display: block;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item-title-chevron--mobile {
    display: none;
  }
}
.bs-ingredients__accordion-item-title-chevron--desktop {
  display: none;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item-title-chevron--desktop {
    display: block;
  }
}
.bs-ingredients__accordion-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 13px 16px;
  margin: 0;
  color: var(--text-color);
}
.bs-ingredients__accordion-item-content p {
  margin-top: 0;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item-content {
    padding: 24px 0;
    gap: 16px;
  }
}
.bs-ingredients__accordion-item-content--composition {
  display: block;
}
.bs-ingredients__accordion-item-content--composition .metafield-rich_text_field p {
  line-height: 130%;
  margin-bottom: 16px;
}
.bs-ingredients__accordion-item-content--ingredients .ingredients__title {
  padding: 0 4px;
  font-size: var(--text-font-size-mobile);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.23px;
  font-family: "Nunito Sans", sans-serif;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item-content--ingredients .ingredients__title {
    font-size: var(--text-font-size-desktop);
  }
}
.bs-ingredients__accordion-item-content-item-disclaimer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-family: "Nunito Sans", sans-serif;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item-content-item-disclaimer {
    line-height: 14.4px;
    padding: 24px 0 0 0;
  }
}
.bs-ingredients__accordion-item-list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  max-height: 35px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item-list-item {
    gap: 0;
    padding: 0 16px;
  }
}
.bs-ingredients__accordion-item-list-item.active {
  max-height: 5000px;
}
.bs-ingredients__accordion-item-list-item.active .ingredients__title-plus-icon {
  display: none;
}
.bs-ingredients__accordion-item-list-item.active .ingredients__title-minus-icon {
  display: block;
}
.bs-ingredients__accordion-item-list-item .ingredients__title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
.bs-ingredients__accordion-item-list-item .ingredients__title {
  color: #1C1B1B;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  padding: 0;
}
.bs-ingredients__accordion-item-list-item .ingredients__title-plus-icon {
  display: block;
}
.bs-ingredients__accordion-item-list-item .ingredients__title-minus-icon {
  display: none;
}
.bs-ingredients__accordion-item a {
  color: var(--text-color);
  font-size: var(--text-font-size-mobile);
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.23px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-family: "Nunito Sans", sans-serif;
  cursor: unset;
}
@media (min-width: 750px) {
  .bs-ingredients__accordion-item a {
    font-size: var(--text-font-size-desktop);
  }
}
.hot-spot__popup--mobile {
  position: fixed;
  bottom: 12px;
  left: 22px;
  right: 22px;
  width: calc(100vw - 44px);
  height: auto;
  display: none;
  z-index: 50;
}
@media (min-width: 750px) {
  .hot-spot__popup--mobile {
    display: none;
  }
}
.hot-spot__popup--mobile.active {
  display: block;
}
@media (min-width: 750px) {
  .hot-spot__popup--mobile.active {
    display: none;
  }
}
.intro-section {
  background-color: var(--bs-section-bg);
  padding: 24px 0;
}
@media (min-width: 750px) {
  .intro-section {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.intro-section--has-media .intro-section__subtext {
  margin-top: 16px;
}
@media (min-width: 750px) {
  .intro-section--has-media .intro-section__subtext {
    margin-right: 24px;
    margin-top: 32px;
  }
}
.intro-section__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .intro-section__inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.intro-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.intro-section__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 750px) {
  .intro-section__media img {
    padding: 8px 0;
  }
}
@media (min-width: 1366px) {
  .intro-section__media img {
    width: 610px;
    height: 610px;
  }
}
.intro-section__media--mobile {
  display: block;
  margin-top: 24px;
}
@media (min-width: 750px) {
  .intro-section__media--mobile {
    display: none;
  }
}
.intro-section__media--desktop {
  display: none;
}
@media (min-width: 750px) {
  .intro-section__media--desktop {
    display: block;
    flex: 1;
    margin-top: 0;
  }
}
.intro-section__eyebrow {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  color: var(--bs-eyebrow-color);
  font-size: var(--bs-eyebrow-font-size-mobile);
}
@media (min-width: 750px) {
  .intro-section__eyebrow {
    font-size: var(--bs-eyebrow-font-size-desktop);
  }
}
.intro-section__eyebrow--top {
  margin-bottom: 8px;
}
@media (min-width: 750px) {
  .intro-section__eyebrow--top {
    margin-bottom: 12px;
  }
}
.intro-section__eyebrow--bottom {
  margin-top: 8px;
}
@media (min-width: 750px) {
  .intro-section__eyebrow--bottom {
    margin-top: 12px;
  }
}
.intro-section__heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  color: var(--bs-heading-color);
  font-size: var(--bs-heading-font-size-mobile);
}
@media (min-width: 750px) {
  .intro-section__heading {
    font-size: var(--bs-heading-font-size-desktop);
  }
}
.intro-section__subtext {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--bs-subtext-color);
  font-size: var(--bs-subtext-font-size-mobile);
}
@media (min-width: 750px) {
  .intro-section__subtext {
    margin-top: 32px;
    font-size: var(--bs-subtext-font-size-desktop);
  }
}
.intro-section .intro-section__button.button {
  margin-top: 24px;
  display: flex;
  width: 100%;
  padding: 17px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--bs-button-color);
  color: var(--bs-button-color);
  text-decoration: none;
  background-color: transparent;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 750px) {
  .intro-section .intro-section__button.button {
    margin-top: 32px;
    font-size: 18px;
    width: 335px;
  }
}
.bs-main-collection-grid {
  background-color: var(--bs-main-collection-bg, #F5F3F1);
  padding: 0 0 40px 0;
}
@media (min-width: 750px) {
  .bs-main-collection-grid {
    padding-bottom: 120px;
  }
}
.bs-main-collection-grid--infinite-scroll .pagination {
  display: none;
}
.bs-main-collection-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 40px;
}
@media (min-width: 750px) {
  .bs-main-collection-grid__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 32px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.bs-main-collection-grid__grid > .shopify-block {
  display: contents;
}
.bs-main-collection-grid__inner {
  padding-top: 40px;
}
@media (min-width: 750px) {
  .bs-main-collection-grid__inner {
    padding-top: 56px;
  }
}
.bs-main-collection-grid__item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.bs-main-collection-grid__item--insert {
  width: 100%;
}
.bs-main-collection-grid__card.is-hidden {
  display: none;
}
.bs-main-collection-grid .pagination {
  margin: 0;
  padding: 16px 0 0 0;
}
.bs-main-collection-grid .pagination__list {
  width: 100%;
}
.bs-main-collection-grid .pagination__item:first-child {
  margin-right: auto;
}
.bs-main-collection-grid .pagination__item:last-child {
  margin-left: auto;
}
.bs-main-collection-grid .pagination__link {
  border-radius: 0;
}
.bs-main-collection-grid .pagination__link--current,
.bs-main-collection-grid .pagination__link--page {
  color: #1C1B1B;
  padding-bottom: 1px;
  border-bottom: 1px solid #DDDDDD;
}
.bs-main-collection-grid .pagination__link--current {
  font-weight: 700;
  border-bottom: 2px solid #1C1B1B;
}
.bs-main-collection-grid .pagination__link--disabled {
  opacity: 1;
}
.bs-main-collection-grid .pagination__link svg {
  width: 21px;
  height: 24px;
}
details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}
details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translate(0);
  visibility: visible;
}
@media (max-width: 1023px) {
  .header-custom:has(details[open].menu-opening) .action__cart-trigger,
  .header-custom:has(details[open].menu-opening) .header__search {
    display: none !important;
  }
}
.shopify-section:has(> .bs-menu-tabs) {
  position: sticky;
  top: 56px;
  transition: top 0.2s ease;
  z-index: 99;
  overflow-x: clip;
  overflow-y: visible;
  background-color: #F5F3F1;
}
@media (min-width: 750px) {
  .shopify-section:has(> .bs-menu-tabs) {
    top: 64px;
  }
}
body:not(:has(sticky-header[data-sticky-type=always])) .shopify-section:has(> .bs-menu-tabs) {
  top: 0;
}
.bs-menu-tabs {
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  min-width: 0;
  width: 100%;
  overflow-x: clip;
}
.bs-menu-tabs--hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.bs-menu-tabs__heading {
  margin-bottom: 0;
}
.bs-menu-tabs__content {
  margin: 10px 0 0;
}
.bs-menu-tabs__content p {
  margin-top: 0;
}
.bs-menu-tabs__content *:first-child {
  margin-top: 0;
}
.bs-menu-tabs__content *:last-child {
  margin-bottom: 0;
}
.bs-menu-tabs__tab {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px;
  background: #fff;
  color: #1C1B1B;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  font-weight: 600;
  font-size: 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (min-width: 750px) {
  .bs-menu-tabs__tab {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.bs-menu-tabs__tab:hover,
.bs-menu-tabs__tab.active {
  background: #946951;
  color: #fff;
}
.bs-menu-tabs__swiper-wrapper {
  min-width: 0;
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}
.bs-menu-tabs__swiper.swiper {
  padding-top: 24px;
  padding-bottom: 16px;
  background: #F5F3F1;
  position: relative;
  overflow: visible;
}
@media (min-width: 750px) {
  .bs-menu-tabs__swiper.swiper {
    padding-top: 36px;
    padding-bottom: 24px;
  }
}
.bs-menu-tabs__swiper.swiper::before {
  content: "";
  position: absolute;
  height: calc(100% + 2px);
  width: 50vw;
  top: -1px;
  left: 0;
  background: #F5F3F1;
  border-top: 1px dashed #DDDDDD;
  border-bottom: 1px dashed #DDDDDD;
  transform: translateX(-99%);
}
.bs-menu-tabs__swiper.swiper::after {
  content: "";
  position: absolute;
  height: calc(100% + 2px);
  width: 50vw;
  top: -1px;
  right: 0;
  border-top: 1px dashed #DDDDDD;
  border-bottom: 1px dashed #DDDDDD;
  background: #F5F3F1;
  transform: translateX(99%);
}
.bs-menu-tabs__swiper.swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.bs-product-information .bs-slideshow-controls__thumbnails {
  padding-inline: 4px;
  margin-left: 0;
  padding-block: 16px;
  flex-wrap: nowrap;
}
@media (min-width: 750px) {
  .bs-product-information .bs-slideshow-controls__thumbnails {
    display: flex;
    flex-wrap: wrap;
  }
}
.bs-product-information .bs-slideshow-controls__thumbnails .slideshow-control {
  opacity: 0.6;
  width: 56px;
  height: 56px;
  border-radius: 4px;
}
.bs-product-information .bs-slideshow-controls__thumbnails .slideshow-control:is([aria-selected=true]) {
  outline: 1px solid #777676;
  outline-offset: 0;
  opacity: 1;
}
.bs-product-information .bs-slideshow-controls__thumbnails .slideshow-control img {
  border-radius: 4px;
}
.bs-product-information .media-gallery--carousel slideshow-container,
.bs-product-information .media-gallery--grid .product-media > * {
  border-radius: var(--media-radius, 0);
}
.bs-product-information .product-information__media {
  grid-column: 2/3;
}
.bs-product-information .bs-product-price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2px;
}
.bs-product-information .bs-product-price .price {
  font-size: 20px;
}
.bs-product-information .bs-product-price .compare-at-price {
  font-size: 16px;
  opacity: 1;
  color: #777676;
}
.bs-product-information .bs-product-price .price-sale {
  font-weight: 600;
}
.bs-product-information .bs-product-price .unit-price,
.bs-product-information .bs-product-price .tax-note {
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.bs-product-information .bs-product-price-container {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.bs-product-information .bs-product-price-more-info {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.bs-product-information .bs-product-price .bs-price-per-day {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #F5F5F5;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  color: #544F4C;
}
.bs-product-information .bs-accordion .details__header {
  display: flex;
  font-weight: 700;
  padding-block: 16px;
}
.bs-product-information .bs-accordion .details__header .svg-wrapper {
  width: 22px;
  height: 24px;
}
.bs-product-benefits {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 750px) {
  .bs-product-benefits {
    gap: 8px;
  }
}
.bs-product-benefits .bs-product-benefit {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 4px 12px 4px 8px;
  border-radius: 24px;
  font-size: 12px;
}
@media (min-width: 750px) {
  .bs-product-benefits .bs-product-benefit {
    font-size: 14px;
  }
}
.bs-product-benefits .bs-product-benefit__icon {
  width: var(--mobile-icon-width);
  height: auto;
}
@media (min-width: 750px) {
  .bs-product-benefits .bs-product-benefit__icon {
    width: var(--desktop-icon-width);
  }
}
.bs-product-details {
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 12px 8px;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-product-details {
    padding: 12px;
  }
}
.bs-product-details ul {
  margin-block: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline-start: 16px;
}
@media (min-width: 750px) {
  .bs-product-details ul {
    gap: 12px;
  }
}
.bs-product-details ul li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}
@media (min-width: 750px) {
  .bs-product-details ul li {
    padding-left: 24px;
  }
}
.bs-product-details ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: -2px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.0303 8.96967C16.3232 9.26256 16.3232 9.73744 16.0303 10.0303L11.0303 15.0303C10.7374 15.3232 10.2626 15.3232 9.96967 15.0303L7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697C8.26256 11.6768 8.73744 11.6768 9.03033 11.9697L10.5 13.4393L12.7348 11.2045L14.9697 8.96967C15.2626 8.67678 15.7374 8.67678 16.0303 8.96967Z' fill='%23AD8A78'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.bs-product-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-color);
  font-size: 14px;
}
.bs-product-social-proof__icon {
  width: var(--mobile-icon-width);
  height: auto;
}
@media (min-width: 750px) {
  .bs-product-social-proof__icon {
    width: var(--desktop-icon-width);
  }
}
.bs-product-social-proof__icon img {
  border-radius: 100%;
}
.bs-product-quantity-picker__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.bs-product-quantity-picker__title {
  font-size: 16px;
  font-weight: 700;
  color: #1C1B1B;
}
.bs-product-quantity-picker__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bs-product-quantity-picker__option {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 750px) {
  .bs-product-quantity-picker__option {
    padding: 8px 8px 8px 16px;
  }
}
.bs-product-quantity-picker__option--active {
  border-color: #946951;
  background-color: #F5F3F1;
}
.bs-product-quantity-picker__option-image {
  width: 48px;
  height: 48px;
}
@media (min-width: 375px) {
  .bs-product-quantity-picker__option-image {
    width: 56px;
    height: 56px;
  }
}
.bs-product-quantity-picker__option-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.bs-product-quantity-picker__option-content-inner {
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.bs-product-quantity-picker__option-content-inner p {
  margin-block: 0;
}
.bs-product-quantity-picker__option-bestseller {
  position: absolute;
  top: 0;
  right: 11px;
  font-size: 12px;
  color: #1C1B1B;
  padding: 2px 6px;
  background: #DBD5CD;
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #946951;
  border-left: 1px solid #946951;
  border-right: 1px solid #946951;
  transform: translateY(-40%);
  z-index: 1;
}
.bs-product-quantity-picker__option-bestseller svg:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  transform: translateX(calc(-50% - 1px));
}
.bs-product-quantity-picker__option-bestseller svg:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  transform: translateX(calc(50% + 1px));
}
.bs-product-quantity-picker__option-label {
  font-size: 14px;
  font-weight: 700;
  color: #1C1B1B;
}
@media (min-width: 750px) {
  .bs-product-quantity-picker__option-label {
    font-size: 16px;
  }
}
.bs-product-quantity-picker__option-discount {
  padding: 5px 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #946951;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 375px) {
  .bs-product-quantity-picker__option-discount {
    font-size: 12px;
  }
}
.bs-product-quantity-picker__option-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  text-align: right;
  flex-shrink: 0;
}
.bs-product-quantity-picker__option-price p {
  margin-block: 0;
}
.bs-product-quantity-picker__option-price-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
  justify-content: flex-end;
}
.bs-product-quantity-picker__option-price-compare {
  font-size: 12px;
  color: #777676;
  text-decoration: line-through;
}
.bs-product-quantity-picker__option-price-value {
  font-size: 14px;
  font-weight: 700;
  color: #1C1B1B;
}
.bs-product-quantity-picker__option-price-unit {
  font-size: 12px;
}
.bs-group-block.mobile-full-width {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  border-radius: 0;
}
@media (min-width: 750px) {
  .bs-group-block.mobile-full-width {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: var(--border-radius, 0);
  }
}
.bs-product-abo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bs-product-abo__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-product-abo__checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
  flex-shrink: 0;
}
.bs-product-abo__label {
  font-size: 16px;
  font-weight: 700;
  color: #1C1B1B;
}
.bs-product-abo__checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1.2px solid #777676;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.bs-product-abo__checkbox:checked {
  border-color: #1C1B1B;
  background-color: #1C1B1B;
}
.bs-product-abo__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
}
.bs-product-abo__price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.bs-product-abo__price {
  font-size: 14px;
  font-weight: 700;
  color: #1C1B1B;
}
.bs-product-abo__price-suffix {
  font-size: 12px;
  color: #777676;
}
.bs-product-abo__image img {
  width: 100%;
  height: auto;
  display: block;
}
.bs-product-abo__content {
  font-size: 14px;
  color: #777676;
}
.bs-product-abo__content ul {
  margin-block: 0;
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-product-abo__content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.bs-product-abo__item-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.bs-product-abo__item-left img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.bs-product-abo__item-text {
  font-size: 14px;
  color: #777676;
}
.bs-product-abo__item-text strong {
  color: #946951;
  font-weight: 700;
}
.bs-product-abo__item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  flex-shrink: 0;
}
.bs-product-abo__item-price {
  font-size: 14px;
  font-weight: 700;
  color: #1C1B1B;
}
.bs-product-abo__item-compare-price {
  font-size: 12px;
  color: #777676;
  text-decoration: line-through;
}
.bs-product-abo__frequency-select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 12px 16px;
  padding-right: 40px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M17.0502 0.720459L8.88521 9.90608L0.720215 0.720459' stroke='%23706F6F' stroke-width='1.02062' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}
.bs-product-total {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}
.bs-product-total__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bs-product-total__label {
  font-size: 16px;
  font-weight: 700;
  color: #1C1B1B;
}
.bs-product-total__prices {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}
.bs-product-total__compare-price {
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  text-decoration: line-through;
}
.bs-product-total__price {
  font-size: 20px;
  font-weight: 600;
  color: #1C1B1B;
}
.bs-product-total__tax-info {
  font-size: 12px;
  color: #777676;
  text-align: right;
}
.variant-option--buttons legend {
  display: none;
}
#bs-variant-picker:not(:has(.bs-product-quantity-picker__wrapper, .bs-product-abo)) {
  display: none;
}
#bs-quantity-picker__wrapper:not(:has(.bs-product-quantity-picker__wrapper)) {
  display: none;
}
.bs-group-block:has(> .group-block-content > .shopify-block:only-of-type .bs-product-quantity-picker--empty):not(:has(.bs-product-quantity-picker__wrapper)) {
  display: none;
}
.bs-product-quantity-picker--empty {
  display: none;
}
#bs-product-abo__wrapper:not(:has(.bs-product-abo)) {
  display: none;
}
#bs-benefits-group:not(:has(.bs-product-benefits, .bs-product-details)) {
  display: none;
}
.product-details .shopify-block:not(:has(*)) {
  display: none;
}
.bs-product-image-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 18px 14px;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  aspect-ratio: 1/1;
  width: var(--mobile-width);
}
@media (min-width: 750px) {
  .bs-product-image-badge {
    width: var(--desktop-width);
  }
}
.bs-product-image-badge__text {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
}
@media (min-width: 750px) {
  .bs-product-image-badge__text {
    font-size: 16px;
  }
}
.bs-product-inventory .product-inventory__icon circle:first-of-type {
  opacity: 1;
}
.bs-product-inventory .product-inventory__status {
  color: var(--color-instock);
}
.bs-product-inventory--out_of_stock .product-inventory__status {
  color: var(--color-outofstock);
}
.bs-product-inventory .product-inventory__icon {
  width: 10px;
  height: 10px;
}
.bs-product-inventory .product-inventory__text {
  font-size: 14px;
}
.bs-add-to-cart-button {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  color: #fff !important;
  border-color: #946951 !important;
  background-color: #946951 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 120% !important;
}
@media (min-width: 750px) {
  .bs-add-to-cart-button {
    font-size: 18px !important;
  }
}
@media (hover: hover) {
  .bs-add-to-cart-button:hover {
    background-color: #fff !important;
    color: #946951 !important;
  }
}
.bs-add-to-cart-button:disabled {
  opacity: 1;
}
.bs-product-icons-with-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.bs-product-icons-with-text__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-product-icons-with-text__icon {
  width: var(--mobile-icon-width);
  height: auto;
}
@media (min-width: 750px) {
  .bs-product-icons-with-text__icon {
    width: var(--desktop-icon-width);
  }
}
.bs-product-icons-with-text__text {
  font-size: 14px;
  color: #1C1B1B;
}
.bs-product-dosage {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-product-dosage {
    gap: 16px;
  }
}
.bs-product-dosage__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bs-product-dosage__item-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bs-product-dosage__item-icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 750px) {
  .bs-product-dosage__item-icon {
    width: 40px;
    height: 40px;
  }
}
.bs-product-dosage__item-icon-image {
  width: 26px;
  height: auto;
}
@media (min-width: 750px) {
  .bs-product-dosage__item-icon-image {
    width: 32px;
  }
}
.bs-product-dosage__item-title {
  font-size: 16px;
  font-weight: 700;
  color: #1C1B1B;
}
.bs-product-dosage__item-description {
  font-size: 16px;
  color: #1C1B1B;
}
.bs-product-dosage__item-description p {
  margin-block-end: 8px;
}
.bs-product-dosage__item-description p + p {
  margin-block-start: 8px;
}
.bs-product-dosage__recommendation {
  background-color: var(--background-color);
  padding: 8px;
  border-radius: 8px;
}
.bs-product-dosage__recommendation-title {
  font-size: 16px;
  font-weight: 700;
  color: #1C1B1B;
}
.bs-product-dosage__recommendation-content {
  font-size: 16px;
  color: #1C1B1B;
}
.bs-product-usage {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-product-usage {
    gap: 16px;
  }
}
.bs-product-usage__header {
  font-size: 16px;
  color: #1C1B1B;
}
.bs-product-usage__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-product-usage__content {
    flex-direction: row;
    align-items: center;
  }
}
.bs-product-usage__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 8px;
}
.bs-product-usage__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-product-usage__image {
    flex-basis: 50%;
  }
}
.bs-product-usage__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: step;
}
@media (min-width: 750px) {
  .bs-product-usage__steps {
    flex-basis: 50%;
  }
}
.bs-product-usage__step {
  display: flex;
  align-items: center;
  gap: 12px;
  counter-increment: step;
  font-size: 16px;
  color: #1C1B1B;
}
.bs-product-usage__step::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: #946951;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}
.bs-product-ingredients {
  background-color: var(--background);
  padding: var(--padding-top-mobile) var(--padding-x-mobile) var(--padding-bottom-mobile);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  background: #FFFFFF;
}
@media (min-width: 750px) {
  .bs-product-ingredients {
    padding: var(--padding-top-desktop) var(--padding-x-desktop) var(--padding-bottom-desktop);
    align-items: center;
    gap: 32px;
  }
}
.bs-product-ingredients__description {
  font-size: var(--text-font-size-mobile);
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  line-height: 140%;
  display: block;
}
@media (min-width: 750px) {
  .bs-product-ingredients__description {
    display: none;
  }
}
.bs-product-ingredients__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 750px) {
  .bs-product-ingredients__content {
    gap: 32px;
  }
}
.bs-product-ingredients__ingredients,
.bs-product-ingredients__composition {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: var(--text-font-size-mobile);
  color: var(--text-color);
}
@media (min-width: 750px) {
  .bs-product-ingredients__ingredients,
  .bs-product-ingredients__composition {
    font-size: var(--text-font-size-desktop);
  }
}
.bs-product-ingredients__ingredients-title,
.bs-product-ingredients__composition-title,
.bs-product-ingredients__ingredient-title {
  margin-block: 0;
}
.bs-product-ingredients__ingredient-title {
  font-weight: 700;
}
.bs-product-ingredients__ingredient,
.bs-product-ingredients__composition-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bs-sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.12);
}
.bs-sticky-add-to-cart[data-stuck=true] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.bs-sticky-add-to-cart__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
}
.bs-sticky-add-to-cart__image {
  display: none;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 750px) {
  .bs-sticky-add-to-cart__image {
    display: block;
    width: 56px;
    height: 56px;
  }
}
.bs-sticky-add-to-cart__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-sticky-add-to-cart__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.bs-sticky-add-to-cart__title {
  margin-block: 0;
  font-size: 13px;
}
@media (min-width: 750px) {
  .bs-sticky-add-to-cart__title {
    font-size: inherit;
  }
}
.bs-sticky-add-to-cart__price-container {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.bs-sticky-add-to-cart__price {
  font-size: 14px;
  font-weight: 400;
  color: #1C1B1B;
}
.bs-sticky-add-to-cart__price--sale {
  font-weight: 600;
}
.bs-sticky-add-to-cart__compare-price {
  font-size: 12px;
  font-weight: 400;
  color: #1C1B1B;
  text-decoration: line-through;
}
.bs-sticky-add-to-cart__unit-price {
  font-size: 10px;
  color: #777676;
  display: none;
}
@media (min-width: 750px) {
  .bs-sticky-add-to-cart__unit-price {
    display: block;
  }
}
.bs-sticky-add-to-cart__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #946951;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 750px) {
  .bs-sticky-add-to-cart__button {
    min-width: 220px;
    font-size: 14px;
  }
}
.bs-reviews {
  background-color: var(--bs-reviews-bg, #FFFFFF);
}
.bs-reviews__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 88px;
}
@media (min-width: 750px) {
  .bs-reviews__inner {
    gap: 32px;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 114px;
  }
}
.bs-reviews__left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
@media (min-width: 750px) {
  .bs-reviews__left {
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }
}
.bs-reviews__score {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--bs-reviews-score-color, #1C1B1B);
}
@media (min-width: 750px) {
  .bs-reviews__score {
    font-size: 32px;
  }
}
.bs-reviews__widget {
  display: flex;
  align-items: center;
}
.bs-reviews__widget .R-ReviewsioLogo,
.bs-reviews__widget .R-ReviewsioLogo--sm {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: inherit;
}
.bs-reviews__widget .R-TextBody--xxs,
.bs-reviews__widget .R-TextBody,
.bs-reviews__widget .u-marginBottom--xxs {
  display: none !important;
}
.bs-reviews__widget .RatingBarWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
  font-size: 13px;
}
@media (min-width: 750px) {
  .bs-reviews__widget .RatingBarWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
    font-size: 14px;
  }
}
.bs-reviews__widget .RatingBarWidget-prefix .RatingBarWidget .RatingBarWidget__inner {
  margin-left: -3px !important;
}
.bs-reviews__rating-details {
  display: flex;
  flex-direction: column;
  margin-top: -5px;
}
@media (min-width: 750px) {
  .bs-reviews__rating-details {
    margin-top: 0;
  }
}
.bs-reviews__text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: var(--bs-reviews-text-color);
  margin: 0;
  max-width: 180px;
  margin-top: 0px;
}
@media (min-width: 750px) {
  .bs-reviews__text {
    font-size: 14px;
    max-width: none;
    margin-top: -3px;
  }
}
.bs-reviews__badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
  flex-shrink: 0;
  max-width: 50%;
}
@media (min-width: 750px) {
  .bs-reviews__badges {
    flex-wrap: nowrap;
    gap: 24px;
    max-width: none;
  }
}
.bs-reviews__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bs-reviews__badge--hide-mobile {
  display: none;
}
@media (min-width: 750px) {
  .bs-reviews__badge--hide-mobile {
    display: flex;
  }
}
.bs-reviews__badge-img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media (min-width: 750px) {
  .bs-reviews__badge-img {
    width: 50px;
    height: 50px;
  }
}
.bs-reviews-headline {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}
.ElementsWidget-prefix .ElementsWidget {
  margin-bottom: 0 !important;
}
.search-page__header .text-block {
  padding-block: 24px;
}
@media (min-width: 750px) {
  .search-page__header .text-block {
    padding-block: 32px;
  }
}
.search-page__header .text-block > * {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 2px;
  color: #1C1B1B;
  font-weight: 600;
}
@media (min-width: 750px) {
  .search-page__header .text-block > * {
    font-size: 32px;
  }
}
.search-page__header search-page-input-component {
  margin-bottom: 0;
  margin-top: 0;
}
.search-page__header search-page-input-component .search-page-input {
  border: none;
  padding-left: 32px;
  background: #fff;
  color: #1C1B1B;
  font-size: 16px;
  line-height: normal;
  padding-block: 13px;
}
.search-page__header search-page-input-component .search-page-input:focus-visible {
  outline: none;
}
.search-page__header search-page-input-component .search__icon {
  left: 0;
}
.search-page__header search-page-input-component .search__icon svg {
  color: #706F6F;
}
.search-page__header search-page-input-component .search__icon svg path {
  stroke: #706F6F;
}
.search-page__header search-page-input-component .search__reset-button,
.search-page__header search-page-input-component .search__reset-button:hover {
  height: 13px;
  width: 13px;
  right: 0;
}
@media (min-width: 1024px) {
  .search-page__header search-page-input-component .search__reset-button,
  .search-page__header search-page-input-component .search__reset-button:hover {
    height: 16px;
    width: 16px;
  }
}
.search-page__header search-page-input-component .search__reset-button-icon {
  width: 100%;
  height: 100%;
}
.bs-usp {
  width: 100%;
  background-color: var(--bs-section-bg);
}
.bs-usp__inner {
  padding: 40px 0;
}
@media (min-width: 750px) {
  .bs-usp__inner {
    padding: 24px 0 16px 0;
  }
}
.bs-usp__title {
  font-size: var(--bs-title-font-size-mobile);
  color: var(--bs-title-color);
  font-weight: 400;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.bs-usp__title--hide-mobile {
  display: none;
}
@media (min-width: 750px) {
  .bs-usp__title--hide-mobile {
    display: block;
  }
}
.bs-usp__title--hide-desktop {
  display: block;
}
@media (min-width: 750px) {
  .bs-usp__title--hide-desktop {
    display: none;
  }
}
@media (min-width: 750px) {
  .bs-usp__title {
    font-size: var(--bs-title-font-size);
  }
}
.bs-usp__items {
  display: grid;
  grid-template-columns: repeat(var(--bs-mobile-columns, 3), 1fr);
  gap: 32px 16px;
}
.bs-usp__items--mobile-1-column {
  gap: 16px;
}
@media (min-width: 750px) {
  .bs-usp__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .bs-usp__items {
    justify-content: space-between;
  }
}
.bs-usp__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.bs-usp__item--mobile-1-column {
  flex-direction: row;
  text-align: left;
}
@media (min-width: 750px) {
  .bs-usp__item--mobile-1-column {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 750px) {
  .bs-usp__item {
    flex: 0 0 auto;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .bs-usp__item {
    width: 148px;
  }
}
.bs-usp__icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--bs-color-surface, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 750px) {
  .bs-usp__icon-wrapper {
    width: 44px;
    height: 44px;
  }
}
.bs-usp__icon {
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.bs-usp__text {
  font-size: var(--bs-text-font-size-mobile);
  line-height: 1.4;
  font-weight: 400;
  color: var(--bs-text-color);
  margin-block-start: 0;
  margin-block-end: 0;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 750px) {
  .bs-usp__text {
    font-size: var(--bs-text-font-size);
    width: 88px;
  }
}
@media (min-width: 1366px) {
  .bs-usp__text {
    width: 100%;
  }
}
.bs-video-card-slider__container {
  padding: 16px;
  background-color: var(--background-color);
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-video-card-slider__container {
    padding: 24px;
  }
}
.bs-video-card-slider__container--disabled-card-optic {
  padding: 0;
}
@media (min-width: 750px) {
  .bs-video-card-slider__container--disabled-card-optic {
    padding: 0;
  }
}
.bs-video-card-slider__heading-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-video-card-slider__heading-container {
    gap: 16px;
  }
}
.bs-video-card-slider__heading {
  --color: #1C1B1B;
}
.bs-video-card-slider__subheading {
  color: #1C1B1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.bs-video-card-slider__swiper-container {
  margin-top: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 750px) {
  .bs-video-card-slider__swiper-container {
    margin-top: 32px;
  }
}
.bs-video-card-slider__swiper-container.show {
  opacity: 1;
}
.bs-video-card-slider__swiper-container.is-locked .bs-video-card-slider__controls-container {
  display: none;
}
.bs-video-card-slider__swiper-slide.swiper-slide {
  position: relative;
  height: 100%;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
  flex-shrink: 0;
}
.bs-video-card-slider__video-card.swiper-slide {
  background: #F5F3F1;
  border-radius: 8px;
  padding: 8px 8px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bs-video-card-slider__video-container {
  width: 100%;
  height: 100%;
}
.bs-video-card-slider__video-container--video-card {
  position: relative;
  max-height: 382px;
  aspect-ratio: 1/1;
  width: 100%;
  flex-shrink: 0;
}
.bs-video-card-slider__video-container video,
.bs-video-card-slider__video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.bs-video-card-slider__video-controls {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  z-index: 1;
}
.bs-video-card-slider__video-controls-play,
.bs-video-card-slider__video-controls-pause,
.bs-video-card-slider__video-controls-mute,
.bs-video-card-slider__video-controls-unmute {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 833.333px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.bs-video-card-slider__video-controls-pause {
  margin-right: auto;
}
.bs-video-card-slider__video-controls-mute {
  margin-left: auto;
}
.bs-video-card-slider__video-controls-unmute {
  margin-left: auto;
}
.bs-video-card-slider__controls-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (min-width: 750px) {
  .bs-video-card-slider__controls-container {
    margin-top: 40px;
  }
}
.bs-video-card-slider__video-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px;
}
.bs-video-card-slider__video-card-badge {
  padding: 5px 12px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  border-radius: 29px;
  background: #946951;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.bs-video-card-slider__video-card-heading {
  --color: #1C1B1B;
  line-break: anywhere;
}
.bs-video-card-slider__video-card-text {
  color: #1C1B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media (min-width: 750px) {
  .bs-video-card-slider__video-card-text {
    font-size: 16px;
  }
}
.bs-video-card-slider__swiper-pagination {
  display: flex;
  gap: 8px;
  --swiper-pagination-bottom: 0;
}
@media (min-width: 750px) {
  .bs-video-card-slider__swiper-pagination {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    padding: 0;
    gap: 16px;
    --swiper-pagination-bottom: 20px;
  }
}
@media (min-width: 750px) {
  .bs-video-card-slider__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 90%;
  }
}
.bs-video-card-slider__swiper-pagination .swiper-pagination-bullet {
  flex: 1 0 0;
  height: 2px;
  border-radius: 32px;
  background-color: #DDDDDD;
  opacity: 1;
  margin: 0;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
@media (min-width: 750px) {
  .bs-video-card-slider__swiper-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }
}
.bs-video-card-slider__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #946951;
}
.bs-video-card-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-left: auto;
}
.bs-video-card-slider__swiper-button {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 11px 12px;
  background-color: #F5F3F1;
  border-radius: 100%;
  flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 750px) {
  .bs-video-card-slider__swiper-button {
    display: flex;
    transform: none;
  }
}
.bs-video-card-slider__swiper-button--prev {
  margin-left: 40px;
}
.bs-video-card-slider__swiper-button--next {
  margin-left: 12px;
}
.bs-video-slider {
  background: #F5F3F1;
  padding: 16px 0;
}
@media (min-width: 750px) {
  .bs-video-slider {
    padding: 24px 0;
  }
}
.bs-video-slider__container {
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .bs-video-slider__container {
    padding: 24px;
  }
}
.bs-video-slider__heading-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 750px) {
  .bs-video-slider__heading-container {
    gap: 16px;
  }
}
.bs-video-slider__heading {
  --color: #1C1B1B;
}
.bs-video-slider__subheading {
  color: #1C1B1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.bs-video-slider__swiper-container {
  margin-top: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 750px) {
  .bs-video-slider__swiper-container {
    margin-top: 32px;
  }
}
.bs-video-slider__swiper-container.show {
  opacity: 1;
}
.bs-video-slider__swiper-slide.swiper-slide {
  position: relative;
  height: 512px;
}
.bs-video-slider__video-card.swiper-slide {
  background: #F5F3F1;
  border-radius: 8px;
  padding: 8px 8px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bs-video-slider__video-container {
  width: 100%;
  height: 100%;
}
.bs-video-slider__video-container--video-card {
  height: 281px;
  width: 100%;
  flex-shrink: 0;
}
.bs-video-slider__video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.bs-video-slider__video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.bs-video-slider__video-controls {
  position: absolute;
  bottom: 20px;
  left: 16px;
  right: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  z-index: 1;
}
.bs-video-slider__video-controls--video-card {
  bottom: 240px;
}
.bs-video-slider__video-controls-play,
.bs-video-slider__video-controls-pause,
.bs-video-slider__video-controls-mute,
.bs-video-slider__video-controls-unmute {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 833.333px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.bs-video-slider__video-controls-pause {
  margin-right: auto;
}
.bs-video-slider__video-controls-mute {
  margin-left: auto;
}
.bs-video-slider__video-controls-unmute {
  margin-left: auto;
}
.bs-video-slider__controls-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (min-width: 750px) {
  .bs-video-slider__controls-container {
    margin-top: 40px;
  }
}
.bs-video-slider__video-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px;
}
.bs-video-slider__video-card-badge {
  padding: 5px 12px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  border-radius: 29px;
  background: #946951;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.bs-video-slider__video-card-heading {
  --color: #1C1B1B;
}
.bs-video-slider__video-card-text {
  color: #1C1B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media (min-width: 750px) {
  .bs-video-slider__video-card-text {
    font-size: 16px;
  }
}
.bs-video-slider__swiper-pagination {
  display: flex;
  gap: 8px;
  --swiper-pagination-bottom: 0;
}
@media (min-width: 750px) {
  .bs-video-slider__swiper-pagination {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    padding: 0;
    gap: 16px;
    --swiper-pagination-bottom: 20px;
  }
}
@media (min-width: 750px) {
  .bs-video-slider__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 90%;
  }
}
.bs-video-slider__swiper-pagination .swiper-pagination-bullet {
  flex: 1 0 0;
  height: 2px;
  border-radius: 32px;
  background-color: #DDDDDD;
  opacity: 1;
  margin: 0;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
@media (min-width: 750px) {
  .bs-video-slider__swiper-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }
}
.bs-video-slider__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #946951;
}
.bs-video-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-left: auto;
}
.bs-video-slider__swiper-button {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 11px 12px;
  background-color: #F5F3F1;
  border-radius: 100%;
  flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 750px) {
  .bs-video-slider__swiper-button {
    display: flex;
    transform: none;
  }
}
.bs-video-slider__swiper-button--prev {
  margin-left: 40px;
}
.bs-video-slider__swiper-button--next {
  margin-left: 12px;
}
.bs-ymal__container {
  padding: 40px 0 80px;
  background-color: #FFFFFF;
}
@media (min-width: 750px) {
  .bs-ymal__container {
    padding: 48px 90px 64px;
  }
}
.bs-ymal__container.bs-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 750px) {
  .bs-ymal__container.bs-container {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
.bs-ymal__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding: 0 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #1C1B1B;
  margin: 0;
}
@media (min-width: 750px) {
  .bs-ymal__heading {
    font-size: 28px;
    letter-spacing: 5.04px;
    padding: 0;
    color: #1C1B1B;
  }
}
.bs-ymal__swiper-container {
  position: relative;
  margin-top: 24px;
}
.bs-ymal__swiper {
  width: 100%;
}
@media (min-width: 750px) {
  .bs-ymal__swiper {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto;
    row-gap: 40px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}
.bs-ymal__swiper-slide.swiper-slide {
  height: auto;
  width: 316px;
}
@media (min-width: 750px) {
  .bs-ymal__swiper-slide.swiper-slide {
    width: 294px;
  }
}
.bs-ymal__swiper-slide.swiper-slide .ruk_rating_snippet {
  display: flex;
  align-items: stretch;
}
@media (min-width: 750px) {
  .bs-ymal__swiper-slide.swiper-slide .ruk_rating_snippet {
    display: block;
  }
}
.bs-ymal__swiper-buttons-container {
  display: flex;
  align-items: center;
}
@media (min-width: 750px) {
  .bs-ymal__swiper-buttons-container {
    margin-top: 40px;
  }
}
.bs-ymal__swiper-pagination {
  display: flex;
  margin-top: 24px;
  padding: 0 20px;
}
.bs-ymal__swiper-pagination .swiper-pagination-bullet {
  flex: 1 0 0;
  height: 2px;
  border-radius: 32px;
  background-color: #DDDDDD;
  opacity: 1;
  margin: 0;
}
.bs-ymal__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #946951;
}
@media (min-width: 750px) {
  .bs-ymal__swiper-pagination {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    padding: 0;
  }
}
.bs-ymal__swiper-button {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #F5F3F1;
  border-radius: 100%;
  flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 750px) {
  .bs-ymal__swiper-button {
    display: flex;
    transform: none;
  }
}
.bs-ymal__swiper-button--prev {
  margin-left: 40px;
}
.bs-ymal__swiper-button--next {
  margin-left: 12px;
}
.bs-ymal__fade {
  display: block;
  position: absolute;
  top: 0;
  width: 28px;
  height: 182px;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 750px) {
  .bs-ymal__fade {
    width: 116px;
    height: 473px;
  }
}
.bs-ymal__fade--left {
  left: 0;
  background:
    linear-gradient(
      90deg,
      #FFFFFF 3%,
      rgba(255, 255, 255, 0) 97%);
}
.bs-ymal__fade--left.fade-left-hidden {
  display: none;
}
.bs-ymal__fade--right {
  right: 0;
  background:
    linear-gradient(
      266deg,
      #FFFFFF 3%,
      rgba(255, 255, 255, 0) 97%);
}
.bs-ymal__fade--right.fade-right-hidden {
  display: none;
}
.bs-ymal__cta-container {
  padding: 0 20px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bs-ymal__cta.button.button--primary {
  background: #946951;
  border-color: #946951;
  color: #fff;
  width: 100%;
}
@media (min-width: 750px) {
  .bs-ymal__cta.button.button--primary {
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*# sourceMappingURL=bs-alpurial.min.css.map */
