/* @font-face {
  font-family: "Milanesaserif variable";
  src: url(milanesaserif-regular-webfont.woff2) format("woff2"),
    url(milanesaserif-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif demibold";
  src: url(milanesaserif-demibold-webfont.woff2) format("woff2"),
    url(milanesaserif-demibold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif light";
  src: url(milanesaserif-light-webfont.woff2) format("woff2"),
    url(milanesaserif-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif bold";
  src: url(milanesaserif-bold-webfont.woff2) format("woff2"),
    url(milanesaserif-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gopher;
  src: url(gophertext-light-webfont.woff2) format("woff2"),
    url(gophertext-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gopher bold";
  src: url(gophertext-bold-webfont.woff2) format("woff2"),
    url(gophertext-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

body,
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #1f1b13;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .faq__heading {
    font-size: 30px !important;
  }
}


.body-text.body-text--link {
  color: #fbb13c;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.body-text.body-text--link:hover {
  color: #f88400;
}

.caption-text {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #1f1b13;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  letter-spacing: 0;
}

.caption-text.caption-text--1 {
  font-size: 14px;
  line-height: 20px;
}

.caption-text.caption-text--link {
  color: #fbb13c;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.caption-text.caption-text--link:hover {
  color: #f88400;
}

a {
  color: #1f1b13;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #f88400;
}

.button {
  max-width: 100%;
  padding: 12px 24px;
  font-family: "Milanesaserif bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  min-width: unset;
  min-height: unset;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}

.button:not(.button--disabled):not([disabled]):active.button--primary,
.button:not(.button--disabled):not([disabled]):focus.button--primary,
.button:not(.button--disabled):not([disabled]):hover.button--primary {
  background-color: #7a1813;
}

.button:not(.button--disabled):not([disabled]):active.button--secondary,
.button:not(.button--disabled):not([disabled]):focus.button--secondary,
.button:not(.button--disabled):not([disabled]):hover.button--secondary {
  background-color: #f88400;
}

.button:not(.button--disabled):not([disabled]):active.button--transparent,
.button:not(.button--disabled):not([disabled]):focus.button--transparent,
.button:not(.button--disabled):not([disabled]):hover.button--transparent {
  background-color: #1f1b13;
  border: 2px solid #1f1b13;
  color: #fff;
}

.button:not(.button--disabled):not([disabled]):active.button--link,
.button:not(.button--disabled):not([disabled]):focus.button--link,
.button:not(.button--disabled):not([disabled]):hover.button--link {
  color: #f88400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.button:not(.button--disabled):not([disabled]):active.button--link-lg,
.button:not(.button--disabled):not([disabled]):focus.button--link-lg,
.button:not(.button--disabled):not([disabled]):hover.button--link-lg {
  color: #f88400;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.button.button--primary {
  background: #b2201b;
}

.button.button--secondary {
  background-color: #fbb13c;
}

.button.button--transparent {
  background-color: transparent;
  color: #1f1b13;
  border: 2px solid #1f1b13;
  padding: 10px 23px;
}

.button.button--full {
  width: 100%;
}

.button.button--uppercase {
  text-transform: uppercase;
}

.button.button--link {
  padding: 0;
  background-color: transparent;
  color: #fbb13c;
}

.button.button--link[disabled] {
  background-color: transparent !important;
  color: #e0e0e0;
  cursor: not-allowed;
}

.button.button--link-lg {
  padding: 0;
  background-color: transparent;
  color: #fbb13c;
  font-size: 20px;
  line-height: 28px;
}

.button.button--link-lg[disabled] {
  background-color: transparent !important;
  color: #e0e0e0;
  cursor: not-allowed;
}

.button.button--disabled,
.button[disabled] {
  background-color: #e0e0e0;
}

.button::after,
.button::before {
  content: unset;
}

[type="email"],
[type="search"],
input[type="text"] {
  width: 100%;
  border: 1px solid #e0e0e0;
  color: #0a0a0a;
  line-height: 20px;
  font-size: 14px;
  padding: 14px 20px;
}

[type="email"] :hover,
[type="email"]:focus,
[type="search"] :hover,
[type="search"]:focus,
input[type="text"] :hover,
input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fbb13c;
}

[type="email"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #949494;
}

[type="email"]::-moz-placeholder,
[type="search"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #949494;
}

[type="email"]:-ms-input-placeholder,
[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #949494;
}

[type="email"]::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
  color: #949494;
}

[type="email"]::placeholder,
[type="search"]::placeholder,
input[type="text"]::placeholder {
  color: #949494;
}

[type="email"].input--disabled,
[type="email"][disabled],
[type="search"].input--disabled,
[type="search"][disabled],
input[type="text"].input--disabled,
input[type="text"][disabled] {
  background: #e0e0e0;
  cursor: not-allowed;
}

input[type="checkbox"] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  background: 0 0;
  min-width: 16px;
  height: 16px;
  border: 2px solid #1f1b13;
  position: relative;
  margin: unset;
}

input[type="checkbox"]:checked:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8334 0.179199L13.0824 1.42824L4.92253 9.58812L0.929321 5.59491L2.17836 4.34587L4.92253 7.09003L11.8334 0.179199Z' fill='black'/%3E%3C/svg%3E");
    color: #1f1b13;
    position: absolute;
    left: 50%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.9);
}

.custom-price {
  color: #1f1b13 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
}

@media (max-width: 767.98px) {
  .custom-price.custom-price--sm {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.custom-price.custom-price--old {
  color: #b4afa3 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-decoration: line-through !important;
}

@media (max-width: 767.98px) {
  .custom-price.custom-price--old-sm {
    color: #b4afa3 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-decoration: line-through !important;
  }
}

.custom-price.custom-price--total {
  color: #1f1b13 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.custom-price.custom-price--subtotal {
  color: #1f1b13 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.breadcrumbs__wrapper {
  background: #fffae7;
  padding-top: 48px;
  padding-bottom: 48px;
}

.breadcrumbs__wrapper .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-top: unset;
  margin-bottom: unset;
}

.breadcrumbs__wrapper .breadcrumbs span {
  margin: 0 16px;
}

@media (max-width: 767.98px) {
  .breadcrumbs__wrapper .breadcrumbs {
    padding: unset;
    display: none;
  }
}

@media (max-width: 767.98px) {
  .breadcrumbs__wrapper .breadcrumbs .breadcrumbs__item a,
  .breadcrumbs__wrapper .breadcrumbs .breadcrumbs__item span {
    font-size: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .breadcrumbs__wrapper {
    padding: 0px 0px;
  }
}

.custom-quantity {
  padding: 11px 11px;
  background: #fffae7;
  color: #1f1b13;
  max-width: 40px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-quantity:not(.button--disabled):not([disabled]):active,
.custom-quantity:not(.button--disabled):not([disabled]):focus,
.custom-quantity:not(.button--disabled):not([disabled]):hover {
  background: #e5e1d2;
}

.custom-quantity.custom-quantity--disabled,
.custom-quantity[disabled] {
  opacity: 0.2;
}

@media (max-width: 1023.98px) {
  .custom-quantity {
    max-width: 46px;
    max-height: 56px;
    padding: 18px 16px;
  }
}

@media (min-width: 1024px) {
  .custom-quantity {
    border: 1px solid #1f1b13;
  }
}

.header-wrapper {
  background: #fffae7;
  border-bottom: 2px solid #1f1b13;
}

.header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .header .mobile-hidden {
    display: none;
  }
}

.header .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .header .header__buttons {
    width: 25%;
  }
}

.header .header__burger {
  margin-right: 23px;
  margin-left: unset;
}

@media (min-width: 768px) {
  .header .header__burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.header .header__burger .icon-hamburger {
  height: 24px !important;
  top: 39% !important;
}

.header .header__burger .header__icon-wrapper {
  width: 24px;
}

.header .header__burger .header__icon-wrapper svg {
  width: 24px !important;
}

.header .header__inline-menu {
  margin-left: unset;
  margin-top: unset !important;
  width: 33%;
}

@media (min-width: 768px) {
  .header .header__inline-menu {
    display: block !important;
  }
}

.header .header__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 22px 0;
}

.header .header__menu-link .header__link {
  text-decoration: none;
}

.header .header__menu-link .header__link-title {
  line-height: 20px;
  text-transform: lowercase;
}

.header .menu-drawer {
  top: 0;
  height: 100vh !important;
}

.header .menu-drawer .header__drawer-title {
  margin: 24px 16px;
}

@media (min-width: 768px) {
  .header .menu-drawer .header__drawer-title {
    display: none;
  }
}

.header .menu-drawer .header__drawer-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 34px;
  left: 16px;
}

.header .menu-drawer .header__drawer-account span {
  margin-left: 15px;
}

.header .menu-drawer__menu .header__mobile-link {
  display: block;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.header .menu-drawer__menu .header__mobile-link .header__mobile-link-title {
  line-height: 20px;
  text-transform: lowercase;
}

.header .menu-drawer__menu .header__mobile-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 16px;
}

.header .menu-drawer__menu .header__mobile-answer svg {
  width: 20px;
}

.header .menu-drawer__menu li {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .header .menu-drawer__menu {
    display: none;
  }
}

.header .header__logo {
  width: 34%;
  text-align: center;
  margin: unset;
}

@media (max-width: 767.98px) {
  .header .header__logo {
    width: 50%;
  }
}

.header .header__logo .header__heading-link {
  padding: unset;
  margin: unset;
  height: 40px;
}

.header .header__logo .header__heading-link img {
  height: 40px;
}

.header .header__logo .header__heading-link svg {
  margin-left: 6px;
}

.header .header__icons {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .header .header__icons {
    width: 25%;
  }
}

.header .header__icons .header__icon--cart {
  margin: unset;
}

@media (max-width: 767.98px) {
  .header .header__icons .header__icon--cart {
    width: unset;
  }
}

.header .header__icons .header__icon--cart .header__bubble {
  position: absolute;
  background-color: #f3bf63;
  color: #1f1b13;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  top: -2px;
  right: -2px;
  line-height: 14px;
}

@media (max-width: 767.98px) {
  .header .header__icons .header__icon--cart .header__bubble {
    right: -3px;
  }
}

.header .header__icons .header__icon {
  height: 24px;
  width: 24px;
  margin-left: 62px;
}

@media (min-width: 768px) {
  .header .header__icons .header__search {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.header .menu-drawer {
  width: 88%;
  overflow: hidden;
}

.header .menu-drawer .menu-drawer__navigation {
  background-color: #fffae7;
  padding: unset;
}

.header .menu-drawer .menu-drawer__navigation a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .header .menu-drawer .menu-drawer__navigation {
    width: 512px;
    border-right: 2px solid #1f1b13;
  }
}

@media (max-width: 767.98px) {
  .header .menu-drawer {
    border-right: 2px solid #1f1b13;
  }
}

@media (min-width: 768px) {
  .header .menu-drawer {
    height: calc(100vh - 72px - 32px) !important;
    width: 512px;
    border: unset;
    margin-top: 72px;
    background-color: #fffae7;
  }
}

.header .header__icon--summary {
  width: 24px;
}

@media (max-width: 767.98px) {
  .header .header__icon--summary[aria-expanded="true"] svg {
    z-index: 4;
    left: calc(88% - 41px);
    top: 21px;
  }
}

.header .header__desktop-search {
  display: block !important;
}

@media (max-width: 767.98px) {
  .header .header__desktop-search {
    display: none !important;
  }
}

.header .header__mobile-search {
  height: 24px;
}

@media (min-width: 768px) {
  .header .header__mobile-search {
    display: none;
  }
}

.header
  .header__mobile-search
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.header .header__mobile-search .predictive-search--header {
  border: unset;
  background: #fffae7;
  overflow-y: unset;
}

@media (min-width: 768px) {
  .header .header__mobile-search .predictive-search--header {
    width: 100%;
    left: unset;
  }
}

.header .header__mobile-search .modal__content {
  height: 100vh;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fffae7;
  border: unset;
}

@media (min-width: 768px) {
  .header .header__mobile-search .modal__content {
    width: 360px;
    max-width: 100%;
    left: unset;
    border-left: 2px solid #000;
    top: 70px;
  }
}

@media (max-width: 767.98px) {
  .header .header__mobile-search .modal__content {
    width: 88%;
    border-right: 2px solid #1f1b13;
    min-width: 282px;
  }
}

.header .header__mobile-search .header__mobile-search-content {
  padding: 0 16px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .header .header__mobile-search .header__mobile-search-content {
    padding: 0 24px;
  }
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-title {
  position: relative;
  margin: unset;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .header
    .header__mobile-search
    .header__mobile-search-content
    .header__search-title {
    display: none;
  }
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-title
  button {
  top: 0;
  right: 0;
  height: 100%;
  width: unset;
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-button {
  height: 100%;
  width: 18px;
  margin-right: 11px;
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-input {
  padding: 14px 35px 14px 12px;
  background-color: #e5e1d2;
  font-size: 16px;
  font-family: Gopher, sans-serif;
  border: unset;
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-wrapper {
  position: relative;
  padding: 24px 0;
}

@media (min-width: 768px) {
  .header
    .header__mobile-search
    .header__mobile-search-content
    .header__search-wrapper {
    padding: 32px 0;
  }
}

.header .header-featured {
  border-bottom: 2px solid;
  background: #e5e1d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .header-featured .header-featured__heading {
  font-family: "Milanesaserif light" !important;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-featured .header-featured__heading span {
  font-size: 8px !important;
  line-height: 12px !important;
  margin: 0 8px;
}

@media (min-width: 768px) {
  .header .header-featured .header-featured__heading span {
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0 16px;
  }
}

@media (max-width: 767.98px) {
  .header .header-featured .header-featured__heading {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 768px) {
  .header .header-featured .header-featured__heading {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .header .header-featured .header-featured__heading svg {
    width: 94px;
    height: 44px;
  }
}

.header .header-featured .header-featured__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header
  .header-featured
  .header-featured__content
  .header-featured__item-wrapper
  .header-featured__image {
  padding: 5px;
  background: #fffae7;
}

.header
  .header-featured
  .header-featured__content
  .header-featured__item-wrapper
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper {
    width: 72px;
  }

  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper
    .header-featured__image {
    width: 72px;
    height: 72px;
    background-image: unset !important;
  }
}

@media (min-width: 414px) and (max-width: 767.98px) {
  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper {
    width: 22vw;
  }

  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper
    .header-featured__image {
    width: 22vw;
    height: 22vw;
  }
}

@media (min-width: 768px) {
  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper {
    width: 132px;
  }

  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper
    .header-featured__image {
    width: 132px;
    height: 192px;
    border-radius: 80px;
  }
}

.header .header-featured .header-featured__content .header-featured__title {
  margin: 9px 0 0 0;
}

.header .header-featured .header-featured__content .header-featured__title a {
  color: #1f1b13;
  font-weight: 600;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .header .header-featured {
    padding: 16px;
    border-top: 2px solid;
  }
}

@media (min-width: 768px) {
  .header .header-featured {
    padding: 34px;
  }
}

@media (min-width: 768px) {
  .header .header__drawer-link {
    display: none;
  }
}

.header .header-drawer__shop .header-drawer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-drawer__shop .header-drawer__item .header-drawer__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header
  .header-drawer__shop
  .header-drawer__item
  .header-drawer__info-wrapper
  a {
  color: #1f1b13;
}

.header
  .header-drawer__shop
  .header-drawer__item
  .header-drawer__info-wrapper
  .header-drawer__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header
  .header-drawer__shop
  .header-drawer__item
  .header-drawer__info-wrapper
  .header-drawer__item-info
  .header-drawer__title {
  margin: 0 10px 0 0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header
  .header-drawer__shop
  .header-drawer__item
  .header-drawer__info-wrapper
  .header-drawer__item-info
  .header-drawer__title
  span {
  font-weight: 100;
}

.header .header-drawer__shop .header-drawer__item:not(:first-child) {
  border-top: 1px solid #949494;
}

.header .header-drawer__shop .header-drawer__item .header-drawer__image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.header .header-drawer__shop .header-drawer__item .header-drawer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .header .header-drawer__shop .header-drawer__item {
    padding: 12px 16px;
  }
}

@media (min-width: 768px) {
  .header .header-drawer__shop .header-drawer__item {
    padding: 16px 24px;
  }

  .header .header-drawer__shop .header-drawer__item:first-child {
    padding-top: 32px;
  }
}

.wrapper {
  width: 100%;
  margin: auto;
}

.header__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e1d2;
}

.header__question::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.002H20.0007' stroke='%231F1B13' stroke-width='1.6'/%3E%3Cpath d='M12 20V4' stroke='%231F1B13' stroke-width='2'/%3E%3C/svg%3E");
  font-size: 2.2rem;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__question.active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.002H20.0007' stroke='%231F1B13' stroke-width='1.6'/%3E%3C/svg%3E");
}

.answercont {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #e5e1d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__answer {
  line-height: 44px;
}

.header__answer span {
  padding-left: 8px;
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

.header__search-open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__desktop-search[open] .modal__toggle-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  height: 18px;
  width: 18px;
}

.header__desktop-search[open] .header__search-open {
  display: none;
}

.search-results__price .sales__price {
  display: none;
}

.footer {
  margin-top: 0 !important;
  background-color: #3b5664;
}

.footer a,
.footer h1,
.footer h3,
.footer label,
.footer p {
  color: #fffae7 !important;
}

.footer .extra-margin {
  margin-top: 105px !important;
}

@media (max-width: 767.98px) {
  .footer .extra-margin {
    margin-top: 95px;
  }
}

.footer .footer__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .footer .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 56px;
  }
}

.footer .footer__content-left {
  width: 50%;
  padding-right: 50px;
}

@media (max-width: 767.98px) {
  .footer .footer__content-left {
    width: 100%;
    padding-right: unset;
    /* margin-bottom: 105px; */
  }
}

.footer .footer__content-left .footer__newsletter {
  margin: unset;
}

.footer .footer__content-left .footer__newsletter .footer__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .footer
    .footer__content-left
    .footer__newsletter
    .footer__terms
    input[type="checkbox"] {
    min-width: 40px;
    height: 40px;
  }
}

.footer .footer__content-left .footer__newsletter .footer__terms .footer__text {
  margin: 0 0 0 16px;
}

@media (max-width: 413.98px) {
  .footer .footer__content-left .footer__newsletter .footer__terms {
    margin-top: 27px;
  }

  .footer
    .footer__content-left
    .footer__newsletter
    .footer__terms
    .footer__text {
    margin-left: 20px;
  }
}

.footer .footer__content-left .footer__block-heading {
  margin: 0 0 16px 0 !important;
  position: relative;
}

.footer .footer__content-left .footer__block-heading span {
  font-family: "Milanesaserif light", sans-serif;
}

.footer .footer__content-left .footer__block-heading svg {
  position: absolute;
  top: -5px;
}

@media (min-width: 768px) {
  .footer .footer__content-left .footer__block-heading svg {
    width: 48px;
    height: 48px;
    top: 10px;
    left: 600px;
  }
}

@media (min-width: 769px) and (max-width: 1375px) {
  .footer .footer__content-left .footer__block-heading svg {
    left: 250px;
  }
}

