.font-tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.font-breadcrumb {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

.font-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.font-h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
}

.font-h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
}

.font-h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
}

.font-h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.font-h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.font-h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.font-intro {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.font-small-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.font-large-body {
  font-size: 18px;
  line-height: 28px;
}

.font-footnote {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.font-small-quote {
  font-family: "Georgia";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "case" on, "ss05" on, "liga" off;
}

.font-large-quote {
  font-family: "Georgia";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-feature-settings: "case" on, "ss05" on, "liga" off;
}

@media (min-width: 768px) {
  .font-tag {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .font-h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
  }

  .font-h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
  }

  .font-h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
  }

  .font-h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }

  .font-h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }

  .font-h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1100px) {
  .font-intro {
    font-size: 20px;
  }

  .font-h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 72px;
  }

  .font-h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
  }

  .font-h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
  }

  .font-h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
  }

  .font-h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }

  .font-h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }

  .font-large-quote {
    font-size: 22px;
    line-height: 32px;
  }
}

:root {
  --breakpoint-xxs: 0;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1440px;
}

@media screen and (min-width: 576px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .tablet-only {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .tablet-only {
    display: none !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .tablet-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .desktop-hidden {
    display: none !important;
  }
}

.button {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 18px;
  line-height: 24px;
  white-space: nowrap;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  border-radius: 0;
  user-select: none;
  border: 1px solid transparent;
  background-color: transparent;
}

._reboot .button {
  display: inline-block;
  font-size: 0.9em;
  padding: 0.83333em 1.33333em;
  border-radius: 0;
  line-height: 1.33333em;
  text-align: center;
}

._reboot .button:focus-visible {
  outline: #55c9b2 auto 1px;
  outline-offset: 1px;
  outline-width: 1px;
}

a.button {
  display: inline-block;
}

.button-primary {
  color: #0f0c0b;
}

@media (min-width: 768px) {

  .button-primary:hover,
  .button-primary:focus,
  .button-primary:active {
    text-decoration: none;
  }

  .button-primary:hover:not([disabled]) {
    background-color: #55c9b2;
    color: #0f0c0b;
  }

  .button-primary:not([disabled]),
  .button-primary:not(.disabled) {
    cursor: pointer;
  }
}

.button-primary:focus-visible:not([disabled]) {
  outline: unset;
  background-color: #55c9b2;
  color: #0f0c0b;
}

.button-primary,
.button-primary:focus:not([disabled]) {
  background-color: #6cddc7;
  color: #0f0c0b;
}

.button-primary:active:not([disabled]) {
  background-color: #55c9b2;
  color: #0f0c0b;
}

@media (hover: none) and (pointer: coarse) {
  .button-primary:active:not([disabled]) {
    transform: scale(1.02);
  }
}

.button-primary[disabled],
.button-primary.disabled {
  background-color: #f2eee9;
  color: #6f6d6d;
  border-color: #f2eee9;
  cursor: default;
}

.button-functional-black {
  color: #fff;
}

@media (min-width: 768px) {

  .button-functional-black:hover,
  .button-functional-black:focus,
  .button-functional-black:active {
    text-decoration: none;
  }

  .button-functional-black:hover:not([disabled]) {
    background-color: transparent;
    border-color: #0f0c0b;
    color: #0f0c0b;
  }

  .button-functional-black:not([disabled]),
  .button-functional-black:not(.disabled) {
    cursor: pointer;
  }
}

.button-functional-black:focus-visible:not([disabled]) {
  outline: unset;
  background-color: transparent;
  border-color: #0f0c0b;
  color: #0f0c0b;
}

.button-functional-black,
.button-functional-black:focus:not([disabled]) {
  background-color: #0f0c0b;
  color: #fff;
  border-color: #0f0c0b;
}

.button-functional-black:active:not([disabled]) {
  background-color: transparent;
  border-color: #0f0c0b;
  color: #0f0c0b;
}

@media (hover: none) and (pointer: coarse) {
  .button-functional-black:active:not([disabled]) {
    transform: scale(1.02);
  }
}

.button-functional-black[disabled],
.button-functional-black.disabled {
  background-color: #0f0c0b;
  color: #fff;
  border-color: #0f0c0b;
  cursor: default;
}

.button-outline-functional-black {
  color: #0f0c0b;
}

@media (min-width: 768px) {

  .button-outline-functional-black:hover,
  .button-outline-functional-black:focus,
  .button-outline-functional-black:active {
    text-decoration: none;
  }

  .button-outline-functional-black:hover:not([disabled]) {
    background-color: #0f0c0b;
    border-color: #0f0c0b;
    color: #fff;
  }

  .button-outline-functional-black:not([disabled]),
  .button-outline-functional-black:not(.disabled) {
    cursor: pointer;
  }
}

.button-outline-functional-black:focus-visible:not([disabled]) {
  outline: unset;
  background-color: #0f0c0b;
  border-color: #0f0c0b;
  color: #fff;
}

.button-outline-functional-black,
.button-outline-functional-black:focus:not([disabled]) {
  background-color: transparent;
  color: #0f0c0b;
  border-color: #0f0c0b;
}

.button-outline-functional-black:active:not([disabled]) {
  background-color: #0f0c0b;
  border-color: #0f0c0b;
  color: #fff;
}

@media (hover: none) and (pointer: coarse) {
  .button-outline-functional-black:active:not([disabled]) {
    transform: scale(1.02);
  }
}

.button-outline-functional-black[disabled],
.button-outline-functional-black.disabled {
  background-color: transparent;
  color: #6f6d6d;
  border-color: #b7b6b6;
  cursor: default;
}

.button-block {
  display: block;
  width: 100%;
}

.popup-modal,
.popup-success-modal {
  top: 10% !important;
  padding: 0 !important;
}

.popup-modal .modal-body,
.popup-success-modal .modal-body {
  padding: 0;
}

.popup-modal .container,
.popup-success-modal .container {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: white;
}

.popup-modal p,
.popup-success-modal p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.57;
  color: #454342;
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: "Helvetica Neue", sans-serif;
}

.popup-modal .row,
.popup-success-modal .row {
  margin: 0;
}

.popup-modal .country-list,
.popup-success-modal .country-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 30px;
}

.popup-modal .country-list .item,
.popup-success-modal .country-list .item {
  cursor: pointer;
  border: 2px solid white;
  display: flex;
  align-items: center;
  width: calc(50% - 4px);
  padding-bottom: 28px;
}

.popup-modal .country-list .item img,
.popup-modal .country-list .item svg,
.popup-success-modal .country-list .item img,
.popup-success-modal .country-list .item svg {
  width: 21px;
  height: 21px;
  margin-right: 12px;
}

.popup-modal .country-list .item p,
.popup-success-modal .country-list .item p {
  font-size: 12px;
  font-weight: 500;
  color: #0f0c0b;
}