@media (max-width: 413.98px) {
  .footer .footer__content-left .footer__block-heading svg {
    width: 30px;
    height: 30px;
    top: -3px;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media (max-width: 767.98px) {
  .footer .footer__content-left .footer__block-heading {
    text-align: center;
  }
}

@media (max-width: 413.98px) {
  .footer .footer__content-left .footer__block-heading {
    margin-bottom: 30px !important;
    font-size: 40px !important;
  }
}

.footer .footer__form {
  position: relative;
}

.footer .footer__form .footer__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fffae7;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__form-wrapper {
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .footer__form .footer__form-wrapper .footer__input-wrapper {
  width: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__form-wrapper .footer__input-wrapper {
    padding-bottom: 8px;
  }

  .footer .footer__form .footer__form-wrapper .footer__input-wrapper::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    background-color: #fffae7;
    height: 2px;
  }
}

.footer .footer__form .footer__input {
  border: unset;
  background: 0 0;
  padding: unset;
  color: #fffae7;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__input {
    text-align: center;
    text-transform: none;
  }
}

.footer .footer__form .footer__input::-webkit-input-placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

.footer .footer__form .footer__input::-moz-placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

.footer .footer__form .footer__input:-ms-input-placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

.footer .footer__form .footer__input::-ms-input-placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

.footer .footer__form .footer__input::placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__input::-webkit-input-placeholder {
    text-align: center;
  }

  .footer .footer__form .footer__input::-moz-placeholder {
    text-align: center;
  }

  .footer .footer__form .footer__input:-ms-input-placeholder {
    text-align: center;
  }

  .footer .footer__form .footer__input::-ms-input-placeholder {
    text-align: center;
  }

  .footer .footer__form .footer__input::placeholder {
    text-align: center;
  }
}

.footer .footer__form .footer__submit {
  background-color: transparent;
  border: unset;
  padding: unset;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 35px 0 0;
  }
}

.footer .footer__form .footer__submit .footer__submit-text {
  margin: unset;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .footer .footer__form .footer__submit .footer__submit-text {
    display: none;
  }
}
/* 
@media (max-width: 413.98px) {
  .footer .footer__form .footer__submit .footer__submit-text {
    font-size: 16px !important;
    font-family: 'gopher bold new' !important;
  }
} */


.footer .footer__form .footer__submit .footer__submit-text {
  font-size: 16px !important;
  font-family: 'gopher bold new' !important;
}

.footer .footer__form .footer__submit path {
  stroke: #fffae7;
}

@media (min-width: 768px) {
  .footer .footer__form::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 2000px;
    background-color: #fffae7;
    height: 2px;
  }
}

.footer .footer__content-right {
  width: 50%;
}

@media (max-width: 767.98px) {
  .footer .footer__content-right {
    width: 100%;
  }
}

.footer .footer__content-right .footer__blocks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 50px;
}

@media (max-width: 767.98px) {
  .footer .footer__content-right .footer__blocks-wrapper {
    padding-left: unset;
  }
}

.footer .footer__content-right .footer__blocks-wrapper .footer__block {
  width: 50%;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .footer
    .footer__content-right
    .footer__blocks-wrapper
    .footer__block:nth-of-type(2n) {
    padding-right: 0;
  }
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block
  .footer__block-heading {
  margin: 0 0 24px 0 !important;
}

@media (max-width: 413.98px) {
  .footer
    .footer__content-right
    .footer__blocks-wrapper
    .footer__block
    .footer__block-heading {
    margin-bottom: 20px !important;
  }
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block
  .footer__link,
.footer .footer__content-right .footer__blocks-wrapper .footer__block a {
  text-decoration: none;
  word-break: break-word;
}

.footer .footer__content-right .footer__blocks-wrapper .footer__link-wrapper {
  margin-bottom: 12px;
  margin-right: unset;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__link-wrapper:last-of-type {
  margin: unset;
}

@media (max-width: 413.98px) {
  .footer .footer__content-right .footer__blocks-wrapper .footer__link-wrapper {
    margin-bottom: 16px;
  }
}

.footer .footer__content-right .footer__blocks-wrapper .footer__block-content {
  list-style: none;
  padding: unset;
  margin: unset;
  text-transform: uppercase;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block-content
  p {
  margin: 0 0 12px;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block-content
  p:last-of-type {
  margin: unset;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block-content
  p
  > a {
  display: inline-block;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block-content
  p
  > a:not(:last-of-type) {
  margin-bottom: 12px;
}

.footer .footer__content-bottom {
  border-top: unset;
  margin-top: 84px;
  padding-top: unset;
}

@media (max-width: 767.98px) {
  .footer .footer__content-bottom {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
  }
}

.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .footer .footer__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* @media (max-width: 413.98px) {
  .footer .footer__social {
    margin-top: 103px;
  }
} */

.footer .footer__social .footer__heading {
  margin: unset;
}

@media (max-width: 767.98px) {
  .footer .footer__social .footer__heading {
    width: 50%;
  }
}

.footer .footer__social .footer__social-list {
  list-style: none;
  padding-left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0;
}

@media (max-width: 767.98px) {
  .footer .footer__social .footer__social-list {
    margin: unset;
    width: 50%;
  }
}

.footer .footer__social .footer__social-list .footer__social-item {
  margin-left: 5px;
  margin-right: 8px;
  height: 32px;
}

@media (max-width: 767.98px) {
  .footer .footer__social .footer__social-list .footer__social-item {
    margin-right: 10px;
  }

  .footer .footer__social .footer__social-list .footer__social-item:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 413.98px) {
  /* .footer
    .footer__social
    .footer__social-list
    .footer__social-item:first-of-type
    svg {
    width: 22px;
    height: 40px;
  } */

  .footer
    .footer__social
    .footer__social-list
    .footer__social-item:nth-of-type(2)
    svg {
    width: 42px;
    height: 40px;
  }
}

.image-with-text {
  background: #fffae7;
}

.image-with-text .image-with-text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 120px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023.98px) {
  .image-with-text .image-with-text__wrapper {
    padding-bottom: 64px;
  }
}

.image-with-text .image-with-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: revert;
  flex-direction: revert;
  padding: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -135px;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 64px;
  }
}

.image-with-text .image-with-text__heading-wrapper {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}

@media (min-width: 768px) {
  .image-with-text .image-with-text__heading-wrapper {
    margin-top: 135px;
  }
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__heading-wrapper {
    width: 100%;
  }
}

.image-with-text .image-with-text__heading-wrapper svg {
  position: absolute;
  left: -184px;
  top: -51px;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__heading-wrapper svg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .image-with-text .image-with-text__heading-wrapper svg {
    height: 250px;
  }
}

.image-with-text .image-with-text__heading {
  font-size: 200px !important;
  width: 100%;
  line-height: 200px !important;
  margin: unset;
  color: transparent;
  -webkit-text-stroke: 2px #1f1b13;
  letter-spacing: 5px;
  left: 14px;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__heading {
    font-size: 19vw !important;
    line-height: 19vw !important;
    left: unset;
    top: 100px;
    position: absolute;
    top: 35px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .image-with-text .image-with-text__heading {
    font-size: 150px !important;
    line-height: 150px !important;
  }
}

.image-with-text .image-with-text__image {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 584px;
}

.image-with-text .image-with-text__image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__image {
    width: 100%;
  }
}

.image-with-text .image-with-text__text {
  margin-top: 53px;
  padding: 0 86px 60px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .image-with-text .image-with-text__text {
    min-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__text {
    margin-top: 26px;
  }
}

.image-with-text .image-with-text__text p {
  line-height: 20px !important;
  margin: unset;
}

.image-with-text .image-with-text__text .image-with-text__subheading {
  margin-top: 64px;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__text .image-with-text__subheading {
    text-align: center;
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__text {
    width: 100%;
    padding: unset;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .image-with-text .image-with-text__text {
    padding: 0 0 0 64px;
  }
}

.search-results {
  background-color: #fffae7;
  height: 100%;
}

.search-results .search-results__price .price {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  .search-results {
    padding: 16px;
  }
}

.search-results .predictive-search__heading {
  margin: unset;
  padding: unset;
  padding-bottom: 16px;
  border: unset;
}

.search-results .predictive-search__item {
  padding: unset;
  margin: 12px 0;
}

@media (min-width: 768px) {
  .search-results .predictive-search__item {
    margin: 16px 0;
  }
}

.search-results .predictive-search__item .predictive-search__image {
  background: #e5e1d2;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.search-results .predictive-search__list-item {
  border-top: 1px solid #e5e1d2 !important;
  border-bottom: unset !important;
}

.search-results .predictive-search__list-item:first-child {
  border-top: unset !important;
}

.search-results .predictive-search__list-item .predictive-search__item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-results
  .predictive-search__list-item
  .predictive-search__item-content
  .search-results__title {
  font-weight: 400;
}

.search-results
  .predictive-search__list-item
  .predictive-search__item-content
  .price {
  margin: unset;
}

.search-results .predictive-search__results-list {
  overflow-y: auto;
  max-height: calc(100vh - 333px);
}

.search-results__wrapper {
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .search-results__wrapper {
    padding: unset;
    margin-top: 56px;
  }
}

.search-results__wrapper .search-results__all {
  border-width: 2px;
}

.search-results__wrapper .search-results__all .search-results__view {
  margin: unset;
  margin-right: 16px;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 40px;
  overflow-x: hidden;
}

.marquee.marquee__announcement-bar {
  height: 32px !important;
  background: #dfa88f;
  overflow-y: hidden;
}

.marquee.marquee__shipping {
  border-top: 2px solid #1f1b13;
  border-bottom: 2px solid #1f1b13;
  height: 80px;
  background: #fffae7;
}

.marquee.marquee__shipping svg {
  width: 30px;
}

@media (max-width: 767.98px) {
  .marquee.marquee__shipping {
    height: 56px;
  }
}

.marquee.marquee__shop {
  border-top: 2px solid #1f1b13;
  border-bottom: 2px solid #1f1b13;
  height: 80px;
  background: #fffae7;
}

.marquee.marquee__shop svg {
  width: 24px;
}

@media (max-width: 767.98px) {
  .marquee.marquee__shop {
    height: 56px;
  }
}

.marquee.marquee__shop .marquee__icon {
  margin: 0 48px;
}

.marquee.marquee__question {
  border-top: 2px solid #1f1b13;
  border-bottom: 2px solid #1f1b13;
  height: 80px;
  background: #fffae7;
}

.marquee.marquee__question svg {
  width: 49px;
}

@media (max-width: 767.98px) {
  .marquee.marquee__question {
    height: 56px;
  }

  .marquee.marquee__question svg {
    width: 32px;
  }
}

.marquee.marquee__question .marquee__icon {
  margin: 0 48px;
}

@media (max-width: 767.98px) {
  .marquee.marquee__question .marquee__icon {
    margin: 0 52px 0 28px;
  }
}

.marquee .marquee__icon {
  margin: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee .marquee__bold {
  font-weight: 700;
  text-transform: uppercase;
}

.marquee .marquee__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee .marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.marquee .marquee__track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 180s linear infinite;
  animation: marquee 180s linear infinite;
  height: 100%;
}

@media (max-width: 767.98px) {
  .marquee .marquee__track {
    display: none;
  }
}

.marquee .marquee__track.marquee__track--shipping {
  -webkit-animation: marquee 280s linear infinite;
  animation: marquee 280s linear infinite;
  display: block !important;
}

.marquee .marquee__track.marquee__track--shop {
  -webkit-animation: marquee 156s linear infinite;
  animation: marquee 156s linear infinite;
  display: block !important;
}

@media (max-width: 767.98px) {
  .marquee .marquee__track.marquee__track--shop {
    -webkit-animation: marquee 164s linear infinite;
    animation: marquee 164s linear infinite;
  }
}

.marquee .marquee__track.marquee__track--question {
  -webkit-animation: marquee 520s linear infinite;
  animation: marquee 520s linear infinite;
  display: block !important;
}

@media (max-width: 767.98px) {
  .marquee .marquee__track.marquee__track--question {
    -webkit-animation: marquee 450s linear infinite;
    animation: marquee 450s linear infinite;
  }
}

.marquee .marquee__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .marquee .marquee__mobile {
    display: none;
  }
}

.marquee .marquee__mobile .marquee__icon {
  margin: unset;
}

.marquee .marquee__mobile .marquee__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 24px;
}

.marquee .marquee__mobile .marquee__text {
  font-size: 9px !important;
  line-height: 13px !important;
  text-transform: uppercase;
}

.marquee .marquee__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 24px;
}

.marquee .marquee__wrapper .marquee__icon {
  margin: unset;
  margin-left: 24px;
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

.featured-collection {
  background-color: #e5e1d2;
  padding-top: 0px;
  padding-bottom: 144px;
/*   border-top: 2px solid #1f1b13; */
}

.featured-collection .extra-margin {
  margin-top: 24px !important;
}

@media (max-width: 767.98px) {
  .featured-collection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.featured-collection .featured-collection__heading {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Milanesaserif light", sans-serif !important;
  margin: unset;
  max-width: 25ch;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .featured-collection .featured-collection__heading {
    line-height: 70px !important;
  }
}

.featured-collection
  .featured-collection__heading
  .featured-collection__percent {
  font-size: 39px;
  vertical-align: super;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__heading
    .featured-collection__percent {
    font-size: 18px;
  }
}

.featured-collection .featured-collection__bold {
  font-family: "Milanesaserif bold", sans-serif;
  text-transform: uppercase;
}

.featured-collection .featured-collection__content-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .featured-collection .featured-collection__content-mobile {
    display: none !important;
  }
}

.featured-collection .featured-collection__content {
  margin-top: -34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .featured-collection .featured-collection__content {
    display: none;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-wrapper {
  margin-right: 56px;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item-wrapper {
    margin-right: 24px;
  }

  .featured-collection
    .featured-collection__content
    .featured-collection__item-wrapper:first-of-type {
    margin-left: auto;
  }

  .featured-collection
    .featured-collection__content
    .featured-collection__item-wrapper:last-of-type {
    margin-right: auto !important;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-wrapper:last-of-type {
  margin-right: unset;
}

.featured-collection .featured-collection__content .featured-collection__item {
  position: relative;
  width: 244px;
  height: 352px;
  background-color: #fffae7;
  border-radius: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item {
    width: 24vw;
    height: 34vw;
  }
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item {
    width: 132px;
    height: 192px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item
  .featured-collection__special {
  position: absolute;
  top: 40px;
  background: #000;
  color: #fffae7;
  padding: 4px 12px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item
    .featured-collection__special {
    padding: 4px 8px;
    top: 16px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item
  .featured-collection__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item
    .featured-collection__image {
    padding-top: 18px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item
  .featured-collection__image
  img {
  width: 100%;
  padding: 20px;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item
    .featured-collection__image
    img {
    padding: 13px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info {
  margin-top: -24px;
  position: relative;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item-info {
    margin-top: -14px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__title {
  width: 100%;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__title
  a {
  color: #1f1b13;
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__price {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item-info
    .featured-collection__price {
    margin-top: 8px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__price
  .featured-collection__old-price {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__quick-add {
  margin-top: 32px;
  font-family: "Milanesaserif bold", sans-serif;
  letter-spacing: 0;
  padding: 14px 31px;
  border: 2px solid;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item-info
    .featured-collection__quick-add {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
    width: 132px;
    margin-top: 24px;
  }
}

.featured-collection .featured-collection__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.featured-collection .featured-collection__swipe span {
  margin: 0 16px;
  color: #b4afa3 !important;
  font-weight: 700;
}

@media (min-width: 768px) {
  .featured-collection .featured-collection__swipe {
    display: none;
  }
}

.featured-collection-with-image {
  position: relative;
  background-color: #fffae7;
  padding-top: 144px;
  padding-bottom: 144px;
  border-bottom: 2px solid #1f1b13;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.featured-collection-with-image .featured-collection-with-image__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Milanesaserif light", sans-serif !important;
  text-transform: uppercase;
  margin: unset;
  letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .featured-collection-with-image .featured-collection-with-image__heading {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image .featured-collection-with-image__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__heading
  .featured-collection-with-image__cross {
  font-size: 43px;
  margin-left: 35px;
  margin-right: 34px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__heading
    .featured-collection-with-image__cross {
    font-size: 24px;
    line-height: 24px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__heading
  .featured-collection-with-image__name {
  padding-top: 8px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__heading
    .featured-collection-with-image__name {
    padding-top: unset;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__heading
    .featured-collection-with-image__name
    svg {
    width: 118px;
    height: 55px;
  }
}

.featured-collection-with-image .featured-collection-with-image__bold {
  font-family: "Milanesaserif bold", sans-serif;
  text-transform: uppercase;
}

.featured-collection-with-image .featured-collection-with-image__content {
  margin-top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image .featured-collection-with-image__content {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-wrapper {
  margin-right: 23px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-wrapper {
    margin-right: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-wrapper:last-of-type {
  margin-right: unset;
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-wrapper.featured-collection-with-image__item-wrapper--2 {
  margin-top: 48px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-wrapper.featured-collection-with-image__item-wrapper--2 {
    margin-top: unset;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-wrapper.featured-collection-with-image__item-wrapper--3 {
  margin-top: 96px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-wrapper.featured-collection-with-image__item-wrapper--3 {
    margin-top: 58px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item {
  position: relative;
  width: 244px;
  height: 352px;
  background-color: #e5e1d2;
  border-radius: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item {
    width: 204px;
    height: 312px;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item {
    width: 100%;
  }
}

@media (max-width: 413.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item {
    height: 240px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item
  .featured-collection-with-image__special {
  position: absolute;
  top: 40px;
  background: #000;
  color: #fffae7;
  padding: 4px 12px;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item
    .featured-collection-with-image__special {
    padding: 4px 8px;
    top: 16px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item
  .featured-collection-with-image__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item
    .featured-collection-with-image__image {
    padding-top: 18px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item
  .featured-collection-with-image__image
  img {
  width: 100%;
  padding: 20px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item
    .featured-collection-with-image__image
    img {
    padding: 13px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info {
  margin-top: -24px;
  position: relative;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-info {
    width: 100%;
    margin-top: -14px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__title {
  width: 100%;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__title
  a {
  color: #1f1b13;
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__price {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-info
    .featured-collection-with-image__price {
    margin-top: 8px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__price
  .featured-collection-with-image__old-price {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__quick-add {
  margin-top: 32px;
  font-family: "Milanesaserif bold", sans-serif;
  letter-spacing: 0;
  padding: 14px 31px;
  border: 2px solid;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-info
    .featured-collection-with-image__quick-add {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
    width: 132px;
    margin-top: 24px;
  }
}

.featured-collection-with-image .featured-collection-with-image__background {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}

.featured-collection-with-image
  .featured-collection-with-image__background
  img {
  max-width: 520px;
}

@media (max-width: 1439.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__background
    img {
    max-width: 390px;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image .featured-collection-with-image__background {
    overflow: hidden;
  }

  .featured-collection-with-image
    .featured-collection-with-image__background
    img {
    right: -41px;
    position: relative;
    max-width: 300px;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__background
    img {
    max-width: 250px;
  }
}

.blog-posts {
  border-top: 1px solid #1f1b13;
  border-bottom: 1px solid #1f1b13;
  background: #e5e1d2;
  padding-top: 80px;
  padding-bottom: 144px;
}

@media (max-width: 767.98px) {
  .blog-posts {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

.blog-posts .blog-posts__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-posts .blog-posts__wrapper .blog-posts__content {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

.blog-posts .blog-posts__wrapper .blog-posts__content:not(:last-of-type) {
  margin-right: 24px;
}

@media (max-width: 767.98px) {
  .blog-posts .blog-posts__wrapper .blog-posts__content {
    max-width: calc(100vw - 60px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-posts .blog-posts__wrapper .blog-posts__content:not(:last-of-type) {
    margin-right: 15px;
  }
}

@media (max-width: 413.98px) {
  .blog-posts .blog-posts__wrapper .blog-posts__content {
    max-width: calc(100vw - 30px);
  }
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__time {
  color: #1f1b13;
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__title {
  font-family: "Milanesaserif bold", sans-serif !important;
  margin: 12px 0 24px;
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__title a {
  color: #1f1b13;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__title {
    margin: 12px 0 12px;
  }
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__read {
  font-size: 16px;
  line-height: 32px;
  color: #1f1b13;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Milanesaserif bold", sans-serif !important;
  margin-top: 48px;
}

@media (max-width: 767.98px) {
  .blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__read {
    margin-top: 32px;
  }
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__read span {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-posts
  .blog-posts__wrapper
  .blog-posts__content
  .blog-posts__read:hover
  span {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.blog-posts .blog-posts__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b4afa3;
  margin-top: 32px;
}

.blog-posts .blog-posts__swipe span {
  margin: 0 16px;
  color: #b4afa3 !important;
  font-weight: 700;
}

@media (min-width: 768px) {
  .blog-posts .blog-posts__swipe {
    display: none;
  }
}

.faq {
  background: #fffae7;
  color: #1f1b13;
  padding-top: 25px;
  padding-bottom: 144px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .faq {
    padding-top: 25px;
    padding-bottom: 76px;
  }
}

.faq .faq__question-wrapper {
  position: relative;
  cursor: pointer;
}

.faq .faq__question-wrapper .faq__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq .faq__question-wrapper .faq__star::after {
  position: absolute;
  left: 28px;
  content: "";
  width: 2000px;
  border-bottom: 2px solid #1f1b13;
}

@media (max-width: 767.98px) {
  .faq .faq__question-wrapper .faq__star::after {
    right: 28px;
    left: unset;
  }
}

@media (max-width: 767.98px) {
  .faq .faq__question-wrapper .faq__star {
    width: 100%;
    height: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.faq .faq__question-accordion[open] path {
  fill: #1f1b13;
}

.faq .faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.faq .faq__wrapper .faq__content-wrapper {
  width: 50%;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper {
    width: 100%;
    padding-right: unset;
  }
}

.faq .faq__wrapper .faq__content-wrapper .faq__content {
  max-width: 525px;
  position: relative;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content {
    max-width: unset;
  }
}



.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading {
  letter-spacing: 0;
  margin: unset;
  font-family: "Milanesaserif bold", sans-serif !important;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading {
    text-align: center;
  }
}

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading span {
  font-family: "Milanesaserif light", sans-serif !important;
}

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__description {
  margin: unset;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__description {
    line-height: 20px;
    margin-top: 35px;
  }
}

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__image {
  position: relative;
  margin-top: 65px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__image {
    right: unset;
    margin-top: 58px;
  }
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__image {
    margin-top: 50px;
    margin-bottom: 0;
    right: unset;
  }
}

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__image img {
  width: 90%;
  height: 90%;
}

.faq .faq__wrapper .faq__questions {
  width: 50%;
  padding-left: 20px;
  padding-top: 78px;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__questions {
    width: 100%;
    padding-left: unset;
  }
}

.faq .faq__wrapper .faq__questions .faq__question-accordion {
  margin-bottom: 72px;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__questions .faq__question-accordion {
    margin-bottom: 32px;
  }
}

.faq .faq__wrapper .faq__questions .faq__question-accordion .faq__question {
  position: relative;
  margin: unset;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 73px;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__questions .faq__question-accordion .faq__question {
    padding-left: unset;
    font-size: 16px;
  }
}

.faq .faq__wrapper .faq__questions .faq__question-accordion .faq__answer {
  margin: unset;
  padding-left: 73px;
}

.faq .faq__wrapper .faq__questions .faq__question-accordion .faq__answer p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .faq .faq__wrapper .faq__questions .faq__question-accordion .faq__answer {
    line-height: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__questions .faq__question-accordion .faq__answer {
    padding-left: unset;
    padding-right: 32px;
    padding-top: 5px;
  }
}

.video-slider {
  background: #e5e1d2;
  padding-top: 144px;
  padding-bottom: 77px;
}

@media (max-width: 767.98px) {
  .video-slider {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}

.video-slider .video-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.video-slider .video-slider__video-wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-slider .video-slider__video-wrapper .video-slider__video {
  position: relative;
}

.video-slider .video-slider__video-wrapper .video-slider__video img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fffae7;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #1f1b13;
}

.video-slider .video-slider__video-wrapper .video-slider__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .video-slider .video-slider__video-wrapper .video-slider__video {
    margin-left: 80px;
    max-width: 624px;
    max-height: 350px;
  }
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__video-wrapper iframe {
    width: 100vw;
    height: 56vw;
    border-left: none;
    border-right: none;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__video-wrapper iframe {
    max-width: 624px;
    max-height: 350px;
    width: 50vw;
    height: 50vw;
  }
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__video-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__video-wrapper {
    padding-right: 44px;
    max-width: 669px;
  }
}

.video-slider .video-slider__info {
  width: 40%;
  position: relative;
}

.video-slider .video-slider__info .video-slider__heading {
  margin: unset;
  margin-top: 14px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__info .video-slider__heading {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__heading {
    max-width: 332px;
  }
}

.video-slider .video-slider__info .video-slider__description {
  margin: unset;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__info .video-slider__description {
    margin: unset;
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__description {
    max-width: 332px;
    margin-bottom: 80px;
  }
}

.video-slider .video-slider__info .slick-active .video-slider__swipe {
  visibility: visible;
}

.video-slider .video-slider__info .video-slider__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  visibility: hidden;
}

.video-slider .video-slider__info .video-slider__swipe .video-slider__left,
.video-slider .video-slider__info .video-slider__swipe .video-slider__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__swipe .video-slider__left,
  .video-slider .video-slider__info .video-slider__swipe .video-slider__right {
    border: 2px solid #1f1b13;
    padding: 10px 22px;
  }

  .video-slider
    .video-slider__info
    .video-slider__swipe
    .video-slider__left:hover,
  .video-slider
    .video-slider__info
    .video-slider__swipe
    .video-slider__right:hover {
    background-color: #1f1b13;
  }

  .video-slider
    .video-slider__info
    .video-slider__swipe
    .video-slider__left:hover
    svg
    path,
  .video-slider
    .video-slider__info
    .video-slider__swipe
    .video-slider__right:hover
    svg
    path {
    stroke: #fffae7;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__swipe .video-slider__left {
    border-right: 1px solid #1f1b13;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__swipe .video-slider__right {
    border-left: 1px solid #1f1b13;
  }
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__info .video-slider__swipe {
    position: relative;
  }

  .video-slider .video-slider__info .video-slider__swipe .video-slider__left,
  .video-slider .video-slider__info .video-slider__swipe .video-slider__right {
    border: none;
  }
}

@media (max-width: 767.98px) {
  .video-slider
    .video-slider__info
    .video-slider__swipe.video-slider__swipe--mobile-hidden {
    display: none;
  }
}

.video-slider
  .video-slider__info
  .video-slider__swipe.video-slider__swipe--desktop-hidden {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-slider
  .video-slider__info
  .video-slider__swipe.video-slider__swipe--desktop-hidden
  span {
  margin: 0 16px;
}

@media (min-width: 768px) {
  .video-slider
    .video-slider__info
    .video-slider__swipe.video-slider__swipe--desktop-hidden {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__info {
    width: 100%;
    margin-top: 56vw;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info {
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .video-slider .video-slider__info {
    padding-left: 44px;
  }
}

.rise-and-shine {
  background: #fffae7;
  padding-bottom: 144px;
}

@media (max-width: 767.98px) {
  .rise-and-shine {
    padding-bottom: 64px;
  }
}

.rise-and-shine .rise-and-shine__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rise-and-shine .rise-and-shine__wrapper .circle__first {
  position: absolute;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
}

@media (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__image-wrapper {
  position: relative;
}

@media (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__image-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__image-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    width: 35%;
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-wrapper
  .circle__second {
  position: absolute;
  left: -74px;
  bottom: 64px;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .circle__second {
    left: -74px;
    bottom: 18px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .circle__second {
    left: -140px;
    bottom: -12px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-wrapper
  .circle__third {
  position: absolute;
  left: -77px;
  bottom: 76px;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .circle__third {
    left: -77px;
    bottom: 27px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .circle__third {
    left: -142px;
    bottom: -6px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-wrapper
  .rise-and-shine__image {
  position: relative;
  z-index: 1;
  max-width: 332px;
  max-height: 564px;
  background-color: #f7daa5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
  border-radius: 332px 332px 0 0;
}

@media (max-width: 1023.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .rise-and-shine__image {
    width: 330px;
    height: auto;
  }

  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .rise-and-shine__image
    img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .rise-and-shine__image {
    width: 200px;
    height: 336px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-wrapper
  .rise-and-shine__image
  img {
  padding: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .rise-and-shine__image
    .rise-and-shine__swipe {
    position: absolute;
    bottom: 0;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content {
  width: 65%;
  background: #fffae7;
  position: relative;
  z-index: 3;
}

@media (max-width: 1439.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content {
    width: 58%;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content {
    width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content {
    width: 100%;
    margin-top: 24px;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content .slick-list {
  padding: unset !important;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text {
  width: 50%;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text
  h4 {
  margin: unset;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text
  p {
  margin: 0;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text:first-child {
  padding-right: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text:last-child {
  padding-left: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__header
    .rise-and-shine__text:last-child {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__header
    .rise-and-shine__text:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__header
    .rise-and-shine__text:first-child
    h4 {
    margin-bottom: 8px;
  }

  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__header
    .rise-and-shine__text:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #1f1b13;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row
  .rise-and-shine__text {
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  word-break: break-word;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row
  .rise-and-shine__text:first-child {
  padding-right: 16px;
  border-right: 1px solid #1f1b13;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row
  .rise-and-shine__text:last-child {
  padding-left: 16px;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row
  .rise-and-shine__text
  p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__row
    .rise-and-shine__text
    p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__buttons form {
    width: 100%;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__quick-add {
  padding: 14px 32px !important;
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__quick-add {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__mobile-hidden {
    display: none !important;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__left,
.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__right {
  cursor: pointer;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__left path,
.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__right path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #1f1b13;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__left:hover path,
.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__right:hover path {
  stroke: #fffae7;
}

@media (min-width: 768px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__left {
    border-right: 1px solid #1f1b13 !important;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2px;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__swipe span {
  padding: 0 16px;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__swipe-text {
  font-weight: 700;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__circle-wrapper {
  position: relative;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__image-slider {
  width: 100%;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-slider
  .slick-list {
  height: 100%;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-slider
  .slick-list
  .slick-track {
  height: 100%;
}

.rise-and-shine .rise-and-shine__wrapper .hero-section__image-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rise-and-shine .rise-and-shine-section__star-rotation--0 {
  left: 349px;
  bottom: 262px;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--0 {
    left: 322px;
    bottom: 217px;
    -webkit-transform: scale(0.8) rotate(-5deg);
    -ms-transform: scale(0.8) rotate(-5deg);
    transform: scale(0.8) rotate(-5deg);
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--0 {
    left: 193px;
    bottom: 161px;
    -webkit-transform: scale(0.5) rotate(-5deg);
    -ms-transform: scale(0.5) rotate(-5deg);
    transform: scale(0.5) rotate(-5deg);
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--1 {
  left: 371px !important;
  bottom: 287px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-5deg) scale(0.9) !important;
  -ms-transform: rotate(-5deg) scale(0.9) !important;
  transform: rotate(-5deg) scale(0.9) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--1 {
    left: 341px !important;
    bottom: 250px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(-39deg) scale(0.7) !important;
    -ms-transform: rotate(-39deg) scale(0.7) !important;
    transform: rotate(-39deg) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--1 {
    left: 204px !important;
    bottom: 181px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(-39deg) scale(0.4) !important;
    -ms-transform: rotate(-39deg) scale(0.4) !important;
    transform: rotate(-39deg) scale(0.4) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--2 {
  left: 388px !important;
  bottom: 318px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-33deg) scale(0.7) !important;
  -ms-transform: rotate(-33deg) scale(0.7) !important;
  transform: rotate(-33deg) scale(0.7) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--2 {
    left: 331px !important;
    bottom: 268px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-115deg) scale(0.5) !important;
    -ms-transform: rotate(-115deg) scale(0.5) !important;
    transform: rotate(-115deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--2 {
    left: 199px !important;
    bottom: 192px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-112deg) scale(0.3) !important;
    -ms-transform: rotate(-112deg) scale(0.3) !important;
    transform: rotate(-112deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--3 {
  left: 388px !important;
  bottom: 336px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-33deg) scale(0.7) !important;
  -ms-transform: rotate(-33deg) scale(0.7) !important;
  transform: rotate(-73deg) scale(0.6) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--3 {
    left: 286px !important;
    bottom: 267px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-145deg) scale(0.5) !important;
    -ms-transform: rotate(-145deg) scale(0.5) !important;
    transform: rotate(-145deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--3 {
    left: 186px !important;
    bottom: 192px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--4 {
  left: 366px !important;
  bottom: 346px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-128deg) scale(0.5) !important;
  -ms-transform: rotate(-128deg) scale(0.5) !important;
  transform: rotate(-128deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--4 {
    left: 216px !important;
    bottom: 242px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-128deg) scale(0.5) !important;
    -ms-transform: rotate(-128deg) scale(0.5) !important;
    transform: rotate(-128deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--4 {
    left: 136px !important;
    bottom: 182px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--5 {
  left: 316px !important;
  bottom: 342px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--5 {
    left: 119px !important;
    bottom: 200px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-151deg) scale(0.5) !important;
    -ms-transform: rotate(-151deg) scale(0.5) !important;
    transform: rotate(-151deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--5 {
    left: 71px !important;
    bottom: 149px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--6 {
  left: 274px !important;
  bottom: 327px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--6 {
    left: 21px !important;
    bottom: 116px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(176deg) scale(0.5) !important;
    -ms-transform: rotate(176deg) scale(0.5) !important;
    transform: rotate(176deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--6 {
    left: 10px !important;
    bottom: 101px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(184deg) scale(0.3) !important;
    -ms-transform: rotate(184deg) scale(0.3) !important;
    transform: rotate(184deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--7 {
  left: 143px !important;
  bottom: 282px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(176deg) scale(0.5) !important;
  -ms-transform: rotate(176deg) scale(0.5) !important;
  transform: rotate(176deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--7 {
    left: -30px !important;
    bottom: 78px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(176deg) scale(0.5) !important;
    -ms-transform: rotate(176deg) scale(0.5) !important;
    transform: rotate(176deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--7 {
    left: -18px !important;
    bottom: 86px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(184deg) scale(0.3) !important;
    -ms-transform: rotate(184deg) scale(0.3) !important;
    transform: rotate(184deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--8 {
  left: 17px !important;
  bottom: 187px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(176deg) scale(0.5) !important;
  -ms-transform: rotate(176deg) scale(0.5) !important;
  transform: rotate(176deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--8 {
    left: -42px !important;
    bottom: 43px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(113deg) scale(0.5) !important;
    -ms-transform: rotate(113deg) scale(0.5) !important;
    transform: rotate(113deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--8 {
    left: -36px !important;
    bottom: 60px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(144deg) scale(0.3) !important;
    -ms-transform: rotate(144deg) scale(0.3) !important;
    transform: rotate(144deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--9 {
  left: -48px !important;
  bottom: 136px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(176deg) scale(0.5) !important;
  -ms-transform: rotate(176deg) scale(0.5) !important;
  transform: rotate(176deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--9 {
    left: -26px !important;
    bottom: 33px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(52deg) scale(0.5) !important;
    -ms-transform: rotate(52deg) scale(0.5) !important;
    transform: rotate(52deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--9 {
    left: -27px !important;
    bottom: 45px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(53deg) scale(0.4) !important;
    -ms-transform: rotate(53deg) scale(0.4) !important;
    transform: rotate(53deg) scale(0.4) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--10 {
  left: -84px !important;
  bottom: 91px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(166deg) scale(0.5) !important;
  -ms-transform: rotate(166deg) scale(0.5) !important;
  transform: rotate(166deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--10 {
    left: 5px !important;
    bottom: 34px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(33deg) scale(0.7) !important;
    -ms-transform: rotate(33deg) scale(0.7) !important;
    transform: rotate(33deg) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--10 {
    left: -1px !important;
    bottom: 47px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(32deg) scale(0.5) !important;
    -ms-transform: rotate(32deg) scale(0.5) !important;
    transform: rotate(32deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--11 {
  left: -88px !important;
  bottom: 58px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(98deg) scale(0.6) !important;
  -ms-transform: rotate(98deg) scale(0.6) !important;
  transform: rotate(98deg) scale(0.6) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--11 {
    left: 75px !important;
    bottom: 55px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(21deg) scale(0.8) !important;
    -ms-transform: rotate(21deg) scale(0.8) !important;
    transform: rotate(21deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--11 {
    left: 47px !important;
    bottom: 63px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(23deg) scale(0.5) !important;
    -ms-transform: rotate(23deg) scale(0.5) !important;
    transform: rotate(23deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--12 {
  left: -63px !important;
  bottom: 47px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(52deg) scale(0.7) !important;
  -ms-transform: rotate(52deg) scale(0.7) !important;
  transform: rotate(52deg) scale(0.7) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--12 {
    left: 150px !important;
    bottom: 91px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(14deg) scale(0.8) !important;
    -ms-transform: rotate(14deg) scale(0.8) !important;
    transform: rotate(14deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--12 {
    left: 101px !important;
    bottom: 91px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(16deg) scale(0.5) !important;
    -ms-transform: rotate(16deg) scale(0.5) !important;
    transform: rotate(16deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--13 {
  left: -18px !important;
  bottom: 55px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(33deg) !important;
  -ms-transform: rotate(33deg) !important;
  transform: rotate(33deg) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--13 {
    left: 200px !important;
    bottom: 119px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(14deg) scale(0.8) !important;
    -ms-transform: rotate(14deg) scale(0.8) !important;
    transform: rotate(14deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--13 {
    left: 143px !important;
    bottom: 118px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(8deg) scale(0.5) !important;
    -ms-transform: rotate(8deg) scale(0.5) !important;
    transform: rotate(8deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--14 {
  left: 115px !important;
  bottom: 104px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(19deg) !important;
  -ms-transform: rotate(19deg) !important;
  transform: rotate(19deg) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--14 {
    left: 300px !important;
    bottom: 191px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(4deg) scale(0.8) !important;
    -ms-transform: rotate(4deg) scale(0.8) !important;
    transform: rotate(4deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--14 {
    left: 177px !important;
    bottom: 145px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(8deg) scale(0.5) !important;
    -ms-transform: rotate(8deg) scale(0.5) !important;
    transform: rotate(8deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--15 {
  left: 186px !important;
  bottom: 144px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(14deg) !important;
  -ms-transform: rotate(14deg) !important;
  transform: rotate(14deg) !important;
}

.rise-and-shine .rise-and-shine-section__star-rotation--16 {
  left: 260px !important;
  bottom: 189px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(10deg) !important;
  -ms-transform: rotate(10deg) !important;
  transform: rotate(10deg) !important;
}

.hero-section {
  background: #fffae7;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 335px;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-section .hero-section__heading {
  font-family: "Milanesaserif light", sans-serif !important;
  font-size: 64px !important;
  line-height: 72px !important;
}

.hero-section .hero-section__heading span {
  font-family: "Milanesaserif bold", sans-serif !important;
  text-transform: uppercase;
}

@media (max-width: 1439.98px) {
  .hero-section .hero-section__heading {
    font-size: 55px !important;
    line-height: 62px !important;
  }
}

@media screen and (max-width: 1200px) {
  .hero-section .hero-section__heading {
    font-size: 49px !important;
    line-height: 62px !important;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .hero-section .hero-section__heading {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__heading {
    font-size: 36px !important;
    line-height: 41px !important;
  }
}

@media (max-width: 413.98px) {
  .hero-section .hero-section__heading {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hero-section .hero-section__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.hero-section .hero-section__content-wrapper .hero-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .hero-section .hero-section__content-wrapper .hero-section__content {
    width: 100%;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image
  img {
  width: 100%;
  max-width: 300px;
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}

@media (max-width: 767.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image
    img {
    max-width: 200px;
    height: 250px;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image
  .circle__first {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  left: 200px;
  bottom: 169px;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image
    .circle__first {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: 173px;
    bottom: 83px;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image
  .circle__second {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  left: -142px;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image
    .circle__second {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: -142px;
    bottom: -85px;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image
  .circle__third {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  left: -143px;
  bottom: 4px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image
    .circle__third {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: -143px;
    bottom: -80px;
  }
}

@media (min-width: 1024px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image {
    position: relative;
    z-index: 1;
    width: 50%;
    background-image: unset;
  }
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__content-wrapper .hero-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__swipe {
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__swipe
    span {
    padding: 0 16px;
  }
}

@media (min-width: 1024px) {
  .hero-section .hero-section__table-wrapper {
    max-width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__table-wrapper {
    border-top: 2px solid #1f1b13;
  }
}

.hero-section .hero-section__table .slick-list {
  padding: unset !important;
}

/* .hero-section .hero-section__table .hero-section__table-content {
  margin-bottom: 32px;
}
 */
@media (min-width: 1024px) {
  .hero-section .hero-section__table .hero-section__table-content {
    width: 100%;
  }
}

.hero-section .hero-section__table .hero-section__header {
  margin-bottom: 16px;
}

.hero-section .hero-section__table .hero-section__header h4 {
  margin: unset;
}

.hero-section .hero-section__table .hero-section__header .hero-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section .hero-section__table .hero-section__header p {
  margin: unset;
}

.hero-section .hero-section__table .hero-section__row {
  border-top: 1px solid #1f1b13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section .hero-section__table .hero-section__row .hero-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section
  .hero-section__table
  .hero-section__row
  .hero-section__text
  .hero-section__title {
  margin-right: 40px;
  min-width: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__table
    .hero-section__row
    .hero-section__text
    .hero-section__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.hero-section
  .hero-section__table
  .hero-section__row
  .hero-section__text
  .hero-section__price {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__table
    .hero-section__row
    .hero-section__text
    .hero-section__price {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__table {
    padding: 0 32px;
    padding-top: 32px;
  }
}

@media (max-width: 413.98px) {
  .hero-section .hero-section__table {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hero-section .hero-section__image {
  border-radius: 2000px 0 0 2000px;
  background: #f7daa5;
  overflow: hidden;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hero-section .hero-section__image img {
  width: 47vw;
}

@media (max-width: 1439.98px) {
  .hero-section .hero-section__image {
    right: -140px;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__image {
    display: none;
  }
}

.hero-section .hero-section__image-slider-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  .hero-section .hero-section__image-slider-wrapper {
    max-width: 50%;
    background: unset !important;
    padding-right: 82px;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__image-slider-wrapper {
    overflow: hidden;
    border-radius: 2000px 2000px 0 0;
    background: #f7daa5;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}

.hero-section .hero-section__image-slider {
  z-index: 1;
}

.hero-section .hero-section__image-slider .slick-list {
  height: 100%;
}

.hero-section .hero-section__image-slider .slick-list .slick-track {
  height: 100%;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__image-slider {
    padding-top: 110px;
  }
}

@media (max-width: 413.98px) {
  .hero-section .hero-section__image-slider {
    padding-top: 0;
  }
}

.hero-section .hero-section__quick-add {
  border: unset;
  border-left: 1px solid #1f1b13;
  padding: 20px 36px;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__quick-add {
    padding: 14px 20px;
  }
}

.hero-section .hero-section__quick-add:hover {
  background: rgba(229, 225, 210, 0.5);
}

@media (min-width: 1024px) {
  .hero-section .hero-section__desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__mobile-hidden {
    display: none !important;
  }
}

.hero-section .hero-section__left,
.hero-section .hero-section__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.hero-section .hero-section__left path,
.hero-section .hero-section__right path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #1f1b13;
}

.hero-section .hero-section__left:hover path,
.hero-section .hero-section__right:hover path {
  stroke: #fffae7;
}

@media (min-width: 1024px) {
  .hero-section .hero-section__right {
    border-left: 1px solid #1f1b13 !important;
  }
}

.hero-section .hero-section__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-section .hero-section__swipe-text {
  font-weight: 700;
}

@media (max-width: 1439.98px) {
  .hero-section {
    padding-bottom: 245px;
  }
}

@media (max-width: 413.98px) {
  .hero-section {
    padding-top: 30px;
  }
}

.hero-section .hero-section__star-rotation--0 {
  left: 349px;
  bottom: 262px;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--0 {
    left: 322px;
    bottom: 217px;
    -webkit-transform: scale(0.8) rotate(-5deg);
    -ms-transform: scale(0.8) rotate(-5deg);
    transform: scale(0.8) rotate(-5deg);
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--0 {
    left: 101px;
    bottom: 161px;
    -webkit-transform: scale(0.5) rotate(-5deg);
    -ms-transform: scale(0.5) rotate(-5deg);
    transform: scale(0.5) rotate(-5deg);
  }
}

.hero-section .hero-section__star-rotation--1 {
  left: 371px !important;
  bottom: 287px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-5deg) scale(0.9) !important;
  -ms-transform: rotate(-5deg) scale(0.9) !important;
  transform: rotate(-5deg) scale(0.9) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--1 {
    left: 341px !important;
    bottom: 250px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(-39deg) scale(0.7) !important;
    -ms-transform: rotate(-39deg) scale(0.7) !important;
    transform: rotate(-39deg) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--1 {
    left: 112px !important;
    bottom: 181px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(-39deg) scale(0.4) !important;
    -ms-transform: rotate(-39deg) scale(0.4) !important;
    transform: rotate(-39deg) scale(0.4) !important;
  }
}

.hero-section .hero-section__star-rotation--2 {
  left: 388px !important;
  bottom: 318px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-33deg) scale(0.7) !important;
  -ms-transform: rotate(-33deg) scale(0.7) !important;
  transform: rotate(-33deg) scale(0.7) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--2 {
    left: 331px !important;
    bottom: 268px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-115deg) scale(0.5) !important;
    -ms-transform: rotate(-115deg) scale(0.5) !important;
    transform: rotate(-115deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--2 {
    left: 107px !important;
    bottom: 192px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-112deg) scale(0.3) !important;
    -ms-transform: rotate(-112deg) scale(0.3) !important;
    transform: rotate(-112deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--3 {
  left: 388px !important;
  bottom: 336px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-33deg) scale(0.7) !important;
  -ms-transform: rotate(-33deg) scale(0.7) !important;
  transform: rotate(-73deg) scale(0.6) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--3 {
    left: 286px !important;
    bottom: 267px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-145deg) scale(0.5) !important;
    -ms-transform: rotate(-145deg) scale(0.5) !important;
    transform: rotate(-145deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--3 {
    left: 94px !important;
    bottom: 192px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--4 {
  left: 366px !important;
  bottom: 346px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-128deg) scale(0.5) !important;
  -ms-transform: rotate(-128deg) scale(0.5) !important;
  transform: rotate(-128deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--4 {
    left: 216px !important;
    bottom: 242px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-158deg) scale(0.5) !important;
    -ms-transform: rotate(-158deg) scale(0.5) !important;
    transform: rotate(-158deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--4 {
    left: 44px !important;
    bottom: 182px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--5 {
  left: 316px !important;
  bottom: 342px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--5 {
    left: 119px !important;
    bottom: 194px !important;
    z-index: 1;
    -webkit-transform: rotate(-167deg) scale(0.5) !important;
    -ms-transform: rotate(-167deg) scale(0.5) !important;
    transform: rotate(-167deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--5 {
    left: -21px !important;
    bottom: 149px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--6 {
  left: 274px !important;
  bottom: 327px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--6 {
    left: 21px !important;
    bottom: 127px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(176deg) scale(0.5) !important;
    -ms-transform: rotate(176deg) scale(0.5) !important;
    transform: rotate(176deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--6 {
    left: -82px !important;
    bottom: 109px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(184deg) scale(0.3) !important;
    -ms-transform: rotate(184deg) scale(0.3) !important;
    transform: rotate(184deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--7 {
  left: 143px !important;
  bottom: 270px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--7 {
    left: -30px !important;
    bottom: 78px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(176deg) scale(0.5) !important;
    -ms-transform: rotate(176deg) scale(0.5) !important;
    transform: rotate(176deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--7 {
    left: -110px !important;
    bottom: 86px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(184deg) scale(0.3) !important;
    -ms-transform: rotate(184deg) scale(0.3) !important;
    transform: rotate(184deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--8 {
  left: 17px !important;
  bottom: 190px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(190deg) scale(0.5) !important;
  -ms-transform: rotate(190deg) scale(0.5) !important;
  transform: rotate(190deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--8 {
    left: -42px !important;
    bottom: 43px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(113deg) scale(0.5) !important;
    -ms-transform: rotate(113deg) scale(0.5) !important;
    transform: rotate(113deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--8 {
    left: -128px !important;
    bottom: 60px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(144deg) scale(0.3) !important;
    -ms-transform: rotate(144deg) scale(0.3) !important;
    transform: rotate(144deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--9 {
  left: -48px !important;
  bottom: 136px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(176deg) scale(0.5) !important;
  -ms-transform: rotate(176deg) scale(0.5) !important;
  transform: rotate(176deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--9 {
    left: -26px !important;
    bottom: 33px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(52deg) scale(0.5) !important;
    -ms-transform: rotate(52deg) scale(0.5) !important;
    transform: rotate(52deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--9 {
    left: -119px !important;
    bottom: 45px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(53deg) scale(0.4) !important;
    -ms-transform: rotate(53deg) scale(0.4) !important;
    transform: rotate(53deg) scale(0.4) !important;
  }
}

.hero-section .hero-section__star-rotation--10 {
  left: -84px !important;
  bottom: 91px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(166deg) scale(0.5) !important;
  -ms-transform: rotate(166deg) scale(0.5) !important;
  transform: rotate(166deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--10 {
    left: 5px !important;
    bottom: 34px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(33deg) scale(0.7) !important;
    -ms-transform: rotate(33deg) scale(0.7) !important;
    transform: rotate(33deg) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--10 {
    left: -93px !important;
    bottom: 47px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(32deg) scale(0.5) !important;
    -ms-transform: rotate(32deg) scale(0.5) !important;
    transform: rotate(32deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--11 {
  left: -88px !important;
  bottom: 58px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(98deg) scale(0.6) !important;
  -ms-transform: rotate(98deg) scale(0.6) !important;
  transform: rotate(98deg) scale(0.6) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--11 {
    left: 75px !important;
    bottom: 55px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(21deg) scale(0.8) !important;
    -ms-transform: rotate(21deg) scale(0.8) !important;
    transform: rotate(21deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--11 {
    left: -45px !important;
    bottom: 63px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(23deg) scale(0.5) !important;
    -ms-transform: rotate(23deg) scale(0.5) !important;
    transform: rotate(23deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--12 {
  left: -63px !important;
  bottom: 47px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(52deg) scale(0.7) !important;
  -ms-transform: rotate(52deg) scale(0.7) !important;
  transform: rotate(52deg) scale(0.7) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--12 {
    left: 150px !important;
    bottom: 91px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(14deg) scale(0.8) !important;
    -ms-transform: rotate(14deg) scale(0.8) !important;
    transform: rotate(14deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--12 {
    left: 9px !important;
    bottom: 91px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(16deg) scale(0.5) !important;
    -ms-transform: rotate(16deg) scale(0.5) !important;
    transform: rotate(16deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--13 {
  left: -18px !important;
  bottom: 55px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(33deg) !important;
  -ms-transform: rotate(33deg) !important;
  transform: rotate(33deg) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--13 {
    left: 200px !important;
    bottom: 119px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(14deg) scale(0.8) !important;
    -ms-transform: rotate(14deg) scale(0.8) !important;
    transform: rotate(14deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--13 {
    left: 51px !important;
    bottom: 118px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(8deg) scale(0.5) !important;
    -ms-transform: rotate(8deg) scale(0.5) !important;
    transform: rotate(8deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--14 {
  left: 115px !important;
  bottom: 104px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(19deg) !important;
  -ms-transform: rotate(19deg) !important;
  transform: rotate(19deg) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--14 {
    left: 300px !important;
    bottom: 191px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(4deg) scale(0.8) !important;
    -ms-transform: rotate(4deg) scale(0.8) !important;
    transform: rotate(4deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--14 {
    left: 85px !important;
    bottom: 145px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(8deg) scale(0.5) !important;
    -ms-transform: rotate(8deg) scale(0.5) !important;
    transform: rotate(8deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--15 {
  left: 186px !important;
  bottom: 144px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(14deg) !important;
  -ms-transform: rotate(14deg) !important;
  transform: rotate(14deg) !important;
}

.hero-section .hero-section__star-rotation--16 {
  left: 260px !important;
  bottom: 189px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(10deg) !important;
  -ms-transform: rotate(10deg) !important;
  transform: rotate(10deg) !important;
}

.hero-section .hero-section__circle-wrapper {
  position: absolute;
}

@media (min-width: 1024px) {
  .hero-section .hero-section__circle-wrapper {
    bottom: -61px;
    right: 403px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__circle-wrapper {
    bottom: 0;
    width: 20%;
    right: 50%;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__circle-wrapper {
    bottom: 0;
    left: 50%;
  }
}

.hero-section .circle__second {
  position: absolute;
  left: -74px;
  bottom: 64px;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .circle__second {
    left: -74px;
    bottom: 18px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 767.98px) {
  .hero-section .circle__second {
    left: -232px;
    bottom: -12px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.hero-section .circle__first {
  position: absolute;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  pointer-events: none;
}

.hero-section .circle__third {
  position: absolute;
  left: -77px;
  bottom: 76px;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .circle__third {
    left: -77px;
    bottom: 27px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 767.98px) {
  .hero-section .circle__third {
    left: -234px;
    bottom: -6px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.bent-text {
  background: 0 0;
  margin-top: -320px;
  position: relative;
  margin-bottom: -676px;
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  .bent-text {
    margin-bottom: -632px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .bent-text {
    margin-top: -377px;
  }
}

@media (min-width: 414px) and (max-width: 767.98px) {
  .bent-text {
    margin-top: -485px;
    margin-bottom: -568px;
  }
}

@media (max-width: 413.98px) {
  .bent-text {
    margin-top: -610px;
    margin-bottom: -533px;
  }
}

.bent-text svg {
  width: 100%;
}

.cloud {
  position: absolute;
  z-index: 23;
  top: 0;
  left: 0;
}

#cloud-1 {
  left: 261px;
  top: -100px;
  -webkit-animation: cloud 4s ease-in-out infinite alternate;
  animation: cloud 4s ease-in-out infinite alternate;
  z-index: 200;
}

#cloud-2 {
  top: 200px;
  left: 300px;
  -webkit-animation: cloud 5s ease-in-out infinite alternate;
  animation: cloud 5s ease-in-out infinite alternate;
}

#cloud-3 {
  top: 449px;
  left: -100px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cloud 4s ease-in-out infinite alternate;
  animation: cloud 4s ease-in-out infinite alternate;
}

#cloud-4 {
  top: 738px;
  left: 307px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cloud 3.5s ease-in-out infinite alternate;
  animation: cloud 3.5s ease-in-out infinite alternate;
}

#cloud-5 {
  top: 615px;
  left: 450px;
  -webkit-animation: cloud 6s ease-in-out infinite alternate;
  animation: cloud 6s ease-in-out infinite alternate;
}

.svg-wrapper {
  position: absolute;
  left: 0;
  top: -48px;
  z-index: 100;
  height: 1500px;
  width: 1500px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.moon {
  display: none;
  -webkit-transform: scale(0.8) rotate(120deg);
  -ms-transform: scale(0.8) rotate(120deg);
  transform: scale(0.8) rotate(120deg);
  position: relative;
  top: 540px;
  left: 1054px;
  -webkit-animation: moon-movement 4s ease-in-out infinite alternate;
  animation: moon-movement 4s ease-in-out infinite alternate;
}

.sun {
  display: none;
  left: 226px;
  position: absolute;
  top: 945px;
  -webkit-transform: rotate(240deg) scale(1.2);
  -ms-transform: rotate(240deg) scale(1.2);
  transform: rotate(240deg) scale(1.2);
  -webkit-animation: sun-rotate 4s ease-in-out infinite alternate;
  animation: sun-rotate 4s ease-in-out infinite alternate;
}

.background-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: none;
}

.hero-section__background {
  visibility: hidden;
  fill: #f7daa5;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bird-wrapper {
  position: absolute;
  top: 125px;
  height: 700px;
  left: 75px;
}

.bird-first {
  position: relative;
  top: 254px;
  left: 427px;
  -webkit-animation: up-reverse 1.5s ease-in-out infinite alternate;
  animation: up-reverse 1.5s ease-in-out infinite alternate;
}

.bird-second {
  position: relative;
  -webkit-animation: going-up 2.5s ease-in-out infinite alternate;
  animation: going-up 2.5s ease-in-out infinite alternate;
}

.bird-third {
  position: relative;
  left: 90px;
  -webkit-animation: going-up 2s ease-in-out infinite alternate;
  animation: going-up 2s ease-in-out infinite alternate;
}

.birds-sun {
  position: absolute;
  top: 252px;
  left: -126px;
  -webkit-animation: up-reverse 4s ease-in-out infinite alternate;
  animation: up-reverse 4s ease-in-out infinite alternate;
}

.mobile-circle {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.mobile-circle rect {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media (min-width: 1024px) {
  .mobile-circle {
    display: none;
  }
}

.mobile-clouds {
  position: absolute;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .mobile-clouds {
    display: none;
  }
}

.mobile-cloud-1 {
  position: absolute;
  top: -107px;
  left: 12%;
  -webkit-animation: cloud 2s ease-in-out infinite alternate;
  animation: cloud 2s ease-in-out infinite alternate;
}

@media (min-width: 1024px) {
  .mobile-cloud-1 {
    display: none;
  }
}

.mobile-cloud-2 {
  position: absolute;
  top: 209px;
  right: -202px;
  -webkit-animation: cloud 3s ease-in-out infinite alternate;
  animation: cloud 3s ease-in-out infinite alternate;
}

@media (min-width: 1024px) {
  .mobile-cloud-2 {
    display: none;
  }
}

.mobile-cloud-3 {
  position: absolute;
  top: 200px;
  left: -177px;
  -webkit-animation: cloud 2.5s ease-in-out infinite alternate;
  animation: cloud 2.5s ease-in-out infinite alternate;
}

@media (min-width: 1024px) {
  .mobile-cloud-3 {
    display: none;
  }
}

.svg__mobile-wrapper {
  position: absolute;
  width: 100vw;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  height: 1000px;
  width: 1000px;
}

.svg__mobile-wrapper .bird-wrapper {
  position: relative;
  top: -180px;
  height: 700px;
  left: 0;
}

.svg__mobile-wrapper .bird-wrapper .mobile-first {
  position: relative;
  top: 214px;
  left: 64vw;
  -webkit-animation: up-reverse 1.5s ease-in-out infinite alternate;
  animation: up-reverse 1.5s ease-in-out infinite alternate;
}

.svg__mobile-wrapper .bird-wrapper .mobile-second {
  position: relative;
  top: 378px;
  left: 58vw;
  -webkit-animation: going-up 2.5s ease-in-out infinite alternate;
  animation: going-up 2.5s ease-in-out infinite alternate;
}

.svg__mobile-wrapper .bird-wrapper .birds-sun {
  position: absolute;
  top: 252px;
  left: -126px;
  -webkit-animation: up-reverse 4s ease-in-out infinite alternate;
  animation: up-reverse 4s ease-in-out infinite alternate;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .svg__mobile-wrapper .bird-wrapper .birds-sun {
    left: 10px;
  }
}

.svg__mobile-wrapper .sun-mobile {
  display: none;
  position: absolute;
  -webkit-transform: scale(0.8) rotate(240deg);
  -ms-transform: scale(0.8) rotate(240deg);
  transform: scale(0.8) rotate(240deg);
  left: 185px;
  top: 775px;
  -webkit-animation: sun-mobile 3s ease-in-out infinite alternate;
  animation: sun-mobile 3s ease-in-out infinite alternate;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .svg__mobile-wrapper .sun-mobile {
    left: 78px;
    top: 667px;
  }
}

.svg__mobile-wrapper .moon-mobile {
  -webkit-transform: scale(0.6) rotate(120deg);
  -ms-transform: scale(0.6) rotate(120deg);
  transform: scale(0.6) rotate(120deg);
  display: none;
  position: absolute;
  top: 18px;
  left: 764px;
  -webkit-animation: moon-mobile 3s ease-in-out infinite alternate;
  animation: moon-mobile 3s ease-in-out infinite alternate;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .svg__mobile-wrapper .moon-mobile {
    top: 116px;
    left: 715px;
  }
}

@media (min-width: 1024px) {
  .svg__mobile-wrapper {
    display: none;
  }
}

@-webkit-keyframes moon-mobile {
  to {
    -webkit-transform: translate(14px, 10px) scale(0.6) rotate(120deg);
    transform: translate(14px, 10px) scale(0.6) rotate(120deg);
  }
}

@keyframes moon-mobile {
  to {
    -webkit-transform: translate(14px, 10px) scale(0.6) rotate(120deg);
    transform: translate(14px, 10px) scale(0.6) rotate(120deg);
  }
}

@-webkit-keyframes sun-mobile {
  0% {
    -webkit-transform: translate(-14px, 10px) rotate(240deg) scale(0.8);
    transform: translate(-14px, 10px) rotate(240deg) scale(0.8);
  }
  33% {
    -webkit-transform: translate(0, 0) rotate(237deg) scale(0.8);
    transform: translate(0, 0) rotate(237deg) scale(0.8);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(240deg) scale(0.8);
    transform: translate(0, 0) rotate(240deg) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-14px, 10px) rotate(237deg) scale(0.8);
    transform: translate(-14px, 10px) rotate(237deg) scale(0.8);
  }
}

@keyframes sun-mobile {
  0% {
    -webkit-transform: translate(-14px, 10px) rotate(240deg) scale(0.8);
    transform: translate(-14px, 10px) rotate(240deg) scale(0.8);
  }
  33% {
    -webkit-transform: translate(0, 0) rotate(237deg) scale(0.8);
    transform: translate(0, 0) rotate(237deg) scale(0.8);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(240deg) scale(0.8);
    transform: translate(0, 0) rotate(240deg) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-14px, 10px) rotate(237deg) scale(0.8);
    transform: translate(-14px, 10px) rotate(237deg) scale(0.8);
  }
}

@-webkit-keyframes cloud {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes cloud {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes moon-movement {
  100% {
    -webkit-transform: translate(14px, 10px) scale(0.8) rotate(120deg);
    transform: translate(14px, 10px) scale(0.8) rotate(120deg);
  }
}

@keyframes moon-movement {
  100% {
    -webkit-transform: translate(14px, 10px) scale(0.8) rotate(120deg);
    transform: translate(14px, 10px) scale(0.8) rotate(120deg);
  }
}

@-webkit-keyframes sun-rotate {
  0% {
    -webkit-transform: translate(-14px, 10px) rotate(240deg) scale(1.2);
    transform: translate(-14px, 10px) rotate(240deg) scale(1.2);
  }
  33% {
    -webkit-transform: translate(0, 0) rotate(237deg) scale(1.2);
    transform: translate(0, 0) rotate(237deg) scale(1.2);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(240deg) scale(1.2);
    transform: translate(0, 0) rotate(240deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-14px, 10px) rotate(237deg) scale(1.2);
    transform: translate(-14px, 10px) rotate(237deg) scale(1.2);
  }
}

@keyframes sun-rotate {
  0% {
    -webkit-transform: translate(-14px, 10px) rotate(240deg) scale(1.2);
    transform: translate(-14px, 10px) rotate(240deg) scale(1.2);
  }
  33% {
    -webkit-transform: translate(0, 0) rotate(237deg) scale(1.2);
    transform: translate(0, 0) rotate(237deg) scale(1.2);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(240deg) scale(1.2);
    transform: translate(0, 0) rotate(240deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-14px, 10px) rotate(237deg) scale(1.2);
    transform: translate(-14px, 10px) rotate(237deg) scale(1.2);
  }
}

@-webkit-keyframes up-reverse {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes up-reverse {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes going-up {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes going-up {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.template-product .blog-posts,
.template-product .video-slider {
  background-color: #fffae7;
}

.template-product .blog-posts {
  border-bottom: 2px solid #1f1b13;
}

.template-product .faq {
  background-color: #e5e1d2;
}

.main-product {
  padding-top: 48px;
  background: #fffae7;
}

.main-product .main-product__wrapper .main-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__row:first-child {
    border-bottom: 2px solid #1f1b13;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-product .main-product__wrapper .main-product__special {
  position: absolute;
  background: #1f1b13;
  color: #fffae7;
  padding: 4px 12px;
  text-transform: uppercase;
  top: 0;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__special {
    right: 0;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__special {
    left: 0;
  }
}

.main-product .main-product__wrapper .main-product__image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-product
  .main-product__wrapper
  .main-product__image
  .main-product__image-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-product
  .main-product__wrapper
  .main-product__image
  .main-product__image-wrapper
  .circle__first {
  position: absolute;
  z-index: 2;
  bottom: 120px;
  margin-left: 157px;
  -webkit-transform: scale(0.8) rotate(11deg);
  -ms-transform: scale(0.8) rotate(11deg);
  transform: scale(0.8) rotate(11deg);
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__image
    .main-product__image-wrapper
    .circle__first {
    -webkit-transform: scale(0.587) rotate(11deg);
    -ms-transform: scale(0.587) rotate(11deg);
    transform: scale(0.587) rotate(11deg);
    bottom: 62px;
    margin-left: 82px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__image
  .main-product__image-wrapper
  .circle__second {
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 2;
  margin-left: 3px;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__image
    .main-product__image-wrapper
    .circle__second {
    -webkit-transform: scale(0.587);
    -ms-transform: scale(0.587);
    transform: scale(0.587);
    bottom: -47px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__image
  .main-product__image-wrapper
  .circle__third {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  bottom: 7px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__image
    .main-product__image-wrapper
    .circle__third {
    -webkit-transform: scale(0.587);
    -ms-transform: scale(0.587);
    transform: scale(0.587);
    bottom: -42px;
  }
}

.main-product .main-product__wrapper .main-product__image img {
  max-width: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__image img {
    width: 217px;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__image {
    padding: 0 48px 48px 0;
    max-height: 445px;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__image {
    width: 100%;
  }
}

.main-product .main-product__wrapper .main-product__actions {
  width: 50%;
}

.main-product .main-product__wrapper .main-product__actions .product__title {
  font-family: "Milanesaserif bold" !important;
  margin-bottom: unset;
  letter-spacing: 0 !important;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__actions .product__title {
    margin-top: 16px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__actions
    .main-product__rating-mobile {
    margin: 12px 0 19px 6px;
  }
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__actions
    .main-product__rating-mobile {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__actions
    .main-product__rating-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__actions {
    padding: 0 0 141px 47px;
    border-left: 2px solid #1f1b13;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__actions {
    width: 100%;
  }
}

.main-product .main-product__wrapper .main-product__quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__quantity-wrapper {
    max-width: 135px;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__quantity-wrapper {
    width: 47%;
  }

  .main-product
    .main-product__wrapper
    .main-product__quantity-wrapper
    .custom-price {
    margin-bottom: 13px;
  }
}

@media (max-width: 413.98px) {
  .main-product .main-product__wrapper .main-product__quantity-wrapper {
    width: 100%;
    max-width: 135px;
  }
}

.main-product .main-product__wrapper .main-product__add {
  width: 100%;
}

.main-product .main-product__wrapper .main-product__add .product-form {
  margin: unset;
}

.main-product
  .main-product__wrapper
  .main-product__add
  .product-form
  .product-form__submit {
  margin-bottom: unset;
  padding: 14px 24px !important;
}

.main-product
  .main-product__wrapper
  .main-product__add
  .product-form
  .product-form__submit
  span {
  /* font-family: "Milanesaserif bold" !important; */
}

/* @media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__add
    .product-form
    .product-form__submit {
    padding: 14px 22px !important;
    max-width: 154px;
  }
}
 */
@media (max-width: 413.98px) {
  .main-product
    .main-product__wrapper
    .main-product__add
    .product-form
    .product-form__submit {
    width: 100%;
    max-width: 100%;
  }
}

.main-product
  .main-product__wrapper
  .main-product__add
  .product-form
  .product-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* @media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__add .product-form {
    margin: 56px 0 0 0 !important;
  }
}
 */
@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__add .product-form {
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__add {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 413.98px) {
  .main-product .main-product__wrapper .main-product__add {
    width: 100%;
    max-width: calc(100% - 135px);
  }
}

.main-product .main-product__wrapper .main-product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-product .main-product__wrapper .main-product__quantity .quantity__input {
  background: #fffae7;
  opacity: unset;
  font-size: 20px !important;
  line-height: 24px !important;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__quantity
    .quantity__input {
    border-top: 1px solid #1f1b13;
    border-bottom: 1px solid #1f1b13;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__quantity {
    max-width: 135px;
    margin-top: 16px;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__quantity {
    border-top: 2px solid #1f1b13;
    border-bottom: 2px solid #1f1b13;
    border-left: 2px solid #1f1b13;
    border-right: 2px solid #1f1b13;
    max-width: 135px;
  }

  .main-product
    .main-product__wrapper
    .main-product__quantity
    .custom-quantity:first-child {
    border: unset;
    border-right: 2px solid #1f1b13;
  }

  .main-product
    .main-product__wrapper
    .main-product__quantity
    .custom-quantity:last-child {
    border: unset;
    border-left: 2px solid #1f1b13;
  }
}

@media (max-width: 1023.98px) and (max-width: 413.98px) {
  .main-product .main-product__wrapper .main-product__quantity {
    border-right: none;
  }
}

.main-product .main-product__wrapper .main-product__variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__variant {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}

.main-product .main-product__wrapper .main-product__variant-button {
  margin: unset;
  border-radius: unset;
  background-color: #fffae7;
  padding: 7px 0 !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1f1b13;
  width: 71px;
  letter-spacing: 0;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__variant-button {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 !important;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__variant-button {
    width: 64px;
  }
}

.main-product
  .main-product__wrapper
  .product-form__input
  input[type="radio"]:checked
  + label {
  background: #e5e1d2 !important;
  color: #1f1b13;
}

.main-product .main-product__wrapper .product-form__input {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: unset !important;
}

.main-product
  .main-product__wrapper
  .product-form__input
  label:not(:first-of-type) {
  margin-left: -1px;
}

.main-product .main-product__wrapper .price {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  color: #1f1b13 !important;
  margin-bottom: 16px !important;
}

.main-product .main-product__wrapper .price .price__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .price .price__sale {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-product .main-product__wrapper .price .price__sale .price__sale-money {
    text-align: end;
  }

  .main-product
    .main-product__wrapper
    .price
    .price__sale
    .price__sale-money
    .price-item {
    margin: unset;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .price .price-item {
    margin-right: 16px !important;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .price .price-item__regular {
    font-weight: 600 !important;
  }

  .main-product .main-product__wrapper .price .price-item--last {
    font-weight: 600 !important;
  }
}

.main-product .main-product__wrapper .main-product__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: unset;
}

/* @media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__button-wrapper {
    max-width: 336px;
  }
} */

.main-product .main-product__wrapper .main-product__dosage p {
  margin: unset;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__dosage-title {
  font-family: "Gopher bold" !important;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__dosage-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__dosage-title {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__label {
  margin-bottom: 16px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__label {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__label {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  input::-webkit-inner-spin-button,
.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  input[type="number"] {
  -moz-appearance: textfield;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  .main-product__weight-input {
  background: 0 0;
  border: 1px solid #1f1b13;
  font-family: Gopher;
  text-align: center;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__body-input
    .main-product__input-wrapper
    .main-product__weight-input {
    padding: 15px 0;
    width: 72px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__body-input
    .main-product__input-wrapper
    .main-product__weight-input {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0;
    width: 68px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  p {
  margin-left: 16px;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  .main-product__radio-wrapper {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  .main-product__radio-wrapper:hover
  label {
  background: rgba(0, 0, 0, 0.2);
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  .main-product__radio-wrapper:nth-child(2)
  label {
  border-left: unset;
  border-right: unset;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  label {
  position: relative;
  border: 1px solid #1f1b13;
  cursor: pointer;
  z-index: 90;
  font-size: 16px;
  line-height: 24px;
  font-family: "Milanesaserif bold";
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__dosage-input
    .main-product__dosage-button-wrapper
    label {
    padding: 15px 20px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__dosage-input
    .main-product__dosage-button-wrapper
    label {
    padding: 15px 22px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  input[type="radio"]:checked
  + label {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__dosage-input {
    margin-top: 24px;
  }
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  #sliderText {
  font-family: "Milanesaserif bold";
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended
    #sliderText {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended
    #sliderText {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #1f1b13;
  outline: 0;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: unset;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__slider:hover {
  opacity: 1;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 41 40' fill='none'%3E%3Cpath d='M4.26562 20C14.9323 22.9451 17.3206 25.3333 20.2656 36C23.2107 25.3333 25.599 22.9451 36.2656 20C25.599 17.0549 23.2107 14.6667 20.2656 4C17.3206 14.6667 14.9323 17.0549 4.26562 20Z' fill='%231F1B13' stroke='%231F1B13' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  cursor: pointer;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 41 40' fill='none'%3E%3Cpath d='M4.26562 20C14.9323 22.9451 17.3206 25.3333 20.2656 36C23.2107 25.3333 25.599 22.9451 36.2656 20C25.599 17.0549 23.2107 14.6667 20.2656 4C17.3206 14.6667 14.9323 17.0549 4.26562 20Z' fill='%231F1B13' stroke='%231F1B13' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  cursor: pointer;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended
    .main-product__range {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended
    .main-product__range {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended {
    margin-top: 46px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended {
    margin-top: 24px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__output
  span {
  font-family: "Milanesaserif bold";
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__output {
    font-size: 20px;
    line-height: 24px;
    margin-top: 47px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__output {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__dosage {
    padding: 48px 48px 100px 0;
    width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__dosage {
    width: 100%;
    padding: 25px 0 64px 0;
  }
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper
  .main-product__details-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper
  .main-product__details-menu
  .main-product__details {
  color: #1f1b13;
  text-transform: uppercase;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-menu
    .main-product__details {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-menu.main-product__mobile-hidden {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-menu {
    margin-top: 32px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper
  .main-product__details-answers {
  margin-top: 40px;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-answers.main-product__mobile-hidden {
    display: none !important;
  }
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper
  .main-product__details-answer {
  margin: unset;
  font-size: 16px !important;
  line-height: 20px !important;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-answer {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__information {
    border-left: 2px solid #1f1b13;
    width: 50%;
    padding: 48px 0 100px 48px;
    overflow: hidden;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__information {
    padding-bottom: 40px;
  }

  .main-product .main-product__wrapper .main-product__information::before {
    content: "";
    width: 100%;
    position: absolute;
    border-top: 2px solid #1f1b13;
    left: 0;
  }
}

.main-product .main-product__wrapper .main-product__mobile-wrapper {
  margin-top: 32px;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile {
  margin-bottom: 28px;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile-question
  svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 12px;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile-question
  svg
  path {
  stroke: #1f1b13;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile-answer {
  margin-top: 12px;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  details[open]
  .main-product__mobile-question {
  text-decoration: underline;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  details[open]
  svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__mobile-wrapper.main-product__desktop-hidden {
    display: none !important;
  }
}

.main-product .main-product__wrapper .main-product__questions {
  margin-top: 56px;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__questions {
    width: 100%;
    padding-left: unset;
  }
}

.main-product .main-product__wrapper .main-product__questions details {
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__questions details {
    margin-bottom: 24px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__questions
  details
  .main-product__question {
  position: relative;
  margin: unset;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 73px;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__questions
    details
    .main-product__question {
    padding-left: unset;
    font-size: 16px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__questions
  details
  .main-product__answer {
  margin: unset;
  padding-left: 73px;
}

.main-product
  .main-product__wrapper
  .main-product__questions
  details
  .main-product__answer
  p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__questions
    details
    .main-product__answer {
    line-height: 20px !important;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__questions
    details
    .main-product__answer {
    padding-left: unset;
    padding-right: 32px;
    padding-top: 5px;
  }
}

.main-product .main-product__wrapper .main-product__question-wrapper {
  position: relative;
}

.main-product
  .main-product__wrapper
  .main-product__question-wrapper
  .main-product__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-product
  .main-product__wrapper
  .main-product__question-wrapper
  .main-product__star::after {
  position: absolute;
  left: 28px;
  content: "";
  width: 2000px;
  border-bottom: 2px solid #1f1b13;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__question-wrapper
    .main-product__star::after {
    right: 28px;
    left: unset;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__question-wrapper
    .main-product__star {
    width: 100%;
    height: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.main-product .main-product__wrapper details[open] path {
  fill: #1f1b13;
}

.upsell-bundles {
  background: #e5e1d2;
  padding-top: 148px;
  padding-bottom: 144px;
}

@media (max-width: 1023.98px) {
  .upsell-bundles {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading {
  font-family: "Milanesaserif light" !important;
  margin: 0 0 48px 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading span {
  font-family: "Milanesaserif bold" !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading div {
  font-size: 43px;
  line-height: 56px;
}

@media (min-width: 1024px) {
  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading span {
    margin-left: 41px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
  }

  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading div {
    font-size: 23px;
    line-height: 27px;
  }
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper
  .upsell-bundles__suggestion {
  max-width: 200px;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper
  .upsell-bundles__suggestion
  .upsell-bundles__image-wrapper {
  background: #fffae7;
  border-radius: 120px;
  width: 200px;
  height: 300px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper
    .upsell-bundles__suggestion
    .upsell-bundles__image-wrapper {
    width: 132px;
    height: 192px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper
  .upsell-bundles__suggestion
  .upsell-bundles__image {
  width: 100%;
  height: 100%;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper
  .upsell-bundles__suggestion
  .upsell-bundles__image
  img {
  padding: 14px 14px 0 14px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper
    .upsell-bundles__suggestion.upsell-bundles__suggestion--1 {
    margin-right: 12px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper
    .upsell-bundles__suggestion {
    max-width: 132px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}

@media (max-width: 413.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper {
    padding: 0 16px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__name {
  margin: unset;
  margin-top: 16px;
  letter-spacing: 0;
  /* font-family: "Milanesaserif bold" !important; */
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__name {
    margin-top: -11px;
    width: 92%;
  }

  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__name
    .desktop-hidden {
    display: block !important;
    font-size: 8px !important;
    line-height: 12px !important;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__name
  p {
  font-size: 16px;
  line-height: 24px;
  font-family: Gopher;
  margin: 8px 0;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__name
    p {
    line-height: 20px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current {
  width: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__current-image-wrapper {
  width: 154px;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__current-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 413.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__current-image-wrapper {
    padding: 0 16px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image {
  width: 154px;
  position: relative;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image
  .circle__first {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 65px;
  left: 100px;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image
    .circle__first {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image
  .circle__second {
  width: 205px;
  position: absolute;
  margin-left: -22px;
  height: 124px;
  bottom: 24px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image
    .circle__second {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image
  .circle__third {
  width: 205px;
  position: absolute;
  margin-left: -24px;
  height: 124px;
  bottom: 29px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image
    .circle__third {
    display: none;
  }
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image {
    height: 224px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image {
    width: 46%;
    max-width: 133px;
    padding-right: 5px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__name {
  margin-left: 16px;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__name {
    margin-left: 23px;
    width: 54%;
    max-width: 122px;
  }
}

@media (max-width: 1023.98px) and (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__name
    .desktop-hidden {
    display: none !important;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__circle {
  position: relative;
  width: 100%;
  margin-top: -47px;
  z-index: 0;
  margin-bottom: -43px;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__circle
  .circle {
  width: 100%;
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__circle {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__circle-plus {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 26px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__circle-plus
  svg {
  width: 40px;
  height: 40px;
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__circle-plus {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current {
    width: 100%;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__plus-first {
  position: relative;
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__plus-first {
    margin-right: -8px;
    margin-top: 82px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__plus-first {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__plus-second {
  position: relative;
  margin-left: 46px;
  margin-right: 46px;
  margin-top: 160px;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__plus-second {
    display: none;
  }
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items {
    margin-left: 4px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__links
  .upsell-bundles__link {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Gopher bold" !important;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__links
  .upsell-bundles__link.upsell-bundles__link--current {
  text-decoration: none;
  font-weight: 300;
  font-family: Gopher !important;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__links
  .upsell-bundles__link.upsell-bundles__link--current
  a {
  margin-right: 22px;
  font-weight: 600;
  text-decoration: underline;
  font-family: "Gopher bold" !important;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions
    .upsell-bundles__links {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__cart
  .upsell-bundles__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px !important;
  line-height: 40px !important;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__cart
  .upsell-bundles__price
  .upsell-bundles__old {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: line-through;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions
    .upsell-bundles__cart
    .upsell-bundles__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 16px 0 32px 0;
    margin: unset;
    border-top: 1px solid #1f1b13;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__cart
  .upsell-bundles__add
  .upsell-bundles__add-to-cart {
  letter-spacing: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions
    .upsell-bundles__cart {
    max-width: 300px;
  }
}

@media (max-width: 413.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions
    .upsell-bundles__cart {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions {
    margin-left: 70px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 413.98px) {
  .upsell-bundles .upsell-bundles__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.influencer-cards {
  background: #e5e1d2;
  padding-top: 144px;
  padding-bottom: 144px;
}

@media (max-width: 767.98px) {
  .influencer-cards {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__wrapper {
    padding: unset !important;
  }
}

.influencer-cards .influencer-cards__heading svg {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__heading {
    padding: 0 32px;
  }
}

@media (max-width: 413.98px) {
  .influencer-cards .influencer-cards__heading {
    padding: 0 16px;
  }
}

.influencer-cards .influencer-cards__content-wrapper {
  padding: 24px 0;
  overflow: hidden;
  margin-top: -22px;
  padding-left: 15px;
  padding-right: 15px;
}

.influencer-cards
  .influencer-cards__content-wrapper
  .influencer-cards__content {
  overflow: visible;
}

.influencer-cards
  .influencer-cards__content-wrapper
  .influencer-cards__content
  .slick-list {
  overflow: visible;
}

.influencer-cards
  .influencer-cards__content-wrapper
  .influencer-cards__content
  .slick-track {
  overflow: visible;
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__content-wrapper {
    margin-top: -72px;
  }
}

.influencer-cards .influencer-cards__item {
  width: 245px;
  border: 2px solid #1f1b13;
  padding: 12px 12px 16px;
  background: #fffae7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.influencer-cards
  .influencer-cards__item:hover
  .influencer-cards__video-thumbnail {
  z-index: 0;
}

.influencer-cards
  .influencer-cards__item:hover
  .influencer-cards__video-thumbnail
  svg {
  z-index: 0;
}

@media (max-width: 767.98px) {
  .influencer-cards
    .influencer-cards__item.slick-current
    .influencer-cards__video-thumbnail {
    z-index: 0;
  }

  .influencer-cards
    .influencer-cards__item.slick-current
    .influencer-cards__video-thumbnail
    svg {
    z-index: 0;
  }
}

.influencer-cards .influencer-cards__item .influencer-cards__video-thumbnail {
  z-index: 3;
}

.influencer-cards .influencer-cards__item .influencer-cards__title {
  margin: unset;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px !important;
  font-family: Gopher, sans-serif !important;
}

.influencer-cards .influencer-cards__item .influencer-cards__description {
  margin: unset;
  font-size: 12px !important;
  line-height: 16px !important;
}

.influencer-cards .influencer-cards__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.influencer-cards .influencer-cards__item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__item.slick-current {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.influencer-cards .influencer-cards__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1440px) {
  .influencer-cards .influencer-cards__swipe {
    margin-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__swipe {
    margin-top: 24px;
  }

  .influencer-cards .influencer-cards__swipe span {
    margin: 0 16px;
  }
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__swipe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.influencer-cards .influencer-cards__swipe .influencer-cards__left,
.influencer-cards .influencer-cards__swipe .influencer-cards__right {
  cursor: pointer;
}

.influencer-cards .influencer-cards__swipe .influencer-cards__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__swipe .influencer-cards__left {
    padding: 10px 22px;
    border: 2px solid #1f1b13;
    border-right: 1px solid #1f1b13;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .influencer-cards .influencer-cards__swipe .influencer-cards__left:hover {
    background: #1f1b13;
  }

  .influencer-cards
    .influencer-cards__swipe
    .influencer-cards__left:hover
    path {
    stroke: #e5e1d2;
  }
}

.influencer-cards .influencer-cards__swipe .influencer-cards__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__swipe .influencer-cards__right {
    padding: 10px 22px;
    border: 2px solid #1f1b13;
    border-left: 1px solid #1f1b13;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .influencer-cards .influencer-cards__swipe .influencer-cards__right:hover {
    background: #1f1b13;
  }

  .influencer-cards
    .influencer-cards__swipe
    .influencer-cards__right:hover
    path {
    stroke: #e5e1d2;
  }
}

.influencer-cards .influencer-cards__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 100%;
}

.influencer-cards .influencer-cards__video img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #fffae7;
  -o-object-fit: cover;
  object-fit: cover;
}

.influencer-cards .influencer-cards__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__mobile-hidden {
    display: none !important;
  }
}

.influencers-pdp {
  background: #e5e1d2;
  padding-top: 144px;
  padding-bottom: 144px;
  border-bottom: 2px solid #1f1b13;
}

@media (max-width: 767.98px) {
  .influencers-pdp {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__wrapper {
    padding: unset !important;
  }
}

.influencers-pdp .influencers-pdp__mobile-heading svg {
  height: 100%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__mobile-heading {
    padding: 0 6px;
  }
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__mobile-heading {
    display: none;
  }
}

.influencers-pdp .influencers-pdp__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.influencers-pdp .influencers-pdp__heading-wrapper .influencers-pdp__heading {
  font-family: "Milanesaserif light" !important;
  font-size: 194px !important;
  line-height: 194px !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: unset;
  margin-bottom: unset;
}

.influencers-pdp
  .influencers-pdp__heading-wrapper
  .influencers-pdp__heading:first-child {
  margin-right: 80px;
  margin-left: -100px;
}

.influencers-pdp
  .influencers-pdp__heading-wrapper
  .influencers-pdp__heading
  .influencers-pdp__symbol {
  z-index: 0 !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .influencers-pdp .influencers-pdp__heading-wrapper .influencers-pdp__heading {
    font-size: 135px !important;
    line-height: 135px !important;
  }

  .influencers-pdp
    .influencers-pdp__heading-wrapper
    .influencers-pdp__heading:first-child {
    margin-right: 50px;
    margin-left: -30px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__heading-wrapper .influencers-pdp__heading {
    display: none;
  }
}

.influencers-pdp .influencers-pdp__content-wrapper {
  padding: 24px 0;
  overflow: hidden;
  margin-top: -46px;
  min-height: 368px;
}

.influencers-pdp .influencers-pdp__content-wrapper .influencers-pdp__content {
  overflow: visible;
}

.influencers-pdp
  .influencers-pdp__content-wrapper
  .influencers-pdp__content
  .slick-list {
  overflow: visible;
}

.influencers-pdp
  .influencers-pdp__content-wrapper
  .influencers-pdp__content
  .slick-list
  .slick-track {
  overflow: visible;
}

@media (max-width: 767.98px) {
  .influencers-pdp
    .influencers-pdp__content-wrapper
    .influencers-pdp__content
    .slick-list
    .slick-track {
    min-height: 380px;
  }
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__content-wrapper {
    margin-top: -127px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .influencers-pdp .influencers-pdp__content-wrapper {
    margin-top: -108px;
  }
}

.influencers-pdp .influencers-pdp__item {
  width: 250px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  position: relative;
}

.influencers-pdp
  .influencers-pdp__item:hover
  .influencers-pdp__video-thumbnail {
  z-index: 0;
}

.influencers-pdp
  .influencers-pdp__item:hover
  .influencers-pdp__video-thumbnail
  svg {
  z-index: 0;
}

@media (max-width: 767.98px) {
  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__video-thumbnail {
    z-index: 0;
  }

  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__video-thumbnail
    svg {
    z-index: 0;
  }
}

.influencers-pdp .influencers-pdp__item .influencers-pdp__title {
  margin: unset;
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 20px;
  text-transform: uppercase;
  display: none;
  font-family: "Gopher bold" !important;
}

.influencers-pdp .influencers-pdp__item .influencers-pdp__description {
  margin: unset;
  font-size: 12px !important;
  line-height: 16px !important;
  display: none;
}

.influencers-pdp .influencers-pdp__item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: 2px solid #1f1b13;
  -webkit-filter: unset;
  filter: unset;
  background: #fffae7;
  position: relative;
  z-index: 3;
}

.influencers-pdp .influencers-pdp__item:hover .influencers-pdp__title {
  display: block;
}

.influencers-pdp .influencers-pdp__item:hover .influencers-pdp__description {
  display: block;
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__item {
    padding: 12px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__item {
    width: 184px;
    margin-top: 77px;
  }

  .influencers-pdp .influencers-pdp__item.slick-current {
    padding: 10px;
    border: 1px solid #1f1b13;
    -webkit-filter: unset;
    filter: unset;
    background: #fffae7;
    margin-top: unset;
    -webkit-transform: scale(1.56);
    -ms-transform: scale(1.56);
    transform: scale(1.56);
    margin-top: 63px;
    z-index: 50;
  }

  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__title {
    display: block;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 0;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 10px !important;
    line-height: 20px !important;
  }

  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__description {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 8px !important;
    line-height: 10px !important;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__video {
    width: 163px;
    height: 163px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__item .influencers-pdp__title {
    margin-right: 12px;
    margin-left: 12px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__item .influencers-pdp__description {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.influencers-pdp .influencers-pdp__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__swipe {
    margin-top: 24px;
  }

  .influencers-pdp .influencers-pdp__swipe span {
    margin: 0 16px;
  }
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__swipe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.influencers-pdp .influencers-pdp__swipe .influencers-pdp__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__left {
    padding: 10px 22px;
    border: 2px solid #1f1b13;
    border-right: 1px solid #1f1b13;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__left:hover {
    background: #1f1b13;
  }

  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__left:hover path {
    stroke: #e5e1d2;
  }
}

.influencers-pdp .influencers-pdp__swipe .influencers-pdp__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__right {
    padding: 10px 22px;
    border: 2px solid #1f1b13;
    border-left: 1px solid #1f1b13;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__right:hover {
    background: #1f1b13;
  }

  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__right:hover path {
    stroke: #e5e1d2;
  }
}

.influencers-pdp .influencers-pdp__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 224px;
  height: 224px;
}

.influencers-pdp .influencers-pdp__video a {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.influencers-pdp .influencers-pdp__video img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fffae7;
  -o-object-fit: cover;
  object-fit: cover;
}

.influencers-pdp .influencers-pdp__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__video {
    width: 184px;
    height: 184px;
  }
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__mobile-hidden {
    display: none !important;
  }
}

.blog-page {
  background: #fffae7;
  padding-bottom: 144px;
}

.blog-page .blog-page__updates {
  text-transform: uppercase;
  margin-bottom: 48px;
  margin-top: 0;
  font-family: "Milanesaserif bold" !important;
}

@media (max-width: 767.98px) {
  .blog-page .blog-page__updates {
    font-size: 32px !important;
    line-height: 40px !important;
    padding: 26px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .blog-page .blog-page__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-page .blog-page__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page .blog-page__read-more {
  margin-top: -8px;
  text-align: center;
  font-family: "Milanesaserif bold" !important;
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
  text-underline-offset: 1px;
}

@media (max-width: 767.98px) {
  .blog-page {
    padding-bottom: 48px;
  }
}

.blog-article {
  position: relative;
  margin-bottom: 64px;
}

.blog-article.blog-article--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px !important;
}

.blog-article.blog-article--wide::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b4afa3;
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__image {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .blog-article.blog-article--wide .blog-article__image {
    width: 50%;
    padding-right: 24px;
    max-height: 100%;
    height: unset;
  }

  .blog-article.blog-article--wide .blog-article__image a {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__content {
    width: 100%;
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .blog-article.blog-article--wide .blog-article__content {
    width: 50%;
  }
}

.blog-article.blog-article--wide .blog-article__read-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Milanesaserif bold" !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin-top: 52px;
  color: #1f1b13;
  text-decoration: unset;
}

.blog-article.blog-article--wide .blog-article__read-button svg {
  margin-left: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__read-button {
    margin-top: 32px;
  }
}

.blog-article.blog-article--wide .blog-article__read-button:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.blog-article.blog-article--wide .blog-article__title {
  margin: 8px 0 16px 0;
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__title {
    margin: 12px 0 12px 0;
  }
}

.blog-article.blog-article--wide .blog-article__time {
  margin-top: unset;
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__time {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px;
    margin-bottom: 32px !important;
  }
}

.blog-article .blog-article__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-article .blog-article__image a {
  width: 100%;
}

.blog-article .blog-article__image svg {
  height: 100%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .blog-article .blog-article__image {
    min-height: 232px;
  }
}

@media (min-width: 768px) {
  .blog-article .blog-article__image {
    max-height: 268px;
    height: 21vw;
  }
}

.blog-article img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-article .blog-article__excerpt {
  margin: unset;
  word-break: break-all;
}

.blog-article .blog-article__time {
  font-size: 12px;
  line-height: 16px;
  color: #1f1b13;
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .blog-article .blog-article__time {
    margin-top: 20px;
  }
}

.blog-article .blog-article__read-button {
  font-family: "Milanesaserif bold" !important;
  text-underline-offset: 1px;
  color: #1f1b13;
  font-size: 16px;
  align-items: center;
  display: inline-flex;
  gap: 8px;
  line-height: 20px;
  margin-top: 36px;
  font-weight: 600;
  text-transform: initial;
}

.blog-article .blog-article__read-button:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.blog-article .blog-article__read-button svg {
  margin-left: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-article .blog-article__read-button.blog-article__read-button--different {
  text-transform: initial;
}

.blog-article .blog-article__title {
  margin: 8px 0 36px 0;
  font-family: "Milanesaserif bold" !important;
}

@media (max-width: 767.98px) {
  .blog-article .blog-article__title {
    margin: 12px 0 32px 0;
  }
}

@media (max-width: 767.98px) {
  .blog-article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .blog-article {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }

  .blog-article:nth-child(3n + 3) {
    padding-left: 12px;
    padding-right: 12px;
  }

  .blog-article:nth-child(3n-1) {
    padding-right: 12px;
  }

  .blog-article:nth-child(3n + 1) {
    padding-left: 12px;
  }

  .blog-article:first-child {
    padding-left: unset;
  }
}

.article {
  background: #fffae7;
  padding-bottom: 144px;
  padding-top: 50px;
}

.article .article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article .article__wrapper .article__content {
  width: 65%;
}

.article .article__wrapper .article__content .article__title {
  font-size: 32px !important;
  line-height: 40px !important;
  font-family: "Milanesaserif bold" !important;
  margin: 0 0 20px 0;
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__content .article__title {
    font-size: 26px !important;
    line-height: 26px !important;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
}

.article .article__wrapper .article__content .article__image {
  width: 100%;
}

.article .article__wrapper .article__content .article__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 40px 0;
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info
  .article__written-by {
  padding-right: 24px;
  min-width: 178px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__info
    .article__written-by {
    display: none;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info
  .article__written-by
  .article__author {
  color: #1f1b13;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info
  .article__published
  time {
  color: #1f1b13;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__info
    .article__published
    time {
    font-size: 12px;
    line-height: 16px;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info
  .article__info-text {
  font-size: 16px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  font-family: "Gopher bold" !important;
  font-weight: 700;
  margin: 0 0 8px 0;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__info
    .article__info-text {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__info {
    margin: 20px 0 12px 0;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  h3 {
  font-family: "Milanesaserif bold";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__text
    h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  .article__back-wrapper {
  margin-top: 56px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__text
    .article__back-wrapper {
    margin-top: 32px;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  .article__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
  font-family: "Milanesaserif bold";
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  .article__back
  svg {
  margin-right: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  .article__back:hover
  svg {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

@media (min-width: 768px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__content .article__text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .article .article__wrapper .article__content {
    padding-right: 65px;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__content {
    width: 100%;
  }
}

.article .article__wrapper .article__related {
  width: 45%;
}

.article .article__wrapper .article__related .article__related-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article
  .article__wrapper
  .article__related
  .article__related-card:not(:first-child) {
  border-top: 1px solid #b4afa3;
  padding: 16px 0;
}

.article
  .article__wrapper
  .article__related
  .article__related-card:first-child {
  padding-bottom: 16px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card:first-child {
    padding-top: 16px;
  }
}

.article .article__wrapper .article__related .article__related-card:last-child {
  padding: 16px 0 0 0;
}

.article
  .article__wrapper
  .article__related
  .article__related-card
  .article__related-content {
  margin-right: 10px;
}

.article
  .article__wrapper
  .article__related
  .article__related-card
  .article__related-content
  .article__related-time {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #949494;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card
    .article__related-content
    .article__related-time {
    font-size: 8px !important;
    line-height: 12px !important;
  }
}

.article
  .article__wrapper
  .article__related
  .article__related-card
  .article__related-content
  .article__related-title {
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 4px 0 0 0;
  font-family: "Milanesaserif bold" !important;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card
    .article__related-content
    .article__related-title {
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 8px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card
    .article__related-content {
    padding-right: 12px;
  }
}

.article
  .article__wrapper
  .article__related
  .article__related-card
  .article__related-image
  img {
  width: 108px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card
    .article__related-image
    img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__related .article__related-card {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__related.article__related--desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .article .article__wrapper .article__related.article__related--mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .article .article__wrapper .article__related {
    border-left: 1px solid #1f1b13;
    padding-left: 24px;
    max-width: 332px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__related {
    width: 100%;
    border-top: 1px solid #b4afa3;
    margin-top: 64px;
  }
}

.article .article__wrapper .article__read-more {
  text-align: center;
  font-family: "Milanesaserif bold" !important;
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .article .article__wrapper .article__read-more {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .article {
    padding-bottom: 64px;
    padding-top: 25px
  }
}

.error-page {
  background: #fffae7;
  padding-top: 48px;
  padding-bottom: 134px;
}

.error-page .error-page__heading {
  margin: 0 auto;
  max-width: 334px;
  font-family: "Milanesaserif bold" !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .error-page .error-page__heading {
    max-width: 210px;
  }
}

.error-page .error-page__image {
  margin-top: 28px;
}

.error-page .error-page__image img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .error-page .error-page__image {
    margin-top: 20px;
  }
}

.error-page .error-page__back {
  font-family: "Milanesaserif bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 32px;
  margin-top: 80px;
}

.error-page .error-page__back svg {
  margin-right: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  .error-page .error-page__back {
    margin-top: 48px;
  }
}

.error-page .error-page__back:hover svg {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

@media (max-width: 767.98px) {
  .error-page {
    padding-bottom: 64px;
  }
}

.collections-list {
  background: #fffae7;
  padding-top: 48px;
  padding-bottom: 144px;
}

.collections-list .collections-list__container .collections-list__heading {
  text-align: center;
  margin: 0 0 64px 0;
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container .collections-list__heading {
    margin: 0 0 40px 0;
  }
}

.collections-list .collections-list__container .collections-list__wrapper {
  overflow-x: hidden;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper:not(:first-of-type) {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid #b4afa3;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper:not(:first-of-type) {
    margin-top: 56px;
    padding-top: 48px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper:first-of-type
  .collections-list__content
  .collections-list__item,
.collections-list
  .collections-list__container
  .collections-list__wrapper:nth-of-type(3n-2)
  .collections-list__content
  .collections-list__item {
  background-color: rgba(247, 218, 165, 0.4);
}

.collections-list
  .collections-list__container
  .collections-list__wrapper:nth-of-type(3n-1)
  .collections-list__content
  .collections-list__item {
  background-color: rgba(223, 168, 143, 0.4);
}

.collections-list
  .collections-list__container
  .collections-list__wrapper:nth-of-type(3n)
  .collections-list__content
  .collections-list__item {
  background-color: rgba(152, 174, 186, 0.4);
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__collection-title {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b4afa3;
  font-weight: 500;
  font-size: 146px !important;
  line-height: 150px !important;
  text-align: center;
  margin: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__collection-title {
    font-size: 100px !important;
    line-height: 110px !important;
  }
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__collection-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 44px !important;
    line-height: 45px !important;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-wrapper {
    width: 244px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-wrapper {
    width: 24vw;
  }
}

@media (min-width: 768px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-wrapper:not(:last-of-type) {
    margin-right: 56px;
  }

  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .slick-track
    .collections-list__item-wrapper {
    margin-right: 28px;
    margin-left: 28px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-color {
  border-radius: 140px;
  background: #fffae7;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item {
  position: relative;
  width: 244px;
  height: 352px;
  border-radius: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item {
    width: 24vw;
    height: 34vw;
  }
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item {
    width: 132px;
    height: 192px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item
  .collections-list__special {
  position: absolute;
  top: 40px;
  background: #000;
  color: #fffae7;
  padding: 4px 12px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item
    .collections-list__special {
    padding: 8px 8px;
    top: 36px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item
  .collections-list__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item
    .collections-list__image {
    padding-top: 18px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item
  .collections-list__image
  img {
  width: 100%;
  padding: 20px;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item
    .collections-list__image
    img {
    padding: 13px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info {
  position: relative;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__title {
  width: 100%;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__title
  a {
  color: #1f1b13;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info
    .collections-list__title {
    margin: 0 0 8px 0;
  }
  .collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__title
  a {
    font-size: 15px;
}
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__price {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info
    .collections-list__price {
    margin-top: 0px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__price
  .collections-list__old-price {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__quick-add {
  margin-top: 32px;
  font-family: "Milanesaserif bold", sans-serif;
  letter-spacing: 0;
  padding: 14px 31px;
  border: 2px solid;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info
    .collections-list__quick-add {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
    width: 132px;
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info {
    margin-top: -24px;
  }
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info {
    margin-left: 24px;
    max-width: 132px;
  }
}

@media (min-width: 768px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content {
    margin-top: -50px;
  }
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container .collections-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .collections-list {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}

.privacy {
  background: #fffae7;
  padding-bottom: 144px;
}

.privacy .privacy__heading {
  margin: 0 0 40px 0;
}

@media (max-width: 767.98px) {
  .privacy .privacy__heading {
    margin: 0 0 24px 0;
  }
}

.privacy .privacy__description {
  margin: 0 0 56px 0;
}

@media (max-width: 767.98px) {
  .privacy .privacy__description {
    margin: 0 0 32px 0;
  }
}

.privacy .privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy .privacy__content .privacy__content-left {
  overflow: hidden;
  width: 50%;
}

@media (min-width: 768px) {
  .privacy .privacy__content .privacy__content-left {
    padding-right: 43px;
  }
}

@media (max-width: 767.98px) {
  .privacy .privacy__content .privacy__content-left {
    width: 100%;
  }
}

.privacy .privacy__content .privacy__content-right {
  overflow: hidden;
  width: 50%;
}

.privacy .privacy__content .privacy__content-right .privacy__star::after {
  width: calc(100% - 28px) !important;
}

@media (min-width: 768px) {
  .privacy .privacy__content .privacy__content-right {
    padding-left: 43px;
  }
}

@media (max-width: 767.98px) {
  .privacy .privacy__content .privacy__content-right {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .privacy .privacy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.privacy .privacy__question {
  font-size: 20px;
  line-height: 24px;
  font-weight: bolder;
  letter-spacing: -0.2px;
  margin: 0 0 -9px 0;
  padding-right: 32px;
}

@media (max-width: 767.98px) {
  .privacy .privacy__question {
    font-size: 16px;
    line-height: 20px;
    padding-right: 24px;
  }
}

.privacy .privacy__answer {
  padding-right: 32px;
}

.privacy .privacy__answer ul {
  margin: 0;
  padding-left: 20px;
}

.privacy .privacy__answer ul li::marker {
  font-size: 10px;
}

.privacy .privacy__answer ul li p {
  margin: 0 0 20px 0 !important;
}

@media (max-width: 767.98px) {
  .privacy .privacy__answer ul li p {
    margin: 0 0 16px 0 !important;
  }
}

.privacy .privacy__answer p {
  margin: 0 0 32px 0;
}

@media (max-width: 767.98px) {
  .privacy .privacy__answer p {
    margin: 0 0 20px 0;
  }
}

.privacy .privacy__answer .bold {
  font-weight: 700;
}

.privacy .privacy__answer .margin-20 {
  margin: 0 0 20px 0;
}

@media (max-width: 767.98px) {
  .privacy .privacy__answer .margin-20 {
    margin: 0 0 16px 0;
  }
}

@media (max-width: 767.98px) {
  .privacy .privacy__answer {
    padding-right: 24px;
  }
}

.privacy .privacy__question-wrapper {
  position: relative;
  cursor: pointer;
}

.privacy .privacy__question-wrapper .privacy__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.privacy .privacy__question-wrapper .privacy__star::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px solid #1f1b13;
  right: 28px;
}

@media (max-width: 767.98px) {
  .privacy .privacy__question-wrapper .privacy__star {
    width: 100%;
    height: 24px;
  }
}

.privacy .privacy__question-accordion {
  margin-bottom: 56px;
}

@media (max-width: 767.98px) {
  .privacy .privacy__question-accordion {
    margin-bottom: 32px;
  }
}

.privacy .privacy__question-accordion[open] path {
  fill: #1f1b13;
}

@media (max-width: 767.98px) {
  .privacy {
    padding-bottom: 64px;
  }
}

.popup.popup-modal {
  background: rgba(31, 27, 19, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-modal .popup__content-wrapper {
  display: none;
  width: 100%;
  max-width: 736px;
  min-height: 504px;
  margin-left: 15px;
  margin-right: 15px;
  background: #fffae7;
  overflow: hidden;
  position: relative;
  padding: 48px 46px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #1f1b13;
}

.popup-modal .popup__content-wrapper .close {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .popup .popup__content-wrapper .close {
    top: 24px;
    right: 16px;
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content-wrapper {
    min-height: auto;
    padding: 20px 16px 32px;
  }
}

.popup .popup__content .popup__heading {
  text-align: center;
  margin: 0 0 16px 0;
  font-family: "Milanesaserif bold" !important;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .popup .popup__content .popup__heading {
    line-height: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__heading {
    margin: 2px 0 23px 0;
  }
}

.popup .popup__content .popup__description {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.popup .popup__content .popup__description.popup__description--second {
  margin: 12px 0 0 0 !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__description.popup__description--second {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 0 0 !important;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__description {
    font-size: 16px;
    line-height: 20px;
  }
}

.popup .popup__content .popup__information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper svg {
    width: 24px;
    height: 24px;
  }
}

.popup .popup__content .popup__information-wrapper .popup__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__phone {
    width: 100%;
  }
}

.popup .popup__content .popup__information-wrapper .popup__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media (min-width: 768px) {
  .popup .popup__content .popup__information-wrapper .popup__chat {
    margin-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__chat {
    width: 100%;
    margin-top: 22px;
  }
}

.popup .popup__content .popup__information-wrapper .popup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 29px;
  margin-top: 5px;
}

.popup .popup__content .popup__information-wrapper .popup__info span {
  font-size: 20px;
  line-height: 24px;
  font-family: "Gopher bold" !important;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__info span {
    font-size: 16px;
    line-height: 20px;
  }
}

.popup
  .popup__content
  .popup__information-wrapper
  .popup__info
  .popup__contacts {
  font-size: 16px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .popup
    .popup__content
    .popup__information-wrapper
    .popup__info
    .popup__contacts {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-top: 2px;
  }
}

.popup .popup__content .popup__information-wrapper .popup__info p {
  margin: 14px 0;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__info p {
    margin: 11px 0;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__info {
    margin-left: 16px;
    margin-top: 4px;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
  }
}

.popup .popup__content .popup__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}

.popup .popup__content .popup__button {
  display: inline-flex;
  align-items: center;
}

.popup .popup__content .popup__message .button--transparent {
  letter-spacing: 0;
  padding: 10px 30px !important;
}

.popup .popup__content .popup__message .button--transparent svg {
  margin-right: 12px;
}

.popup .popup__content .popup__message .button--transparent:hover svg path {
  stroke: #fff;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__message .button--transparent {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__message {
    margin-top: 47px;
  }
}

body.showPopup {
  overflow: hidden;
}

body.showPopup .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.showPopup .popup__content-wrapper-modal {
  display: block;
  -webkit-animation: popup 0.3s forwards;
  animation: popup 0.3s forwards;
}

body.removePopup .popup__content-wrapper-modal {
  -webkit-animation: popupclose 0.3s forwards !important;
  animation: popupclose 0.3s forwards !important;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes popupclose {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
}

@keyframes popupclose {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
}

.drawer__content {
  position: fixed;
  visibility: visible;
  z-index: 20050;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 600px;
  background: var(--bg);
  border-right: 1px solid var(--border);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06),
    0 3px 12px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.drawer--visible .drawer__content {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 479px) {
  .drawer__content {
    width: 100vw;
  }
}

.drawer--right .drawer__content {
  left: initial;
  right: 0;
}

.drawer--right:not(.drawer--visible) .drawer__content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.drawer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #1f1b13;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 51px;
}

.drawer__top .icon-arrow-down {
  color: var(--muted);
}

.drawer__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 50px;
}

.drawer__button {
  height: 100%;
  color: var(--text);
  width: 70px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.drawer__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin-right: 20px;
}

.drawer__underlay {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.drawer--visible .drawer__underlay,
.drawer__underlay.underlay--visible {
  z-index: 20000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.drawer--visible .drawer__underlay .drawer__underlay__fill,
.drawer__underlay.underlay--visible .drawer__underlay__fill {
  background: var(--bg);
  opacity: 0.6;
}

.drawer--visible .drawer__underlay .drawer__underlay__blur,
.drawer__underlay.underlay--visible .drawer__underlay__blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: -webkit-backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-backdrop-filter 0.3s
    cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer__underlay .drawer__underlay__blur,
.drawer__underlay .drawer__underlay__fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 479px) {
  .drawer--right .drawer__underlay,
  .header__drawer .drawer__underlay {
    display: none;
  }
}

.drawer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.display-none,
.hide {
  display: none;
}

.cart__drawer {
  --cart-drawer-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .cart__drawer {
    --gutter: 20px;
  }
}

.cart__drawer .errors {
  margin: var(--gutter);
  margin-bottom: 2px;
}

.cart__drawer .cart__items__total {
  display: none;
}

.cart__drawer .cart--hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.cart__drawer .cart__remove {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cart__drawer .drawer__button {
  padding-right: var(--gutter);
  background-color: initial;
  overflow: visible;
  border: none;
}

.cart__drawer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 0 0 var(--gutter);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(12px * var(---font-adjust-accent));
}

.cart__drawer__title .strong,
.cart__drawer__title.strong {
  font-weight: var(---font-weight-accent-bold);
}

.drawer__body {
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  min-height: 1px;
}

.drawer__body .upsell__holder {
  margin: 15px;
}

.cart__drawer .drawer__top {
  position: sticky;
  width: 100%;
  top: 0;
  background: var(--bg);
  z-index: 300;
}

.drawer__bottom {
  width: 100%;
  margin-top: auto;
}

.drawer__bottom form {
  margin: 0;
}

.cart__drawer .drawer__content {
  border: none;
}

.cart__items {
  height: calc(100% - var(--cart-drawer-bottom));
}

.cart__items p {
  margin: 0;
}

.line__price {
  color: var(--text-light);
}

.line__price del,
.line__price mark {
  margin-right: 5px;
}

.line__price del {
  color: var(--text-light);
}

.line__price mark {
  color: var(--primary);
  background: 0 0;
}

.cart__items__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--gutter);
  border-bottom: 1px solid var(--border);
  position: relative;
}

.cart__items__remove {
  position: absolute;
  top: var(--gutter);
  right: var(--gutter);
}

.cart__items__grid {
  display: grid;
  /* grid-template-areas: "image title" "image price" "image quantity" "below  below"; */
  grid-template-columns: 90px 1fr;
  grid-template-rows: auto auto auto auto;
  grid-column-gap: var(--gutter);
  grid-row-gap: 10px;
  width: 100%;
}

.cart__items__quantity .quantity__wrapper {
  margin: 0;
}

.cart__items__meta {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  color: var(--text-light);
  font-style: italic;
}

.cart__items__title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-weight: var(---font-weight-body-bold);
  color: var(--text-dark);
  grid-area: title;
  padding-right: 35px;
}

.cart__items__price {
  grid-area: price;
}

.cart__items__quantity {
  grid-area: quantity;
}

.cart__items__savings {
  grid-area: below;
  margin-top: 5px;
}

.cart__items__image {
  grid-area: image;
}

.cart__items__image .cart__items__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.drawer__bottom__meta {
  margin-top: 15px;
  padding: 1rem var(--gutter);
}

.drawer__footer__subtotal .cart__footer__discount,
.drawer__footer__subtotal .cart__footer__itemtotal {
  font-size: calc(var(--font-3) * var(---font-adjust-body));
  padding: 1rem var(--gutter);
  margin: 0;
  border-top: 1px solid var(--border);
}

.drawer__footer__subtotal .cart__footer__discount .cart__footer__value,
.drawer__footer__subtotal .cart__footer__itemtotal .cart__footer__value {
  font-weight: var(---font-weight-body-bold);
}

.drawer__footer__subtotal .cart__footer__discount {
  background-color: var(--primary-fade);
  color: var(--primary);
}

.drawer__checkout__additional .additional-checkout-buttons {
  border-left: none;
  border-right: none;
  margin-bottom: 0;
  border-bottom: 0;
  margin-top: 0;
  border: none;
}

.cart__items--blankstate .cart__items__img {
  width: 100%;
  padding-top: 100%;
  display: block;
}

.cart__items--blankstate .cart__items__title {
  width: 120px;
  padding-top: 1em;
}

.cart__items--blankstate .cart__items__price {
  width: 60px;
  padding-top: 1em;
}

.cart__items--blankstate .item--loadbar:before {
  background-color: var(--hairline);
}

.empty-content {
  overflow: hidden;
  background-color: var(--border);
  background: -o-linear-gradient(
      350deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 70%
    )
    var(--border);
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 70%
    )
    var(--border);
  background-size: 200% 100%;
  background-position-x: 180%;
  -webkit-animation: 1s shimmer cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: 1s shimmer cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@-webkit-keyframes shimmer {
  to {
    background-position-x: -20%;
  }
}

@keyframes shimmer {
  to {
    background-position-x: -20%;
  }
}

.cart__drawer .drawer__underlay .drawer__underlay__blur {
  -webkit-backdrop-filter: unset !important;
  backdrop-filter: unset !important;
}

.cart__drawer .drawer__underlay .drawer__underlay__fill {
  background: rgba(31, 27, 19, 0.2) !important;
}

@media (max-width: 767.98px) {
  .cart__drawer .drawer__underlay {
    display: block !important;
  }
}

.cart__drawer .drawer__content {
  border-left: 2px solid #1f1b13 !important;
  background: #fffae7 !important;
}

.cart__drawer .drawer__content .drawer__top {
  background: #fffae7 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: unset;
 // padding: 24px 0 16px 0;
 padding: 16px 0;

}

.cart__drawer .drawer__content .drawer__top .drawer__close {
  position: absolute;
  top: 31px;
  left: 50px;
  padding: 0;
  width: unset;
  height: unset;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .cart__drawer .drawer__content .drawer__top .drawer__close {
    top: 24px;
    left: 16px;
  }

  .cart__drawer .drawer__content .drawer__top .drawer__close svg {
    width: 16px;
    height: 16px;
  }
}

.cart__drawer .drawer__content .drawer__top .drawer__top__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: unset;
}




.cart__drawer
  .drawer__content
  .drawer__top
  .drawer__top__left
  .cart__drawer__title {
  line-height: 40px !important;
  margin-bottom: 8px;
  padding: unset;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Milanesaserif bold" !important;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__top
    .drawer__top__left
    .cart__drawer__title {
    margin-bottom: 4px;
  }
}

.cart__drawer
  .drawer__content
  .drawer__top
  .drawer__top__left
  .cart__drawer-count {
    font-size: 12px;
    line-height: 16px;
    margin: unset;
    font-weight: 500;
    color: #656565;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__top
    .drawer__top__left
    .cart__drawer-count {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .drawer__content .drawer__top {
    padding: 20px 0 16px 0;
  }
}

.cart__drawer .drawer__content .cart__empty {
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.cart__drawer .drawer__content .cart__empty .cart-drawer__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 24px 52px 0 48px;
}

.cart__drawer .drawer__content .drawer__body-wrapper {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  [data-cart-empty] {
  height: 100%;
}

/* .cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__drawer--wrapper {
  height: 100%;
} */

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart--hidden {
  display: none;
}

/* .cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items {
    overflow: scroll;
    height: calc(100% - 20px);
    padding-bottom: 0px;
    -webkit-overflow-scrolling: touch;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items
  .cart__items-wrapper {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 0px;
    -webkit-overflow-scrolling: touch;
} */

@media (min-width: 768px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items {
    padding: 0 48px;
  }
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0;
}

/* .cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row:not(:last-child) {
  border-bottom: 1px solid #e5e1d2;
} */

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row:last-child {
    border: unset;
    margin: 0;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid {
  grid-template-columns: 120px 1fr;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items-title
  p {
  font-size: 20px !important;
  line-height: 24px !important;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__remove {
    top: 16px;
    right: 20px;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .cart__items__grid
    .cart__items__remove {
    right: 16px;
  }
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper {
  border: 1px solid #e5e1d2;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper
  .quantity__button {
  position: relative;
  width: 28px;
  padding: unset;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper
  .quantity__button.quantity__button--minus {
  height: 28px;
  border-right: 1px solid #e5e1d2;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper
  .quantity__button.quantity__button--plus {
  height: 28px;
  border-left: 1px solid #e5e1d2;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper
  .quantity__input {
  height: 28px;
  width: 28px;
  font-size: 12px;
  line-height: 16px;
  color: #1f1b13;
  padding: unset !important;
  border: unset !important;
  display: block;
  background: 0 0;
  text-align: center;
  border: 1px solid var(--border);
  margin: 0 !important;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__image {
  width: 120px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__image
  a {
  height: 100%;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .cart__items__grid
    .cart__items__image {
    width: 76px;
  }
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__title {

}

/* @media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .cart__items__grid
    .cart__items__title {
    margin-bottom: 16px;
    padding: unset;
  }
} */

/* @media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .cart__items__grid {
    grid-template-columns: 76px 1fr;
    grid-row-gap: 0 !important;
  }
} */

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .line__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  line-height: 24px;
  color: #1f1b13 !important;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .line__price
  .line__price--sale {
  color: #b4afa3 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .line__price
    .line__price--sale {
    margin: unset;
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-right: 8px;
  }
}
.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .line__price
  mark {
  color: #1f1b13 !important;
}

@media (min-width: 768px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .line__price
    mark {
    margin: 0 0 0 7px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .line__price
    mark {
    margin: 0;
  }
}

/* @media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .line__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 12px;
    line-height: 16px;
  }
} */

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row {
    padding: 12px 16px;
  }
}

@media (min-width: 768px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .cart__drawer .drawer__content .drawer__body-wrapper {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .drawer__content {
    width: 87.5% !important;
  }
}

.cart__drawer .cart-drawer__total {
    /* padding: 24px 52px 32px 48px; */
    padding: 16px 49px 18px 48px;
    background: rgba(229, 225, 210, 0.5);
    border-top: 1px solid #1f1b13;
    margin-top: 16px;
}

.cart__drawer .cart-drawer__total .drawer__bottom__meta {
  margin: 0;
  padding: unset !important;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #1f1b13;
}

/* @media (max-width: 767.98px) {
  .cart__drawer .cart-drawer__total .drawer__bottom__meta {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 16px;
  }
} */

.cart__drawer .cart-drawer__total .cart-drawer__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Gopher bold" !important;
  color: #1f1b13;
}

.cart__drawer .cart-drawer__total .cart-drawer__subtotal p {
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Gopher bold" !important;
  margin: unset;
}

@media (max-width: 767.98px) {
  /* .cart__drawer .cart-drawer__total .cart-drawer__subtotal p {
    font-size: 16px !important;
    line-height: 20px !important;
  } */
}

@media (max-width: 767.98px) {
  /* .cart__drawer .cart-drawer__total .cart-drawer__subtotal {
    font-size: 16px !important;
    line-height: 20px !important;
  } */
}

.cart__drawer .cart-drawer__total .checkout__button {
    padding: 10px 25px !important;
    width: 100%;
    background:  #1F1B13;
    color: white;
}

@media (max-width: 767.98px) {
  .cart__drawer .cart-drawer__total .checkout__button {
    width: 100%;
  }
}


@media (min-width: 768px) {
  .cart__drawer .cart-drawer__total {
    margin-top: 16px;
  }
}

.cart__drawer .upsell__holder {
  margin: 0;
  position: relative;
  margin-bottom: 14px;
}

.cart__drawer .upsell__holder .upsell__boost {
  font-family: "Gopher bold" !important;
  width: 100%;
  padding: 5px 0 6px;
  background: #dfa88f;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: unset;
  border-top: 1px solid #1f1b13;
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell__boost {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 0 4px;
  }
}

.cart__drawer .upsell__holder .upsell {
  margin: 16px 0;
  background: rgba(229, 225, 210, 0.5);
  border: 1px solid #e5e1d2;
  padding: 16px;
  margin: 16px 48px;
  position: relative;
}

.cart__drawer .upsell__holder .upsell .upsell__image {
  min-width: 120px;
  max-height: 100px;
  width: 120px;
  height: 100px;
  margin-right: 20px;
}

.cart__drawer .upsell__holder .upsell .upsell__image a {
  width: 100%;
  height: 100%;
}

.cart__drawer .upsell__holder .upsell .upsell__image a .upsell__image__inner {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell .upsell__image {
    min-width: 56px;
    max-height: 56px;
    width: 56px;
    height: 56px;
    margin-right: 12px;
  }
}

.cart__drawer .upsell__holder .upsell .upsell__content {
  width: 100%;
}

.cart__drawer .upsell__holder .upsell .upsell__content .upsell__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.cart__drawer
  .upsell__holder
  .upsell
  .upsell__content
  .upsell__information
  .upsell__title {
  font-size: 20px;
  line-height: 24px;
  margin: unset;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__information
    .upsell__title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
  }
}

.cart__drawer
  .upsell__holder
  .upsell
  .upsell__content
  .upsell__information
  .upsell__price {
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1f1b13;
}

.cart__drawer
  .upsell__holder
  .upsell
  .upsell__content
  .upsell__information
  .upsell__price
  .old-price {
  margin: unset;
  font-size: 16px;
  line-height: 24px;
  color: #b4afa3 !important;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__information
    .upsell__price
    .old-price {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (min-width: 768px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__information
    .upsell__price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__information
    .upsell__price {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell .upsell__content .upsell__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn {
  padding: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #e5e1d2;
  background: #fffae7;
}

.cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn:hover {
  background-color: #1f1b13;
  border-color: #1f1b13;
}

.cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn:hover path {
  stroke: #fff !important;
}

.cart__drawer
  .upsell__holder
  .upsell
  .upsell__content
  .upsell__btn
  .btn-state-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
}

@media (min-width: 768px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__btn
    .btn-state-ready
    svg {
    margin-right: 12px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__btn
    .btn-state-ready {
    height: 100%;
    width: 100%;
  }

  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__btn
    .btn-state-ready
    svg {
    width: 16px;
    height: 16px;
  }

  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__btn
    .btn-state-ready
    p {
    display: none;
  }
}

@media (min-width: 768px) {
  .cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn {
    margin-top: 25px;
    width: 132px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell .upsell__content {
    min-height: unset;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell {
    margin: 12px 16px 16px;
    padding: 8px;
  }
}

.cart__drawer .upsell__holder::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #000;
  height: 1px;
  position: absolute;
  left: 0;
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder {
    margin-bottom: 12px;
  }
}

.cart__drawer .cart__drawer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* height: 100%; */
}

.container {
  max-width: 1440px;
  padding: 0 52px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023.98px) {
  .container {
    padding: 0 32px;
  }
}

@media (max-width: 413.98px) {
  .container {
    padding: 0 16px;
  }
}

.cart__empty {
  height: calc(50vh - var(--header-height));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
}

.upsell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: var(--inner);
  border: 1px solid var(--border);
  text-align: left;
}

.upsell__image {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

.upsell__image > a {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.upsell__image > a:hover {
  opacity: 0.7;
}

.upsell__image__inner {
  display: block;
  width: 90px;
  height: 90px;
}

.upsell__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.upsell__price,
.upsell__title,
.upsell__variant-title {
  margin-top: 0;
  margin-bottom: 4px;
}

.upsell__title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-weight: var(---font-weight-body-bold);
  font-size: calc(13.144256px * var(---font-adjust-body));
  color: var(--text-dark);
}

@media (min-width: 480px) {
  .upsell__title {
    font-size: calc(
      (13.144256px + 1.382528 * (100vw - 480px) / 920) *
        var(---font-adjust-body)
    );
  }
}

@media (min-width: 1400px) {
  .upsell__title {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

.upsell__variant-title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(var(--font-3) * var(---font-adjust-body));
  display: none;
}

.upsell__price {
  font-size: calc(var(--font-3) * var(---font-adjust-body));
  color: var(--text-light);
}

.upsell__price .old-price {
  margin-left: 8px;
  text-decoration: line-through;
}

.upsell__price .unit {
  color: var(--text-light);
}

.upsell__btn {
  padding: 1em 2em;
}

.upsell__btn:disabled {
  opacity: 1;
}

.upsell__btn .svg-loader circle {
  stroke: var(--bg);
}

.upsell__btn .svg-loader circle ~ circle {
  stroke: var(--primary);
}

.upsell__out-of-stock {
  margin: 0;
}

.is-hidden {
  display: none !important;
}

[data-add-to-cart] {
  position: relative;
}

[data-add-to-cart].has-success .btn-state-ready,
[data-add-to-cart].loading .btn-state-ready {
  pointer-events: none;
}

.btn-state-loading {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.loading .btn-state-loading {
  visibility: visible;
  opacity: 1;
}

.btn-state-complete {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.has-success .btn-state-complete {
  visibility: visible;
  opacity: 1;
}

.quantity__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  max-width: 103px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.quantity__button {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  top: 0;
  bottom: 0;
  border: 0 none;
  background: 0 0;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.quantity__button:active,
.quantity__button:focus,
.quantity__button:hover {
  color: var(--primary);
  outline: 0;
}

.quantity__button:active {
  opacity: 0.7;
}

.quantity__button--plus {
  right: 0;
}

.quantity__button--minus {
  left: 0;
}

html.no-js .quantity__button {
  display: none;
}

.item--loadbar {
  height: 4px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  overflow: hidden;
}

.item--loadbar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 300px;
  height: 4px;
  background-color: #dfa88f;
  -webkit-animation: loadbar 2s linear infinite;
  animation: loadbar 2s linear infinite;
}

@-webkit-keyframes loadbar {
  from {
    left: -300px;
    width: 30%;
    opacity: 0;
  }
  1% {
    left: -300px;
    width: 30%;
    opacity: 1;
  }
  50% {
    width: 33%;
  }
  70% {
    width: 66%;
  }
  80% {
    left: 60%;
  }
  95% {
    left: 120%;
    opacity: 1;
  }
  99% {
    left: 150%;
    opacity: 0;
  }
}

@keyframes loadbar {
  from {
    left: -300px;
    width: 30%;
    opacity: 0;
  }
  1% {
    left: -300px;
    width: 30%;
    opacity: 1;
  }
  50% {
    width: 33%;
  }
  70% {
    width: 66%;
  }
  80% {
    left: 60%;
  }
  95% {
    left: 120%;
    opacity: 1;
  }
  99% {
    left: 150%;
    opacity: 0;
  }
}

.cart__remove__icon:hover path,
.cart__remove__icon:hover rect {
  fill: #1f1b13;
}

.cart__remove__icon path,
.cart__remove__icon rect {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.quantity__button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.quantity__button:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.quantity__button:hover path,
.quantity__button:hover rect {
  stroke: #fff;
}

.quantity__button path,
.quantity__button rect {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  max-width: 1440px;
  padding: 0 52px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023.98px) {
  .container {
    padding: 0 32px;
  }
}

@media (max-width: 413.98px) {
  .container {
    padding: 0 16px;
  }
}
.magnifier {
  position: absolute;
  width: 150px; /* Adjust the size of the magnifier */
  height: 150px; /* Adjust the size of the magnifier */
  border: 2px solid black;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5); /* Adjust the background color and opacity */
  cursor: none;
  display: none;
}

.product-image {
  position: relative;
}

/* CTA Buttons Color */
.collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add,
.featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__quick-add,
.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content .upsell-bundles__actions .upsell-bundles__cart .upsell-bundles__add .upsell-bundles__add-to-cart { background-color: #1F1B13; color: #FFFAE7; }
.collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add:hover,
.featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__quick-add:hover,
.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content .upsell-bundles__actions .upsell-bundles__cart .upsell-bundles__add .upsell-bundles__add-to-cart:hover { background-color: #D78E70; color: #fff; border-color: #D78E70; }

.main-product__details-answer a{
    text-decoration: underline;
}

@media (max-width: 768px) {
    .article__wrapper .article__content {
        margin-top: 20px;
    }
}

.main-product__wrapper .button {
  font-family: 'Gopher', sans-serif;
}

.image-grid-with-text .image-grid-with-text__block-image {
    max-width: 200px !important;
    aspect-ratio: 5 / 6 !important;
    width: 100% !important;
}

.collection-hero__inner {
  display: flex;
  flex-direction: column;
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0
      calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }

  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }

  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.collection-hero__title {
  margin: 2.5rem 0;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}

.collection-hero__image-container {
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset)
    var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 50%;
  }

  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 3rem;
    min-height: 20rem;
  }
}

  .psk-hero-heading {
    font-family: 'Milanesaserif light', sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    line-height: 1.3em !important;
    margin: 25px 0px 25px 0 !important;
  }

  .psk-hero-heading .psk-heading-bold {
    font-family: 'Milanesaserif bold', sans-serif;
    font-weight: 800;
  }

.featured-collection .featured-collection__content-mobile1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .featured-collection .featured-collection__content-mobile1 {
    display: none !important;
  }
}

#notification-wrapper {
display: none !important;
}

.cart-discount {
  color: #E17F53;
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Gopher bold" !important;
}
@media (max-width: 767.98px) {
  .psk-hero-heading {
    font-size: 32px !important;
  }
  .cart-discount {
  font-size: 16px !important;
  line-height: 20px !important;  
  }
}



.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__image {
    grid-row: 1/5;
    grid-column: 1/2;
    height: 110px;
}

.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__title {
    grid-row: 1/2;
    grid-column: 2/3;
}
.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__quantity {
    grid-row: 3/4;
    grid-column: 2/3;
    justify-content: space-between;
}
.cart__items__grid .price_discount {
    grid-row: 4/5;
    grid-column: 2/3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row:not(:last-child) {
    margin: 0;
}
.cart__items__grid .price_discount .cart__items__savings {
    margin: 0;
}
.cart__items__grid .price_discount .cart__items__price {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.cart__items__grid .price_discount .cart__items__savings {
    margin: 0;
    width: 100%;
}
.cart__items__grid .price_discount .item__total__savings {
    font-weight: 500;
}
.cart__drawer-items .cart__items::-webkit-scrollbar {
    width: 6px;
    background: #E5E1D2;
    border-radius: 10px;
}
.cart__drawer-items .cart__items::-webkit-scrollbar-thumb {
    width: 5px;
    background: #B4AFA3;
    border-radius: 10px;
}
.cart__drawer--wrapper .cart__drawer-items {
    padding-right: 0px;
    flex-direction: column;
}
.cart-drawer__total .cart-drawer__subtotal:first-child {
    margin-bottom: 16px;
}

@media (max-width:767px) {
  .cart__drawer .drawer__content .drawer__top .drawer__close svg {
    width: 26px;
    height: 26px;
}
  .cart__drawer .drawer__content .drawer__top .drawer__close {
    top: 30px;
    left: 25px;
}
  .cart__items1 .cart__items__row {
    padding: 14px 19px 24px 25px!important;
}
  .cart__drawer .cart-drawer__total {
    padding: 16px 25px 18px 25px;
}
}

@media (max-width:575px) {
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid {
    grid-template-columns: 80px 1fr;
    column-gap: 10px;
}
  .cart__drawer .drawer__content {
    width: 100% !important;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price {
    font-size: 18px;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price .line__price--sale {
    font-size: 14px !important;
}
  .cart__drawer .cart-drawer__total .cart-drawer__subtotal p {
    font-size: 18px !important;
}
  .cart__drawer .cart-drawer__total .cart-drawer__subtotal {
    font-size: 18px !important;
}
  .cart-drawer__total .cart-drawer__subtotal:first-child {
    margin-bottom: 9px;
}
}

@media (max-width:370px) {
  .cart__items1 .cart__items__row {
    padding: 1px 13px 20px 15px!important;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price {
    font-size: 16px;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price .line__price--sale {
    font-size: 12px !important;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price  mark {
    line-height: 1.2;
}
  .cart_progressbar_col {
    font-size: 12px;
}
  .header__bubble.cart_line_property {
    padding: 0 15px;
}
  .cart__drawer .cart-drawer__total {
    padding: 16px 15px 18px 15px;
}
}


@media (max-height:750px) {
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items {
    overflow: unset;
}
}

kaching-bundle, kaching-bundle-deals {
width: unset !important;
}

.loox-rating-label {
    font-family: "Gopher", sans-serif !important;
}

#aca-products-container {
  width: 80% !important;
}

.aca-product-name, .aca-subscription-name {
line-height: 130% !important;
}

.aca-product-button {
font-weight: 400 !important;
}
#aca-modal-headline {
margin: 0.1em 0 !important;
}

@media screen and (min-width: 1024px) {
  #aca-close-icon-container {
    display: inline-block !important;
  position: absolute;
    top: 12px;
    right: 12px;
    width: 25px;
}
}

@media screen and (max-width: 576px) {
    #aca-bottom-close {
font-size: 0px !important;
}
}

#aca-modal-container {
background-color: #fffae7 !important;
}

.aca-product-image {
background-color: #fffae7 !important;
}

@media screen and (max-width: 576px) {
    #aca-modal-headline {
        margin: 0px 5% !important;
}


}

@media (max-width: 420px) {
    .cart_progressbar_col {
        font-size: 14px;
    }
      .header__bubble.cart_line_property {
        padding: 0 10px;
    }
}