.popup-modal .logo,
.popup-success-modal .logo {
  padding: 0;
  height: 100px;
  background-color: #faf7f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-modal .logo-header img,
.popup-modal .logo-header svg,
.popup-success-modal .logo-header img,
.popup-success-modal .logo-header svg {
  height: 40px;
}

.popup-modal .choose-delivery,
.popup-success-modal .choose-delivery {
  margin: 40px 0 30px 0;
}

.popup-modal .country-not-found,
.popup-success-modal .country-not-found {
  margin: 10px 58px 60px 58px;
}

.popup-modal .close,
.popup-success-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup-modal .close:hover,
.popup-success-modal .close:hover {
  cursor: pointer;
}

@media (min-width: 768px) {

  .popup-modal .country-list,
  .popup-success-modal .country-list {
    padding: 0 37px;
  }

  .popup-modal .country-list .item,
  .popup-success-modal .country-list .item {
    width: 30%;
  }

  .popup-modal .country-list .item.center,
  .popup-success-modal .country-list .item.center {
    width: 37%;
  }
}

@media (min-width: 1100px) {

  .popup-modal .country-list .item p,
  .popup-success-modal .country-list .item p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  .popup-modal p,
  .popup-success-modal p {
    font-size: 12px;
    line-height: 1.83;
  }

  .popup-modal .logo,
  .popup-success-modal .logo {
    height: 60px;
  }

  .popup-modal .logo-header img,
  .popup-success-modal .logo-header img {
    height: 30px;
  }

  .popup-modal .country-list p,
  .popup-success-modal .country-list p {
    text-align: left;
  }

  .popup-modal .country-list .item,
  .popup-success-modal .country-list .item {
    height: 42px;
    padding-bottom: 15px;
    align-items: flex-start;
  }

  .popup-modal .country-list:last-child p,
  .popup-modal .country-list:nth-last-child(2) p,
  .popup-success-modal .country-list:last-child p,
  .popup-success-modal .country-list:nth-last-child(2) p {
    width: 80px;
  }

  .popup-modal .choose-delivery,
  .popup-success-modal .choose-delivery {
    margin: 40px 0 20px 0;
  }

  .popup-modal .country-not-found,
  .popup-success-modal .country-not-found {
    margin: 20px 40px 40px 40px;
  }

  .popup-modal .close,
  .popup-success-modal .close {
    top: 10px;
    right: 10px;
  }
}

.popup-success-modal .current-country {
  margin: 40px 30px;
  text-align: center;
}

.popup-success-modal .current-country img {
  width: 36px;
  height: 36px;
}

.popup-success-modal .current-country .region-name {
  color: #0f0c0b;
  margin: 16px 0 8px;
}

.popup-success-modal .country-not-found {
  margin: 20px 0 56px;
}

.popup-success-modal .country-not-found span:last-child {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 768px) {
  .popup-success-modal .current-country .region-name {
    margin: 10px 0 14px;
  }

  .popup-success-modal .country-not-found {
    margin-bottom: 128px;
  }

  .popup-success-modal .country-not-found br {
    display: none;
  }
}

@media (min-width: 1100px) {
  .popup-success-modal .current-country .region-name {
    margin: 10px 0;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 36px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.shopping-cart-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(15, 12, 11, 0.4);
  z-index: 1200;
}

.shopping-cart {
  width: 360px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  position: absolute;
  top: 0;
  right: -360px;
  height: 100%;
  overflow: auto;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}

.shopping-cart.opened {
  right: 0;
}

.shopping-cart p {
  font-size: 20px;
  line-height: 1.5;
  color: #0f0c0b;
  margin: 0;
}

.shopping-cart-header {
  padding: 21px 22px 24px 20px;
  border-bottom: 1px solid rgba(0, 101, 242, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopping-cart-header img {
  cursor: pointer;
}

.shopping-cart-body .cta-btn {
  border-radius: 5px;
  border: none;
  color: white;
  width: 100%;
  background-color: #0f0c0b;
  line-height: 1.71;
  letter-spacing: 0.1px;
}

.shopping-cart-body .empty-bag {
  padding: 0 23px;
}

.shopping-cart-body .empty-bag p {
  padding: 85px 0;
  text-align: center;
}

.shopping-cart-body .cart-bag {
  padding: 26px 23px;
}

.shopping-cart-body .cart-bag .products {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(15, 12, 11, 0.1);
}

.shopping-cart-body .cart-bag .products .cart-product .content {
  display: flex;
  height: 100px;
}

.shopping-cart-body .cart-bag .products .cart-product .content img {
  width: 100px;
  height: 100px;
}

.shopping-cart-body .cart-bag .products .cart-product .content .description {
  margin-left: 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.shopping-cart-body .cart-bag .products .cart-product .content .description .name,
.shopping-cart-body .cart-bag .products .cart-product .content .description .price {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  font-weight: normal;
  color: #0f0c0b;
}

.shopping-cart-body .cart-bag .products .cart-product .content .description .size {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #454342;
  flex-grow: 1;
}

.shopping-cart-body .cart-bag .products .cart-product .content .description .count {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust {
  width: 90px;
  padding: 4px 10px 6px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #0f0c0b;
  font-size: 14px;
  position: relative;
}

.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust .minus,
.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust .plus {
  width: 10px;
  cursor: pointer;
}

.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust .minus:before,
.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust .plus:before,
.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust .plus:after {
  height: 2px;
  width: 10px;
  position: absolute;
  background: #0f0c0b;
  top: 13px;
  display: block;
  content: "";
}

.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust .plus:before,
.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust .plus:after {
  right: 10px;
}

.shopping-cart-body .cart-bag .products .cart-product .content .description .count-adjust .plus:after {
  transform: rotate(90deg);
}

.shopping-cart-body .cart-bag .products .cart-product .remove {
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #454342;
  text-decoration: underline;
}

.shopping-cart-body .cart-bag .build-routine {
  padding: 20px 0 5px;
  border-bottom: 1px solid rgba(15, 12, 11, 0.1);
}

.shopping-cart-body .cart-bag .build-routine .routine-title {
  font-size: 16px;
  line-height: 1.63;
  color: #0f0c0b;
  margin-bottom: 10px;
}

.shopping-cart-body .cart-bag .build-routine .routine-product {
  margin-bottom: 15px;
  background-color: #faf7f2;
  padding: 10px 14px 15px;
  border-radius: 5px;
  color: #0f0c0b;
  display: flex;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .img {
  width: 42px;
  margin-right: 14px;
  height: 112px;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .content {
  flex: 1;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .price,
.shopping-cart-body .cart-bag .build-routine .routine-product .desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.83;
  margin-bottom: 3px;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .desc {
  margin-bottom: 12px;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .button-cta {
  width: 118px;
  padding: 5px 11px;
  border: 1px solid #0f0c0b;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .button-cta img {
  width: 10px;
  height: 10px;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .button-cta:hover {
  background-color: #0f0c0b;
  color: white;
}

.shopping-cart-body .cart-bag .build-routine .routine-product .button-cta:hover img {
  filter: invert(100%) sepia(85%) saturate(4495%) hue-rotate(180deg) brightness(200%) contrast(200%);
}

.shopping-cart-body .cart-bag .subtotal {
  padding: 20px 0;
  border-bottom: 1px solid rgba(15, 12, 11, 0.1);
}

.shopping-cart-body .cart-bag .subtotal .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopping-cart-body .cart-bag .subtotal .value p {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #0f0c0b;
  font-weight: normal;
}

.shopping-cart-body .cart-bag .subtotal .description {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #454342;
}

.shopping-cart-body .cart-bag .actions {
  margin-top: 25px;
}

.shopping-cart-body .cart-bag .actions .button+.button {
  margin-top: 12px;
}

@media screen and (max-width: 375px) {
  .shopping-cart {
    width: 100%;
    right: -100%;
  }

  .shopping-cart-header {
    padding: 17px 15px;
    display: block;
  }

  .shopping-cart-header p {
    width: 100%;
    text-align: center;
  }

  .shopping-cart-header img {
    float: right;
    margin-top: -20px;
  }

  .shopping-cart-body .cart-bag {
    padding: 26px 19px;
  }
}

body.style-uk .referral-banner-wrapper,
body.style-us .referral-banner-wrapper {
  padding-top: 64px;
  background: #faf7f2;
}

@media screen and (min-width: 768px) {

  body.style-uk .referral-banner-wrapper,
  body.style-us .referral-banner-wrapper {
    padding-top: 78px;
  }
}

@media screen and (min-width: 1100px) {

  body.style-uk .referral-banner-wrapper,
  body.style-us .referral-banner-wrapper {
    padding-top: 74px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0.5em transparent;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

._reboot .referral-banner {
  display: block;
  line-height: 4.5em;
  text-align: center;
  color: #0f0c0b;
  background: #f4a38a;
  user-select: none;
}

._reboot .referral-banner:hover {
  color: #0f0c0b;
  text-decoration: none;
}

._reboot .referral-banner:hover .referral-banner__tag {
  animation: pulse 1s infinite;
}

._reboot .referral-banner:focus .referral-banner__tag {
  animation: none;
}

._reboot .referral-banner__tag {
  font-size: 0.7em;
  width: 4.64286em;
  height: 4.64286em;
  font-weight: 300;
  background: #0f0c0b;
  color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.35714em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1.07143em;
}

._reboot .referral-banner__tag__bold {
  font-size: 1.35714em;
  font-weight: 500;
}

._reboot .referral-banner__tag__bold::after {
  content: "\a";
  white-space: pre;
}

._reboot .referral-banner__copy {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0 0 0 0.5em;
  text-align: left;
}

@media screen and (min-width: 992px) {
  ._reboot .referral-banner__copy {
    margin: 0 0 0 1.25em;
  }
}

._reboot .referral-banner__title {
  font-size: 0.8em;
  line-height: 1.3125em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.375em;
}

@media screen and (min-width: 992px) {
  ._reboot .referral-banner__title {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
  }
}

._reboot .referral-banner__sub-title {
  font-size: 0.7em;
  line-height: 1.57143em;
  font-weight: 300;
  color: #454342;
}

@media screen and (min-width: 992px) {
  ._reboot .referral-banner__sub-title {
    font-size: 0.8em;
    line-height: 1.625em;
  }
}

._reboot .referral-banner__arrow-icon {
  display: inline-block;
  height: 10px;
  width: auto;
  margin-left: 0.46429em;
  vertical-align: baseline;
}

._reboot .referee-banner {
  display: block;
  text-align: center;
  color: #0f0c0b;
  background: #f4a38a;
  padding: 0.8em 0.75em 0.9em;
  text-align: center;
  user-select: none;
}

@media screen and (min-width: 576px) {
  ._reboot .referee-banner {
    padding: 0.8em 0.75em 0.8em;
  }
}

@media screen and (min-width: 992px) {
  ._reboot .referee-banner {
    padding: 0.8em 0.75em 0.85em;
  }
}

._reboot .referee-banner:hover,
._reboot .referee-banner:active {
  color: #0f0c0b;
  text-decoration: none;
}

._reboot .referee-banner:hover .referee-banner__sub-title,
._reboot .referee-banner:active .referee-banner__sub-title {
  transform: translateX(0.25em);
}

._reboot .referee-banner:focus .referee-banner__sub-title {
  transform: none;
}

._reboot .referee-banner__title {
  font-size: 0.8em;
  line-height: 1.625em;
  margin: 0 0 0.5em;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  ._reboot .referee-banner__title {
    font-size: 0.9em;
    line-height: 1.55556em;
    margin: 0 0 0.44444em;
  }
}

@media screen and (min-width: 992px) {
  ._reboot .referee-banner__title {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 0.25em;
  }
}

._reboot .referee-banner__name {
  font-weight: 500;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  ._reboot .referee-banner__name {
    font-weight: 400;
  }
}

._reboot .referee-banner__sub-title {
  font-size: 0.6em;
  line-height: 1.83333em;
  margin: 0;
  font-weight: 300;
  color: #454342;
  transition: 0.2s transform ease;
}

@media screen and (min-width: 576px) {
  ._reboot .referee-banner__sub-title {
    font-size: 0.7em;
    line-height: 1.57143em;
  }
}

._reboot .referee-banner__amount {
  font-weight: 500;
}

._reboot .referee-banner__arrow-icon {
  display: inline-block;
  height: 0.71429em;
  width: auto;
  transform: scale(2.4);
  position: relative;
  top: -0.1em;
  fill: #454342;
}

.content-wrapper--has-referral-banner {
  padding-top: 56px;
}

@media screen and (min-width: 576px) {
  .content-wrapper--has-referral-banner {
    padding-top: 79px;
  }
}

@media screen and (min-width: 1100px) {
  .content-wrapper--has-referral-banner {
    padding-top: 103.91px;
  }
}

.content-wrapper--has-referral-banner #confirmation-page {
  padding-top: 40px;
}

.modal--ie-notice {
  font-size: 20px;
}

.modal--ie-notice .modal-content {
  font-size: 1em;
  width: 100%;
  box-shadow: 0 0.1em 0.5em 0 rgba(5, 5, 5, 0.12);
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0 0 6.25em;
}

.modal--ie-notice.popup-modal .logo-row {
  font-size: 1em;
  padding: 0;
  height: 5em;
  line-height: 5em;
  background: #faf7f2;
  display: block;
  margin: 0;
  position: relative;
}

.modal--ie-notice.popup-modal .logo-header {
  font-size: 1em;
  height: 2em;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.modal--ie-notice.popup-modal .logo-header img {
  display: block;
  height: 100%;
  width: auto;
  max-height: none;
  margin: 0 auto;
}

.modal--ie-notice.popup-modal .header-text-row {
  font-size: 1em;
  margin: 0 0 0.4em;
  padding: 2em 8.333%;
}

.modal--ie-notice.popup-modal .header-text-row p {
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.57;
  text-align: center;
  color: #56595b;
}

.modal--ie-notice.popup-modal .modal-selection {
  margin: 0;
}

.modal--ie-notice.popup-modal .modal-select {
  border: none;
  padding: 0;
  width: 33.333%;
}

.modal--ie-notice.popup-modal .modal-select:hover {
  border: none;
  box-shadow: 0 0 0 2px #6cddc7;
}

@media (min-width: 769px) {
  .modal--ie-notice.popup-modal .modal-select img {
    display: block;
    width: 3em;
    height: 3em;
    margin: auto auto 1.05em;
  }
}

.modal--ie-notice.popup-modal .modal-select p {
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  color: #44474d;
}

.modal--ie-notice.popup-modal .close {
  color: #0f0c0b;
  font-size: 1.45em;
  width: 0.82759em;
  height: 0.82759em;
  line-height: 0.82759em;
  text-align: center;
  background: transparent;
  position: absolute;
  top: 0.55172em;
  right: 0.55172em;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: bold;
}

@media (max-width: 768px) {
  .modal--ie-notice .modal-content {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 5.5em;
  }

  .modal--ie-notice.popup-modal .logo-row {
    height: 3em;
    line-height: 3em;
  }

  .modal--ie-notice.popup-modal .logo-header {
    font-size: 1em;
    height: 1.5em;
  }

  .modal--ie-notice.popup-modal .close {
    color: #0f0c0b;
    top: 0.4em;
    right: 0.4em;
  }

  .modal--ie-notice.popup-modal .header-text-row {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .modal--ie-notice.popup-modal .header-text-row p {
    font-size: 0.6em;
    line-height: 1.83333em;
  }

  .modal--ie-notice.popup-modal .modal-selection {
    display: block;
  }

  .modal--ie-notice.popup-modal .modal-select {
    font-size: 0.6em;
    margin: 0 auto;
    display: block;
    width: 15em;
    height: 4em;
    line-height: 4em;
    text-align: left;
  }

  .modal--ie-notice.popup-modal .modal-select+.modal-select {
    margin-top: 2.66667em;
  }

  .modal--ie-notice.popup-modal .modal-select img,
  .modal--ie-notice.popup-modal .modal-select p {
    display: inline-block;
    vertical-align: middle;
  }

  .modal--ie-notice.popup-modal .modal-select img {
    display: inline-block;
    height: 3.66667em;
    width: auto;
    margin: 0 2em 0 0;
  }

  .modal--ie-notice.popup-modal .modal-select p {
    font-size: 1em;
    color: #34373a;
    line-height: 3.66667em;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #0f0c0b;
  transition: transform 0.4s;
  z-index: 998;
  box-sizing: border-box;
  font-family: "Helvetica Neue", sans-serif;
}

.nav-container {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.nav-inner-container {
  max-width: 1440px;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
}

.nav-row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.nav-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.nav-col {
  flex: 1 0 0%;
}

.nav-body {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.nav-body .header-dropdown .current-delivery-country {
  font-size: 14px;
  padding: 0;
}

.nav-body .header-dropdown .current-delivery-country p {
  font-size: 12px;
  color: #3b3f43;
  letter-spacing: 0.09;
  margin: 0 0 6px 0;
}

.nav-body .header-dropdown .current-delivery-country .flag {
  color: #0f0c0b;
}

.nav-body .header-dropdown .current-delivery-country .flag img,
.nav-body .header-dropdown .current-delivery-country .flag svg {
  margin-right: 8px;
}

.nav-body .header-dropdown .delivery-country-list {
  position: absolute;
  right: -19px;
  top: calc(100% + 22px);
  width: 600px;
  padding: 30px 10px 20px 30px;
  z-index: 1;
}

.nav-body .header-dropdown .delivery-country-list:before {
  right: 20px;
  border: 10px solid white;
}

.nav-body .header-dropdown .delivery-country-list .container {
  width: 100%;
}

.nav-body .header-dropdown .delivery-country-list .container p {
  padding: 6px 6px 21px 6px;
}

.nav-body .header-dropdown .delivery-country-list .container .item {
  width: calc(33% - 5px);
  padding: 6px 7px 5px;
  margin: 0 5px 24px 0;
  align-items: center;
}

.nav-body .header-dropdown .delivery-country-list .container .item img,
.nav-body .header-dropdown .delivery-country-list .container .item svg {
  margin-right: 12px;
}

.nav-logo {
  z-index: 1;
}

.nav-logo svg {
  width: 115px;
  height: 24px;
}

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-header .logo {
  z-index: 9998;
}

.nav-menu--desktop {
  display: none;
  flex-wrap: wrap;
}

.nav-menu-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav-menu-list__item {
  color: #0f0c0b;
  white-space: nowrap;
  font-weight: 400;
}

.nav-menu-list__item .login-country-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-list__item .login-country-dropdown .nav-menu-list__link {
  width: initial;
}

.nav-menu-list__link {
  cursor: pointer;
  color: #0f0c0b;
  text-decoration: none;
  padding: 9px 0 5px;
  box-sizing: border-box;
  transition: none;
}

.menu-dropdown-active .nav-menu-list__link svg {
  transform: rotate(180deg);
}

.nav-menu-list__link svg * {
  stroke: #0f0c0b;
}

.menu-dropdown-active .nav-menu-list__link {
  text-decoration-line: underline;
  text-underline-position: under;
}

.nav-menu-list__link .header-dropdown-selector .active {
  text-decoration-line: underline;
  text-underline-position: under;
}

.nav-menu-list__link:hover {
  text-decoration-line: underline;
  text-underline-position: under;
}

.nav-subtext {
  font-size: 10px;
  line-height: 20px;
}

.nav-overlay {
  height: 0;
  overflow: hidden;
  transition: height 0s 1.1s;
}

.nav-overlay .nav-menu-list {
  padding: 0 20px;
  max-width: 464px;
  margin: 0 auto;
}

.nav-overlay .nav-menu-list__item {
  border-bottom: 1px solid #f2eee9;
  transform: translateY(70px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.nav-overlay .nav-menu-list__item.menu-item-accordion {
  border-bottom: 0;
  padding: 0;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .accordion-item {
  padding: 0;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .accordion-item .accordion-header {
  padding: 16px 0;
  border-bottom: 1px solid #f2eee9;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .accordion-item .accordion-header .nav-menu-list__link {
  padding: 0;
  width: initial;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .accordion-item .accordion-header .nav-menu-list__link:hover {
  color: #0f0c0b;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .accordion-item.active .accordion-header {
  border-bottom: 0;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .accordion-item.active .accordion-header .nav-menu-list__link {
  text-decoration-line: underline;
  text-underline-position: under;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .accordion-item.active .accordion-toggle-button {
  transform: rotate(-180deg);
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .menu-item-accordion-list {
  list-style-type: none;
  padding-left: 0px;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .menu-item-accordion-list li:first-child .nav-menu-list__link {
  margin: 0 0 8px 28px;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .menu-item-accordion-list li .nav-menu-list__link {
  margin: 17px 0 17px 28px;
  padding: 0;
}

.nav-overlay .nav-menu-list__item.menu-item-accordion .menu-item-accordion-list li:last-child {
  border-bottom: 1px solid #f2eee9;
}

.nav-overlay .nav-menu-list__item:last-child {
  border-bottom: 0;
}

.nav-overlay .nav-menu-list__item:nth-child(1) {
  transition-delay: 0.56s;
}

.nav-overlay .nav-menu-list__item:nth-child(2) {
  transition-delay: 0.49s;
}

.nav-overlay .nav-menu-list__item:nth-child(3) {
  transition-delay: 0.42s;
}

.nav-overlay .nav-menu-list__item:nth-child(4) {
  transition-delay: 0.35s;
}

.nav-overlay .nav-menu-list__item:nth-child(5) {
  transition-delay: 0.28s;
}

.nav-overlay .nav-menu-list__item:nth-child(6) {
  transition-delay: 0.21s;
}

.nav-overlay .nav-menu-list__item:nth-child(7) {
  transition-delay: 0.14s;
}

.nav-overlay .nav-menu-list__item:nth-child(8) {
  transition-delay: 0.07s;
}

.nav-overlay .nav-menu-list__link {
  padding: 14px 0;
  width: 100%;
  display: block;
}

.nav-overlay .menu-button {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 24px;
}

.nav-overlay .header-dropdown .current-delivery-country {
  display: flex;
  justify-content: space-between;
  padding: 0;
  font-size: 14px;
  color: #0f0c0b;
}

.nav-overlay .header-dropdown .current-delivery-country p {
  margin: 0;
}

.nav-overlay .header-dropdown .current-delivery-country .flag {
  margin-right: 10px;
}

.nav-overlay .header-dropdown .current-delivery-country .flag img,
.nav-overlay .header-dropdown .current-delivery-country .flag svg {
  margin-right: 8px;
}

.nav-overlay .header-dropdown .delivery-country-list {
  margin: 16px 0 0 -20px;
  position: relative;
  box-sizing: border-box;
  width: calc(100% + 40px);
  padding: 20px 0 0;
}

.nav-overlay .header-dropdown .delivery-country-list:before {
  right: 30px;
  border: 7px solid rgba(5, 5, 5, 0.12);
}

.nav-overlay .header-dropdown .delivery-country-list .container {
  width: 100%;
  padding: 0;
}

.nav-overlay .header-dropdown .delivery-country-list .container p {
  font-size: 12px;
  text-align: center;
  padding-bottom: 20px;
}

.nav-overlay .header-dropdown .delivery-country-list .container .item {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 6px 0 7px 10px;
  height: fit-content;
  align-items: flex-start;
}

.nav-overlay .header-dropdown .delivery-country-list .container .item img,
.nav-overlay .header-dropdown .delivery-country-list .container .item svg {
  margin-right: 10px;
}

.nav-overlay .header-dropdown .delivery-country-list .container .item p {
  white-space: initial;
  width: 80px;
  text-align: left;
}

.nav-overlay .header-dropdown .delivery-country-list .container .item:last-child {
  margin-top: -15px;
}

.nav-toggle {
  cursor: pointer;
  z-index: 9998;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0f0c0b;
}

.nav-toggle div {
  position: relative;
}

.nav-toggle div span {
  cursor: pointer;
  height: 2px;
  width: 18px;
  background: #0f0c0b;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s ease-in-out;
}

.nav-toggle div span:before {
  top: -5px;
  cursor: pointer;
  height: 2px;
  width: 18px;
  background: #0f0c0b;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s ease-in-out;
}

.nav-toggle div span:after {
  bottom: -5px;
  cursor: pointer;
  height: 2px;
  width: 18px;
  background: #0f0c0b;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s ease-in-out;
}

.nav-toggle~.toggle-background {
  width: 112px;
  height: 112px;
  background-color: #fff;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  top: -3rem;
  right: -3rem;
  will-change: width, height;
  transition: transform 0.7s 0.5s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    width 0.7s 0.5s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    height 0.7s 0.5s cubic-bezier(0.04, -0.1, 0.29, 0.98), opacity 0.3s 0.8s;
}

.nav-item-tag {
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 20px;
  background-color: #f4a38a;
  border-radius: 49px;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  margin-left: 5px;
}

.nav .header-dropdown {
  position: relative;
}

.nav .header-dropdown .current-delivery-country {
  cursor: pointer;
  text-align: center;
}

.nav .header-dropdown .current-delivery-country .flag {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .header-dropdown .current-delivery-country .flag img,
.nav .header-dropdown .current-delivery-country .flag svg {
  width: 21px;
}

.nav .header-dropdown .delivery-country-list {
  display: none;
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(5, 5, 5, 0.12);
}

.nav .header-dropdown .delivery-country-list:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  box-sizing: border-box;
  border-color: white;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -5px 5px 8px 0px rgba(5, 5, 5, 0.06);
}

.nav .header-dropdown .delivery-country-list.active {
  display: block;
}

.nav .header-dropdown .delivery-country-list .container {
  width: 100%;
}

.nav .header-dropdown .delivery-country-list .container p {
  margin: 0;
  color: #454342;
}

.nav .header-dropdown .delivery-country-list .container>div {
  display: flex;
  flex-wrap: wrap;
}

.nav .header-dropdown .delivery-country-list .container>div .item {
  cursor: pointer;
  display: flex;
  border-radius: 3px;
  box-sizing: border-box;
}

.nav .header-dropdown .delivery-country-list .container>div .item:hover {
  background-color: #faf7f2;
}

.nav .header-dropdown .delivery-country-list .container>div .item img,
.nav .header-dropdown .delivery-country-list .container>div .item svg {
  width: 21px;
  height: 21px;
}

.nav .header-dropdown .delivery-country-list .container>div .item p {
  padding: 0;
  font-weight: 500;
  color: #0f0c0b;
}

.nav .header-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  z-index: 100;
  position: relative;
  font-weight: 400;
}

.nav .header-dropdown .header-dropdown-selector {
  z-index: 101;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(5, 5, 5, 0.3);
  padding: 10px 16px;
  list-style-type: none;
  margin: -53px 0 0 0;
  display: none;
}

.nav .header-dropdown .header-dropdown-selector.active {
  display: block;
}

.nav .header-dropdown .header-dropdown-selector li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #0f0c0b;
  cursor: pointer;
}

.nav .header-dropdown .header-dropdown-selector li:last-child {
  margin-bottom: 0;
}

.nav .header-dropdown .header-dropdown-selector li:hover {
  text-decoration-line: underline;
  text-underline-position: under;
}

.nav .header-dropdown .header-dropdown-selector li img,
.nav .header-dropdown .header-dropdown-selector li svg {
  width: 21px;
  border-radius: 50%;
  margin-right: 8px;
}

.nav.scrolled .nav-body {
  background: #fff;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
}

.nav.scroll-up {
  transform: translate3d(0, 0, 0);
}

.nav.scroll-down {
  transform: translate3d(0, -110%, 0);
}

.nav.active .nav-body::after {
  transition-delay: 0.07s;
  opacity: 1;
}

.nav.active .nav-overlay {
  transition: height 0.7s 0.3s;
  height: 100%;
  overflow-y: auto;
}

.nav.active .nav-overlay .nav-menu-list {
  padding-bottom: 70px;
}

.nav.active .nav-overlay .nav-menu-list__item {
  transform: translateY(0px);
  opacity: 1;
}

.nav.active .nav-overlay .nav-menu-list__item:nth-child(1) {
  transition-delay: 0s;
}

.nav.active .nav-overlay .nav-menu-list__item:nth-child(2) {
  transition-delay: 0.07s;
}

.nav.active .nav-overlay .nav-menu-list__item:nth-child(3) {
  transition-delay: 0.14s;
}

.nav.active .nav-overlay .nav-menu-list__item:nth-child(4) {
  transition-delay: 0.21s;
}

.nav.active .nav-overlay .nav-menu-list__item:nth-child(5) {
  transition-delay: 0.28s;
}

.nav.active .nav-overlay .nav-menu-list__item:nth-child(6) {
  transition-delay: 0.35s;
}

.nav.active .nav-overlay .nav-menu-list__item:nth-child(7) {
  transition-delay: 0.42s;
}

.nav.active .nav-overlay .nav-menu-list__item:nth-child(8) {
  transition-delay: 0.49s;
}

.nav.active .nav-toggle span {
  background-color: transparent;
}

.nav.active .nav-toggle span:before {
  top: 0;
  transform: rotate(45deg);
}

.nav.active .nav-toggle span:after {
  top: 0;
  transform: rotate(-45deg);
}

.nav.active .nav-toggle~.toggle-background {
  width: calc(100vw + 3rem);
  height: calc(100vh + 3rem);
  opacity: 1;
  transition: transform 1s 0s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    width 1s 0s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    height 1s 0s cubic-bezier(0.04, -0.1, 0.29, 0.98), opacity 0.3s 0s;
  transform: translate3d(-50vh, -50vh, 0) scale(5);
}

.nav .menu-dropdown-active .nav-menu-list__link:before {
  transform: rotate(-45deg);
}

.nav .menu-dropdown-active .nav-menu-list__link:after {
  transform: rotate(45deg);
}

.nav .menu-dropdown-content {
  display: none;
  padding: 30px 0 30px 0;
}

.nav .menu-dropdown-content__container {
  width: 100%;
  max-width: 690px;
  margin-left: 220px;
  margin-right: auto;
}

.nav .menu-dropdown-content__item {
  display: none;
}

.nav .menu-dropdown-content__item.active {
  display: block;
}

.nav .dropdown-inner-list {
  width: 265px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.nav .dropdown-inner-list__heading {
  font-size: 12px;
  text-transform: uppercase;
  color: #0f0c0b;
  font-weight: 400;
  margin-bottom: 15px;
}

.nav .dropdown-inner-list .item {
  position: relative;
  display: block;
}

.nav .dropdown-inner-list .item__secondary__text {
  color: #0f0c0b;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  padding: 1px;
  line-height: 20px;
  display: inline-block;
}

.nav .dropdown-inner-list .item.bg-tea-blue {
  background-color: #55c9b2;
}

.nav .dropdown-inner-list .item:hover {
  text-decoration-line: underline;
  text-underline-position: under;
}

.nav .dropdown-inner-card {
  width: 320px;
  display: none;
  color: #0f0c0b;
  text-decoration: none;
}

.nav .dropdown-inner-card.always-visible {
  display: block !important;
}

.nav .dropdown-inner-card-image {
  width: auto;
  height: 140px;
  margin-bottom: 14px;
  display: block;
}

.nav .dropdown-inner-card-image>img,
.nav .dropdown-inner-card-image svg {
  height: 100%;
  width: auto;
}

.nav .dropdown-inner-card-title {
  margin-bottom: 4px;
}

.nav .dropdown-inner-card-description {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

.nav .dropdown-inner-card-link {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  margin-top: 14px;
  color: #454342;
  cursor: pointer;
}

.nav .dropdown-inner-card-link:hover {
  color: #55c9b2;
}

.nav .dropdown-inner-card-link:hover svg {
  fill: #55c9b2;
}

.nav #shop-content .dropdown-inner-list {
  width: 380px;
}

.nav #shop-content .menu-dropdown-content__container {
  max-width: 904px;
}

.nav #readymade-content .dropdown-inner-list {
  width: 380px;
}

.nav #readymade-content .menu-dropdown-content__container {
  max-width: 786px;
}

.nav .nav-dropdown-divider {
  display: none;
}

.active-nav .nav {
  background: transparent;
  height: 100vh;
}

@media screen and (min-width: 576px) {
  .nav-overlay .menu .nav-menu-list__item {
    margin: 0 15%;
  }
}

@media screen and (min-width: 768px) {
  .nav-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-overlay .menu .nav-menu-list__item:first-child {
    padding-top: 40px;
  }

  .nav-overlay .header-dropdown .current-delivery-country .currency-type {
    display: none;
  }

  .nav-overlay .header-dropdown .dropdown-toggle {
    padding: 32px 0;
  }

  .nav-overlay .header-dropdown .dropdown-toggle:before,
  .nav-overlay .header-dropdown .dropdown-toggle:after {
    top: 42px;
  }

  .nav-overlay .header-dropdown .header-dropdown-selector {
    margin-top: -85px;
  }

  .nav-overlay .header-dropdown .delivery-country-list {
    margin: 32px 0 0 0;
    padding: 20px 0 14px;
    width: 100%;
  }

  .nav-overlay .header-dropdown .delivery-country-list:before {
    right: 0;
    border: 10px solid white;
  }

  .nav-overlay .header-dropdown .delivery-country-list .container {
    width: 100%;
  }

  .nav-overlay .header-dropdown .delivery-country-list .container .item {
    margin: 0 28px 20px;
    width: calc(50% - 56px);
    align-items: center;
  }

  .nav-overlay .header-dropdown .delivery-country-list .container .item p {
    width: auto;
  }

  .nav-overlay .header-dropdown .delivery-country-list .container .item:last-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1100px) {
  .nav {
    transition: transform 0.4s, height 0s;
    transition-delay: 0s;
  }

  .nav-container {
    height: unset;
    overflow: unset;
  }

  .nav-body {
    padding: 9px 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu--desktop {
    display: flex;
    flex-wrap: wrap;
  }

  .nav-menu--desktop .menu-1 {
    display: flex;
    align-items: center;
  }

  .nav-menu--desktop .menu-1 .nav-menu-list__item {
    display: flex;
    align-items: center;
  }

  .nav-menu--desktop .menu-1 .nav-menu-list__item:last-child {
    margin-right: 0;
  }

  .nav-menu--desktop .menu-1 .nav-menu-list__item .menu-dropdown {
    height: 100%;
  }

  .nav-menu--desktop .menu-2 {
    display: flex;
    align-items: center;
    position: relative;
  }

  .nav-menu--desktop .menu-2:before {
    content: "";
    display: none;
    width: 1px;
    flex: 0 0 1px;
    height: 31px;
    background-color: rgba(69, 67, 66, 0.2);
  }

  .nav-menu--desktop .menu-2.left-line:before {
    display: block;
  }

  .nav-menu--desktop .nav-menu-list .menu-dropdown {
    display: flex;
    align-items: center;
  }

  .nav-menu--desktop .nav-menu-list .menu-dropdown-icon {
    margin-left: 4px;
    width: 20px;
    display: block;
    height: 20px;
  }

  .nav-menu--desktop .nav-menu-list .menu-dropdown-icon svg {
    width: 100%;
    height: 100%;
  }

  .nav-menu--desktop .nav-menu-list .menu-dropdown .nav-menu-list__link {
    display: flex;
    align-items: center;
  }

  .nav-menu--desktop .nav-menu-list__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .nav-menu--mobile {
    display: none;
  }

  .nav-toggle {
    display: none;
  }

  .nav-toggle~.toggle-background {
    display: none;
  }

  .nav.scrolled {
    background: #fff;
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  }

  .nav.scrolled .nav-body {
    background: transparent;
    box-shadow: none;
  }

  .nav.dropdown-open {
    background: #fff;
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  }

  .nav.dropdown-open .nav-body {
    background: transparent;
    box-shadow: none;
  }

  .nav.dropdown-open .nav-dropdown-divider {
    display: block;
  }

  .nav .account-dropdown .header-dropdown-selector {
    position: absolute;
    top: calc(100% + 12px);
    left: -30px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(5, 5, 5, 0.12);
    min-width: 200px;
  }

  .nav .account-dropdown .header-dropdown-selector .nav-menu-list__link {
    position: relative;
    width: 100%;
  }

  .nav .account-dropdown .header-dropdown-selector .nav-menu-list__link:after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    content: "next";
    font-family: swiper-icons;
    font-variant: initial;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
  }

  .nav .account-dropdown .header-dropdown-selector:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    box-sizing: border-box;
    border-color: white;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -5px 5px 8px 0px rgba(5, 5, 5, 0.06);
    left: calc(50% + 10px);
    border: 10px solid white;
  }

  .nav .account-dropdown:hover .header-dropdown-selector {
    display: block;
  }

  .nav .account-dropdown:hover .dropdown-toggle svg {
    transform: rotate(180deg);
  }

  .nav .header-dropdown .dropdown-toggle {
    padding: 9px 0 5px;
  }

  .nav .header-dropdown .dropdown-toggle-icon {
    margin-left: 4px;
    width: 16px;
    display: block;
    height: 16px;
    line-height: 16px;
  }

  .nav .header-dropdown .dropdown-toggle-icon svg {
    width: 100%;
    height: 100%;
  }

  .nav .header-dropdown .dropdown-toggle-icon svg * {
    stroke: #0f0c0b;
  }

  .nav .header-dropdown .current-delivery-country p {
    display: none;
  }

  .nav .header-dropdown .current-delivery-country .currency-type {
    display: inline;
  }

  .nav .nav-menu-list__item .button {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 18px;
  }
}

@media screen and (min-width: 1100px) {
  .nav.dropdown-open .nav-body {
    border-bottom: 0;
  }

  .nav.dropdown-open .menu-dropdown-body {
    margin-left: 290px;
  }
}

.b85-ep {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
}

.b85-ep *,
.b85-ep *:before,
.b85-ep *:after {
  box-sizing: inherit;
}

.b85-ep .mb-0 {
  margin-bottom: 0 !important;
}

.b85-ep-button {
  width: 100%;
  min-width: 184px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .b85-ep-button {
    margin-top: 0;
  }
}

.b85-ep-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .b85-ep-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .b85-ep-container {
    max-width: none;
  }
}

.b85-ep-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(69, 67, 66, 0.7);
  opacity: 0;
  visibility: hidden;
}

.b85-ep--open .b85-ep-backdrop {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .b85-ep--open .b85-ep-backdrop {
    display: none;
  }
}

.b85-ep-toggle {
  padding: 20px 0;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s 0.2s opacity, visibility ease-in-out !important;
  display: block;
  box-shadow: 0px 5px 10px 0px rgba(5, 5, 5, 0.12);
}

.b85-ep--visible .b85-ep-toggle {
  opacity: 1;
  visibility: visible;
}

.b85-ep-toggle .b85-ep-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b85-ep-toggle__text {
  font-weight: normal;
  font-size: 14px;
  color: #0f0c0b;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .b85-ep-toggle__text {
    text-align: center;
  }
}

.b85-ep-toggle__text .highlight {
  background-color: #f4a38a;
}

.b85-ep-toggle__icon {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: 16px;
}

.b85-ep-toggle__icon:before {
  top: 50%;
  margin-top: -1px;
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 16px;
  background: #0f0c0b;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s ease-in-out;
}

.b85-ep-toggle__icon:after {
  top: 50%;
  margin-top: -1px;
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 16px;
  background: #0f0c0b;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .b85-ep-toggle__icon {
    right: 30px;
  }
}

.b85-ep-popup {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f2eee9;
  overflow: hidden;
  transform: translate3d(0, 100%, 0);
  transition: 0.4s transform ease-in-out !important;
}

@media screen and (min-width: 768px) {
  .b85-ep-popup {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.b85-ep-close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
  z-index: 1;
  transform: rotate(45deg);
  border: none;
  background-color: transparent;
  padding: 0;
}

.b85-ep-close:before {
  top: 50%;
  margin-top: -1px;
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 16px;
  background: #0f0c0b;
  position: absolute;
  display: block;
  content: "";
}

.b85-ep-close:after {
  top: 50%;
  margin-top: -1px;
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 16px;
  background: #0f0c0b;
  position: absolute;
  display: block;
  content: "";
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .b85-ep-close {
    right: 30px;
    top: 30px;
  }
}

.b85-ep-bg {
  height: 60vw;
  max-height: calc(100vh - 337px);
  position: relative;
}

.b85-ep-body .b85-ep-container {
  padding: 32px 20px 20px;
  font-weight: 300;
}

.b85-ep-heading {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 4px;
  font-weight: 500;
  color: #0f0c0b;
}

.b85-ep--success .b85-ep-heading {
  font-size: 20px;
  margin-bottom: 8px;
}

.b85-ep-subheading {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 16px;
  color: #0f0c0b;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.b85-ep--success .b85-ep-subheading {
  max-width: 270px;
}

@media screen and (min-width: 768px) {
  .b85-ep--success .b85-ep-subheading {
    max-width: none;
  }
}

.b85-ep-form__secondary-text {
  font-size: 14px;
  line-height: 20px;
  color: #6f6d6d;
  margin-bottom: 0;
  margin-top: 12px;
}

.b85-ep-input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #6f6d6d;
  color: #0f0c0b;
  text-align: center;
  font-weight: inherit;
  padding: 17px 10px;
  font-family: inherit;
  font-size: 16px;
}

.b85-ep-input:disabled {
  background-color: #eeeeee;
}

.has-error .b85-ep-input {
  border-color: #e02020;
}

.b85-ep-input:focus {
  outline: 0;
  border-color: #6cddc7;
}

.has-error .b85-ep-input:focus {
  border-color: #e02020;
}

@media screen and (min-width: 768px) {
  .b85-ep-input {
    text-align: left;
    min-width: 300px;
    height: 52px;
    padding: 15px;
  }
}

.b85-ep-error__msg {
  color: #e02020;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 2px;
  display: none;
}

.has-error .b85-ep-error__msg {
  display: block;
}

.b85-ep--visible #launcher {
  bottom: 56px !important;
  right: auto !important;
}

.b85-ep--open #launcher {
  display: none;
}

.b85-ep-content--success {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.b85-ep-content--success__heading {
  margin-bottom: 8px;
  margin-top: 0;
}

.b85-ep-content--success__message {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.b85-ep-content--failure {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.b85-ep-content--failure__heading {
  margin-bottom: 8px;
}

.b85-ep-content--failure__message {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .b85-ep-popup {
    box-shadow: 0px 5px 10px 0px rgba(5, 5, 5, 0.12);
  }

  .b85-ep-bg {
    /* position: absolute; */
    width: 30.3385416667%;
    height: 100%;
    /* left: 0; */
    /* z-index: -1; */
    min-height: auto;
    max-height: none;
  }

  .b85-ep-bg__image {
    background-image: none;
    background-position: right;
  }

  .b85-ep-body .b85-ep-container {
    padding: 0;
    position: relative;
  }

  .b85-ep-body .b85-ep-container-inner {
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
  }

  .b85-ep-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .b85-ep-subheading {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .b85-ep-form-col__button {
    margin-left: 8px;
  }

  .b85-ep-content {
    display: flex;
    min-height: 276px;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }

  .b85-ep-content--success {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 276px;
    align-items: center;
  }

  .b85-ep-content--success__message {
    font-size: 16px;
    letter-spacing: 0.01px;
    line-height: 21px;
  }

  .b85-ep-content--failure {
    display: flex;
    height: 276px;
    align-items: center;
    max-width: 364px;
  }

  .b85-ep-content--failure__message {
    font-size: 16px;
    letter-spacing: 0.01px;
    line-height: 21px;
  }
}

@media screen and (min-width: 1100px) {
  .b85-ep-bg {
    width: 22.222222222%;
    max-width: 320px;
  }

  .b85-ep-body .b85-ep-container-inner {
    max-width: 842px;
  }

  .b85-ep-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .b85-ep-subheading {
    margin-bottom: 0;
  }

  .b85-ep-form {
    padding-left: 27px;
    padding-top: 10px;
  }

  .b85-ep-content {
    min-height: 186px;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }

  .b85-ep-content--success {
    height: 202px;
    max-width: 558px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .b85-ep-content--failure {
    height: 202px;
    max-width: 558px;
    padding-left: 0;
    padding-right: 0;
  }

  .b85-ep-content--failure__message {
    margin-bottom: 4px;
  }
}

html.b85-ep--open {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  html.b85-ep--open {
    overflow: auto;
  }
}

.otc-product-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(15, 12, 11, 0.57);
  z-index: 1500;
  display: none;
}

.otc-product-modal .modal-container {
  width: calc(100% - 20px);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #faf7f2;
  box-shadow: 0 2px 10px 0 rgba(5, 5, 5, 0.12);
  padding: 28px 15px 16px;
  text-align: center;
}

.otc-product-modal .modal-container .prod-img {
  height: 200px;
  margin-bottom: 10px;
}

.otc-product-modal .modal-container .prod-title {
  color: #0f0c0b;
}

.otc-product-modal .modal-container .prod-size,
.otc-product-modal .modal-container .prod-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.83;
  color: #0f0c0b;
  margin: 0 auto 16px;
  max-width: 250px;
}

.otc-product-modal .modal-container .prod-size span,
.otc-product-modal .modal-container .prod-desc span {
  display: inline-block;
  margin: 0 4px;
}

.otc-product-modal .modal-container .prod-desc {
  color: #454342;
  margin-bottom: 26px;
}

.otc-product-modal .modal-container .button-cta {
  width: 270px;
  padding: 14px;
  border-radius: 5px;
  border: 1px solid #0f0c0b;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.otc-product-modal .modal-container .button-cta img {
  width: 12px;
  height: 12px;
  margin-right: 15px;
}

.otc-product-modal .modal-container .button-cta:hover {
  background-color: #0f0c0b;
  color: white;
}

.otc-product-modal .modal-container .button-cta:hover img {
  filter: invert(100%) sepia(85%) saturate(4495%) hue-rotate(180deg) brightness(200%) contrast(200%);
}

.otc-product-modal .modal-container .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.otc-product-modal .modal-container .close img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .otc-product-modal .modal-container {
    width: 600px;
    max-width: 600px;
    height: 500px;
    padding: 48px 21px;
  }

  .otc-product-modal .modal-container .prod-img {
    margin-bottom: 16px;
  }

  .otc-product-modal .modal-container .prod-title {
    margin-bottom: 4px;
  }

  .otc-product-modal .modal-container .prod-size,
  .otc-product-modal .modal-container .prod-desc {
    font-size: 14px;
    line-height: 1.57;
    margin: 0 auto 12px;
    max-width: 364px;
  }

  .otc-product-modal .modal-container .prod-size span,
  .otc-product-modal .modal-container .prod-desc span {
    margin: 0 6px;
  }

  .otc-product-modal .modal-container .prod-desc {
    margin-bottom: 25px;
  }

  .otc-product-modal .modal-container .button-cta {
    width: 270px;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #0f0c0b;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .otc-product-modal .modal-container .button-cta img {
    width: 12px;
    height: 12px;
    margin-right: 15px;
  }

  .otc-product-modal .modal-container .button-cta:hover {
    background-color: #0f0c0b;
    color: white;
  }

  .otc-product-modal .modal-container .button-cta:hover img {
    filter: invert(100%) sepia(85%) saturate(4495%) hue-rotate(180deg) brightness(200%) contrast(200%);
  }

  .otc-product-modal .modal-container .close {
    top: 21px;
    right: 21px;
  }
}

body {
  font-family: "Helvetica Neue", sans-serif;
}

@media screen and (min-width:1099.98px) {
  .b85-ep-btn {
    justify-content: flex-start !important
  }

  .b85-ep-form-col__button {
    margin-left: 0;
  }

  .b85-ep-popup {
    justify-content: flex-start !important;
  }

  .b85-ep-body {
    flex: 1;
  }
}


@media screen and (min-width:1500px) {
  .b85-ep-bg {
    position: absolute;
    left: 0;
    z-index: 2;
  }
}
