/** Shopify CDN: Minification failed

Line 14995:4 Unexpected "683941568773"
Line 15010:4 Unexpected "683941568773"
Line 15026:4 Unexpected "683943305477"
Line 15041:4 Unexpected "683943305477"
Line 15057:4 Unexpected "683941732613"
Line 15072:4 Unexpected "683941732613"
Line 15088:4 Unexpected "683941536005"
Line 15103:4 Unexpected "683941536005"
Line 15119:4 Unexpected "683943272709"
Line 15134:4 Unexpected "683943272709"
... and 59 more hidden warnings

**/
@font-face {
  font-display: swap;
  font-family: GTSuper;
  font-style: normal;
  src: url(https://cdn.shopify.com/s/files/1/0562/7648/4179/files/gtsuperdisplay-regular-webfont.woff2?v=1663789206)
    format("woff2");
}
:root {
  --border-radius: 15px;
  --brand-black: #212120;
  --brand-blue: #abceff;
  --brand-white: #f4f2ef;
  --brand-white-shade-1: #ebe9e5;
  --brand-white-shade-2: #d4d2ce;
  --color-transparent: transparent;
  --grid-columns: 12;
  --grid-gutter-x: var(--grid-gutter-mobile, 20px);
  --grid-gutter-y: var(--grid-gutter-mobile, 20px);
  --site-gutter: var(--site-gutter-small-mobile, 20px);
}
@media screen and (min-width: 769px) {
  :root {
    --border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --site-gutter: var(--site-gutter-tablet, 40px);
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --site-gutter: var(--site-gutter-desktop, 60px);
  }
}
html,
html a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
html {
  background-color: #f4f2ef;
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 100%);
  height: 100%;
  width: 100%;
}
body {
  display: grid;
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.925rem;
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr auto;
  line-height: calc(1 + 0.8 / var (--font-body-scale));
  min-height: 100%;
}
body.locked {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1rem;
  }
}
*,
:after,
:before {
  box-sizing: inherit;
}
:last-child {
  margin-bottom: 0;
}
#global-mask {
  background-color: #f4f2ef;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
h1,
h2,
h3 {
  font-family: GTSuper, Times New Roman, Times, serif;
  font-weight: 400;
}
h4,
h5,
h6 {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
h4 {
  font-weight: 500;
}
h5,
h6 {
  font-weight: 400;
}
.h1,
.h2,
.h3 {
  font-family: GTSuper, Times New Roman, Times, serif;
}
.h4,
.h5,
.h6 {
  font-weight: 500;
}
.h4,
.h5,
.h6,
.subhead {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.subhead {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .subhead {
    font-size: 1.5rem;
  }
}
.utility {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 18px;
  vertical-align: middle;
}
.body,
a,
address,
p {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.body,
address,
p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .body,
  address,
  p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.body-large {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .body-large {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.wysiwyg {
  display: flex;
  justify-content: center;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .wysiwyg {
    padding: 40px 20px;
  }
}
.wysiwyg .richtext h1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .richtext h1 {
    margin-bottom: 40px;
  }
}
.richtext {
  max-width: var(--blog-content-width, 1024px);
  width: 100%;
}
.richtext > * {
  color: currentColor;
}
.richtext p:empty {
  display: none;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  margin-bottom: var(--leading-heading, 16px);
}
.richtext p,
.richtext small {
  font-size: 1rem;
  margin-bottom: var(--leading-body, 1.5em);
}
.richtext a {
  text-decoration: underline;
}
.richtext > ol > :last-child,
.richtext > ul > :last-child {
  margin-bottom: var(--leading-body, 1.5em);
}
.richtext ol,
.richtext ul {
  padding-left: var(--list-style-indent, 30px);
}
.richtext ol li,
.richtext ul li {
  font-size: 1rem;
}
.richtext > ol {
  list-style: decimal;
}
.richtext > ul {
  list-style: disc;
}
.richtext blockquote {
  background: #ebe9e5;
  border-left: 4px solid #d4d2ce;
  margin-bottom: var(--leading-body, 24px);
  padding: 16px 20px;
  quotes: auto;
}
.richtext blockquote:before {
  color: #ebe9e5;
  content: open-quote;
  font-size: 4rem;
}
.richtext blockquote p {
  display: inline;
  font-size: 1.4rem;
}
.richtext table {
  border: 1px solid #d4d2ce;
  border-collapse: collapse;
  color: #212120;
  margin-bottom: var(--leading-body, 24px);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.richtext table td,
.richtext table th {
  border: 1px solid #d4d2ce;
  padding: 8px 12px;
}
.star-bullet {
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .star-bullet {
    padding-left: 30px;
  }
}
.star-bullet:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTggMCAuOTM1IDUuNzJhNCA0IDAgMCAwIDIuOTU4IDMuMjNMMTYgMTBsLTQuMTA3IDEuMDVhNCA0IDAgMCAwLTIuOTU4IDMuMjNMOCAyMGwtLjkzNS01LjcyYTQgNCAwIDAgMC0yLjk1OC0zLjIzTDAgMTBsNC4xMDctMS4wNWE0IDQgMCAwIDAgMi45NTgtMy4yM0w4IDBaIiBmaWxsPSIjMjEyMTIwIi8+PC9zdmc+);
  background-position: 50%;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}
::-moz-selection {
  background: #212120;
  color: #f4f2ef;
  text-shadow: none;
}
::selection {
  background: #212120;
  color: #f4f2ef;
  text-shadow: none;
}
::selection a {
  color: #f4f2ef;
}
::-moz-selection a {
  color: #f4f2ef;
}
::-webkit-input-placeholder {
  color: #212120;
  opacity: 1;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #212120;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #212120;
  opacity: 1;
}
img {
  display: block;
  height: auto;
  width: 100%;
}
.no-js-inline,
.no-js:not(html),
html.no-js .no-js-hidden,
html.no-js .no-js:not(html) {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
.hidden,
[hidden] {
  display: none;
}
.visually-hidden,
[visually-hidden] {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.screen-hidden,
[screen-hidden] {
  height: 1px;
  opacity: 0;
  outline: 0 none;
  pointer-events: none;
  position: absolute;
  width: 1px;
}
.ar-image,
.ar-image > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: var(--media-position, "center");
  object-position: var(--media-position, "center");
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.ar-image > img,
.ar-image > picture,
.ar-image > video {
  width: calc(100% + 1px);
}
.for-testing {
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.for-testing,
.for-testing > * {
  --tw-border-opacity: 1;
  border-width: 2px;
}
.for-testing > * {
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.for-testing > * > * {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
  border-width: 2px;
}
.for-testing > * > * > * {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  border-width: 1px;
}
.for-testing > * > * > * > * {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  border-width: 1px;
}
.for-testing > * > * > * > * > * {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
  border-width: 1px;
}
.lds-default {
  display: block;
  height: 80px;
  position: relative;
  width: 80px;
}
.lds-default div {
  animation: lds-default 1.2s linear infinite;
  background: #888885;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  width: 6px;
}
.lds-default div:first-child {
  animation-delay: 0s;
  left: 66px;
  top: 37px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  left: 62px;
  top: 22px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  left: 52px;
  top: 11px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  left: 37px;
  top: 7px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  left: 22px;
  top: 11px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  left: 11px;
  top: 22px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  left: 7px;
  top: 37px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  left: 11px;
  top: 52px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  left: 22px;
  top: 62px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  left: 37px;
  top: 66px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  left: 52px;
  top: 62px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  left: 62px;
  top: 52px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.mobile-menu-accordion summary,
details summary {
  cursor: pointer;
  list-style: none;
}
.mobile-menu-accordion summary::-webkit-details-marker,
details summary::-webkit-details-marker {
  display: none;
}
.mobile-menu-accordion .line,
details .line {
  background-color: #212120;
  height: 1px;
  opacity: 1;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.mobile-menu-accordion .line:last-child,
.mobile-menu-accordion[open] .line,
details .line:last-child,
details[open] .line {
  transform: rotate(0);
}
.mobile-menu-accordion[open] .line:last-child,
details[open] .line:last-child {
  opacity: 0;
  transform: rotate(-90deg);
}
summary::-webkit-details-marker,
summary::marker {
  display: none;
}
.btn {
  align-items: center;
  background-color: transparent;
  border: var(--btn-border-width, 1px) solid #212120;
  border-radius: 100px;
  box-sizing: border-box;
  color: #212120;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.02rem;
  line-height: 1.125rem;
  padding: 1rem 1.25rem;
  text-transform: uppercase;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn {
    display: inline-flex;
    min-width: 11.25rem;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.125rem;
    min-width: 17.5rem;
  }
}
.btn-hidden:focus + label {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn-hidden:focus + label label {
  height: 25px;
  margin-right: 0.5rem;
  min-width: 25px;
  width: 25px;
}
.btn-hidden:hover {
  opacity: 0 !important;
}
.btn:hover {
  background-color: #abceff;
}
.btn :disabled,
.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn :disabled:hover,
.btn.disabled:hover {
  opacity: 0.5;
}
.btn-black,
.btn-default,
.btn-primary {
  background-color: #212120 !important;
  border-color: #212120 !important;
  color: #f4f2ef !important;
  transition: opacity 0.25s ease-in-out;
}
.btn-black:checked + label,
.btn-default:checked + label,
.btn-primary:checked + label {
  background-color: #212120;
  border-color: #212120;
  color: #f4f2ef;
}
.btn-black:checked + .crossed-out,
.btn-default:checked + .crossed-out,
.btn-primary:checked + .crossed-out {
  opacity: 0.6 !important;
}
.btn-black:hover,
.btn-default:hover,
.btn-primary:hover {
  background-color: #212120 !important;
  border-color: #212120 !important;
  color: #f4f2ef !important;
  opacity: 0.8;
}
.btn-blue,
.btn-gray1,
.btn-gray2,
.btn-quaternary,
.btn-secondary,
.btn-tertiary {
  background-color: transparent;
  border-color: #212120;
  color: #212120;
}
.btn-secondary:hover {
  background-color: #ebe9e5;
}
.btn-blue:hover {
  background-color: #8fbcfc;
}
.btn-gray1:hover,
.btn-tertiary:hover {
  background-color: #ebe9e5;
}
.btn-gray2:hover,
.btn-quaternary:hover {
  background-color: #d4d2ce;
}
.btn-group {
  max-width: 300px;
  width: 100%;
}
.btn-color {
  background-color: #f4f2ef;
  border: 0;
  border-radius: 13px;
  height: 80px;
  margin: 0;
  max-width: 80px;
  min-width: 80px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 80px;
}
.btn-color.active,
.btn-color:hover {
  outline: 1px solid #212120;
  outline-offset: 2px;
}
.btn-color:hover {
  background-color: #888885;
}
.btn-color.active {
  position: relative;
}
.btn-color:checked + label {
  background-color: #f4f2ef;
  outline: 1px solid #212120;
  outline-offset: 2px;
}
.btn-color--swatch {
  height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
}
.btn-qty {
  align-items: center;
  border: 0;
  justify-content: center;
  min-width: 0;
}
.btn-none,
.btn-qty {
  padding: 0;
  width: auto;
}
.btn-none {
  border-color: transparent;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  text-decoration: underline;
}
.btn-none,
.btn-none:hover {
  background-color: transparent;
  color: inherit;
}
.btn-pill {
  background-color: #f4f2ef;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  max-width: auto;
  padding: 6px;
  text-transform: none;
  width: auto;
}
.btn-pill:hover {
  background-color: #ebe9e5;
}
.btn-pill.active {
  background-color: #212120;
  border-color: #212120;
  color: #f4f2ef;
}
.btn-filter {
  background-color: #a9a9a9;
  border-color: #a9a9a9;
  color: #212120;
}
.btn-filter.active {
  background-color: #212120;
  border-color: #212120;
  color: #f4f2ef;
}
.pill {
  align-items: center;
  border-color: #212120;
  border-radius: 0.75rem;
  border-width: 1px;
  color: #212120;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 400;
  height: 1.5rem;
  justify-content: center;
  padding: 0 16px;
}
.crossed-out {
  opacity: 0.5;
  overflow: hidden;
  position: relative;
}
.crossed-out:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' stroke='%23212120'%3E%3Cline y1='100%25' x2='100%25'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.crossed-out.btn-color {
  opacity: 1;
}
div.crossed-out {
  border: 1px solid #212120;
  border-radius: 100px;
  cursor: pointer;
  font-size: 18px;
  margin: 0 5px;
  opacity: 0.5;
  overflow: hidden;
  padding: 8px 8px 10px;
  position: relative;
  text-align: center;
  width: calc(25% - 10px);
}
div.crossed-out:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' stroke='%23212120'%3E%3Cline y1='100%25' x2='100%25'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.filters summary > div > span {
  align-items: center;
  border: 1px solid #a9a9a9;
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  height: 24px;
  padding: 6px;
  width: 24px;
}
.filters summary > div > span span {
  background-color: #888885;
  height: 2px;
  width: 10px;
}
.js-filter {
  margin-bottom: calc(var(--grid-gutter-y, 30px) / 2);
}
@media screen and (max-width: 768px) {
  .js-filter {
    margin-bottom: 20px;
  }
}
.js-filter:last-child {
  margin: 0 none !important;
}
.js-filter summary {
  padding-top: calc(var(--grid-gutter-y, 30px) / 2);
}
.js-filter summary h3 {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.shopify-form form {
  width: 100%;
}
.shopify-form form button {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .shopify-form form button {
    margin-right: 20px;
  }
}
label {
  font-size: 0.8125rem;
  position: relative;
}
label input[type="checkbox"],
label input[type="radio"] {
  height: 14px;
  margin-right: 10px;
  width: 14px;
}
label input[type="checkbox"]:checked,
label input[type="radio"]:checked {
  background-color: #000;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  line-height: 100%;
}
label input[type="checkbox"] + span sup,
label input[type="radio"] + span sup {
  letter-spacing: 1px;
  opacity: 0.75;
}
label input[type="checkbox"] {
  height: 12px;
  width: 12px;
}
.footer-wrapper .newsletter-signup .sms-msg {
  font-size: 13px !important;
  line-height: 16px !important;
}
.main_grid_section article product-card .grid-view-item {
    min-height: 230px;
}
@media screen and (min-width: 1200px) {
.main_grid_section article product-card .grid-view-item {
    min-height: 240px;
}
}
@media screen and (min-width: 1300px) {
.main_grid_section article product-card .grid-view-item {
    min-height: 320px;
}
}
@media screen and (min-width: 1400px) {
.main_grid_section article product-card .grid-view-item {
    min-height: 340px;
}
}
@media screen and (min-width: 1600px) {
.main_grid_section article product-card .grid-view-item {
    min-height: 400px;
}
}
@media screen and (min-width: 1800px) {
.main_grid_section article product-card .grid-view-item {
    min-height: 450px;
}
}
@media screen and (min-width: 769px) {
  .footer-wrapper .newsletter-signup .sms-msg {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
.newsletter-signup form {
  position: relative;
}
.newsletter-signup label {
  display: block;
  height: 13px;
  margin-bottom: 10px;
}
.newsletter-signup input {
  background-color: #212120;
  border: 1px solid #f4f2ef;
  color: #f4f2ef;
  font-size: 1rem;
}
.newsletter-signup input[type="text"] {
  align-items: center;
  border-radius: 25px 0 0 25px;
  display: flex;
  height: 50px;
  justify-content: flex-start;
  padding-left: 1.25em;
  width: calc(100% - 99px);
}
.newsletter-signup input[type="submit"] {
  align-items: center;
  background-color: #212120;
  border-radius: 0 25px 25px 0;
  display: flex;
  font-size: 0.875rem;
  height: 50px;
  justify-content: center;
  left: calc(100% - 100px);
  position: absolute;
  text-transform: uppercase;
  top: 23px;
  width: 100px;
}
.newsletter-signup .sms-msg {
  font-size: 0.8125rem;
}
.newsletter-signup .disclaimer {
  color: #888885;
}
@media (min-width: 1024px) {
  .newsletter-signup {
    font-size: 1.125rem;
  }
}
.input-field {
  margin-bottom: 24px;
  position: relative;
}
.input-field label {
  display: block;
}
.input-field input {
  border-radius: 6px;
  display: block;
  width: 100%;
}
.input-field input:active,
.input-field input:focus {
  outline: #0912ff;
}
.input-field input:invalid {
  border-color: #c00;
}
.input-field input:invalid + p {
  display: block;
}
.input-field sup {
  color: #c00;
  font-size: 16px;
  vertical-align: sub;
}
.input-field span {
  bottom: 9px;
  display: none;
  height: 24px;
  position: absolute;
  right: 8px;
  width: 24px;
}
.input-field span svg {
  height: 100%;
  width: 100%;
}
.input-field p {
  color: #c00;
  display: none;
  font-size: 14px;
  height: 0;
}
.input-field.error input {
  border-color: #c00;
}
.input-field.error p,
.input-field.error span {
  display: block;
}
.error-wrapper,
.success-wrapper {
  border-left: 4px solid #c00;
  margin-bottom: 14px;
  outline: 0 none;
  padding-left: 10px;
}
.error-wrapper div:first-child,
.success-wrapper div:first-child {
  color: #c00;
  font-weight: 700;
}
.error-wrapper div:first-child svg,
.success-wrapper div:first-child svg {
  height: 24px;
  margin-right: 6px;
  max-width: 24px;
  min-width: 24px;
  width: 24px;
}
.success-wrapper {
  border-color: #008a00;
}
.success-wrapper div:first-child {
  color: #008a00;
}
.icon-error {
  color: #c00;
}
.shopify-challenge__container {
  padding: calc(var(--site-gutter) * 2) 0;
}
.shopify-challenge__container .g-recaptcha {
  margin: var(--grid-gutter-x) auto;
}
.shopify-challenge__button {
  background-color: #212120;
  border-color: #212120;
  color: #f4f2ef;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out,
    opacity 0.25s ease-in-out;
}
.shopify-challenge__button:hover {
  background-color: #212120;
  border-color: #212120;
  color: #f4f2ef;
  opacity: 0.8;
}
#rc_login {
  display: none !important;
}
.image-frame {
  height: 200%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.image-frame,
.image-frame-inner {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.image-frame-inner {
  height: 50%;
}
.image-frame-inner.half {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .image-frame-inner.half {
    height: 25%;
    transform: none;
    width: 100%;
  }
}
.image-frame-inner.right {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .image-frame-inner.right {
    bottom: 25%;
    top: auto;
  }
}
.image-frame .image-object {
  height: auto;
  left: var(--img-x);
  position: absolute;
  top: var(--img-y);
  transform: translate(-50%) translateY(-50%);
  width: 180px;
}
@media screen and (max-width: 768px) {
  .image-frame .image-object {
    transform: translate(-60%) translateY(-60%);
    width: 100px;
  }
}
.image-frame img {
  transform: skew(var(--img-k, 0)) rotate(var(--img-r, 0deg))
    scale(var(--img-s, 1));
  transform-origin: center;
}
.image-frame img,
[data-animation="ImagesOnBoundary"] {
  position: relative;
}
.modal-wrapper {
  pointer-events: none;
  position: fixed;
}
.charms .ar-image > img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.charms_list .slider.product-cards .slide-track-inner {
  padding: 0;
}
.charms_list .draggable-slider--nav-wrapper {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gap-20x .draggable-slider--footer {
    padding-left: 0;
  }
}
.charmsImage.charms {
  padding-bottom: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .charmsImage.charms {
    max-width: calc(100% - 10px);
    padding-bottom: unset;
    position: relative;
  }
  .charmsImage.charms picture {
    padding-bottom: 100%;
    position: relative;
  }
  .charmsImage.charms picture img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.charms-addtocart-wrapper {
  max-width: 73%;
  width: calc(100% - 67px);
}
@media screen and (min-width: 1024px) {
  .charms-addtocart-wrapper {
    max-width: unset;
    width: calc(100% - 129px);
  }
}
.charms-addtocart-wrapper button.btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent;
  border: 1px solid #212120;
  border-radius: 50px;
  color: #212120;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  justify-content: center;
  line-height: 16px;
  margin-top: 0;
  padding: 7px 18px;
}
.charms-addtocart-wrapper button.btn:disabled {
  opacity: 0.5 !important;
}
.charms-addtocart-wrapper button.btn:focus,
.charms-addtocart-wrapper button.btn:hover {
  background: #d4d2ce;
}
@media screen and (min-width: 1024px) {
  .charms-addtocart-wrapper button.btn {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 17px;
    min-height: 40px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1284px) {
  .charms-addtocart-wrapper button.btn {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 18px;
    padding: 0 20px;
  }
}
.charms-addtocart-wrapper button.btn span {
  position: relative;
}
.charms-addtocart-wrapper button.btn div div:before {
  color: #212120;
  content: "\2014";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-left: 3px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .charms-addtocart-wrapper button.btn span:after {
    font-size: 15px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1284px) {
  .charms-addtocart-wrapper button.btn span:after {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 18px;
  }
}
.charms-addtocart-wrapper button.btn p,
.charms-addtocart-wrapper button.btn span {
  color: #212120;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (min-width: 1024px) {
  .charms-addtocart-wrapper button.btn p,
  .charms-addtocart-wrapper button.btn span {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 17px;
  }
}
@media screen and (min-width: 1284px) {
  .charms-addtocart-wrapper button.btn p,
  .charms-addtocart-wrapper button.btn span {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 18px;
  }
}
.quantity-wrappper {
  display: flex;
  justify-content: space-between;
}
.quantity-wrappper input {
  color: #212120 !important;
}
.quantity-wrappper input:disabled {
  opacity: 1 !important;
}
.quantity-wrappper button.up-button {
  padding-left: 8px;
}
@media screen and (min-width: 1024px) {
  .quantity-wrappper button.up-button {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1284px) {
  .quantity-wrappper button.up-button {
    padding-left: 25px;
  }
}
.quantity-wrappper button.down-button {
  padding-right: 8px;
}
@media screen and (min-width: 1024px) {
  .quantity-wrappper button.down-button {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1284px) {
  .quantity-wrappper button.down-button {
    padding-right: 25px;
  }
}
.quantity-wrappper button,
.quantity-wrappper input {
  color: #212120;
}
.quantity-wrappper button:focus,
.quantity-wrappper input:focus {
  box-shadow: none;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .quantity-wrappper button,
  .quantity-wrappper input {
    align-items: center;
    color: #212120;
    display: flex;
    font-family: Degular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
  }
}
a,
button,
input,
select,
span,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#mini-cart {
  background: #f4f2ef;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 600px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate(100%);
  width: 100%;
  z-index: 100;
}
#cart-drawer .offset-product {
  align-items: center;
  color: #212120;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
#cart-drawer .offset-product:before {
  border: 1px solid #212120;
  border-radius: 100%;
  content: "";
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
#cart-drawer .offset-product:active,
#cart-drawer .offset-product:focus {
  outline: 0 none;
  text-decoration: underline;
}
#cart-drawer .offset-product.active:before {
  background-color: #212120;
}
#mini-cart-banner {
  background: #212120;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 100%;
}
#mini-cart-banner .mini-cart-trigger {
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  outline: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
#mini-cart-banner .mini-cart-trigger path,
#mini-cart-banner .mini-cart-trigger svg {
  fill: #f4f2ef;
  height: 14px;
}
#mini-cart-header {
  color: #f4f2ef;
}
#mini-cart-summary {
  border-top: 1px solid #212120;
  bottom: 0;
  padding: 20px;
  position: fixed;
  text-align: center;
  width: 100%;
}
#mini-cart-summary > p {
  font-size: 13px;
  margin: 0 0 18px;
}
#mini-cart-full {
  height: calc(var(--vh) * 100 - 50px);
  overflow-y: auto;
}
#mini-cart-products {
  padding: 20px 20px 120px;
}
#mini-cart-form .line-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#mini-cart-form .line-item img {
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
}
#mini-cart-form .line-item .line-item-info h1 {
  font-size: 16px;
  font-weight: 600;
}
#mini-cart-form .increment-wrapper {
  margin-bottom: 30px;
}
#mini-cart-form .cart-remove {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
}
#mini-cart-background {
  background-color: #21212040;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 95;
}
.cart-body::-webkit-scrollbar {
  width: 3px;
}
.cart-body::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.cart-body::-webkit-scrollbar-track {
  width: 3px;
}
.cart-body::-webkit-scrollbar-button:single-button {
  display: none;
  height: 0;
  width: 0;
}
.cart-body::-webkit-scrollbar-thumb {
  background-color: #2121204d;
  position: relative;
}
.cart-body::-webkit-scrollbar-thumb:active,
.cart-body::-webkit-scrollbar-thumb:hover {
  background-color: #212120;
}
#rebuy-cart .flickity-button,
#rebuy-cart .flickity-page-dots,
#rebuy-cart .powered-by-rebuy {
  display: none !important;
}
#rebuy-cart .rebuy-widget {
  background-color: transparent !important;
  padding: 0 !important;
}
#rebuy-cart .rebuy-product-grid {
  padding: 0 !important;
}
#rebuy-cart .description {
  margin-bottom: 12px !important;
  margin-top: 0 !important;
  text-align: left !important;
}
#rebuy-cart .rebuy-product-block {
  background-color: #ebe9e5 !important;
  border-radius: 10px !important;
  display: grid;
  gap: 5px !important;
  grid-template-columns: 3;
  grid-template-rows: 3;
  margin: 0 8px !important;
  padding: 12px !important;
  width: calc(85% - 8px) !important;
}
@media screen and (min-width: 769px) {
  #rebuy-cart .rebuy-product-block {
    width: calc(42.5% - 8px) !important;
  }
}
#rebuy-cart .rebuy-product-block .rebuy-product-media {
  grid-column: 1/1 !important;
  grid-row: 2/4 !important;
  max-width: 75px !important;
  width: 100% !important;
}
#rebuy-cart .rebuy-product-block .rebuy-product-media a {
  display: block !important;
  height: auto !important;
  width: 100% !important;
}
#rebuy-cart .rebuy-product-block .rebuy-product-media a img {
  width: 100% !important;
}
#rebuy-cart .rebuy-product-block .rebuy-product-info {
  grid-column: 1/3 !important;
  grid-row: 1/1 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}
#rebuy-cart .rebuy-product-block .rebuy-product-info .rebuy-product-title {
  font-size: 13px !important;
  margin: 0 !important;
  width: 100% !important;
}
#rebuy-cart .rebuy-product-block .rebuy-product-info .rebuy-product-price {
  margin: 0 !important;
  position: absolute !important;
  right: 0;
  top: 0;
}
#rebuy-cart .rebuy-product-block .rebuy-product-options {
  -moz-column-span: 2 !important;
  column-span: 2 !important;
  grid-column: 2/3 !important;
  grid-row: 2/2 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#rebuy-cart .rebuy-product-block .rebuy-product-options > * {
  margin: 0 !important;
}
#rebuy-cart .rebuy-product-block .rebuy-product-options .rebuy-color-swatches {
  display: none !important;
}
#rebuy-cart
  .rebuy-product-block
  .rebuy-product-options
  .rebuy-size-swatches
  > * {
  min-width: 31px !important;
}
#rebuy-cart
  .rebuy-product-block
  .rebuy-product-options
  .rebuy-size-swatches
  input
  + label {
  background-color: #f4f2ef !important;
  border-color: transparent !important;
  border-radius: 100px !important;
  cursor: pointer !important;
  font-size: 11px !important;
  margin-right: 4px !important;
  min-width: 31px !important;
  padding: 3px 7px 4px !important;
}
#rebuy-cart
  .rebuy-product-block
  .rebuy-product-options
  .rebuy-size-swatches
  input:checked
  + label {
  border-color: #212120 !important;
}
#rebuy-cart
  .rebuy-product-block
  .rebuy-product-options
  .rebuy-size-swatches:before {
  content: "Select size";
  display: block;
  font-size: 12px;
  margin: 0 0 4px;
  text-align: left;
  width: 100%;
}
#rebuy-cart .rebuy-product-block .rebuy-product-actions {
  -moz-column-span: 2 !important;
  column-span: 2 !important;
  grid-column: 2/3 !important;
  grid-row: 3/3 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
}
#rebuy-cart .rebuy-product-block .rebuy-product-actions .rebuy-button {
  background-color: transparent !important;
  border-radius: 0 !important;
  display: inline-block !important;
  font-size: 13px !important;
  padding: 0 !important;
  text-align: left !important;
  text-decoration: underline !important;
}
.slider {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.slider,
.slider-slides {
  position: relative;
  z-index: 1;
}
.slider-slides {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  transform: translateZ(0);
  transition-property: transform;
  width: 100%;
}
.slider-pagination-bullet {
  background-color: var(--carousel-bullet-color, #a9a9a9);
  border-radius: 100%;
  height: 10px;
  margin-left: 10px;
  width: 10px;
}
.slider-pagination-bullet.active {
  background-color: var(--carousel-bullet-color-active, #888885);
}
.slider.thumbnails .slide {
  cursor: pointer;
  opacity: 0.3;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.slider.thumbnails .slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-fade .slide {
  pointer-events: none;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.slider-fade .slide-active {
  pointer-events: auto;
}
.slider-backface-hidden .slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.slide {
  flex-shrink: 0;
  min-height: 100%;
  position: relative;
  transition-property: transform;
}
.draggable-slider--content .slider,
.slide {
  width: 100%;
}
.draggable-slider--content .slider.product-cards .slide-track-inner {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .draggable-slider--content .slider.product-cards .slide-track-inner {
    padding: 40px 40px 40px 0;
  }
}
.draggable-slider--content .slide-track-inner {
  display: inline-flex;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .draggable-slider--content .slide-track-inner {
    padding: 40px;
  }
}
.draggable-slider--content .slide {
  flex-shrink: 0;
  margin-right: 20px;
  width: 25vw;
}
@media screen and (max-width: 768px) {
  .draggable-slider--content .slide {
    width: 65.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .draggable-slider--content .slide {
    width: 27.34375vw;
  }
}
.draggable-slider--content .slide:last-child {
  margin-right: 0;
}
.draggable-slider--footer {
  align-items: center;
  display: flex;
  padding: 0 20px 60px;
}
@media screen and (min-width: 1024px) {
  .draggable-slider--footer {
    border-bottom: 0;
    padding: 0 40px 60px;
  }
}
.draggable-slider--track-scrollbar-wrapper {
  background: #f4f2ef;
  border: 1px solid #212120;
  border-radius: 4px;
  display: block;
  flex-grow: 1;
  height: 7px;
  position: relative;
}
.draggable-slider--track-scrollbar-wrapper .track-scrollbar-thumb {
  background: #212120;
  border-radius: 4px;
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}
.draggable-slider--nav-wrapper {
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  margin: 0 0 0 30px;
}
.draggable-slider--nav {
  align-items: center;
  background: #f4f2ef;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 10px;
}
.draggable-slider--nav p {
  margin: 0 5px;
}
.draggable-slider--nav button {
  align-items: center;
  background: #f4f2ef;
  border: 1px solid #212120;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  position: relative;
  transition: background 0.25s ease-in-out;
  width: 30px;
}
.draggable-slider--nav button:disabled:hover,
.draggable-slider--nav button:hover {
  background: #f4f2ef;
}
.draggable-slider--nav button:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.draggable-slider--nav button svg {
  width: 14px;
}
.mud-water-headline p {
  font-family: GTSuper, Times New Roman, Times, serif;
  font-size: 38px;
  line-height: 105%;
}
.mud-water-headline p em {
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .mud-water-headline p {
    font-size: 6.9vw;
    line-height: 98%;
  }
  .mud-water-headline p em {
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  .mud-water-headline p em:after {
    background: #212120;
    bottom: 1px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .mud-water-headline p {
    font-size: 100px;
  }
}
.mud-water-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 10px 0 0;
}
@media screen and (min-width: 769px) {
  .mud-water-content {
    flex-direction: row;
    padding: 48px 40px 0 0;
  }
}
.mud-water-content .media-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  height: 280px;
  position: relative;
  width: 100%;
}
.mud-water-content .media-container.has-mobile-video {
  display: none;
}
@media screen and (min-width: 769px) {
  .mud-water-content .media-container.has-mobile-video {
    display: flex;
    flex-direction: row;
  }
  .mud-water-content .media-container {
    flex-direction: row;
    height: 340px;
    width: 340px;
  }
}
.mud-water-content .media-container > div {
  border-radius: 15px;
  height: 0;
  overflow: hidden;
  padding-bottom: calc(50% - 10px);
  position: relative;
  width: calc(50% - 10px);
}
@media screen and (min-width: 769px) {
  .mud-water-content .media-container > div {
    border-radius: 20px;
    bottom: 0;
    height: unset;
    left: 0;
    opacity: 0;
    padding-bottom: unset;
    position: absolute;
    right: 0;
    top: 0;
    width: unset;
    z-index: 1;
  }
}
.mud-water-content .media-container > div.image-2 {
  align-self: end;
}
@media screen and (min-width: 769px) {
  .mud-water-content .media-container > div.image-2 {
    align-self: unset;
  }
}
.mud-water-content .media-container > div.image-default {
  display: none;
}
@media screen and (min-width: 769px) {
  .mud-water-content .media-container > div.image-default {
    display: block;
    opacity: 1;
    z-index: 0;
  }
}
.mud-water-content .mobile-video-container {
  align-self: flex-end;
  border-radius: 15px;
  display: block;
  overflow: hidden;
  padding-bottom: calc(50% - 10px);
  position: relative;
  width: calc(50% - 10px);
}
@media screen and (min-width: 769px) {
  .mud-water-content .mobile-video-container {
    display: none;
  }
}
.charity .body-copy * {
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  line-height: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .charity .body-copy * {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.swiper {
  background-color: #eee;
  padding: 20px;
  width: 100%;
}
.vertical-dot-class {
  left: 5px;
}
.swiper-wrapper {
  background-color: #aaa;
  border-radius: 10px;
}
.bullet-active {
  height: 1rem;
  width: 1rem;
}
@media (min-width: 769px) {
  .product-image__wrapper {
    max-width: 45%;
  }
}
@media (min-width: 1024px) {
  .product-image__wrapper {
    max-width: 55.9183%;
  }
}
.product-image__wrapper .swiper,
.product-image__wrapper .swiper-wrapper {
  background-color: #f4f2ef;
}
.product-image__wrapper .swiper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .product-image__wrapper .swiper {
    overflow: hidden;
  }
}
.product-image__wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  left: 0 !important;
  margin-bottom: 9px;
  margin-top: 9px;
  position: relative;
  right: 0 !important;
  top: 0 !important;
  transform: none !important;
}
.product-image__wrapper .swiper-pagination input {
  background: transparent !important;
  border: 0 solid #212120;
  box-shadow: none !important;
  box-shadow: 0 0 0 1px #21211f !important;
  height: 11px !important;
  margin: 0 5px !important;
  opacity: 1 !important;
  outline: none !important;
  width: 11px !important;
}
.product-image__wrapper .swiper-pagination input:focus,
.product-image__wrapper .swiper-pagination input:hover {
  border-color: #212120 !important;
  outline: none !important;
}
.product-image__wrapper
  .swiper-pagination
  input.swiper-pagination-bullet-active {
  background: #212120 !important;
  border: 2px solid #f4f2ef;
}
.product-image__wrapper
  .swiper-pagination
  input.swiper-pagination-bullet-active:focus,
.product-image__wrapper
  .swiper-pagination
  input.swiper-pagination-bullet-active:hover {
  border-color: #f4f2ef !important;
  outline: none !important;
}
.product-image__wrapper .swiper-wrapper {
  padding-bottom: 11px;
}
.product-image__wrapper .swiper-slide img {
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
}
.product-image__wrapper
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  flex: 1 0 80%;
}
.product-image__wrapper .swiper-button-next,
.product-image__wrapper .swiper-button-prev {
  cursor: pointer;
  padding: 8px;
}
.product-image__wrapper img.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
.our-story-animation__wrapper .row-group__wrapper {
  overflow: hidden;
}
.our-story-animation__wrapper
  .row-group__wrapper
  .text__wrapper
  .title__wrapper
  .title-heading
  h2 {
  color: #212120;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 42px;
}
@media only screen and (min-width: 1024px) {
  .our-story-animation__wrapper
    .row-group__wrapper
    .text__wrapper
    .title__wrapper
    .title-heading
    h2 {
    font-size: 70px;
    line-height: 1.02;
  }
}
@media only screen and (min-width: 1200px) {
  .our-story-animation__wrapper
    .row-group__wrapper
    .text__wrapper
    .title__wrapper
    .title-heading
    h2 {
    font-size: 100px;
    line-height: 98px;
  }
  .one-column-richtext-section h2 {
    font-size: 100px;
    line-height: 98px;
  }
  .our-story-animation__wrapper
    .row-group__wrapper
    .text__wrapper
    .title__wrapper
    .title-heading
    h3 {
    font-size: 90px;
    line-height: 92px;
  }
}
.our-story-animation__wrapper
  .row-group__wrapper
  .text__wrapper
  .title__wrapper
  .title-heading
  h2
  span {
  color: inherit;
  display: block;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  width: 100%;
}
.our-story-animation__wrapper
  .row-group__wrapper
  .text__wrapper
  .title__wrapper
  .title-para
  p {
  color: #212120;
  font-family: Degular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .our-story-animation__wrapper
    .row-group__wrapper
    .text__wrapper
    .title__wrapper
    .title-para
    p {
    font-size: 20px;
    line-height: 1.16;
  }
}
@media only screen and (min-width: 1200px) {
  .our-story-animation__wrapper
    .row-group__wrapper
    .text__wrapper
    .title__wrapper
    .title-para
    p {
    font-size: 24px;
    line-height: 28px;
  }
}
.our-story-animation__wrapper .image__wrapper {
  max-width: 100%;
}
.our-story-animation__wrapper .image__wrapper > div {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  padding: 0 2.5px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .our-story-animation__wrapper .image__wrapper > div {
    padding: 0;
  }
}
.our-story-animation__wrapper .image__wrapper .image__content {
  transition: all 3s ease-in-out;
}
.our-story-animation__wrapper .image__wrapper .image__content.rotate-clockwise {
  transform: rotate(1turn);
}
.scrollbar_parent--class {
  height: 222px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .scrollbar_parent--class {
    height: 100%;
    max-height: calc(100% - 95px);
  }
}
@media screen and (min-width: 1024px) {
  .scrollbar_parent--class {
    height: 100%;
    max-height: calc(100% - 151px);
  }
}
.scrollbar_body--class {
  -ms-overflow-style: none;
  height: 100%;
  overflow-y: auto;
  padding-right: 16px;
  position: absolute;
  scrollbar-width: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .scrollbar_body--class {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1284px) {
  .scrollbar_body--class {
    padding-right: 64px;
  }
}
.scrollbar_body--class::-webkit-scrollbar {
  display: none;
}
.scrollbar_nav--class {
  background-color: transparent;
  border: 1px solid #212120;
  border-radius: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}
@media screen and (min-width: 1024px) {
  .scrollbar_nav--class {
    height: calc(100% - 40px);
  }
}
.scrollbar_nav--class .scrollbar_handler--class {
  background-color: #212120;
  border-radius: 10px;
  margin-left: -1px;
  position: relative;
  width: 4px;
}
#scrollbar_wrapper {
  background-color: #000;
}
.membership_perks__wrapper--custom {
  border-bottom: 1px solid #d4d2ce;
  margin: 20px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .membership_perks__wrapper--custom {
    margin: 28px 20px;
    padding-bottom: 28px;
  }
}
.membership_perks__wrapper--custom ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.membership_perks__wrapper--custom ul li {
  color: #212120;
  font-family: Degular;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 24px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .membership_perks__wrapper--custom ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.membership_perks__wrapper--custom ul li::marker {
  display: none;
}
.membership_perks__wrapper--custom ul li:last-child {
  margin-bottom: 0;
}
.membership_perks__wrapper--custom ul li:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0562/7648/4179/files/Star_6_1.svg?v=1671440842);
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.membership_perks__wrapper--custom legend {
  align-items: center;
  display: flex;
  font-family: Degular;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 18px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .membership_perks__wrapper--custom legend {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.product-details__wrapper .product-descr__prewrapper .row__group .short-descr__wrapper.short-descr__wrapper--custom .richtext p {
    width: 100%;
}

.product-details__wrapper .product-descr__prewrapper .row__group .short-descr__wrapper.short-descr__wrapper--custom .richtext {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}
.product-details__wrapper .product-descr__prewrapper .row__group .short-descr__wrapper.short-descr__wrapper--custom .richtext li{
  margin-bottom:10px;
}

.product-details__wrapper .bracelet-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-details__wrapper .bracelet-wrapper > * {
  margin: 20px 5px 0;
  width: calc(20% - 10px);
}
.product-details__wrapper .bracelet-variants .variant {
  margin-left: -5px;
  width: calc(100% + 10px);
}
.product-details__wrapper .bracelet-variants .variant input {
  display: none;
  visibility: hidden;
}
.product-details__wrapper .bracelet-variants .variant input + label {
  border: 1px solid #212120;
  border-radius: 100px;
  cursor: pointer;
  font-size: 18px;
  margin: 0 5px;
  padding: 8px 8px 10px;
  text-align: center;
  width: calc(25% - 10px);
}
.product-details__wrapper .bracelet-variants .variant input:checked + label {
  background-color: #212120;
  color: #ebe9e5;
}
.product-details__wrapper .lokai-style-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px !important;
}
.product-details__wrapper .lokai-style-wrapper .shade-large-count button {
  align-items: center;
  color: #212120;
  display: flex;
  font-family: Degular;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.product-details__wrapper #find-size--button {
  align-items: center;
  border-bottom: 1px solid #212120;
  display: flex;
  font-family: Degular;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-left: 12px;
}
.product-details__wrapper .swap-product {
  background: #ebe9e5;
  border: 1px solid #ebe9e5;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
}
.product-details__wrapper .swap-product.selected {
  border-color: #212120;
}
.global-header .global-navigation-bar {
  background-color: #f4f2ef;
  border-color: #f4f2ef;
  border-width: 0 0 1px;
  color: #212120;
  transition: border-color 0.25s ease-in-out;
}
.global-header .global-navigation-bar.active {
  border-color: #d4d2ce;
  top: 0;
  margin-top: unset;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .global-header .left-navigation {
    display: none;
  }
}
.global-header button.nav-btn {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  position: relative;
}
.global-header button.nav-btn:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.25s ease-in-out;
}
.global-header button.nav-btn.active:after,
.global-header button.nav-btn:hover:after {
  background-color: #212120;
}
.global-header .mega-tab,
.global-header .nav-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.global-header .nav-item {
  display: flex;
}
.global-header .nav-tablist {
  border-bottom: 1px solid #d4d2ce;
}
.global-header .mega-tab {
  opacity: 0.6;
  position: relative;
  transition: opacity 0.25s ease-in-out;
}
.global-header .mega-tab:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.global-header .mega-tab:hover {
  opacity: 1;
}
.global-header .mega-tab-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media screen and (max-width: 1200px) {
  .global-header .mega-tab-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 900px) {
  .global-header .mega-tab-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.global-header .tab-collection-img {
  max-height: 210px;
}
.global-header .tab-collection-img img {
  max-height: 210px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .global-header .tab-collection-img {
    max-height: 140px;
  }
  .global-header .tab-collection-img img {
    max-height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.global-header .collection-title-wrapper {
  padding-bottom: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .global-header .collection-title-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.global-header .nav-link-card {
  border: 1px solid #ebe9e5;
  transition: border-color 0.25s ease-in-out;
}
.global-header .nav-link-card:hover {
  border-color: #888885;
}
.global-header .collection-title {
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  .global-header .collection-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .global-header .collection-title {
    font-size: 18px;
  }
}
.global-header .super {
  font-size: 10px;
}
.global-header .mega-tab-foot {
  padding-bottom: 40px;
  padding-top: 30px;
}
.global-header .mega-tab-foot a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 0.3rem;
}
.global-header .active-tab {
  opacity: 1;
}
.global-header .active-tab:before {
  background-color: #212120;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .global-header .global--accounts {
    display: none;
  }
}
.global-header .global--favorites .nav-favorites-icon.icon-filled svg {
  fill: #212120;
}
.global-header .mobile-promo {
  background-color: #d4d2ce;
  padding: 20px 20px 15px;
}
input[type="search"] {
  background-color: #f4f2ef;
  border-color: #212120;
  border-radius: 1.5625rem 0 0 1.5625rem;
  font-size: 1.125rem;
  height: 3.125rem;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  input[type="search"] {
    font-size: 1rem;
  }
}
input[type="search"]::-moz-placeholder {
  color: #888885;
}
input[type="search"]::placeholder {
  color: #888885;
}
.search-input-btn {
  border-color: #212120;
  border-radius: 0 1.5625rem 1.5625rem 0;
  border-width: 1px 1px 1px 0;
  height: 3.125rem;
  padding-right: 10px;
  transition: background-color 0.25s ease-in-out;
}
.search-input-btn:hover {
  background-color: #ebe9e5;
}
.fullscreen-navigation .nav-tabs {
  border-bottom: 1px solid #d4d2ce;
}
.fullscreen-navigation .tab-open {
  color: #888885;
  font-weight: 500;
  margin-right: 34px;
  padding: 16px 0;
  position: relative;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
}
.fullscreen-navigation .tab-open:last-child {
  margin-right: 0;
}
.fullscreen-navigation .tab-open:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  transition: background-color 0.25s ease-in-out;
}
.fullscreen-navigation .tab-open.active {
  color: #212120;
}
.fullscreen-navigation .tab-open.active:after {
  background-color: #212120;
}
.fullscreen-navigation .tab-content {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.fullscreen-navigation .tab-content.is-first {
  opacity: 1;
  visibility: visible;
}
.fullscreen-navigation .tab-content .inner {
  padding: 30px 20px;
  position: relative;
}
.fullscreen-navigation .tab-content.mobile-tab {
  height: auto;
  overflow: visible;
}
.fullscreen-navigation .description p {
  font-family: GTSuper, Times New Roman, Times, serif;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 32px;
}
.fullscreen-navigation .information a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.fullscreen-navigation .information ul {
  margin-top: 8px;
}
.fullscreen-navigation .information ul li {
  margin-bottom: 6px;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fullscreen-navigation .information ul li {
    padding-left: 20px;
  }
}
.fullscreen-navigation .information ul li:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTggMCAuOTM1IDUuNzJhNCA0IDAgMCAwIDIuOTU4IDMuMjNMMTYgMTBsLTQuMTA3IDEuMDVhNCA0IDAgMCAwLTIuOTU4IDMuMjNMOCAyMGwtLjkzNS01LjcyYTQgNCAwIDAgMC0yLjk1OC0zLjIzTDAgMTBsNC4xMDctMS4wNWE0IDQgMCAwIDAgMi45NTgtMy4yM0w4IDBaIiBmaWxsPSIjMjEyMTIwIi8+PC9zdmc+);
  background-position: 50%;
  background-size: contain;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 10px;
}
.fullscreen-navigation .mobile-promo {
  text-align: center;
}
.fullscreen-navigation .mobile-promo p {
  margin-top: 15px;
}
.fullscreen-navigation .nav-link-card {
  padding: 10px 16px;
}
.fullscreen-navigation .tab-collection-img {
  flex-shrink: 0;
  height: 100px;
  max-height: 100px;
  width: 100px;
}
.fullscreen-navigation .tab-collection-img img {
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.fullscreen-navigation .accordion-label {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}
.fullscreen-navigation .input-field {
  margin-bottom: 40px;
}
.fullscreen-navigation .input-field label {
  font-size: 22px;
}
.fullscreen-navigation input[type="email"],
.fullscreen-navigation input[type="password"] {
  background: #f4f2ef;
  border-radius: 0;
  border-width: 0 0 1px;
}
.dropdown {
  font-size: 13px;
  height: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.dropdown p.label {
  font-size: 10px !important;
  line-height: 10px !important;
}
.dropdown svg {
  stroke-width: 1px;
  stroke: #212120;
  height: 8px;
  position: absolute;
  right: 11px;
  transform: rotate(0);
  transition: rotate 0.25s ease-in-out;
  width: 8px;
}
.dropdown__arrow {
  z-index: 4;
}
.dropdown__arrow.expanded {
  transform: rotate(180deg);
}
.dropdown li {
  font-size: 13px;
}
.dropdown__top {
  background: #f4f2ef;
  border-radius: 8px;
  cursor: pointer;
  height: 42px;
  padding: 7px 11px 0;
  width: 100%;
}
.dropdown__top.open {
  border-radius: 8px 8px 0 0;
}
.dropdown__top.open:after {
  background-color: #888885;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.dropdown__selected-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  outline: none;
  width: 100%;
  z-index: 2;
}
.dropdown__selected-item .text-wrap {
  display: flex;
  max-width: 100%;
}
.dropdown__selected-item .selected-text {
  display: inline-block;
  flex-grow: 1;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown__list-container {
  padding: 0 !important;
  position: relative;
}
.dropdown__list {
  background: #f4f2ef;
  border-radius: 0 0 8px 8px;
  left: 0;
  list-style: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 11px 10px;
  position: absolute;
  top: 0;
  transition: opacity 0.01s cubic-bezier(0, 0, 0.38, 0.9),
    max-height 0.01s cubic-bezier(0, 0, 0.38, 0.9);
  width: 100%;
  z-index: 5;
}
.dropdown__list.open {
  max-height: 128px;
  opacity: 1;
  overflow: auto;
}
.dropdown__list-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 8px 0 0;
  width: 100%;
}
.dropdown__list-item.disabled {
  background-color: #2727451a;
  opacity: 0.4;
  text-decoration: line-through;
}
.dropdown__list-item.disabled,
.dropdown__list-item.disabled:focus,
.dropdown__list-item.disabled:hover {
  cursor: default;
  pointer-events: none;
}
.dropdown__list-item:focus,
.dropdown__list-item:hover {
  background-color: #f4f2ef;
}
.bracelet-selector {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bracelet-selector.active {
  width: 440px;
}
@media screen and (max-width: 1260px) {
  .bracelet-selector.active {
    max-width: calc(100% + 168px);
  }
}
@media screen and (max-width: 1100px) {
  .bracelet-selector.active {
    max-width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .bracelet-selector.active {
    max-width: 100%;
  }
}
.bracelet-selector .dropdown__list {
  grid-gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(60px, 1fr));
  padding-top: 15px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .bracelet-selector .dropdown__list {
    grid-gap: 28px;
    grid-template-columns: repeat(2, minmax(60px, 1fr));
  }
}
.bracelet-selector .dropdown__list.open {
  max-height: 208px;
}
.bracelet-selector .dropdown__list li {
  padding-top: 0;
}
.bracelet-selector .dropdown__list-item {
  align-items: flex-start;
}
.bracelet-selector .product-tile {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}
.bracelet-selector .product-tile:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bracelet-selector .product-tile .thumb {
  border: 1px solid #f4f2ef;
  border-radius: 15px;
  height: unset;
  margin-bottom: 8px;
  max-height: 80px;
  max-width: 80px;
  padding-bottom: 100%;
  width: 100%;
}
.bracelet-selector .product-tile .thumb img {
  -o-object-fit: contain;
  object-fit: contain;
}
.bracelet-selector .product-tile.active .thumb,
.bracelet-selector .product-tile:hover .thumb {
  background-color: #d4d2ce;
}
.inner .favorite-button-wrapper,
.product-grid-card .favorite-button-wrapper,
.product-grid-card-upsell .favorite-button-wrapper {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .inner .favorite-button-wrapper,
  .product-grid-card .favorite-button-wrapper,
  .product-grid-card-upsell .favorite-button-wrapper {
    right: 0;
    top: 0;
  }
}
.inner .favorite-button-wrapper button,
.product-grid-card .favorite-button-wrapper button,
.product-grid-card-upsell .favorite-button-wrapper button {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .inner .favorite-button-wrapper button,
  .product-grid-card .favorite-button-wrapper button,
  .product-grid-card-upsell .favorite-button-wrapper button {
    width: 14px;
  }
}
.inner details summary button.btn,
.product-grid-card details summary button.btn,
.product-grid-card-upsell details summary button.btn {
  margin-right: 0 !important;
  max-width: unset;
  width: 100%;
}
.inner .imglink,
.product-grid-card .imglink,
.product-grid-card-upsell .imglink {
  transition: background-color 0.25s ease-in-out;
}
.inner .imglink:hover,
.product-grid-card .imglink:hover,
.product-grid-card-upsell .imglink:hover {
  background-color: #ebe9e5;
  transition: background-color 0.25s ease-in-out;
}
.inner .product-form .add-to-cart-btn-wrapper button,
.product-grid-card .product-form .add-to-cart-btn-wrapper button,
.product-grid-card-upsell .product-form .add-to-cart-btn-wrapper button {
  margin-right: 0 !important;
  max-width: unset;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.inner .product-form .add-to-cart-btn-wrapper button:hover,
.product-grid-card .product-form .add-to-cart-btn-wrapper button:hover,
.product-grid-card-upsell .product-form .add-to-cart-btn-wrapper button:hover {
  background-color: #212120;
  color: #f4f2ef;
}
.inner fieldset.variant,
.product-grid-card fieldset.variant,
.product-grid-card-upsell fieldset.variant {
  flex-direction: column;
}
.inner fieldset.variant .radio-wrapper--size,
.inner fieldset.variant .radio-wrapper--style,
.product-grid-card fieldset.variant .radio-wrapper--size,
.product-grid-card fieldset.variant .radio-wrapper--style,
.product-grid-card-upsell fieldset.variant .radio-wrapper--size,
.product-grid-card-upsell fieldset.variant .radio-wrapper--style {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.inner fieldset.variant .radio-wrapper--size input:focus + label,
.inner fieldset.variant .radio-wrapper--style input:focus + label,
.product-grid-card fieldset.variant .radio-wrapper--size input:focus + label,
.product-grid-card fieldset.variant .radio-wrapper--style input:focus + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--size
  input:focus
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--style
  input:focus
  + label {
  box-shadow: none;
}
.inner fieldset.variant .radio-wrapper--size .btn,
.inner fieldset.variant .radio-wrapper--style .btn,
.product-grid-card fieldset.variant .radio-wrapper--size .btn,
.product-grid-card fieldset.variant .radio-wrapper--style .btn,
.product-grid-card-upsell fieldset.variant .radio-wrapper--size .btn,
.product-grid-card-upsell fieldset.variant .radio-wrapper--style .btn {
  margin-right: 5px;
  max-width: unset;
  min-width: unset;
}
.inner fieldset.variant .element-wrapper legend,
.product-grid-card fieldset.variant .element-wrapper legend,
.product-grid-card-upsell fieldset.variant .element-wrapper legend {
  margin-bottom: 10px;
}
.inner fieldset.variant .radio-wrapper--color,
.inner fieldset.variant .radio-wrapper--member-exclusive-bracelet,
.product-grid-card fieldset.variant .radio-wrapper--color,
.product-grid-card fieldset.variant .radio-wrapper--member-exclusive-bracelet,
.product-grid-card-upsell fieldset.variant .radio-wrapper--color,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet {
  display: flex;
  flex-wrap: wrap;
  padding: 3px;
}
.inner fieldset.variant .radio-wrapper--color input,
.inner fieldset.variant .radio-wrapper--color label,
.inner fieldset.variant .radio-wrapper--member-exclusive-bracelet input,
.inner fieldset.variant .radio-wrapper--member-exclusive-bracelet label,
.product-grid-card fieldset.variant .radio-wrapper--color input,
.product-grid-card fieldset.variant .radio-wrapper--color label,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  input,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label,
.product-grid-card-upsell fieldset.variant .radio-wrapper--color input,
.product-grid-card-upsell fieldset.variant .radio-wrapper--color label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  input,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label {
  outline: none;
}
.inner fieldset.variant .radio-wrapper--color input:checked + label,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  input:checked
  + label,
.product-grid-card fieldset.variant .radio-wrapper--color input:checked + label,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  input:checked
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  input:checked
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  input:checked
  + label {
  background-color: transparent !important;
}
.inner fieldset.variant .radio-wrapper--color input:focus + label,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  input:focus
  + label,
.product-grid-card fieldset.variant .radio-wrapper--color input:focus + label,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  input:focus
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  input:focus
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  input:focus
  + label {
  box-shadow: none;
}
.inner fieldset.variant .radio-wrapper--color label.btn,
.inner fieldset.variant .radio-wrapper--member-exclusive-bracelet label.btn,
.product-grid-card fieldset.variant .radio-wrapper--color label.btn,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn,
.product-grid-card-upsell fieldset.variant .radio-wrapper--color label.btn,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn {
  height: 62px;
  margin-bottom: 10px;
  margin-right: 15px;
  max-width: 20%;
  min-width: 20%;
  width: 20%;
}
@media (max-width: 1400px) {
  .inner fieldset.variant .radio-wrapper--color label.btn,
  .inner fieldset.variant .radio-wrapper--member-exclusive-bracelet label.btn,
  .product-grid-card fieldset.variant .radio-wrapper--color label.btn,
  .product-grid-card
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label.btn,
  .product-grid-card-upsell fieldset.variant .radio-wrapper--color label.btn,
  .product-grid-card-upsell
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label.btn {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .inner fieldset.variant .radio-wrapper--color label.btn,
  .inner fieldset.variant .radio-wrapper--member-exclusive-bracelet label.btn,
  .product-grid-card fieldset.variant .radio-wrapper--color label.btn,
  .product-grid-card
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label.btn,
  .product-grid-card-upsell fieldset.variant .radio-wrapper--color label.btn,
  .product-grid-card-upsell
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label.btn {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
  }
}
.inner fieldset.variant .radio-wrapper--color label.btn img,
.inner fieldset.variant .radio-wrapper--member-exclusive-bracelet label.btn img,
.product-grid-card fieldset.variant .radio-wrapper--color label.btn img,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn
  img,
.product-grid-card-upsell fieldset.variant .radio-wrapper--color label.btn img,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn
  img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.inner fieldset.variant .radio-wrapper--color label.btn:hover,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn:hover,
.product-grid-card fieldset.variant .radio-wrapper--color label.btn:hover,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn:hover,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  label.btn:hover,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn:hover {
  background-color: transparent;
}
.inner fieldset.variant .radio-wrapper--color .btn-color + label,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  .btn-color
  + label,
.product-grid-card fieldset.variant .radio-wrapper--color .btn-color + label,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  .btn-color
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  .btn-color
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  .btn-color
  + label {
  border: 1px solid transparent;
  box-shadow: none !important;
}
.inner fieldset.variant .radio-wrapper--color .btn-color:checked + label,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  .btn-color:checked
  + label,
.product-grid-card
  fieldset.variant
  .radio-wrapper--color
  .btn-color:checked
  + label,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  .btn-color:checked
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  .btn-color:checked
  + label,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  .btn-color:checked
  + label {
  box-shadow: none !important;
  opacity: 1 !important;
  outline: 1px solid #000;
  outline-offset: 1px;
}
.inner fieldset.variant .radio-wrapper--color label.btn-color,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn-color,
.product-grid-card fieldset.variant .radio-wrapper--color label.btn-color,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn-color,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  label.btn-color,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label.btn-color {
  height: 21px;
  margin-right: 0.5rem;
  min-width: 21px;
  width: 21px;
}
.product-grid-card-upsell fieldset.variant {
  margin-top: 0;
}
.product-grid-card-upsell .product-form .add-to-cart-btn-wrapper button {
  margin-top: 0;
  padding: 0.25rem;
}
.product-grid-card-upsell .add-to-cart-btn-wrapper {
  margin-bottom: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .product-grid-card-upsell .add-to-cart-btn-wrapper {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
}
body.product-membership .product-grid-card-upsell .add-to-cart-btn-wrapper {
  margin-bottom: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  body.product-membership .product-grid-card-upsell .add-to-cart-btn-wrapper {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
}
.charity-grid-wrapper .card-grid picture img {
  height: 54.7%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 54.7%;
}
@media (max-width: 1024px) {
  .charity-grid-wrapper .card-grid picture img {
    height: 53.1%;
    width: 53.1%;
  }
}
.charity-grid-wrapper .card-grid picture img.charity-hover-img,
.charity-grid-wrapper .card-grid picture:hover img.charity-featured-img {
  opacity: 0;
}
.charity-grid-wrapper .card-grid picture:hover img.charity-hover-img {
  opacity: 1;
}
@media (max-width: 768px) {
  .featured-product-wrapper {
    margin: 0 auto;
    max-width: 410px;
  }
}
.featured-product-wrapper .fp-contents {
  position: relative;
}
.featured-product-wrapper .fp-contents .bg-image {
  position: absolute;
}
.featured-product-wrapper .fp-contents .fp-content-box {
  width: calc(100% - 30px);
}
.featured-product-wrapper .fp-contents .fp-content-box a.btn {
  border: 1px solid #212120;
  transition: all 0.3s ease-in-out;
}
.featured-product-wrapper .fp-contents .fp-content-box a.btn span {
  transition: all 0.3s ease-in-out;
}
.featured-product-wrapper .fp-contents .fp-content-box a.btn:hover {
  background-color: #212120;
}
.featured-product-wrapper .fp-contents .fp-content-box a.btn:hover span {
  color: #f4f2ef;
}
.ca,
.cb,
.cl,
.cr,
.ct,
.cx,
.cy,
.yotpo.yotpo-main-widget {
  width: 100%;
}
.cx,
.yotpo.yotpo-main-widget {
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}
.cx-1\/2 {
  padding-left: calc(var(--site-gutter) / 2);
  padding-right: calc(var(--site-gutter) / 2);
}
.cy {
  padding-bottom: var(--site-gutter);
  padding-top: var(--site-gutter);
}
.cy-1\/2 {
  padding-bottom: calc(var(--site-gutter) / 2);
  padding-top: calc(var(--site-gutter) / 2);
}
.cb {
  padding-bottom: var(--site-gutter);
}
.cb-1\/2 {
  padding-bottom: calc(var(--site-gutter) / 2);
}
.ct {
  padding-top: var(--site-gutter);
}
.ct-1\/2 {
  padding-top: calc(var(--site-gutter) / 2);
}
.cr {
  padding-right: var(--site-gutter);
}
.cr-1\/2 {
  padding-right: calc(var(--site-gutter) / 2);
}
.cl {
  padding-left: var(--site-gutter);
}
.cl-1\/2 {
  padding-left: calc(var(--site-gutter) / 2);
}
.ca {
  padding: var(--site-gutter);
}
.ca-1\/2 {
  padding: calc(var(--site-gutter) / 2);
}
.view-account .logged-out {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 230px;
  padding-top: 280px;
}
.view-account .logged-out .submit {
  width: 100%;
}
.view-account .logged-out h1 {
  color: #2c2c2c;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
.view-account .logged-out .input-block.checkbox {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .view-account .logged-out {
    padding-top: 155px;
  }
}
.view-account form {
  position: relative;
}
.view-account .page-content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 340px;
}
.view-account h1 {
  text-transform: uppercase;
}
.view-account .bottom-links {
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  letter-spacing: 0.06px;
  margin-top: 20px;
  text-align: center;
}
.view-account .bottom-links .separator {
  background-color: #dfdacb;
  display: block;
  height: 1px;
  margin: 17px auto 20px;
  width: 212px;
}
.view-account .input-block {
  margin-bottom: 20px;
}
.view-account .input-block.checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .view-account .input-block.checkbox {
    justify-content: center;
  }
}
.view-account .input-block.checkbox label {
  color: #2c2c2c;
  font-size: 14px;
  margin-bottom: 2px;
  padding-left: 0;
}
.view-account .input-block.checkbox label::-moz-selection {
  background-color: transparent;
}
.view-account .input-block.checkbox label::selection {
  background-color: transparent;
}
.view-account .input-block.checkbox input {
  border-color: #888885;
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  margin: 0 12px 0 0;
  padding: 0;
  position: relative;
  width: 20px;
}
.view-account .input-block.checkbox input:before {
  content: "";
  height: 30px;
  left: -4px;
  position: absolute;
  top: -3px;
  width: 184px;
  z-index: 2;
}
.view-account .input-block.checkbox input:after {
  background-color: #888885;
  border-radius: 50%;
  content: "";
  height: calc(100% - 6px);
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: scale(0.75);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - 6px);
}
.view-account .input-block.checkbox input:checked:after {
  opacity: 1;
  transform: scale(1);
}
.view-account .input-block.errors {
  color: #c00;
  font-size: 14px;
  left: 1px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
  position: absolute;
  top: -10px;
  transform: translateY(-100%);
  width: 100%;
}
.view-account .input-block-group {
  display: flex;
  justify-content: space-between;
}
.view-account .input-block-group .input-block {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .view-account .input-block-group {
    flex-direction: column;
  }
  .view-account .input-block-group .input-block {
    width: 100%;
  }
  .view-account .input-block-group + .checkbox {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.view-account input,
.view-account select {
  border: 1px solid #2c2c2c;
  font-size: 14px;
  height: 50px;
  padding: 16px 20px 17px;
  width: 100%;
}
.view-account .initiative-message {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .view-account .initiative-message {
    border-bottom: none;
  }
}
.view-account .logged-in {
  display: flex;
  flex-wrap: wrap;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .view-account .logged-in {
    padding-bottom: 120px;
  }
  .view-account .logged-in .submit {
    width: 100%;
  }
}
.view-account .logged-in .submit-block {
  display: inline-block;
  position: relative;
  width: 100%;
}
.view-account .logged-in .submit-block .submit {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .view-account .logged-in .submit-block {
    width: 100%;
  }
}
.view-account .logged-in .input-block {
  margin-bottom: 20px;
}
.view-account .logged-in .input-block.checkbox {
  margin-bottom: 30px;
}
.view-account .logged-in input,
.view-account .logged-in select {
  height: 50px;
  padding: 16px 20px 17px 15px;
}
.view-account .logged-in input {
  background-color: transparent;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.view-account .logged-in input:not(.checkbox):focus {
  background-color: #dfdacb;
}
.view-account .logged-in label {
  color: #2c2c2c;
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 1px;
  text-align: left;
}
.view-account .logged-in form {
  width: 100%;
}
.view-account .new-address {
  display: flex;
  flex-direction: column;
}
.view-account .new-address .input-block-group + .submit-block {
  margin-top: 30px;
}
.view-account .address-forms {
  position: relative;
}
.view-account .address-forms .errors {
  bottom: 0;
  color: #c00;
  font-size: 14px;
  left: 1px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
}
.view-account .add-form .submit-block {
  margin-top: 20px;
}
.view-account .add-form .checkbox + .submit-block {
  margin-top: 0;
}
.view-account .logged-in-header {
  align-items: flex-end;
  background-color: #888885;
  display: flex;
  justify-content: space-between;
  padding: 175px 80px 50px;
  width: 100%;
}
.view-account .logged-in-header .eyebrow {
  color: #2c2c2c;
  font-size: 16px;
}
.view-account .logged-in-header h1 {
  color: #2c2c2c;
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: uppercase;
}
.view-account .logged-in-header a {
  color: #2c2c2c;
  font-size: 11px;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 959px) {
  .view-account .logged-in-header {
    padding: 175px 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .view-account .logged-in-header {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 130px 30px 35px;
  }
  .view-account .logged-in-header h1 {
    font-size: 25px;
    margin-left: -1px;
  }
  .view-account .logged-in-header a {
    margin-top: 11px;
  }
  .view-account .logged-in-header > div {
    width: 100%;
  }
}
.view-account .tab-anchors {
  background-color: #888885;
  color: #2c2c2c;
  font-size: 11px;
  letter-spacing: 0.79px;
  line-height: 2.27;
  min-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.view-account .tab-anchors,
.view-account .tab-anchors ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.view-account .tab-anchors li {
  align-items: center;
  background-color: transparent;
  border: 1px solid #2c2c2c;
  border-right: none;
  cursor: pointer;
  display: flex;
  flex: 1;
  height: 75px;
  justify-content: center;
  transition: all 0.18s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
.view-account .tab-anchors li.active {
  background-color: #ebe9e5;
  border-bottom: 1px solid transparent;
}
.view-account .tab-anchors li:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .view-account .tab-anchors li {
    background-color: #dfdacb;
    border-bottom: none;
    border-right: 1px solid #2c2c2c;
  }
  .view-account .tab-anchors li:first-child {
    border-left: 1px solid #2c2c2c;
  }
  .view-account .tab-anchors li.active {
    background-color: #ebe9e5;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  .view-account .tab-anchors li:last-child,
  .view-account .tab-anchors li:last-child.active {
    border-bottom: 1px solid #2c2c2c;
  }
}
.view-account .tab-anchors a {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 80px;
  justify-content: center;
  transition: all 0.22s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
.view-account .tab-anchors a:hover {
  background-color: #ebe9e5;
}
@media screen and (max-width: 768px) {
  .view-account .tab-anchors ul {
    flex-direction: column;
  }
  .view-account .tab-anchors a,
  .view-account .tab-anchors li {
    min-height: 75px;
  }
}
.view-account .all-tabs {
  background-color: #ebe9e5;
  min-height: calc(100vh - 398px);
  padding-top: 122px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .view-account .all-tabs {
    min-height: calc(100vh - 240px);
    padding-top: 65px;
  }
}
.view-account .tab {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 780px;
}
.view-account .tab h2,
.view-account .tab h3 {
  border-bottom: 1px solid #dfdacb;
  color: #2c2c2c;
  font-size: 30px;
  letter-spacing: 1.3px;
  line-height: 0.83;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .view-account .tab h2,
  .view-account .tab h3 {
    font-size: 20px;
    letter-spacing: 0.67px;
    margin-bottom: 20px;
    padding-bottom: 9px;
  }
}
.view-account .drawer.mobile-only .label {
  display: none;
}
@media screen and (max-width: 768px) {
  .view-account .drawer.mobile-only .label {
    align-items: center;
    background-color: #dfdacb;
    color: #2c2c2c;
    display: flex;
    font-size: 11px;
    height: 75px;
    letter-spacing: 0.79px;
    line-height: 2.27;
    padding: 26px 0 24px 30px;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    width: 100%;
  }
  .view-account .drawer.mobile-only .label.active {
    background-color: #ebe9e5;
  }
}
.view-account .drawer.mobile-only .drawer-items {
  padding: 0 30px;
}
.view-account .drawer.mobile-only .drawer-items > :first-child {
  margin-top: 40px;
}
.view-account .drawer.mobile-only .drawer-items > :last-child {
  margin-bottom: 60px;
}
.view-account .tab-summary {
  color: #2c2c2c;
  font-size: 18px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .view-account .tab-summary {
    margin-bottom: 60px;
  }
}
.view-account .tab-summary p {
  display: block;
  margin-bottom: 10px;
}
.view-account .all-addresses {
  display: flex;
  flex-wrap: wrap;
}
.view-account .all-addresses .default-eyebrow {
  color: #888885;
  display: block;
  font-size: 14px;
  letter-spacing: -0.29px;
  margin-bottom: 11px;
  width: 100%;
}
.view-account .all-addresses .address {
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 60px;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .view-account .all-addresses .address {
    margin-bottom: 30px;
  }
}
.view-account .all-addresses .edit-triggers {
  font-size: 11px;
  line-height: 2.73;
  margin-top: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .view-account .all-addresses .edit-triggers {
    margin-top: 10px;
  }
}
.view-account .all-addresses .address-delete,
.view-account .all-addresses .edit-address {
  cursor: pointer;
  margin-bottom: 0;
  text-decoration: underline;
}
.view-account .all-addresses .address-delete:hover,
.view-account .all-addresses .edit-address:hover {
  text-decoration: none;
}
.view-account .all-addresses .address-delete.processing,
.view-account .all-addresses .edit-address.processing {
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .view-account .all-addresses .address {
    font-size: 16px;
    line-height: 1.88;
    width: 100%;
  }
}
.view-account .edit-forms,
.view-account .edit-forms form {
  display: none;
}
.view-account .edit-forms h3 {
  position: relative;
}
.view-account .edit-forms .close {
  height: 30px;
  position: absolute;
  right: -1px;
  top: 1px;
  width: 30px;
}
.view-account .edit-forms .close span {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .view-account .edit-forms .close {
    height: 20px;
    right: 3px;
    top: -2px;
    width: 20px;
  }
}
.view-account .drawer-label {
  color: #2c2c2c;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 30px 0;
}
.view-account .drawer-label .line-item-left p {
  color: #2c2c2c;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .view-account .drawer-label {
    padding: 16px 0 18px;
  }
  .view-account .drawer-label .line-item-left p {
    font-size: 11px;
  }
  .view-account .drawer-label .price {
    display: none;
  }
  .view-account .drawer-label .line-item-right {
    margin-top: 0;
  }
}
.view-account .no-orders-text {
  color: #2c2c2c;
  font-size: 16px;
  margin-top: 30px;
}
.view-account .submit-message {
  bottom: -10px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
}
.view-account .orders h2 {
  border-bottom: none;
  margin-bottom: 0;
}
.view-account .orders .summary-checkout {
  width: 250px;
}
.view-account .orders .bottom-wrapper {
  justify-content: space-between;
  padding-bottom: 70px;
}
.view-account .orders .checkout-item {
  margin-bottom: 17px;
}
.view-account .orders .checkout-item:last-child {
  margin-bottom: 0;
}
.view-account .orders .checkout-item .item {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1.2;
}
.view-account .orders .checkout-item .total {
  font-size: 14px;
  letter-spacing: 0.37px;
  line-height: 1.57;
}
.view-account .orders .increment-wrapper {
  margin-left: 20px;
}
.view-account .orders .line-item-right {
  width: 260px;
}
.view-account .orders .thumbnail-wrapper {
  margin-right: 75px;
}
.view-account .orders .drawer {
  border-bottom: 1px solid #dfdacb;
}
.view-account .orders .date {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1.22;
}
.view-account .orders .price {
  color: #212120;
  font-size: 14px;
  letter-spacing: 0.37px;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .view-account .orders .date {
    text-align: right;
    width: 100%;
  }
  .view-account .orders .summary-checkout {
    padding-top: 24px;
  }
}
.view-account .orders .drawer-items .labels {
  border-bottom: none;
  color: #888885;
  font-size: 14px;
  letter-spacing: -0.29px;
  padding-bottom: 20px;
  padding-top: 40px;
  text-transform: none;
}
.view-account .orders .shipping-address h4 {
  color: #2c2c2c;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.view-account .orders .shipping-address p {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1.78;
  margin-top: 11px;
}
.view-account .orders .line-item {
  border-bottom: none;
  padding: 54px 0 45px 35px;
}
@media screen and (max-width: 768px) {
  .view-account .orders .line-item {
    padding: 20px 20px 0;
  }
  .view-account .orders .increment-wrapper {
    margin-left: 0;
  }
  .view-account .orders .line-item-right {
    padding-right: 0;
    width: 195px;
  }
  .view-account .orders .thumbnail-wrapper {
    height: auto;
    margin-right: 25px;
  }
  .view-account .orders .thumbnail-wrapper .thumbnail {
    transform: translateY(-8px);
  }
  .view-account .orders .line-item-left .wrapper {
    min-width: 195px;
  }
  .view-account .orders .line-item-left .wrapper p:last-child {
    font-size: 10px;
    line-height: 1.7;
    margin-top: 6px;
  }
  .view-account .orders .labels-right {
    display: flex;
    justify-content: flex-end;
    width: 40.5%;
  }
  .view-account .orders .labels {
    border-bottom: 1px solid #a9a9a9;
    color: #888885;
    font-size: 12px;
    text-transform: none;
  }
  .view-account .orders .labels .line-item-right {
    width: 300px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .view-account .orders .labels .line-item-right {
    width: calc(100% - 103px);
  }
}
@media screen and (max-width: 768px) {
  .view-account .orders .labels .line-item-right p:first-child {
    display: none;
  }
  .view-account .orders .labels .last {
    text-align: right;
  }
  .view-account .orders .bottom-wrapper {
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .view-account .orders .drawer {
    padding-left: 1px;
  }
  .view-account .orders .drawer:nth-child(2) {
    border-top: 1px solid #dfdacb;
  }
  .view-account .orders .drawer-items .labels {
    padding-top: 40px;
  }
  .view-account .orders a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .view-account .orders a,
  .view-account .orders p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .view-account .orders a.last,
  .view-account .orders p.last {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .view-account .orders a.last,
  .view-account .orders p.last {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .view-account .orders a.first,
  .view-account .orders p.first {
    width: 59.8%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .view-account .orders a.first,
  .view-account .orders p.first {
    width: 100%;
  }
}
.view-account .submit {
  background-color: #888885;
  color: #ebe9e5;
}
.account .account-tabs .mobile-tab {
  display: none;
}
@media screen and (max-width: 1100px) {
  .account .account-tabs .mobile-tab {
    display: block;
  }
}
.account .tab-content-container {
  height: 1200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.account .tab-content {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.account .tab-content.is-shown {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.account .tab-content.mobile-tab-content {
  display: none;
}
@media screen and (max-width: 1100px) {
  .account .tab-content.mobile-tab-content {
    display: block;
  }
}
.account .account-header-accounts {
  border-bottom: 1px solid #d4d2ce;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
  width: 100%;
}
.account .account-content {
  display: flex;
  gap: 20px;
  padding-bottom: 100px;
  padding-top: 46px;
}
@media screen and (max-width: 768px) {
  .account .account-content {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
.account .account-sidebar {
  flex-shrink: 0;
  width: 440px;
}
@media screen and (max-width: 1100px) {
  .account .account-sidebar {
    display: none;
  }
}
.account .content-heading {
  color: #888885;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 20px;
}
.account .content-heading.active {
  color: #212120;
}
@media screen and (max-width: 768px) {
  .account .content-heading {
    font-size: 16px;
    line-height: 16px;
  }
}
.account .account-card {
  background-color: #ebe9e5;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .account .account-card {
    border-radius: 15px;
    padding: 20px;
  }
}
.account .account-card .card-heading {
  border-bottom: 1px solid #d4d2ce;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.account .account-card.favorites-card {
  margin-bottom: 20px;
}
.account .account-card.favorites-card .favorites-card__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.account .membership-preferences {
  position: relative;
}
.account .membership-preferences h2,
.account .membership-preferences h3,
.account .membership-preferences h4,
.account .membership-preferences li,
.account .membership-preferences p,
.account .membership-preferences ul {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.account .membership-preferences .skipped-shipment-notice {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding-bottom: 30px;
}
.account .membership-preferences .loading-overlay {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.account .membership-preferences.loading .loading-overlay {
  display: flex;
}
.account .membership-preferences.loading .card-content-wrapper {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.account .membership-bracelet-thumbnail {
  height: 100px;
  position: relative;
  width: 100px;
}
.account .mh {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .account .order-details-trigger-container {
    padding-left: 130px;
    padding-top: 10px;
    text-align: left;
  }
}
.account .order-history.blank {
  min-height: 480px;
}
.account .order-history-item {
  border-bottom: 1px solid #d4d2ce;
  padding-bottom: 30px;
  padding-top: 30px;
}
.account .order-history-item:first-child {
  padding-top: 0;
}
.account .order-history-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.account .order-history-item .ex {
  display: none;
}
.account .order-history-item .ex.shown {
  display: inline;
}
.account .order-history-item--hidden-content {
  height: 0;
  position: relative;
}
.account .order-history-item--hidden-content > .inner {
  opacity: 0;
  visibility: hidden;
}
.account .order-history-subitem {
  padding-left: 130px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .account .order-history-subitem {
    padding-left: 0;
    padding-top: 20px;
  }
}
.account .order-history-subitem > .inner {
  border-top: 1px solid #d4d2ce;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .account .order-history-subitem {
    margin-left: 0;
    width: 100%;
  }
  .account .order-history-subitem.shipping-totals {
    margin-left: 130px;
    width: calc(100% - 130px);
  }
}
.account .order-history-subitem.shipping-totals .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .account .order-history-subitem.shipping-totals .inner {
    flex-direction: column;
  }
}
.account .order-history-subitem .shipping-totals-grid {
  display: grid;
  grid-template-columns: minmax(min-content, 0) minmax(0, 1fr);
}
@media screen and (max-width: 768px) {
  .account .order-history-subitem .shipping-totals-grid {
    padding-top: 20px;
  }
}
.account .order-history-subitem .shipping-th {
  padding-right: 20px;
}
.account .order-line-item {
  display: flex;
  padding-bottom: 15px;
}
.account .order-line-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .account .order-line-item .thumb-wrapper {
    display: flex;
    justify-content: center;
    width: 100px;
  }
}
.account .order-line-item-thumb {
  height: 100px;
  position: relative;
  width: 100px;
}
.account .order-line-item-thumb img {
  -o-object-fit: contain;
  object-fit: contain;
}
.account .order-line-item-thumb.mini {
  height: 60px;
  width: 60px;
}
.account .order-line-item-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .account .order-line-item-info {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 30px;
  }
}
.account .order-line-item-info .info-right {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .account .order-line-item-info .info-right {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}
.account .order-line-item-info .quantity-left {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .account .order-line-item-info .quantity-left {
    padding: 0;
  }
}
.account .order-line-item-info .money-right {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .account .order-line-item-info .money-right {
    padding: 0;
  }
}
.account .account-membership-cta {
  margin-top: 0;
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .account .account-membership-cta {
    margin-top: 15px;
    max-width: unset;
  }
}
.account .membership-btn {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 400;
  height: 42px;
  min-width: 148px;
  text-transform: none;
}
.account .field {
  background-color: #f4f2ef;
  border-color: #f4f2ef;
  border-radius: 8px;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
  padding: 7px 10px;
}
.account .field label {
  display: block;
  font-size: 10px;
  line-height: 10px;
}
.account .field input {
  background-color: #f4f2ef;
  border-color: #f4f2ef;
  border-radius: 0;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
}
.account .address-book .default-address-editor .inner {
  opacity: 0;
  visibility: hidden;
}
.account .cause-change-container.processing,
.account .subscription-change-container.processing {
  cursor: default;
  pointer-events: none;
}
.account .subscription-update-error {
  color: #c00;
  padding-top: 20px;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.yotpo .yotpo-header-title,
.yotpo a,
.yotpo div,
.yotpo span {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: inherit !important;
}
.yotpo .write-review .yotpo-header .yotpo-header-title {
  font-size: 54px !important;
  letter-spacing: 0.02em;
  text-transform: lowercase !important;
}
.yotpo .write-review .yotpo-header .yotpo-header-title:first-letter {
  text-transform: uppercase;
}
.yotpo .yotpo-icon,
.yotpo a,
.yotpo-icon {
  color: #212120 !important;
}
.yotpo-small-box {
  margin: 0 !important;
  padding-inline: 0 !important;
}
.yotpo .yotpo-small-box.yotpo-label {
  border: none !important;
}
.yotpo-regular-box {
  border-color: #212120 !important;
  margin: 0 !important;
  padding-inline: 0 !important;
  padding: 40px 0 !important;
}
.yotpo-header-element {
  align-items: baseline;
  display: flex !important;
  flex-wrap: wrap;
}
.yotpo-header-element .yotpo-review-stars {
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .yotpo-verified-buyer {
    display: flex;
    justify-content: space-between;
  }
}
.yotpo.yotpo-main-widget {
  -webkit-padding-before: 0;
  padding-block: 2.5rem;
  padding-block-start: 0;
}
@media screen and (min-width: 1024px) {
  .yotpo.yotpo-main-widget {
    padding-bottom: 3.75rem;
  }
}
.yotpo.yotpo-main-widget .yotpo-bottomline {
  border: none !important;
  display: flex;
  flex-direction: column;
  line-height: 1 !important;
  row-gap: 40px;
}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes {
  padding-top: 0 !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews {
  align-items: flex-end;
  display: flex;
  float: none !important;
}
.yotpo.yotpo-main-widget
  .yotpo-bottomline
  .yotpo-stars-and-sum-reviews
  .yotpo-icon-star {
  color: #212120 !important;
  font-size: 17px !important;
  height: auto !important;
  margin-right: 16px !important;
  padding: 0 !important;
  width: auto !important;
}
.yotpo.yotpo-main-widget
  .yotpo-bottomline
  .yotpo-stars-and-sum-reviews
  .yotpo-icon-star:before {
  color: #212120 !important;
}
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews {
  font-size: 24px !important;
  left: auto !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
}
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews .based-on {
  color: #212120 !important;
  font-size: 24px !important;
  padding-top: 0 !important;
}
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews:before {
  color: #212120;
  content: "|";
  display: inline-block;
  margin-inline: 0.5em;
}
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-default-button {
  background: #212120 !important;
  border-radius: 100px;
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.12 !important;
  max-width: 315px !important;
  min-width: 215px !important;
  padding-block: 1.18em !important;
  position: relative !important;
  text-transform: uppercase !important;
  top: auto !important;
}
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-default-button .yotpo-icon {
  display: none;
}
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-default-button .y-label {
  text-align: center;
}
.yotpo-nav
  .yotpo-dropdown-wrapper.mobile-collapse
  .yotpo-menu-mobile-collapse
  .yotpo-nav-dropdown-category
  .yotpo-star-digits,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-star-digits {
  bottom: auto !important;
  color: #212120 !important;
  font-size: 24px !important;
}
.yotpo-nav
  .yotpo-dropdown-wrapper.mobile-collapse
  .yotpo-menu-mobile-collapse
  .yotpo-nav-dropdown-category
  .yotpo-star-digits:after,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-star-digits:after {
  content: "Average Rating";
}
.yotpo .yotpo-nav-dropdown {
  color: #212120 !important;
  display: block !important;
  float: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  max-width: 325px;
  text-transform: uppercase !important;
}
.yotpo .yotpo-nav-dropdown .yotpo-dropdown-button {
  padding-bottom: 40px;
}
.yotpo .yotpo-nav-dropdown .yotpo-icon {
  margin-left: -2em;
  padding-left: 0 !important;
}
.yotpo .yotpo-nav-dropdown span {
  color: #212120 !important;
  display: inline-block !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
}
.yotpo .yotpo-nav-dropdown span.selected {
  border: 1px solid !important;
  padding: 12px 36px 12px 12px !important;
}
.yotpo .yotpo-nav-dropdown span:first-of-type {
  display: block !important;
  padding: 12px 0 !important;
}
.yotpo .yotpo-nav-dropdown .yotpo-dropdown {
  background-color: #ebe9e5 !important;
  border: 1px solid #212120;
  border-radius: 0 !important;
  left: 0;
  right: auto !important;
}
.yotpo .yotpo-nav-dropdown .yotpo-dropdown .list-category {
  border-color: #212120 !important;
  margin: 0 !important;
  padding: 12px !important;
}
.yotpo .yotpo-nav-dropdown .yotpo-dropdown .list-category a {
  color: #212120 !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
}
.yotpo .yotpo-nav-dropdown .yotpo-dropdown .yotpo-icon {
  display: none !important;
}
.yotpo .yotpo-pager .yotpo-page-element {
  color: #212120 !important;
  font-size: 16px !important;
}
.yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.yotpo-footer {
  margin-left: 0 !important;
}
.yotpo-nav-wrapper {
  display: none !important;
}
.yotpo-main {
  margin-left: 0 !important;
}
.yotpo .content-title {
  color: #212120 !important;
  float: none !important;
  font-size: 54px !important;
  font-weight: 500 !important;
}
.content-review {
  color: #212120 !important;
  font-size: 18px !important;
  line-height: 1.22 !important;
}
.yotpo-icon-profile {
  display: none !important;
}
.label-with-tooltip {
  align-items: center;
  color: #212120;
  display: flex;
  font-size: 13px !important;
}
.label-with-tooltip:before {
  background: url(/cdn/shop/files/icon--verified-badge.svg?v=1674659974)
    50% no-repeat;
  content: "";
  display: block;
  height: 12px;
  margin-right: 4px;
  position: relative;
  width: 12px;
}
.y-label {
  color: #212120 !important;
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
}
.yotpo .yotpo-action,
.yotpo .yotpo-helpful {
  align-items: center;
  display: flex;
  line-height: 0.5 !important;
}
.yotpo .yotpo-action .y-label,
.yotpo .yotpo-helpful .y-label {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
.yotpo-icon-share {
  margin-right: 12px !important;
}
.yotpo-icon-share:before {
  content: url(/cdn/shop/files/icon-share.svg?v=1674667059) !important;
}
.yotpo-icon-seperator {
  display: none !important;
}
.yotpo-user-title {
  color: #212120 !important;
}
.yotpo-user-name {
  font-size: 24px !important;
  line-height: 1.167;
  margin-right: 0.5em;
}
#yotpo-pdp-reviews-section,
#yotpo-pdp-reviews-section-temp {
  background: #ebe9e5;
}
.yotpo-bottomline-box-2,
.yotpo-clr {
  display: none !important;
}
.yotpo .write-review .y-input .yotpo .write-review .y-label {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 24px !important;
  line-height: 0.9 !important;
}
.yotpo .write-review .y-input .yotpo .write-review .yotpo-header-title {
  font-size: 54px !important;
  line-height: 0.8 !important;
  min-width: none !important;
  padding: 0.25em 0;
  text-transform: lowercase !important;
}
.yotpo
  .write-review
  .y-input
  .yotpo
  .write-review
  .yotpo-header-title:first-letter {
  text-transform: uppercase;
}
.yotpo .write-review .y-input .yotpo .write-review .y-input {
  color: #212120 !important;
  height: auto !important;
  max-height: 100%;
  min-height: 40px !important;
  padding: 0.25em !important;
}
.form-group,
.form-group .y-label,
.yotpo .write-review .y-input .yotpo .write-review .y-input {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 24px !important;
}
.form-group .y-label {
  color: #212120 !important;
  letter-spacing: 0.02em !important;
}
.form-element.submit-button .yotpo-submit {
  background: #212120 !important;
  border-radius: 100px;
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.12 !important;
  min-width: 215px !important;
  padding-block: 1.18em !important;
  position: relative !important;
  text-transform: uppercase;
  top: auto !important;
}
.socialize .yotpo-default-button {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #212120 !important;
  border-radius: 100% !important;
  display: inline-flex !important;
  height: 41px !important;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .form-element.submit-button .yotpo-submit,
  .y-label {
    font-size: 13px !important;
  }
  .yotpo .content-title,
  .yotpo .write-review .yotpo-header .yotpo-header-title,
  .yotpo .write-review .yotpo-header-title {
    font-size: 34px !important;
  }
  .yotpo .write-review .y-label {
    font-size: 22px !important;
  }
  .yotpo .yotpo-nav-dropdown .yotpo-dropdown .list-category a,
  .yotpo .yotpo-nav-dropdown span,
  .yotpo label,
  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-default-button {
    font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
  }
  .yotpo.yotpo-main-widget
    .yotpo-bottomline
    .yotpo-stars-and-sum-reviews
    .yotpo-icon-star {
    font-size: 15px !important;
    margin-right: 4px !important;
  }
  .content-review,
  .form-group,
  .form-group .y-label,
  .yotpo .write-review .y-input,
  .yotpo .write-review .y-label,
  .yotpo-star-digits,
  .yotpo-user-name,
  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-star-digits,
  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews,
  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews .based-on {
    font-size: 16px !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small
    .yotpo-bottomline.yotpo-bottomline-2-boxes
    .yotpo-bottomline-box-1 {
    flex-wrap: wrap;
  }
  .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
    flex-basis: 100%;
    flex-shrink: 0;
  }
  .yotpo.yotpo-main-widget.yotpo-small
    .yotpo-bottomline.yotpo-bottomline-2-boxes {
    height: auto !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small
    .yotpo-nav
    .yotpo-dropdown-wrapper.mobile-collapse
    .yotpo-menu-mobile-collapse
    .yotpo-nav-dropdown-category {
    background: #212120 !important;
    border-radius: 100px;
    font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0.02em !important;
    line-height: 1.12 !important;
    max-width: 325px;
    min-width: 215px !important;
    padding-block: 1.18em !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase !important;
    top: auto !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small
    .yotpo-nav
    .yotpo-dropdown-wrapper.mobile-collapse
    .yotpo-menu-mobile-collapse
    .yotpo-nav-dropdown-category
    .yotpo-icon {
    display: none !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small
    .yotpo-nav
    .yotpo-dropdown-wrapper.mobile-collapse
    .yotpo-menu-mobile-collapse
    .yotpo-nav-dropdown-category
    .y-label {
    color: #f4f2ef !important;
    text-align: center;
  }
  .yotpo.yotpo-main-widget.yotpo-small
    .yotpo-nav
    .yotpo-dropdown-wrapper.mobile-collapse
    .yotpo-menu-mobile-collapse {
    background: none !important;
    border: none !important;
    display: block !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .transparent-color-btn {
    display: none !important;
  }
  .yotpo .yotpo-nav {
    padding-top: 0 !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper {
    float: none !important;
    padding-bottom: 16px !important;
  }
  .yotpo-regular-box {
    border-color: #212120 !important;
    margin: 0 !important;
    padding-inline: 0 !important;
    padding: 30px 0 !important;
  }
  .yotpo
    .yotpo-review
    .yotpo-header
    .yotpo-header-element
    .y-label.yotpo-review-date {
    display: none !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-footer {
    align-items: flex-start !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-footer > * {
    flex-shrink: 0;
  }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-helpful {
    align-self: end;
    float: none !important;
  }
}
.yotpo .yotpo-review .yotpo-main {
  margin-bottom: 20px !important;
}
.yotpo .yotpo-review .yotpo-footer,
.yotpo.yotpo-main-widget.yotpo-small .yotpo-footer {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.yotpo .yotpo-review .yotpo-footer .footer-actions,
.yotpo.yotpo-main-widget.yotpo-small .yotpo-footer .footer-actions {
  display: inline-flex !important;
  float: none !important;
  margin-bottom: 0 !important;
}
.bg-white {
  background-color: #f4f2ef;
}
.bg-white-shade-1 {
  background-color: #ebe9e5;
}
.bg-white-shade-2 {
  background-color: #d4d2ce;
}
.bg-lokai-blue {
  background-color: #abceff;
}
.aura {
  background-size: 150% 121%;
}
@media screen and (max-width: 768px) {
  .aura {
    height: 150vw;
    top: 50% !important;
    transform: translateY(-50%) skew(-0deg) !important;
  }
}
@media screen and (min-width: 1024px) {
  .aura {
    background-size: 121% 140%;
  }
}
#global-footer {
  background-color: #212120;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  color: #f4f2ef;
  margin-top: -1.5rem;
  padding: 2.5rem 1.25rem 1.25rem;
}
#global-footer h3 {
  font-size: 1.75rem;
  line-height: 1.037em;
}
#global-footer .footer-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media (max-width: 768px) {
  #global-footer .footer-wrapper .disclaimer p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
#global-footer .footer-wrapper .disclaimer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s ease-in-out;
}
#global-footer .footer-wrapper .disclaimer a:hover {
  color: #fff;
}
#global-footer .footer-wrapper .klaviyo-wrapper {
  min-height: 74px;
}
#global-footer .footer-wrapper .klaviyo-wrapper .declaration p {
  color: #2b2b2a;
  font-size: 12px;
  line-height: 1.3;
  opacity: 1;
}
#global-footer .footer-wrapper .klaviyo-wrapper .declaration p a {
  text-decoration: underline;
}
#global-footer .footer-wrapper .klaviyo-wrapper.form-submitted {
  padding-right: 50px;
}
@media (max-width: 768px) {
  #global-footer .footer-wrapper .klaviyo-wrapper.form-submitted {
    padding-right: 20px;
  }
}
#global-footer
  .footer-wrapper
  .klaviyo-wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:first-child,
#global-footer
  .footer-wrapper
  .klaviyo-wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:last-child {
  display: block !important;
}
#global-footer
  .footer-wrapper
  .klaviyo-wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:first-child
  p,
#global-footer
  .footer-wrapper
  .klaviyo-wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:first-child
  p
  span {
  align-items: center !important;
  color: #f4f2ef !important;
  display: flex !important;
  font-family: GTSuper, Times New Roman, Times, serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  #global-footer
    .footer-wrapper
    .klaviyo-wrapper.form-submitted
    form
    > .needsclick
    > .needsclick:first-child
    p,
  #global-footer
    .footer-wrapper
    .klaviyo-wrapper.form-submitted
    form
    > .needsclick
    > .needsclick:first-child
    p
    span {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 5px !important;
  }
}
#global-footer
  .footer-wrapper
  .klaviyo-wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:last-child
  p,
#global-footer
  .footer-wrapper
  .klaviyo-wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:last-child
  p
  span {
  color: #f4f2ef !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
@media (max-width: 768px) {
  #global-footer
    .footer-wrapper
    .klaviyo-wrapper.form-submitted
    form
    > .needsclick
    > .needsclick:last-child
    p,
  #global-footer
    .footer-wrapper
    .klaviyo-wrapper.form-submitted
    form
    > .needsclick
    > .needsclick:last-child
    p
    span {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
#global-footer .footer-wrapper .klaviyo-wrapper form {
  display: block !important;
}
#global-footer .footer-wrapper .klaviyo-wrapper form * {
  border: none !important;
}
#global-footer
  .footer-wrapper
  .klaviyo-wrapper
  form
  > .needsclick
  > .needsclick:first-child,
#global-footer
  .footer-wrapper
  .klaviyo-wrapper
  form
  > .needsclick
  > .needsclick:last-child {
  display: none !important;
}
#global-footer .footer-wrapper .klaviyo-wrapper form > div > div > div {
  min-height: unset !important;
  padding: 0 !important;
}
#global-footer .footer-wrapper .klaviyo-wrapper form .needsclick {
  min-height: unset !important;
}
#global-footer .footer-wrapper .klaviyo-wrapper form label {
  color: #f4f2ef !important;
  display: block !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  margin-bottom: 5px !important;
}
#global-footer .footer-wrapper .klaviyo-wrapper form input {
  background-color: transparent !important;
  border: 1px solid #f4f2ef !important;
  border-radius: 30px 0 0 30px !important;
  box-shadow: none !important;
  color: #f4f2ef !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  max-height: 50px !important;
  padding: 10px 8px 10px 20px !important;
}
@media (min-width: 769px) {
  #global-footer .footer-wrapper .klaviyo-wrapper form input {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
#global-footer .footer-wrapper .klaviyo-wrapper form input::-moz-placeholder {
  color: #f4f2ef !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
#global-footer .footer-wrapper .klaviyo-wrapper form input::placeholder {
  color: #f4f2ef !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
@media (min-width: 769px) {
  #global-footer .footer-wrapper .klaviyo-wrapper form input::-moz-placeholder {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  #global-footer .footer-wrapper .klaviyo-wrapper form input::placeholder {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
#global-footer .footer-wrapper .klaviyo-wrapper form button.needsclick {
  background-color: transparent !important;
  border: 1px solid #f4f2ef !important;
  border-radius: 0 30px 30px 0 !important;
  border-left: none !important;
  color: #f4f2ef !important;
  font-family: Degular !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  height: 48px !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  max-height: 50px !important;
  min-width: 70.67px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out;
}
#global-footer .footer-wrapper .klaviyo-wrapper form button.needsclick:hover {
  background-color: #f4f2ef !important;
  color: #212120 !important;
}
@media (min-width: 769px) {
  #global-footer .footer-wrapper .klaviyo-wrapper form button.needsclick {
    font-size: 16px !important;
    min-width: 102.19px !important;
  }
}
#global-footer .footer-wrapper .klaviyo-wrapper form span#klaviyo_ariaid_2 {
  border: 1px solid #d0331f !important;
  color: #d0331f !important;
}
#global-footer
  .footer-wrapper
  .klaviyo-wrapper
  .klaviyo-form.klaviyo-form.klaviyo-form
  .klaviyo-spinner:after {
  border: 3px solid #000;
  border-left-color: #979797 !important;
  border-radius: 50%;
  border-top-color: #979797 !important;
  height: 21px !important;
  left: 50%;
  margin-left: 5px !important;
  margin-top: 4px !important;
  top: 50%;
  width: 21px !important;
}
@media (min-width: 769px) {
  #global-footer
    .footer-wrapper
    .klaviyo-wrapper
    .klaviyo-form.klaviyo-form.klaviyo-form
    .klaviyo-spinner:after {
    height: 16px !important;
    margin-left: 32px !important;
    margin-top: 5px !important;
    width: 16px !important;
  }
}
#global-footer .global-social-list svg {
  display: block;
  height: 1.875rem;
  width: 1.875rem;
}
:not(.account) #global-footer,
:not(.customer) #global-footer {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  :not(.account) #global-footer,
  :not(.customer) #global-footer {
    margin-top: 0;
  }
}
#footer-logo svg path {
  fill: #f4f2ef !important;
}
:not(.account) main > section:last-of-type > [class*="bg-"],
:not(.customer) main > section:last-of-type > [class*="bg-"] {
  padding-bottom: 1.5rem;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .footer-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newsletter-signup {
    grid-column: 2/3;
    width: 50vw;
  }
  .footer-navs {
    grid-column: 1/2;
    grid-row: 1/2;
    width: calc(50vw - 80px) !important;
  }
}
@media screen and (min-width: 1024px) {
  #global-footer {
    grid-gap: 1.25rem;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    margin-top: -2.5rem;
    padding: 3.75rem 2.5rem 2.5rem;
  }
  #global-footer h3 {
    font-size: 2rem;
  }
  #global-footer .footer-wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  #global-footer .newsletter-signup {
    grid-column: 5/7;
    grid-row: 1/2;
  }
  #global-footer .footer-navs {
    grid-column: 1/5;
    grid-row: 1/2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #global-footer .disclaimer {
    grid-column: 5/7;
    grid-row: 2/3;
  }
  :not(.account) main > section:last-of-type > [class*="bg-"],
  :not(.customer) main > section:last-of-type > [class*="bg-"] {
    padding-bottom: 2.5rem;
  }
}
body#recharge-novum footer .newsletter-signup input[type="text"] {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  body#recharge-novum #recharge-te .rc_card_container {
    justify-content: center !important;
  }
  body#recharge-novum #recharge-te .rc_card_container li {
    padding: 0 40px !important;
  }
}
.customers-account .account-header {
  margin-bottom: 44px;
}
.customers-account .account-header h1 {
  align-items: center;
  color: #212120;
  display: flex;
  font-family: Degular;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 100%;
  margin-bottom: 20px;
}
.customers-account .account-header .membership-subhead {
  align-items: center;
  color: #212120;
  display: flex;
  font-family: Degular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
body#recharge-novum #recharge-te {
  background: #f4f2ef !important;
  padding-bottom: 0 !important;
  z-index: unset !important;
}
body#recharge-novum #recharge-te #rc_te-template-wrapper {
  padding-bottom: 59px !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #rc_te-template-wrapper {
    padding-bottom: 41px !important;
  }
  body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_add_product {
    margin-bottom: 20px !important;
  }
}
body#recharge-novum #recharge-te #rc_manage_subscription_container {
  padding-bottom: 59px !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #rc_manage_subscription_container {
    padding-bottom: 41px !important;
  }
}
@media (max-width: 650px) {
  body#recharge-novum #recharge-te .nav__list--mobile {
    margin-top: -30px !important;
  }
  body#recharge-novum #recharge-te .nav__list--mobile li {
    padding: 18px 12px !important;
  }
  body#recharge-novum #recharge-te .nav__list--mobile li a {
    font-weight: 400 !important;
  }
}
body#recharge-novum #recharge-te .nav--wrapper.bg-light {
  background: #ebe9e5;
  margin-bottom: 40px;
  padding: 18px 0;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te .nav--wrapper.bg-light {
    margin-bottom: 30px;
    padding: 23.5px 20px;
  }
}
@media (max-width: 650px) {
  body#recharge-novum #recharge-te .nav--wrapper.bg-light .list__item {
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
  }
  body#recharge-novum #recharge-te .nav--wrapper.bg-light .list__item span {
    align-items: center !important;
    color: #000 !important;
    display: flex !important;
    font-family: Degular !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-transform: capitalize !important;
  }
}
body#recharge-novum
  #recharge-te
  .nav--wrapper.bg-light
  .nav__list--desktop
  li
  a {
  align-items: center;
  color: #000;
  display: flex;
  font-family: Degular;
  font-size: 13px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize !important;
}
body#recharge-novum
  #recharge-te
  .nav--wrapper.bg-light
  .nav__list--desktop
  li
  a.active,
body#recharge-novum
  #recharge-te
  .nav--wrapper.bg-light
  .nav__list--desktop
  li.active
  a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
body#recharge-novum #recharge-te .rc_page-width {
  max-width: unset !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te .rc_page-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body#recharge-novum #recharge-te .rc_page-width .rc_add_product {
  transition: all 0.3s ease-in-out;
}
body#recharge-novum #recharge-te .rc_page-width .rc_add_product .rc_btn:hover {
  background-color: #212120e6 !important;
}
body#recharge-novum
  #recharge-te
  .rc_page-width
  .rc_add_product
  #store-credits:empty,
body#recharge-novum #recharge-te .rc_page-width .rc_add_product + br {
  display: none !important;
}
body#recharge-novum #recharge-te .rc_page-width .rc_add_product h3 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 100% !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te .rc_page-width .rc_add_product h3 {
    font-size: 34px !important;
  }
}
body#recharge-novum #recharge-te .rc_page-width .rc_add_product .rc_btn {
  align-items: center !important;
  background: #212120 !important;
  border: 1px solid #212120 !important;
  border-radius: 5px !important;
  color: #f4f2ef !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  justify-content: center !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin-bottom: 0;
  min-height: 56px !important;
  padding: 15px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te .rc_page-width .rc_add_product .rc_btn {
    font-size: 14px !important;
    line-height: 18px !important;
    min-height: 50px !important;
  }
}
body#recharge-novum
  #recharge-te
  .rc_page-width
  .rc_add_product
  .rc_btn.title-bold {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te .rc_page-width .page-title {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 16px !important;
  margin-bottom: 5px !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te .rc_page-width .page-title {
    letter-spacing: normal !important;
    margin-bottom: 10px !important;
  }
}
body#recharge-novum #recharge-te .rc_page-width section .rc-subheading {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 22px !important;
  text-transform: capitalize !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te .rc_page-width section .rc-subheading {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_subscription_container {
  background: #ebe9e5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  margin-top: 44px !important;
  padding: 16px 30px 16px 20px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_container {
    margin-top: 26px !important;
    padding: 20px 20px 30px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_subscription_container
  + .rc_subscription_container {
  margin-top: 40px !important;
}
body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_schedule_wrapper {
  margin-left: 20px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_schedule_wrapper {
    margin-left: 30px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_schedule_wrapper
  .rc_order_title_container
  span {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  margin-bottom: 5px !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_schedule_wrapper
    .rc_order_title_container
    span {
    text-align: left !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_schedule_wrapper
  p {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 16px !important;
  margin: 0 !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_schedule_wrapper
  p
  svg {
  display: none;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_subscription_info_container {
  border-right: 1px solid #888885 !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_info_container {
    border-bottom: 1px solid #888885 !important;
    border-right: none !important;
    flex-direction: row !important;
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_subscription_next_charge_date {
  padding-left: 12.3% !important;
  padding-top: 0 !important;
}
@media (max-width: 1100px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_next_charge_date {
    padding-left: 8.3% !important;
  }
}
@media (max-width: 991px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_next_charge_date {
    padding-left: 5.3% !important;
  }
}
@media (max-width: 820px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_next_charge_date {
    padding-left: 3.3% !important;
  }
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_next_charge_date {
    padding-left: 0 !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_subscription_next_charge_date
  p {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 16px !important;
  margin: 0 0 15px !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_next_charge_date
    p {
    letter-spacing: normal !important;
    margin-bottom: 6px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_subscription_next_charge_date
  h2 {
  align-items: center !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  margin: 0;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_next_charge_date
    h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 30px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_subscription_next_charge_date
  .rc_btn--secondary {
  align-items: center !important;
  background: #212120 !important;
  border: 1px solid #212120 !important;
  border-radius: 5px !important;
  color: #f4f2ef !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  justify-content: center !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin-bottom: 0;
  min-height: 56px !important;
  padding: 15px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    .rc_subscription_next_charge_date
    .rc_btn--secondary {
    font-size: 14px !important;
    line-height: 18px !important;
    min-height: 50px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_subscription_next_charge_date
  .rc_btn--secondary:hover {
  background-color: #212120e6 !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container {
  margin-bottom: 4px !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content {
  flex-basis: 57.721%;
  width: 100%;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  h2 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 28px !important;
  margin: 0 0 28px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    #rc_manage_subscription_container
    .right-content
    .upsells--wrapper
    h2 {
    font-size: 34px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
    margin-bottom: 10px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  h2
  + div {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal;
  line-height: 22px !important;
  margin-bottom: 52px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    #rc_manage_subscription_container
    .right-content
    .upsells--wrapper
    h2
    + div {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 20px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container {
  gap: 16px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    #rc_manage_subscription_container
    .right-content
    .upsells--wrapper
    #rc__upsells--container {
    gap: 20px !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card {
  background: #ebe9e5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  min-height: 251px !important;
  padding: 20px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    #rc_manage_subscription_container
    .right-content
    .upsells--wrapper
    #rc__upsells--container
    .js-toggle-card {
    min-height: 293px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .rc_upsells-btns {
  background-color: #212120 !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .rc_upsells-btns
  input[type="button"] {
  align-items: center !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  color: #fff !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  justify-content: center !important;
  line-height: 48px !important;
  min-height: 56px !important;
  padding: 0 !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .rc_upsells-btns
  input[type="button"]::-moz-placeholder {
  align-items: center !important;
  color: #fff !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 48px !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .rc_upsells-btns
  input[type="button"]::placeholder {
  align-items: center !important;
  color: #fff !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 48px !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .rc_upsells-btns
  input[type="button"]:hover {
  background-color: #292927 !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    #rc_manage_subscription_container
    .right-content
    .upsells--wrapper
    #rc__upsells--container
    .js-toggle-card
    .js-card
    .upsell-btn-mobile {
    align-items: center !important;
    background-color: transparent !important;
    border: 1px solid #212120 !important;
    border-radius: 5px !important;
    color: #212120 !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    justify-content: center !important;
    letter-spacing: 0.02em !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    min-height: 50px;
    text-align: center !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out;
  }
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    #rc_manage_subscription_container
    .right-content
    .upsells--wrapper
    #rc__upsells--container
    .js-toggle-card
    .js-card
    .upsell-btn-mobile:hover {
    background: #d4d2ce !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .js-card
  .rc_image_container {
  margin: 0 auto 10px !important;
  max-height: 120px !important;
  max-width: 120px !important;
  min-width: 120px !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .js-card
  .rc_image_container
  img {
  height: 120px !important;
  margin-right: 0 !important;
  max-height: 120px !important;
  max-width: 120px !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .js-card
  p.upsells-title {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  height: auto !important;
  line-height: 28px !important;
  margin: 0 !important;
  text-align: center !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .js-card
  p {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  display: block !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  margin: 0 !important;
  text-align: center !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  #rc_manage_subscription_container
  .right-content
  .upsells--wrapper
  #rc__upsells--container
  .js-toggle-card
  .js-card
  p
  svg {
  display: none !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper {
  flex-basis: 30.5555% !important;
  margin-right: 9.375% !important;
}
@media (max-width: 1340px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper {
    flex-basis: 35.5555% !important;
    margin-right: 4.375% !important;
  }
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper {
    margin-right: 0 !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  > a.text-font-14 {
  align-items: center;
  color: #212120 !important;
  display: inline-flex;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    > a.text-font-14 {
    font-size: 13px !important;
    letter-spacing: normal !important;
    line-height: 16px !important;
    margin-bottom: 10px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  > a.text-font-14:hover {
  opacity: 0.85;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  > a.text-font-14:before {
  align-items: center !important;
  color: #212120 !important;
  content: "<";
  display: flex !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin-bottom: 1px !important;
  margin-right: 5px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    > a.text-font-14:before {
    font-size: 13px !important;
    letter-spacing: normal !important;
    line-height: 16px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  > a.text-font-14
  svg {
  display: none !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  > h3 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 100% !important;
  margin: 0 0 45px !important;
}
@media (max-width: 1340px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    > h3 {
    font-size: 43px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 991px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    > h3 {
    font-size: 34px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    > h3 {
    font-size: 34px !important;
    letter-spacing: normal !important;
    margin-bottom: 30px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  > #store-credits:empty {
  display: none !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card {
  background: #ebe9e5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  position: relative;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  p {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal;
  line-height: 16px !important;
  margin: 0 0 15px !important;
  text-transform: uppercase !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container {
  background: #ebe9e5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  margin-bottom: 20px !important;
  padding: 20px 30px 20px 20px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    .rc-card,
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    .rc_card_container {
    padding-right: 20px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .svg-inline--fa,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .svg-inline--fa {
  display: none !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  > div,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  > div {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  > div
  p,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  > div
  p {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal;
  line-height: 16px !important;
  margin: 0 0 15px !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    .rc-card
    > div
    p,
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    .rc_card_container
    > div
    p {
    margin-bottom: 6px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  > div
  h3,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  > div
  h3 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    .rc-card
    > div
    h3,
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    .rc_card_container
    > div
    h3 {
    font-size: 22px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .text-body-2,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .text-body-2 {
  position: relative;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  + br,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  + br {
  display: none;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .card-content
  + .svg-inline--fa,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .card-content
  + .svg-inline--fa {
  display: block !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .card-content
  .rc-subheading,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .card-content
  h4,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .card-content
  .rc-subheading,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .card-content
  h4 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal;
  line-height: 16px !important;
  margin: 0 0 5px !important;
  text-transform: uppercase !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .card-content
  .rc-subheading
  + div,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .card-content
  .rc-subheading
  + div
  *,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .card-content
  h4
  + div,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .card-content
  h4
  + div
  *,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .card-content
  .rc-subheading
  + div,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .card-content
  .rc-subheading
  + div
  *,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .card-content
  h4
  + div,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_card_container
  .card-content
  h4
  + div
  * {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .edit_subscription_info-product
  > div.d-flex {
  display: flex !important;
  width: auto !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .edit_subscription_info-product
  > div.d-flex
  .rc_photo_container
  + div
  h5 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 16px !important;
  margin: 0 0 5px !important;
  text-transform: uppercase !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card
  .edit_subscription_info-product
  > div.d-flex
  .rc_photo_container
  + div
  p {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 16px !important;
  margin-bottom: 0 !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_btn {
  align-items: center !important;
  background: #212120 !important;
  border: 1px solid #212120 !important;
  border-radius: 5px !important;
  color: #f4f2ef !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  justify-content: center !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  min-height: 56px !important;
  padding: 15px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    .rc_btn {
    font-size: 14px !important;
    line-height: 18px !important;
    min-height: 50px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc_btn:hover {
  background-color: #212120e6 !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  button.rc_cancel-btn {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin: 9px 0 0 !important;
  text-decoration-line: underline !important;
  text-transform: uppercase !important;
  text-underline-offset: 2px !important;
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  button.rc_cancel-btn:hover {
  text-decoration: unset !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    button.rc_cancel-btn {
    margin-bottom: 36px !important;
    margin-top: 16px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .svg-inline--fa {
  display: none;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_manage_subscription_container
    .edit_subscription_info--wrapper
    .rc-card.js-edit-product
    p {
    margin-bottom: 6px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card.customer-email
  .svg-inline--fa,
body#recharge-novum
  #recharge-te
  #rc_manage_subscription_container
  .edit_subscription_info--wrapper
  .rc-card.customer-phone
  .svg-inline--fa {
  display: none !important;
}
body#recharge-novum #recharge-te #te-modal {
  background-color: #f4f2ef !important;
}
body#recharge-novum #recharge-te #te-modal header {
  border-bottom: none !important;
  margin-bottom: 5px !important;
  padding: 30px !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #te-modal header {
    padding: 20px !important;
  }
}
body#recharge-novum #recharge-te #te-modal header .js-back-btn {
  display: none;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #te-modal header .close-btn {
    width: auto !important;
  }
}
body#recharge-novum #recharge-te #te-modal header span.te-modal-title {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
}
body#recharge-novum #recharge-te #te-modal #te-modal-content {
  padding: 0 30px 30px !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #te-modal #te-modal-content {
    padding: 20px !important;
  }
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .edit-shopify-payment-method-container
  h3.rc-subheading {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin-bottom: 11px !important;
  text-transform: uppercase !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .edit-shopify-payment-method-container
  .payment-method {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin-bottom: 11px !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .edit-shopify-payment-method-container
  .rc-subtext {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin: 0 0 20px !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .edit-shopify-payment-method-container
  .rc-subtext.font-bold {
  font-weight: 700 !important;
}
body#recharge-novum #recharge-te #te-modal #te-modal-content button.rc-btn,
body#recharge-novum #recharge-te #te-modal #te-modal-content button.rc_btn {
  align-items: center !important;
  background: #212120 !important;
  border-radius: 5px !important;
  color: #ebe9e5 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  justify-content: center !important;
  letter-spacing: 0.02em !important;
  letter-spacing: normal !important;
  line-height: 18px !important;
  min-height: 50px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  button.rc-btn:hover,
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  button.rc_btn:hover {
  background-color: #212120e6 !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  > p:last-child
  span {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te #te-modal #te-modal-content .order-line-items {
  margin: 20px 0 0 !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  > .rc_card_container
  > div {
  align-items: flex-start !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  .rc_card_container {
  align-items: flex-start !important;
  padding-bottom: 22px !important;
  padding-top: 22px !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  .rc_card_container
  .order-price {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  .rc_card_container
  .order-photo {
  margin-right: 20px !important;
  max-height: 100px !important;
  min-height: 100px !important;
  min-width: 100px !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  .rc_card_container
  .order-photo
  img {
  max-height: 100px !important;
  min-height: 100px !important;
  min-width: 100px !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  .rc_card_container
  .order-photo
  + div {
  padding-right: 20px !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  .rc_card_container
  .order-photo
  + div
  .rc_order_title {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  margin-bottom: 5px !important;
  text-transform: uppercase !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  .rc_card_container
  .order-photo
  + div
  .order-quantity,
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .order-line-items
  .rc_card_container
  .order-photo
  + div
  .order-variant-title {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  margin: 0 !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .rc_card_container {
  border-top: 1px solid rgba(33, 33, 32, 0.5);
  display: flex !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 20px 0 22px !important;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .rc_card_container
  span {
  align-items: center;
  color: #212120;
  display: flex;
  font-family: Degular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  .rc_card_container:last-child
  span {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te #te-modal #te-modal-content form div {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 22px !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #te-modal #te-modal-content form div {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
body#recharge-novum #recharge-te #te-modal #te-modal-content form h3 {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 28px !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #te-modal #te-modal-content form h3 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  form
  button.rc_btn {
  align-items: center !important;
  background: #212120 !important;
  border-radius: 5px !important;
  color: #ebe9e5 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  justify-content: center !important;
  letter-spacing: 0.02em !important;
  letter-spacing: normal !important;
  line-height: 18px !important;
  min-height: 50px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out;
}
body#recharge-novum
  #recharge-te
  #te-modal
  #te-modal-content
  form
  button.rc_btn:hover {
  background-color: #212120e6 !important;
}
body#recharge-novum
  #recharge-te
  #js-rc_schedule_container
  .rc_schedule_title
  h3 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 100% !important;
  margin: 0 0 39px !important;
}
@media (max-width: 1340px) {
  body#recharge-novum
    #recharge-te
    #js-rc_schedule_container
    .rc_schedule_title
    h3 {
    font-size: 43px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 991px) {
  body#recharge-novum
    #recharge-te
    #js-rc_schedule_container
    .rc_schedule_title
    h3 {
    font-size: 34px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #js-rc_schedule_container
    .rc_schedule_title
    h3 {
    font-size: 34px !important;
    letter-spacing: normal !important;
    margin-bottom: 30px !important;
  }
}
body#recharge-novum #recharge-te #js-rc_schedule_container h2 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 16px !important;
  margin-bottom: 5px !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #js-rc_schedule_container h2 {
    margin-bottom: 10px !important;
  }
}
body#recharge-novum #recharge-te #js-rc_schedule_container h3.custom-font {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 22px !important;
  margin-bottom: 30px !important;
  text-transform: capitalize !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #js-rc_schedule_container h3.custom-font {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 20px !important;
  }
}
body#recharge-novum #recharge-te #js-rc_schedule_container .scheduled-order {
  background: #ebe9e5 !important;
  border-radius: 10px !important;
  margin-bottom: 40px !important;
}
body#recharge-novum
  #recharge-te
  #js-rc_schedule_container
  .scheduled-order
  .rc_schedule_container {
  background: #ebe9e5 !important;
  margin-bottom: 0 !important;
  padding: 20px 30px 20px 20px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #js-rc_schedule_container
    .scheduled-order
    .rc_schedule_container {
    padding: 20px !important;
  }
  body#recharge-novum
    #recharge-te
    #js-rc_schedule_container
    .scheduled-order
    .rc_schedule_container
    .rc_order_info_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-direction: row !important;
    justify-content: center;
    margin-bottom: 20px !important;
  }
  body#recharge-novum
    #recharge-te
    #js-rc_schedule_container
    .scheduled-order
    .rc_schedule_container
    .rc_order_info_container
    + div {
    width: 100%;
  }
}
body#recharge-novum
  #recharge-te
  #js-rc_schedule_container
  .scheduled-order
  .rc_schedule_container
  .rc_order_info_container
  + div
  .rc_btn--secondary {
  align-items: center !important;
  border: 1px solid #212120 !important;
  border-radius: 5px !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  justify-content: center !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  min-height: 56px !important;
  min-width: 211px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out !important;
}
body#recharge-novum
  #recharge-te
  #js-rc_schedule_container
  .scheduled-order
  .rc_schedule_container
  .rc_order_info_container
  + div
  .rc_btn--secondary:hover {
  background-color: #d4d2ce !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #js-rc_schedule_container
    .scheduled-order
    .rc_schedule_container
    .rc_order_info_container
    + div
    .rc_btn--secondary {
    font-size: 14px !important;
    min-height: 50px !important;
  }
}
body#recharge-novum
  #recharge-te
  #js-rc_schedule_container
  .scheduled-order
  .rc_schedule_container
  .rc_order_info_container
  + div
  button {
  margin-bottom: 0 !important;
}
body#recharge-novum #recharge-te #rc_te-template-wrapper > .rc_card_container,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card {
  background: #ebe9e5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: flex !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
  padding: 30px 26.48px 30px 36.11px !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container:last-child,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card:last-child {
  margin-bottom: 11px !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card
  > div
  p,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > div
  p {
  margin-right: 5px !important;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card
  > div
  p.order-date-mobile,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > div
  p.order-date-mobile {
  display: none !important;
}
body#recharge-novum #recharge-te #rc_te-template-wrapper > .rc_card_container *,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card
  * {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #rc_te-template-wrapper > .rc_card_container,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card {
    align-items: flex-start !important;
    flex-direction: column !important;
    padding: 20px !important;
    position: relative;
  }
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    > div,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > div {
    align-items: center !important;
    color: #212120 !important;
    display: flex !important;
    font-family: Degular !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
  }
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    > div
    p,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > div
    p {
    font-weight: 600 !important;
    margin-right: 5px !important;
  }
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    > p,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > p {
    align-items: center !important;
    color: #212120 !important;
    display: flex !important;
    font-family: Degular !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    margin-right: 5px !important;
  }
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    > p
    span,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > p
    span {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card
  > p.text-font-14,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card
  > p.text-font-14
  span,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > p.text-font-14,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > p.text-font-14
  span {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    > p.text-font-14,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    > p.text-font-14
    span,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > p.text-font-14,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > p.text-font-14
    span {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card
  > div
  .text-font-14,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card
  > div
  p,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > div
  .text-font-14,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > div
  p {
  font-size: 16px !important;
  line-height: 18px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    > div
    .text-font-14,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    > div
    p,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > div
    .text-font-14,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > div
    p {
    font-size: 13px !important;
    line-height: 16px !important;
  }
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  p
  svg,
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  > .rc_card_container
  > .rc-card
  p
  svg {
  margin-left: 34.41px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    p
    svg,
  body#recharge-novum
    #recharge-te
    #rc_te-template-wrapper
    > .rc_card_container
    > .rc-card
    p
    svg {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
body#recharge-novum #recharge-te #rc_te-template-wrapper > h3 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 100% !important;
  margin: 0 0 39px !important;
}
@media (max-width: 1340px) {
  body#recharge-novum #recharge-te #rc_te-template-wrapper > h3 {
    font-size: 43px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 991px) {
  body#recharge-novum #recharge-te #rc_te-template-wrapper > h3 {
    font-size: 34px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #rc_te-template-wrapper > h3 {
    font-size: 34px !important;
    letter-spacing: normal !important;
    margin-bottom: 30px !important;
  }
}
body#recharge-novum [role="button"],
body#recharge-novum a,
body#recharge-novum button,
body#recharge-novum input,
body#recharge-novum label,
body#recharge-novum select,
body#recharge-novum textarea {
  color: unset;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #ShippingPage {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body#recharge-novum #recharge-te #ShippingPage h3 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 100% !important;
  margin: 0 0 39px !important;
}
@media (max-width: 1340px) {
  body#recharge-novum #recharge-te #ShippingPage h3 {
    font-size: 43px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 991px) {
  body#recharge-novum #recharge-te #ShippingPage h3 {
    font-size: 34px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #ShippingPage h3 {
    font-size: 34px !important;
    letter-spacing: normal !important;
    margin-bottom: 30px !important;
  }
}
body#recharge-novum #recharge-te #ShippingPage .shipping-info-cards .rc-card {
  background: #ebe9e5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding: 20px 30px !important;
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #ShippingPage .shipping-info-cards .rc-card {
    padding: 20px !important;
  }
}
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .rc-card
  .address-info {
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .rc-card
    .address-info
    .grid-250 {
    gap: 30px !important;
  }
}
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .rc-card
  .address-info
  .rc-expandable-card--arrow {
  position: absolute;
  right: 0 !important;
  top: 0;
}
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .rc-card
  h4.rc-subheading {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin-bottom: 15px !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .rc-card
    h4.rc-subheading {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
  }
}
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .rc-card
  .card-summary
  *,
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .rc-card
  .shipping-address
  * {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .rc-card
    .card-summary
    *,
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .rc-card
    .shipping-address
    * {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .shipping-info
  .rc-expandable-card--details
  .details-container
  h4.rc-subheading {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .shipping-info
    .rc-expandable-card--details
    .actions {
    flex-wrap: nowrap !important;
  }
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .shipping-info
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container {
    width: auto !important;
  }
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .shipping-info
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container
    button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .shipping-info
    .rc-expandable-card--details
    .actions {
    flex-wrap: wrap !important;
  }
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .shipping-info
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container,
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .shipping-info
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container
    button {
    width: 100% !important;
  }
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .shipping-info
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container:first-child {
    margin-bottom: 20px !important;
  }
}
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .shipping-info
  .rc-expandable-card--details
  .actions
  .rc-tooltip-container
  button.change-payment-method {
  align-items: center !important;
  background-color: #212120 !important;
  border: 1px solid #212120 !important;
  border-radius: 5px !important;
  color: #f4f2ef !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin-left: 40px !important;
  min-height: 56px !important;
  opacity: 1 !important;
  padding: 6px 35px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #ShippingPage
    .shipping-info-cards
    .shipping-info
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container
    button.change-payment-method {
    margin-left: 0 !important;
  }
}
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .shipping-info
  .rc-expandable-card--details
  .actions
  .rc-tooltip-container
  button.change-payment-method:disabled {
  opacity: 0.5 !important;
}
body#recharge-novum
  #recharge-te
  #ShippingPage
  .shipping-info-cards
  .shipping-info
  .rc-expandable-card--details
  .actions
  .rc-tooltip-container
  button.change-payment-method:hover {
  background-color: #212120e6;
}
body#recharge-novum #recharge-te #PaymentMethodsPage h3 {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 100% !important;
  margin: 0 0 39px !important;
}
@media (max-width: 1340px) {
  body#recharge-novum #recharge-te #PaymentMethodsPage h3 {
    font-size: 43px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 991px) {
  body#recharge-novum #recharge-te #PaymentMethodsPage h3 {
    font-size: 34px !important;
    margin-bottom: 34px !important;
  }
}
@media (max-width: 767px) {
  body#recharge-novum #recharge-te #PaymentMethodsPage h3 {
    font-size: 34px !important;
    letter-spacing: normal !important;
    margin-bottom: 30px !important;
  }
}
body#recharge-novum
  #recharge-te
  #PaymentMethodsPage
  .payment-method.rc-card
  .rc-expandable-card--details {
  margin-top: 30px !important;
}
body#recharge-novum
  #recharge-te
  #PaymentMethodsPage
  .payment-method.rc-card
  .rc-expandable-card--details
  .grid-250 {
  margin-bottom: 30px !important;
}
body#recharge-novum
  #recharge-te
  #PaymentMethodsPage
  .payment-method-cards
  .rc-card {
  background: #ebe9e5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding: 30px !important;
}
body#recharge-novum
  #recharge-te
  #PaymentMethodsPage
  .payment-method-cards
  .rc-card
  h4.rc-subheading {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .payment-method-cards
    .rc-card
    h4.rc-subheading {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
  }
}
body#recharge-novum
  #recharge-te
  #PaymentMethodsPage
  .payment-method-cards
  .rc-card
  .card-summary
  * {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .payment-method-cards
    .rc-card
    .card-summary
    * {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .rc-expandable-card--details
    .actions {
    flex-wrap: nowrap !important;
  }
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container {
    width: auto !important;
  }
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container
    button {
    margin-left: 15px !important;
  }
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .rc-expandable-card--details
    .actions {
    flex-wrap: wrap !important;
  }
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container {
    width: 100% !important;
  }
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .rc-expandable-card--details
    .actions
    .rc-tooltip-container
    button {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
body#recharge-novum
  #recharge-te
  #PaymentMethodsPage
  .rc-expandable-card--details
  .actions
  button {
  align-items: center !important;
  background-color: #212120 !important;
  border: 1px solid #212120 !important;
  border-radius: 5px !important;
  color: #f4f2ef !important;
  display: flex !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  margin-left: 40px !important;
  min-height: 56px !important;
  opacity: 1 !important;
  padding: 6px 35px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  body#recharge-novum
    #recharge-te
    #PaymentMethodsPage
    .rc-expandable-card--details
    .actions
    button {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
body#recharge-novum
  #recharge-te
  #PaymentMethodsPage
  .rc-expandable-card--details
  .actions
  button:disabled {
  opacity: 0.5 !important;
}
body#recharge-novum
  #recharge-te
  #PaymentMethodsPage
  .rc-expandable-card--details
  .actions
  button:hover {
  background-color: #212120e6;
}
body#recharge-novum
  #recharge-te
  #rc_te-template-wrapper
  .rc_add_product
  button.title-bold {
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  #recharge-novum #recharge-te .payment-methods-page {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.rc-tooltip:empty {
  display: none !important;
}
.rc-tooltip {
  margin-bottom: 11px !important;
}
*,
a,
button,
div,
input,
p,
select,
span,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.rct_pagination__container {
  margin-top: 30px !important;
}
.rct_pagination__container button,
.rct_pagination__container button svg path {
  transition: all 0.3s ease-in-out;
}
.rct_pagination__container button:hover {
  background-color: #212120 !important;
}
.rct_pagination__container button:hover svg path {
  fill: #f4f2ef !important;
}
body#recharge-novum #recharge-te #te-card-modal-heading .close-card-sidebar,
body#recharge-novum #recharge-te #te-modal-heading .back-btn,
body#recharge-novum #recharge-te #te-modal-heading .close-sidebar {
  outline: none !important;
}
body#recharge-novum
  #recharge-te
  #te-card-modal-heading
  .close-card-sidebar:active,
body#recharge-novum
  #recharge-te
  #te-card-modal-heading
  .close-card-sidebar:focus,
body#recharge-novum
  #recharge-te
  #te-card-modal-heading
  .close-card-sidebar:focus-visible,
body#recharge-novum
  #recharge-te
  #te-card-modal-heading
  .close-card-sidebar:focus-within,
body#recharge-novum #recharge-te #te-modal-heading .back-btn:active,
body#recharge-novum #recharge-te #te-modal-heading .back-btn:focus,
body#recharge-novum #recharge-te #te-modal-heading .back-btn:focus-visible,
body#recharge-novum #recharge-te #te-modal-heading .back-btn:focus-within,
body#recharge-novum #recharge-te #te-modal-heading .close-sidebar:active,
body#recharge-novum #recharge-te #te-modal-heading .close-sidebar:focus,
body#recharge-novum #recharge-te #te-modal-heading .close-sidebar:focus-visible,
body#recharge-novum #recharge-te #te-modal-heading .close-sidebar:focus-within {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.newsletter-email__modal {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .newsletter-email__modal {
    align-items: flex-start !important;
    max-height: 91vh;
    overflow: auto;
  }
}
.newsletter-email__modal .nem__contents {
  padding: 54px 17px;
  padding-bottom: 17px !important;
}
@media (min-width: 769px) {
  .newsletter-email__modal .nem__contents {
    padding: 20px 26px 20px 15px;
  }
}
@media (max-width: 370px) {
  .newsletter-email__modal .nem__contents {
    max-width: 90%;
    width: 100%;
  }
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  p {
  font-family: Degular;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  .declaration
  p {
  color: #2b2b2a;
  font-size: 12px;
  line-height: 1.3;
  opacity: 1;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  .declaration
  p
  a {
  text-decoration: underline;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper.form-submitted {
  padding-right: 50px;
}
@media (max-width: 768px) {
  .newsletter-email__modal
    .nem__contents
    .contents__wrapper
    .nem__contents-wrapper
    .klavio__wrapper.form-submitted {
    padding-right: 20px;
  }
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:first-child,
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:last-child {
  display: block !important;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:first-child
  p,
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:first-child
  p
  span {
  align-items: center !important;
  color: #212120 !important;
  display: flex !important;
  font-family: GTSuper, Times New Roman, Times, serif !important;
  font-size: 54px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 56px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  .newsletter-email__modal
    .nem__contents
    .contents__wrapper
    .nem__contents-wrapper
    .klavio__wrapper.form-submitted
    form
    > .needsclick
    > .needsclick:first-child
    p,
  .newsletter-email__modal
    .nem__contents
    .contents__wrapper
    .nem__contents-wrapper
    .klavio__wrapper.form-submitted
    form
    > .needsclick
    > .needsclick:first-child
    p
    span {
    font-size: 38px !important;
    line-height: 42px !important;
    margin-bottom: 5px !important;
  }
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:last-child
  p,
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper.form-submitted
  form
  > .needsclick
  > .needsclick:last-child
  p
  span {
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
@media (max-width: 768px) {
  .newsletter-email__modal
    .nem__contents
    .contents__wrapper
    .nem__contents-wrapper
    .klavio__wrapper.form-submitted
    form
    > .needsclick
    > .needsclick:last-child
    p,
  .newsletter-email__modal
    .nem__contents
    .contents__wrapper
    .nem__contents-wrapper
    .klavio__wrapper.form-submitted
    form
    > .needsclick
    > .needsclick:last-child
    p
    span {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form {
  display: block !important;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  * {
  border: none !important;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  > .needsclick
  > .needsclick:first-child,
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  > .needsclick
  > .needsclick:last-child {
  display: none !important;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  > div
  > div
  > div {
  min-height: unset !important;
  padding: 0 !important;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  .needsclick {
  min-height: unset !important;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  label {
  color: #212120 !important;
  display: block !important;
  font-family: Degular !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  margin-bottom: 5px !important;
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  input {
  background-color: transparent !important;
  border: 1px solid #212120 !important;
  border-radius: 30px 0 0 30px !important;
  color: #888885 !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  max-height: 50px !important;
  padding: 10px 8px 10px 20px !important;
}
@media (min-width: 769px) {
  .newsletter-email__modal
    .nem__contents
    .contents__wrapper
    .nem__contents-wrapper
    .klavio__wrapper
    form
    input {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  input:placeholder {
  color: #888885 !important;
  font-family: Degular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
@media (min-width: 769px) {
  .newsletter-email__modal
    .nem__contents
    .contents__wrapper
    .nem__contents-wrapper
    .klavio__wrapper
    form
    input:placeholder {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  button.needsclick {
  background-color: transparent !important;
  border: 1px solid #212120 !important;
  border-radius: 0 30px 30px 0 !important;
  border-left: none !important;
  color: #212120 !important;
  font-family: Degular !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  height: 48px !important;
  letter-spacing: 0.02em !important;
  line-height: 18px !important;
  max-height: 50px !important;
  min-width: 70.67px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
@media (min-width: 769px) {
  .newsletter-email__modal
    .nem__contents
    .contents__wrapper
    .nem__contents-wrapper
    .klavio__wrapper
    form
    button.needsclick {
    font-size: 16px !important;
    min-width: 102.19px !important;
  }
}
.newsletter-email__modal
  .nem__contents
  .contents__wrapper
  .nem__contents-wrapper
  .klavio__wrapper
  form
  span#klaviyo_ariaid_2 {
  border: 1px solid #d0331f !important;
  color: #d0331f !important;
}
.lokai-modal .modal-wrapper {
  z-index: 9999 !important;
}
.newsletter-email__modal
  .klaviyo-form.klaviyo-form.klaviyo-form
  .klaviyo-spinner:after {
  border: 3px solid #000;
  border-left-color: #979797 !important;
  border-radius: 50%;
  border-top-color: #979797 !important;
  height: 21px !important;
  left: 50%;
  margin-left: 5px !important;
  margin-top: 4px !important;
  top: 50%;
  width: 21px !important;
}
@media (min-width: 769px) {
  .newsletter-email__modal
    .klaviyo-form.klaviyo-form.klaviyo-form
    .klaviyo-spinner:after {
    height: 16px !important;
    margin-left: 32px !important;
    margin-top: 5px !important;
    width: 16px !important;
  }
}
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body {
  line-height: inherit;
  margin: 0;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
[hidden] {
  display: none;
}
[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  --tw-shadow: 0 0 #0000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-radius: 0;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
}
[multiple]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea:focus {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  border-color: #2563eb;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
  padding-bottom: 0;
  padding-top: 0;
}
select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
[multiple] {
  background-image: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
  --tw-shadow: 0 0 #0000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-origin: border-box;
  border-color: #6b7280;
  border-width: 1px;
  color: #2563eb;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1rem;
}
[type="checkbox"] {
  border-radius: 0;
}
[type="radio"] {
  border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}
[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}
[type="radio"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}
[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
  background-color: currentColor;
  border-color: transparent;
}
[type="checkbox"]:indeterminate {
  background-color: currentColor;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}
[type="checkbox"]:indeterminate:focus,
[type="checkbox"]:indeterminate:hover {
  background-color: currentColor;
  border-color: transparent;
}
[type="file"] {
  background: unset;
  border-color: inherit;
  border-radius: 0;
  border-width: 0;
  font-size: unset;
  line-height: inherit;
  padding: 0;
}
[type="file"]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1680px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
.h1,
h1 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 2.625rem;
}
@media (min-width: 769px) {
  .h1,
  h1 {
    font-size: 6.25rem;
    letter-spacing: -0.02em;
    line-height: 6.25rem;
  }
}
.h2,
h2 {
  font-size: 2.375rem;
  letter-spacing: -0.02em;
  line-height: 2.625rem;
}
@media (min-width: 769px) {
  .h2,
  h2 {
    font-size: 4.5rem;
    letter-spacing: -0.02em;
    line-height: 4.125rem;
  }
}
.h3,
h3 {
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  line-height: 2rem;
}
@media (min-width: 769px) {
  .h3,
  h3 {
    font-size: 3.375rem;
    letter-spacing: -0.02em;
    line-height: 3.5rem;
  }
}
.h4,
h4 {
  font-size: 2.125rem;
  letter-spacing: -0.01em;
  line-height: 2.125rem;
}
@media (min-width: 769px) {
  .h4,
  h4 {
    font-size: 3.375rem;
    letter-spacing: -0.01em;
    line-height: 3.375rem;
  }
}
.h5,
h5 {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media (min-width: 769px) {
  .h5,
  h5 {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5rem;
  }
}
.h6,
h6 {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.75rem;
}
@media (min-width: 769px) {
  .h6,
  h6 {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5rem;
  }
}
.p1,
.p1 > p {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.75rem;
}
@media (min-width: 769px) {
  .p1,
  .p1 > p {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.75rem;
  }
}
.p2,
.p2 > p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media (min-width: 769px) {
  .p2,
  .p2 > p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.375rem;
  }
}
.t1,
.t1 > p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .t1,
  .t1 > p {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.125rem;
  }
}
.t2,
.t2 > p {
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1rem;
}
@media (min-width: 769px) {
  .t2,
  .t2 > p {
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .pos-b {
    bottom: 2rem;
  }
}
@media (min-width: 769px) {
  .pos-b {
    bottom: 4rem;
  }
}
@media (min-width: 1680px) {
  .pos-b {
    bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .pos-b-1\/2 {
    bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .pos-b-1\/2 {
    bottom: 2rem;
  }
}
@media (min-width: 1680px) {
  .pos-b-1\/2 {
    bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .pos-l {
    left: 2rem;
  }
}
@media (min-width: 769px) {
  .pos-l {
    left: 4rem;
  }
}
@media (min-width: 1680px) {
  .pos-l {
    left: 8rem;
  }
}
@media (min-width: 768px) {
  .pos-l-1\/2 {
    left: 1rem;
  }
}
@media (min-width: 769px) {
  .pos-l-1\/2 {
    left: 2rem;
  }
}
@media (min-width: 1680px) {
  .pos-l-1\/2 {
    left: 4rem;
  }
}
@media (min-width: 768px) {
  .pos-r {
    right: 2rem;
  }
}
@media (min-width: 769px) {
  .pos-r {
    right: 4rem;
  }
}
@media (min-width: 1680px) {
  .pos-r {
    right: 8rem;
  }
}
@media (min-width: 768px) {
  .pos-r-1\/2 {
    right: 1rem;
  }
}
@media (min-width: 769px) {
  .pos-r-1\/2 {
    right: 2rem;
  }
}
@media (min-width: 1680px) {
  .pos-r-1\/2 {
    right: 4rem;
  }
}
@media (min-width: 768px) {
  .pos-t {
    top: 2rem;
  }
}
@media (min-width: 769px) {
  .pos-t {
    top: 4rem;
  }
}
@media (min-width: 1680px) {
  .pos-t {
    top: 8rem;
  }
}
@media (min-width: 768px) {
  .pos-t-1\/2 {
    top: 1rem;
  }
}
@media (min-width: 769px) {
  .pos-t-1\/2 {
    top: 2rem;
  }
}
@media (min-width: 1680px) {
  .pos-t-1\/2 {
    top: 4rem;
  }
}
@media (min-width: 768px) {
  .pos-cx {
    --tw-translate-x: -50%;
    left: 50%;
  }
  .pos-cx,
  .pos-cy {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .pos-cy {
    --tw-translate-y: -50%;
    top: 50%;
  }
}
.logo > svg {
  height: auto;
  width: 100%;
}
:disabled {
  opacity: 0.6;
  pointer-events: none;
}
#rc_login {
  display: none;
}
#rc_login h5 {
  margin-bottom: 1.25rem;
}
@media (min-width: 769px) {
  #rc_login h5 {
    margin-bottom: 2.5rem;
  }
}
#rc_login p a {
  align-items: center;
  background-color: transparent;
  border: var(--btn-border-width, 1px) solid #212120;
  border-radius: 100px;
  box-sizing: border-box;
  color: #212120;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.02rem;
  line-height: 1.125rem;
  padding: 1rem 1.25rem;
  text-transform: uppercase;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #rc_login p a {
    display: inline-flex;
    min-width: 11.25rem;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #rc_login p a {
    font-size: 1.125rem;
    line-height: 1.125rem;
    min-width: 17.5rem;
  }
}
#rc_login p a:hover {
  background-color: #abceff;
}
#rc_login p a :disabled,
#rc_login p a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#rc_login p a :disabled:hover,
#rc_login p a.disabled:hover {
  opacity: 0.5;
}
.charms-addtocart-wrapper button#rc_login p a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent;
  border: 1px solid #212120;
  border-radius: 50px;
  color: #212120;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  justify-content: center;
  line-height: 16px;
  margin-top: 0;
  padding: 7px 18px;
}
.charms-addtocart-wrapper button#rc_login p a:disabled {
  opacity: 0.5;
}
.charms-addtocart-wrapper button#rc_login p a:focus,
.charms-addtocart-wrapper button#rc_login p a:hover {
  background: #d4d2ce;
}
@media screen and (min-width: 1024px) {
  .charms-addtocart-wrapper button#rc_login p a {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 17px;
    min-height: 40px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1284px) {
  .charms-addtocart-wrapper button#rc_login p a {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 18px;
    padding: 0 20px;
  }
}
.charms-addtocart-wrapper button#rc_login p a span {
  position: relative;
}
.charms-addtocart-wrapper button#rc_login p a span:after {
  color: #212120;
  content: "\2014";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-left: 3px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .charms-addtocart-wrapper button#rc_login p a span:after {
    font-size: 15px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1284px) {
  .charms-addtocart-wrapper button#rc_login p a span:after {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 18px;
  }
}
.charms-addtocart-wrapper button#rc_login p a p,
.charms-addtocart-wrapper button#rc_login p a span {
  color: #212120;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (min-width: 1024px) {
  .charms-addtocart-wrapper button#rc_login p a p,
  .charms-addtocart-wrapper button#rc_login p a span {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 17px;
  }
}
@media screen and (min-width: 1284px) {
  .charms-addtocart-wrapper button#rc_login p a p,
  .charms-addtocart-wrapper button#rc_login p a span {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 18px;
  }
}
.inner details summary button#rc_login p a,
.product-grid-card details summary button#rc_login p a,
.product-grid-card-upsell details summary button#rc_login p a {
  margin-right: 0;
  max-width: unset;
  width: 100%;
}
.inner fieldset.variant .radio-wrapper--size #rc_login p a,
.inner fieldset.variant .radio-wrapper--style #rc_login p a,
.product-grid-card fieldset.variant .radio-wrapper--size #rc_login p a,
.product-grid-card fieldset.variant .radio-wrapper--style #rc_login p a,
.product-grid-card-upsell fieldset.variant .radio-wrapper--size #rc_login p a,
.product-grid-card-upsell fieldset.variant .radio-wrapper--style #rc_login p a {
  margin-right: 5px;
  max-width: unset;
  min-width: unset;
}
.inner fieldset.variant .radio-wrapper--color label#rc_login p a,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a,
.product-grid-card fieldset.variant .radio-wrapper--color label#rc_login p a,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  label#rc_login
  p
  a,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a {
  height: 62px;
  margin-bottom: 10px;
  margin-right: 15px;
  max-width: 20%;
  min-width: 20%;
  width: 20%;
}
@media (max-width: 1400px) {
  .inner fieldset.variant .radio-wrapper--color label#rc_login p a,
  .inner
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label#rc_login
    p
    a,
  .product-grid-card fieldset.variant .radio-wrapper--color label#rc_login p a,
  .product-grid-card
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label#rc_login
    p
    a,
  .product-grid-card-upsell
    fieldset.variant
    .radio-wrapper--color
    label#rc_login
    p
    a,
  .product-grid-card-upsell
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label#rc_login
    p
    a {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .inner fieldset.variant .radio-wrapper--color label#rc_login p a,
  .inner
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label#rc_login
    p
    a,
  .product-grid-card fieldset.variant .radio-wrapper--color label#rc_login p a,
  .product-grid-card
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label#rc_login
    p
    a,
  .product-grid-card-upsell
    fieldset.variant
    .radio-wrapper--color
    label#rc_login
    p
    a,
  .product-grid-card-upsell
    fieldset.variant
    .radio-wrapper--member-exclusive-bracelet
    label#rc_login
    p
    a {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
  }
}
.inner fieldset.variant .radio-wrapper--color label#rc_login p a img,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a
  img,
.product-grid-card
  fieldset.variant
  .radio-wrapper--color
  label#rc_login
  p
  a
  img,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a
  img,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  label#rc_login
  p
  a
  img,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a
  img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.inner fieldset.variant .radio-wrapper--color label#rc_login p a:hover,
.inner
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a:hover,
.product-grid-card
  fieldset.variant
  .radio-wrapper--color
  label#rc_login
  p
  a:hover,
.product-grid-card
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a:hover,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--color
  label#rc_login
  p
  a:hover,
.product-grid-card-upsell
  fieldset.variant
  .radio-wrapper--member-exclusive-bracelet
  label#rc_login
  p
  a:hover {
  background-color: transparent;
}
.featured-product-wrapper .fp-contents .fp-content-box a#rc_login p a {
  border: 1px solid #212120;
  transition: all 0.3s ease-in-out;
}
.featured-product-wrapper .fp-contents .fp-content-box a#rc_login p a span {
  transition: all 0.3s ease-in-out;
}
.featured-product-wrapper .fp-contents .fp-content-box a#rc_login p a:hover {
  background-color: #212120;
}
.featured-product-wrapper
  .fp-contents
  .fp-content-box
  a#rc_login
  p
  a:hover
  span {
  color: #f4f2ef;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.-top-2 {
  top: -0.5rem;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.top-\[80px\] {
  top: 80px;
}
.right-7 {
  right: 1.75rem;
}
.right-\[15px\] {
  right: 15px;
}
.top-8 {
  top: 2rem;
}
.bottom-0 {
  bottom: 0;
}
.right-\[-100\%\] {
  right: -100%;
}
.top-2\/4 {
  top: 50%;
}
.left-2\/4 {
  left: 50%;
}
.-top-\[10px\] {
  top: -10px;
}
.top-\[15px\] {
  top: 15px;
}
.right-\[17px\] {
  right: 17px;
}
.right-\[30px\] {
  right: 30px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[20px\] {
  top: 20px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[5px\] {
  left: 5px;
}
.top-\[-15px\] {
  top: -15px;
}
.top-\[var\(--offset\)\] {
  top: var(--offset);
}
.right-4 {
  right: 1rem;
}
.top-4 {
  top: 1rem;
}
.top-auto {
  top: auto;
}
.right-6 {
  right: 1.5rem;
}
.z-30 {
  z-index: 30;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-10 {
  z-index: 10;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[51\] {
  z-index: 51;
}
.z-\[52\] {
  z-index: 52;
}
.z-1 {
  z-index: 1;
}
.z-\[9\] {
  z-index: 9;
}
.z-2 {
  z-index: 2;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-0 {
  z-index: 0;
}
.z-40 {
  z-index: 40;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[110\] {
  z-index: 110;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0;
}
.mx-10x {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-15x {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-20x {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-30x {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-40x {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-60x {
  margin-left: 60px;
  margin-right: 60px;
}
.mx-72x {
  margin-left: 72px;
  margin-right: 72px;
}
.mx-100x {
  margin-left: 100px;
  margin-right: 100px;
}
.mx-120x {
  margin-left: 120px;
  margin-right: 120px;
}
.my-10x {
  margin-bottom: 10px;
  margin-top: 10px;
}
.my-15x {
  margin-bottom: 15px;
  margin-top: 15px;
}
.my-20x {
  margin-bottom: 20px;
  margin-top: 20px;
}
.my-30x {
  margin-bottom: 30px;
  margin-top: 30px;
}
.my-40x {
  margin-bottom: 40px;
  margin-top: 40px;
}
.my-60x {
  margin-bottom: 60px;
  margin-top: 60px;
}
.my-72x {
  margin-bottom: 72px;
  margin-top: 72px;
}
.my-100x {
  margin-bottom: 100px;
  margin-top: 100px;
}
.my-120x {
  margin-bottom: 120px;
  margin-top: 120px;
}
.mx-\[calc\(var\(--grid-gutter-x\)_\/_2\)\] {
  margin-left: calc(var(--grid-gutter-x) / 2);
  margin-right: calc(var(--grid-gutter-x) / 2);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.\!mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-\[2px\] {
  margin-left: 2px;
  margin-right: 2px;
}
.mt-10x {
  margin-top: 10px;
}
.mt-15x {
  margin-top: 15px;
}
.mt-20x {
  margin-top: 20px;
}
.mt-30x {
  margin-top: 30px;
}
.mt-40x {
  margin-top: 40px;
}
.mt-60x {
  margin-top: 60px;
}
.mt-72x {
  margin-top: 72px;
}
.mt-100x {
  margin-top: 100px;
}
.mt-120x {
  margin-top: 120px;
}
.mr-10x {
  margin-right: 10px;
}
.mr-15x {
  margin-right: 15px;
}
.mr-20x {
  margin-right: 20px;
}
.mr-30x {
  margin-right: 30px;
}
.mr-40x {
  margin-right: 40px;
}
.mr-60x {
  margin-right: 60px;
}
.mr-72x {
  margin-right: 72px;
}
.mr-100x {
  margin-right: 100px;
}
.mr-120x {
  margin-right: 120px;
}
.mb-10x {
  margin-bottom: 10px;
}
.mb-15x {
  margin-bottom: 15px;
}
.mb-20x {
  margin-bottom: 20px;
}
.mb-30x {
  margin-bottom: 30px;
}
.mb-40x {
  margin-bottom: 40px;
}
.mb-60x {
  margin-bottom: 60px;
}
.mb-72x {
  margin-bottom: 72px;
}
.mb-100x {
  margin-bottom: 100px;
}
.mb-120x {
  margin-bottom: 120px;
}
.ml-10x {
  margin-left: 10px;
}
.ml-15x {
  margin-left: 15px;
}
.ml-20x {
  margin-left: 20px;
}
.ml-30x {
  margin-left: 30px;
}
.ml-40x {
  margin-left: 40px;
}
.ml-60x {
  margin-left: 60px;
}
.ml-72x {
  margin-left: 72px;
}
.ml-100x {
  margin-left: 100px;
}
.ml-120x {
  margin-left: 120px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mb-\[var\(--grid-gutter-x\)\] {
  margin-bottom: var(--grid-gutter-x);
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-\[var\(--grid-gutter-y\)\] {
  margin-bottom: var(--grid-gutter-y);
}
.-mb-\[var\(--grid-gutter-y\)\] {
  margin-bottom: calc(var(--grid-gutter-y) * -1);
}
.-ml-\[calc\(var\(--grid-gutter-x\)_\/_2\)\] {
  margin-left: calc(var(--grid-gutter-x) / 2 * -1);
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mb-\[31px\] {
  margin-bottom: 31px;
}
.mb-\[36\.56px\] {
  margin-bottom: 36.56px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.-mt-\[32px\] {
  margin-top: -32px;
}
.mb-\[calc\(var\(--grid-gutter-y\)_\*_2\)\] {
  margin-bottom: calc(var(--grid-gutter-y) * 2);
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-\[429px\] {
  margin-bottom: 429px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mb-\[17px\] {
  margin-bottom: 17px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mb-\[27px\] {
  margin-bottom: 27px;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.-ml-\[5px\] {
  margin-left: -5px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mt-\[-7px\] {
  margin-top: -7px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.\!mt-\[10px\] {
  margin-top: 10px !important;
}
.\!mb-0 {
  margin-bottom: 0 !important;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-px {
  margin-top: 1px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mr-\[40px\] {
  margin-right: 40px;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.h-10x {
  height: 10px;
}
.h-15x {
  height: 15px;
}
.h-20x {
  height: 20px;
}
.h-30x {
  height: 30px;
}
.h-40x {
  height: 40px;
}
.h-60x {
  height: 60px;
}
.h-72x {
  height: 72px;
}
.h-100x {
  height: 100px;
}
.h-120x {
  height: 120px;
}
.h-\[var\(--nav-height\)\] {
  height: var(--nav-height);
}
.h-10 {
  height: 2.5rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-5 {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.h-\[calc\(100\%-80px\)\] {
  height: calc(100% - 80px);
}
.h-\[10px\] {
  height: 10px;
}
.h-4 {
  height: 1rem;
}
.h-px {
  height: 1px;
}
.h-48 {
  height: 12rem;
}
.h-\[56px\] {
  height: 56px;
}
.h-0 {
  height: 0;
}
.h-20 {
  height: 5rem;
}
.h-auto {
  height: auto;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[41\.74px\] {
  height: 41.74px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[5px\] {
  height: 5px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[2em\] {
  height: 2em;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[96vh\] {
  max-height: 96vh;
}
.max-h-\[315px\] {
  max-height: 315px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.w-x10 {
  width: 10%;
}
.w-x20 {
  width: 20%;
}
.w-x30 {
  width: 30%;
}
.w-x40 {
  width: 40%;
}
.w-x50 {
  width: 50%;
}
.w-x60 {
  width: 60%;
}
.w-x70 {
  width: 70%;
}
.w-x80 {
  width: 80%;
}
.w-x90 {
  width: 90%;
}
.w-x100 {
  width: 100%;
}
.w-10x {
  width: 10px;
}
.w-15x {
  width: 15px;
}
.w-20x {
  width: 20px;
}
.w-30x {
  width: 30px;
}
.w-40x {
  width: 40px;
}
.w-60x {
  width: 60px;
}
.w-72x {
  width: 72px;
}
.w-100x {
  width: 100px;
}
.w-120x {
  width: 120px;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-\[var\(--logo-width\)\] {
  width: var(--logo-width);
}
.w-1\/2 {
  width: 50%;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[10px\] {
  width: 10px;
}
.w-4 {
  width: 1rem;
}
.w-\[var\(--mobile-width\)\] {
  width: var(--mobile-width);
}
.w-\[56px\] {
  width: 56px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[var\(--max-section-width\)\] {
  width: var(--max-section-width);
}
.w-\[calc\(100\%_\+_\(var\(--grid-gutter-x\)_\+_1px\)\)\] {
  width: calc(100% + var(--grid-gutter-x) + 1px);
}
.w-\[41\.74px\] {
  width: 41.74px;
}
.w-\[var\(--bar-width\)\] {
  width: var(--bar-width);
}
.w-\[490px\] {
  width: 490px;
}
.w-\[93\.75\%\] {
  width: 93.75%;
}
.w-\[334px\] {
  width: 334px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[calc\(100\%_\+_10px\)\] {
  width: calc(100% + 10px);
}
.w-\[76\%\] {
  width: 76%;
}
.w-\[68vw\] {
  width: 68vw;
}
.w-\[42vw\] {
  width: 42vw;
}
.w-0 {
  width: 0;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[8px\] {
  width: 8px;
}
.w-auto {
  width: auto;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[9px\] {
  width: 9px;
}
.w-12 {
  width: 3rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[12px\] {
  width: 12px;
}
.min-w-\[var\(--logo-width\)\] {
  min-width: var(--logo-width);
}
.min-w-\[100\%\],
.min-w-full {
  min-width: 100%;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[160\] {
  min-width: 160;
}
.min-w-\[var\(--icon-inline-size\)\] {
  min-width: var(--icon-inline-size);
}
.max-w-\[var\(--logo-width\)\] {
  max-width: var(--logo-width);
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[62px\] {
  max-width: 62px;
}
.max-w-\[31px\] {
  max-width: 31px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.\!max-w-\[100vw\] {
  max-width: 100vw !important;
}
.max-w-\[calc\(var\(--max-section-width\)\)\] {
  max-width: calc(var(--max-section-width));
}
.max-w-\[var\(--card-width\)\] {
  max-width: var(--card-width);
}
.max-w-\[65\.2\%\] {
  max-width: 65.2%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[453px\] {
  max-width: 453px;
}
.max-w-\[334px\] {
  max-width: 334px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[90\.45\%\] {
  max-width: 90.45%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[592px\] {
  max-width: 592px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[423px\] {
  max-width: 423px;
}
.max-w-\[var\(--icon-inline-size\)\] {
  max-width: var(--icon-inline-size);
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow,
.grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.basis-14 {
  flex-basis: 3.5rem;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
}
.translate-x-1\/2,
.translate-x-\[-50\%\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
}
.-translate-y-\[calc\(50\%_\+_1px\)\],
.translate-y-\[-50\%\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[calc\(50\%_\+_1px\)\] {
  --tw-translate-y: calc(-50% - 1px);
}
.translate-x-full {
  --tw-translate-x: 100%;
}
.translate-x-full,
.translate-y-full {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-180,
.skew-x-\[10deg\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.skew-x-\[10deg\] {
  --tw-skew-x: 10deg;
}
.skew-x-\[-10deg\] {
  --tw-skew-x: -10deg;
}
.scale-\[2\],
.skew-x-\[-10deg\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[2\] {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-0 {
  gap: 0;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10\.22px\] {
  gap: 10.22px;
}
.gap-20x,
.gap-\[20px\] {
  gap: 20px;
}
.gap-40x {
  gap: 40px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.break-keep {
  word-break: keep-all;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-mb {
  border-radius: 15px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-\[var\(--qty-btn-radius\)\] {
  border-radius: var(--qty-btn-radius);
}
.rounded-\[1\.5em\] {
  border-radius: 1.5em;
}
.rounded-t-\[15px\] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t,
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-\[\#212120\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 32 / var(--tw-border-opacity));
}
.border-\[\#D4D2CE\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 210 206 / var(--tw-border-opacity));
}
.border-\[solid\] {
  border-color: solid;
}
.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 32 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-b-\[\#D4D2CE\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 210 206 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 239 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#F4F2EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 239 / var(--tw-bg-opacity));
}
.bg-\[color\:var\(--bg-color\)\] {
  background-color: var(--bg-color);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-primary {
  background-color: var(--color-primary-main);
}
.bg-accent-primary {
  background-color: var(--color-primary-accent);
}
.bg-secondary {
  background-color: var(--color-secondary-main);
}
.bg-accent-secondary {
  background-color: var(--color-secondary-accent);
}
.bg-tertiary {
  background-color: var(--color-tertiary-main);
}
.bg-accent-tertiary {
  background-color: var(--color-tertiary-accent);
}
.bg-quaternary {
  background-color: var(--color-quaternary-main);
}
.bg-accent-quaternary {
  background-color: var(--color-quaternary-accent);
}
.bg-quinary {
  background-color: var(--color-quinary-main);
}
.bg-accent-quinary {
  background-color: var(--color-quinary-accent);
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[\#EBE9E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 233 229 / var(--tw-bg-opacity));
}
.bg-\[color\:var\(--card-background-color\)\] {
  background-color: var(--card-background-color);
}
.bg-\[color\:var\(--background-color\)\] {
  background-color: var(--background-color);
}
.bg-\[\#212120\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 32 / var(--tw-bg-opacity));
}
.bg-current {
  background-color: currentColor;
}
.bg-\[\#ABCEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 206 255 / var(--tw-bg-opacity));
}
.bg-\[\#5E5E5E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
}
.bg-\[color\:var\(--overlay-bg\)\] {
  background-color: var(--overlay-bg);
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-0 {
  padding: 0;
}
.p-15x {
  padding: 15px;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-8 {
  padding: 2rem;
}
.p-\[15px\] {
  padding: 15px;
}
.px-10x {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15x {
  padding-left: 15px;
  padding-right: 15px;
}
.px-20x {
  padding-left: 20px;
  padding-right: 20px;
}
.px-30x {
  padding-left: 30px;
  padding-right: 30px;
}
.px-40x {
  padding-left: 40px;
  padding-right: 40px;
}
.px-60x {
  padding-left: 60px;
  padding-right: 60px;
}
.px-72x {
  padding-left: 72px;
  padding-right: 72px;
}
.px-100x {
  padding-left: 100px;
  padding-right: 100px;
}
.px-120x {
  padding-left: 120px;
  padding-right: 120px;
}
.py-10x {
  padding-bottom: 10px;
  padding-top: 10px;
}
.py-15x {
  padding-bottom: 15px;
  padding-top: 15px;
}
.py-20x {
  padding-bottom: 20px;
  padding-top: 20px;
}
.py-30x {
  padding-bottom: 30px;
  padding-top: 30px;
}
.py-40x {
  padding-bottom: 40px;
  padding-top: 40px;
}
.py-60x {
  padding-bottom: 60px;
  padding-top: 60px;
}
.py-72x {
  padding-bottom: 72px;
  padding-top: 72px;
}
.py-100x {
  padding-bottom: 100px;
  padding-top: 100px;
}
.py-120x {
  padding-bottom: 120px;
  padding-top: 120px;
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.px-0,
.px-\[0px\] {
  padding-left: 0;
  padding-right: 0;
}
.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.px-\[var\(--grid-gutter-x\)\] {
  padding-left: var(--grid-gutter-x);
  padding-right: var(--grid-gutter-x);
}
.py-\[20px\] {
  padding-bottom: 20px;
  padding-top: 20px;
}
.py-\[5px\] {
  padding-bottom: 5px;
  padding-top: 5px;
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.py-\[10px\] {
  padding-bottom: 10px;
  padding-top: 10px;
}
.py-\[30px\] {
  padding-bottom: 30px;
  padding-top: 30px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[2px\] {
  padding-bottom: 2px;
  padding-top: 2px;
}
.py-\[40px\] {
  padding-bottom: 40px;
  padding-top: 40px;
}
.py-\[var\(--grid-gutter-y\)\] {
  padding-bottom: var(--grid-gutter-y);
  padding-top: var(--grid-gutter-y);
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[1em\] {
  padding-left: 1em;
  padding-right: 1em;
}
.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.pt-10x {
  padding-top: 10px;
}
.pt-15x {
  padding-top: 15px;
}
.pt-20x {
  padding-top: 20px;
}
.pt-30x {
  padding-top: 30px;
}
.pt-40x {
  padding-top: 40px;
}
.pt-60x {
  padding-top: 60px;
}
.pt-72x {
  padding-top: 72px;
}
.pt-100x {
  padding-top: 100px;
}
.pt-120x {
  padding-top: 120px;
}
.pr-10x {
  padding-right: 10px;
}
.pr-15x {
  padding-right: 15px;
}
.pr-20x {
  padding-right: 20px;
}
.pr-30x {
  padding-right: 30px;
}
.pr-40x {
  padding-right: 40px;
}
.pr-60x {
  padding-right: 60px;
}
.pr-72x {
  padding-right: 72px;
}
.pr-100x {
  padding-right: 100px;
}
.pr-120x {
  padding-right: 120px;
}
.pb-10x {
  padding-bottom: 10px;
}
.pb-15x {
  padding-bottom: 15px;
}
.pb-20x {
  padding-bottom: 20px;
}
.pb-30x {
  padding-bottom: 30px;
}
.pb-40x {
  padding-bottom: 40px;
}
.pb-60x {
  padding-bottom: 60px;
}
.pb-72x {
  padding-bottom: 72px;
}
.pb-100x {
  padding-bottom: 100px;
}
.pb-120x {
  padding-bottom: 120px;
}
.pl-10x {
  padding-left: 10px;
}
.pl-15x {
  padding-left: 15px;
}
.pl-20x {
  padding-left: 20px;
}
.pl-30x {
  padding-left: 30px;
}
.pl-40x {
  padding-left: 40px;
}
.pl-60x {
  padding-left: 60px;
}
.pl-72x {
  padding-left: 72px;
}
.pl-100x {
  padding-left: 100px;
}
.pl-120x {
  padding-left: 120px;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pb-\[335px\] {
  padding-bottom: 335px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[var\(--media-ratio\)\] {
  padding-bottom: var(--media-ratio);
}
.pb-\[var\(--grid-gutter-y\)\] {
  padding-bottom: var(--grid-gutter-y);
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[0px\] {
  padding-top: 0;
}
.pb-\[65\.2\%\] {
  padding-bottom: 65.2%;
}
.pt-\[40\.38px\] {
  padding-top: 40.38px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-\[139\%\] {
  padding-bottom: 139%;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pt-\[38px\] {
  padding-top: 38px;
}
.pb-\[44px\] {
  padding-bottom: 44px;
}
.pl-0 {
  padding-left: 0;
}
.pb-\[var\(--site-gutter\)\] {
  padding-bottom: var(--site-gutter);
}
.pb-\[530px\] {
  padding-bottom: 530px;
}
.pb-\[400px\] {
  padding-bottom: 400px;
}
.pb-\[44\%\] {
  padding-bottom: 44%;
}
.pb-\[57\.48\%\] {
  padding-bottom: 57.48%;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pl-\[0px\] {
  padding-left: 0;
}
.pr-\[0px\] {
  padding-right: 0;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[410px\] {
  padding-bottom: 410px;
}
.pb-\[125\%\] {
  padding-bottom: 125%;
}
.pt-\[79px\] {
  padding-top: 79px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.\!pb-0 {
  padding-bottom: 0 !important;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pb-\[65\%\] {
  padding-bottom: 65%;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-\[75\%\] {
  padding-bottom: 75%;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-bottom {
  vertical-align: bottom;
}
.align-super {
  vertical-align: super;
}
.font-body {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.font-display {
  font-family: GT Super, Times New Roman, Times, serif;
}
.text-x50 {
  font-size: 50%;
}
.text-x60 {
  font-size: 60%;
}
.text-x70 {
  font-size: 70%;
}
.text-x80 {
  font-size: 80%;
}
.text-x90 {
  font-size: 90%;
}
.text-x100 {
  font-size: 100%;
}
.text-x110 {
  font-size: 110%;
}
.text-x120 {
  font-size: 120%;
}
.text-x130 {
  font-size: 130%;
}
.text-x140 {
  font-size: 140%;
}
.text-x150 {
  font-size: 150%;
}
.text-\[length\:var\(--nav-font-size\)\] {
  font-size: var(--nav-font-size);
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[length\:var\(--font-size\)\] {
  font-size: var(--font-size);
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-t2m {
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[length\:var\(--reviews-text-size\)\] {
  font-size: var(--reviews-text-size);
}
.text-\[length\:13px\] {
  font-size: 13px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[\.625rem\] {
  font-size: 0.625rem;
}
.text-\[length\:var\(--heading-size\)\] {
  font-size: var(--heading-size);
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[1\.14\] {
  line-height: 1.14;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-none {
  line-height: 1;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-4 {
  line-height: 1rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.02em;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-normal {
  letter-spacing: 0;
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(33 33 32 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(244 242 239 / var(--tw-text-opacity));
}
.text-\[color\:var\(--font-color\)\] {
  color: var(--font-color);
}
.text-inherit {
  color: inherit;
}
.text-\[\#212120\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 32 / var(--tw-text-opacity));
}
.text-\[\#000000\],
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[14\] {
  color: 14;
}
.text-primary {
  color: var(--color-primary-main);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-\[0\.3\!important\] {
  opacity: 0.3 !important;
}
.opacity-\[0\.7\] {
  opacity: 0.7;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-\[var\(--overlay-opacity\)\] {
  opacity: var(--overlay-opacity);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-300 {
  transition-duration: 0.3s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-\[50\%\]:after {
  content: var(--tw-content);
  top: 50%;
}
.after\:left-0:after {
  content: var(--tw-content);
  left: 0;
}
.after\:h-px:after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full:after {
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-current:after {
  background-color: currentColor;
  content: var(--tw-content);
}
.after\:content-\[\'_\'\]:after {
  --tw-content: " ";
  content: var(--tw-content);
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
.last-of-type\:mr-0:last-of-type {
  margin-right: 0;
}
.last-of-type\:\!mr-0:last-of-type {
  margin-right: 0 !important;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 640px) {
  .sm\:h-full {
    height: 100%;
  }
  .sm\:w-\[calc\(100\%_-_\(var\(--site-gutter\)_\*_2\)\)\] {
    width: calc(100% - var(--site-gutter) * 2);
  }
  .sm\:basis-\[calc\(50\%_-_var\(--grid-gutter-x\)\)\] {
    flex-basis: calc(50% - var(--grid-gutter-x));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .md\:mb-20x {
    margin-bottom: 20px;
  }
  .md\:mb-30x {
    margin-bottom: 30px;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mt-20x {
    margin-top: 20px;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-\[20px\] {
    margin-right: 20px;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-x80 {
    width: 80%;
  }
  .md\:w-\[var\(--width\)\] {
    width: var(--width);
  }
  .md\:w-\[var\(--mc-width\)\] {
    width: var(--mc-width);
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:rounded-l-\[20px\] {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:px-\[var\(--grid-gutter-x\)\] {
    padding-left: var(--grid-gutter-x);
    padding-right: var(--grid-gutter-x);
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:leading-\[1\.175\] {
    line-height: 1.175;
  }
}
@media (min-width: 769px) {
  .dk\:right-\[-596px\] {
    right: -596px;
  }
  .dk\:top-\[20px\] {
    top: 20px;
  }
  .dk\:right-\[26px\] {
    right: 26px;
  }
  .dk\:left-\[0px\] {
    left: 0;
  }
  .dk\:left-\[7px\] {
    left: 7px;
  }
  .dk\:top-\[-31px\] {
    top: -31px;
  }
  .dk\:right-0 {
    right: 0;
  }
  .dk\:col-\[var\(--promo-width\)\] {
    grid-column: var(--promo-width);
  }
  .dk\:row-start-1 {
    grid-row-start: 1;
  }
  .dk\:row-start-2 {
    grid-row-start: 2;
  }
  .dk\:m-\[40px\] {
    margin: 40px;
  }
  .dk\:mx-\[calc\(var\(--grid-gutter-x\)_\/_2\)\] {
    margin-left: calc(var(--grid-gutter-x) / 2);
    margin-right: calc(var(--grid-gutter-x) / 2);
  }
  .dk\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .dk\:mb-100x {
    margin-bottom: 100px;
  }
  .dk\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .dk\:mb-\[8px\] {
    margin-bottom: 8px;
  }
  .dk\:mr-0 {
    margin-right: 0;
  }
  .dk\:ml-0 {
    margin-left: 0;
  }
  .dk\:mr-\[10px\] {
    margin-right: 10px;
  }
  .dk\:mb-\[25px\] {
    margin-bottom: 25px;
  }
  .dk\:ml-\[10px\] {
    margin-left: 10px;
  }
  .dk\:mb-12 {
    margin-bottom: 3rem;
  }
  .dk\:-ml-\[calc\(var\(--grid-gutter-x\)_\/_2\)\] {
    margin-left: calc(var(--grid-gutter-x) / 2 * -1);
  }
  .dk\:ml-auto {
    margin-left: auto;
  }
  .dk\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .dk\:mt-\[20px\] {
    margin-top: 20px;
  }
  .dk\:mt-60x {
    margin-top: 60px;
  }
  .dk\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .dk\:mr-\[25px\] {
    margin-right: 25px;
  }
  .dk\:mt-\[-70px\] {
    margin-top: -70px;
  }
  .dk\:mr-\[17px\] {
    margin-right: 17px;
  }
  .dk\:mb-40x {
    margin-bottom: 40px;
  }
  .dk\:-mt-\[86px\] {
    margin-top: -86px;
  }
  .dk\:mt-\[40px\] {
    margin-top: 40px;
  }
  .dk\:mb-\[80px\] {
    margin-bottom: 80px;
  }
  .dk\:mb-\[15px\] {
    margin-bottom: 15px;
  }
  .dk\:mb-\[-2px\] {
    margin-bottom: -2px;
  }
  .dk\:mt-\[-4px\] {
    margin-top: -4px;
  }
  .dk\:mt-40x {
    margin-top: 40px;
  }
  .dk\:mb-0 {
    margin-bottom: 0;
  }
  .dk\:mt-30x {
    margin-top: 30px;
  }
  .dk\:mb-30x {
    margin-bottom: 30px;
  }
  .dk\:mt-\[0\] {
    margin-top: 0;
  }
  .dk\:mb-\[10px\] {
    margin-bottom: 10px;
  }
  .dk\:mt-\[0px\] {
    margin-top: 0;
  }
  .dk\:mt-\[28px\] {
    margin-top: 28px;
  }
  .dk\:mb-\[14px\] {
    margin-bottom: 14px;
  }
  .dk\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .dk\:mb-20x {
    margin-bottom: 20px;
  }
  .dk\:mb-\[33px\] {
    margin-bottom: 33px;
  }
  .dk\:mb-16 {
    margin-bottom: 4rem;
  }
  .dk\:mt-0 {
    margin-top: 0;
  }
  .dk\:mt-\[-86px\] {
    margin-top: -86px;
  }
  .dk\:ml-\[20px\] {
    margin-left: 20px;
  }
  .dk\:mr-\[30px\] {
    margin-right: 30px;
  }
  .dk\:mb-\[5px\] {
    margin-bottom: 5px;
  }
  .dk\:mr-\[20px\] {
    margin-right: 20px;
  }
  .dk\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .dk\:ml-\[8\.5rem\] {
    margin-left: 8.5rem;
  }
  .dk\:-mt-14 {
    margin-top: -3.5rem;
  }
  .dk\:box-border {
    box-sizing: border-box;
  }
  .dk\:block {
    display: block;
  }
  .dk\:flex {
    display: flex;
  }
  .dk\:hidden {
    display: none;
  }
  .dk\:h-\[30px\] {
    height: 30px;
  }
  .dk\:h-\[66\.67px\] {
    height: 66.67px;
  }
  .dk\:h-\[60px\] {
    height: 60px;
  }
  .dk\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .dk\:max-h-full {
    max-height: 100%;
  }
  .dk\:min-h-\[60px\] {
    min-height: 60px;
  }
  .dk\:min-h-\[50px\] {
    min-height: 50px;
  }
  .dk\:w-x10 {
    width: 10%;
  }
  .dk\:w-x20 {
    width: 20%;
  }
  .dk\:w-x30 {
    width: 30%;
  }
  .dk\:w-x40 {
    width: 40%;
  }
  .dk\:w-x50 {
    width: 50%;
  }
  .dk\:w-x60 {
    width: 60%;
  }
  .dk\:w-x70 {
    width: 70%;
  }
  .dk\:w-x80 {
    width: 80%;
  }
  .dk\:w-x90 {
    width: 90%;
  }
  .dk\:w-x100 {
    width: 100%;
  }
  .dk\:w-10 {
    width: 2.5rem;
  }
  .dk\:w-\[var\(--desktop-width\)\] {
    width: var(--desktop-width);
  }
  .dk\:w-auto {
    width: auto;
  }
  .dk\:w-\[calc\(100\%_\+_\(var\(--grid-gutter-x\)_\+_1px\)\)\] {
    width: calc(100% + var(--grid-gutter-x) + 1px);
  }
  .dk\:w-\[30px\] {
    width: 30px;
  }
  .dk\:w-\[66\.67px\] {
    width: 66.67px;
  }
  .dk\:w-\[440px\] {
    width: 440px;
  }
  .dk\:w-1\/2 {
    width: 50%;
  }
  .dk\:w-\[363\.17px\] {
    width: 363.17px;
  }
  .dk\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .dk\:w-\[785px\] {
    width: 785px;
  }
  .dk\:w-full {
    width: 100%;
  }
  .dk\:w-\[76\%\] {
    width: 76%;
  }
  .dk\:w-\[23vw\] {
    width: 23vw;
  }
  .dk\:w-\[var\(--reviews-star-wrapper\)\] {
    width: var(--reviews-star-wrapper);
  }
  .dk\:min-w-\[280px\] {
    min-width: 280px;
  }
  .dk\:min-w-\[250px\] {
    min-width: 250px;
  }
  .dk\:min-w-\[325px\] {
    min-width: 325px;
  }
  .dk\:max-w-\[595px\] {
    max-width: 595px;
  }
  .dk\:max-w-\[335px\] {
    max-width: 335px;
  }
  .dk\:max-w-\[371px\] {
    max-width: 371px;
  }
  .dk\:max-w-\[59\.0147\%\] {
    max-width: 59.0147%;
  }
  .dk\:max-w-\[70\.525\%\] {
    max-width: 70.525%;
  }
  .dk\:max-w-\[523px\] {
    max-width: 523px;
  }
  .dk\:max-w-\[var\(--card-width-dk\)\] {
    max-width: var(--card-width-dk);
  }
  .dk\:max-w-\[98\%\] {
    max-width: 98%;
  }
  .dk\:max-w-\[325px\] {
    max-width: 325px;
  }
  .dk\:max-w-\[49\.27\%\] {
    max-width: 49.27%;
  }
  .dk\:max-w-\[210px\] {
    max-width: 210px;
  }
  .dk\:max-w-\[423px\] {
    max-width: 423px;
  }
  .dk\:flex-grow {
    flex-grow: 1;
  }
  .dk\:basis-1\/2 {
    flex-basis: 50%;
  }
  .dk\:basis-\[calc\(50\%_-_var\(--grid-gutter-x\)\)\] {
    flex-basis: calc(50% - var(--grid-gutter-x));
  }
  .dk\:basis-28 {
    flex-basis: 7rem;
  }
  .dk\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .dk\:translate-x-full,
  .dk\:translate-y-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .dk\:translate-x-full {
    --tw-translate-x: 100%;
  }
  .dk\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dk\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dk\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dk\:flex-row {
    flex-direction: row;
  }
  .dk\:flex-col {
    flex-direction: column;
  }
  .dk\:flex-wrap {
    flex-wrap: wrap;
  }
  .dk\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .dk\:items-center {
    align-items: center;
  }
  .dk\:justify-end {
    justify-content: flex-end;
  }
  .dk\:justify-center {
    justify-content: center;
  }
  .dk\:justify-between {
    justify-content: space-between;
  }
  .dk\:gap-16 {
    gap: 4rem;
  }
  .dk\:gap-20x {
    gap: 20px;
  }
  .dk\:gap-x-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
  .dk\:gap-y-0 {
    row-gap: 0;
  }
  .dk\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .dk\:rounded-\[20px\],
  .dk\:rounded-dk {
    border-radius: 20px;
  }
  .dk\:rounded {
    border-radius: 0.25rem;
  }
  .dk\:rounded-tr-\[0px\] {
    border-top-right-radius: 0;
  }
  .dk\:rounded-br-\[0px\] {
    border-bottom-right-radius: 0;
  }
  .dk\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .dk\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
  .dk\:p-\[25px\] {
    padding: 25px;
  }
  .dk\:p-10 {
    padding: 2.5rem;
  }
  .dk\:p-\[30px\] {
    padding: 30px;
  }
  .dk\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }
  .dk\:py-7 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
  .dk\:px-40x,
  .dk\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .dk\:py-40x {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .dk\:py-60x {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .dk\:py-\[76px\] {
    padding-bottom: 76px;
    padding-top: 76px;
  }
  .dk\:py-\[80px\] {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .dk\:py-\[60px\] {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .dk\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dk\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dk\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .dk\:pt-\[110px\] {
    padding-top: 110px;
  }
  .dk\:pb-\[110px\] {
    padding-bottom: 110px;
  }
  .dk\:pb-\[58\.53\%\] {
    padding-bottom: 58.53%;
  }
  .dk\:pb-0 {
    padding-bottom: 0;
  }
  .dk\:pl-40x {
    padding-left: 40px;
  }
  .dk\:pb-30x {
    padding-bottom: 30px;
  }
  .dk\:pr-8 {
    padding-right: 2rem;
  }
  .dk\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .dk\:pt-\[23px\] {
    padding-top: 23px;
  }
  .dk\:pb-\[10px\] {
    padding-bottom: 10px;
  }
  .dk\:pt-\[0px\] {
    padding-top: 0;
  }
  .dk\:pb-\[39px\] {
    padding-bottom: 39px;
  }
  .dk\:pt-40x,
  .dk\:pt-\[40px\] {
    padding-top: 40px;
  }
  .dk\:pb-\[81px\] {
    padding-bottom: 81px;
  }
  .dk\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .dk\:pt-\[60px\] {
    padding-top: 60px;
  }
  .dk\:pt-20x {
    padding-top: 20px;
  }
  .dk\:pt-\[30px\] {
    padding-top: 30px;
  }
  .dk\:pl-\[40px\] {
    padding-left: 40px;
  }
  .dk\:pr-\[20px\] {
    padding-right: 20px;
  }
  .dk\:pr-0 {
    padding-right: 0;
  }
  .dk\:pb-\[40px\] {
    padding-bottom: 40px;
  }
  .dk\:pr-\[15px\] {
    padding-right: 15px;
  }
  .dk\:pt-60x {
    padding-top: 60px;
  }
  .dk\:pb-\[740px\] {
    padding-bottom: 740px;
  }
  .dk\:pb-\[490px\] {
    padding-bottom: 490px;
  }
  .dk\:pb-\[44\%\] {
    padding-bottom: 44%;
  }
  .dk\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  .dk\:pt-0 {
    padding-top: 0;
  }
  .dk\:pl-\[31px\] {
    padding-left: 31px;
  }
  .dk\:pl-\[0px\] {
    padding-left: 0;
  }
  .dk\:pr-\[0px\] {
    padding-right: 0;
  }
  .dk\:pl-\[100px\] {
    padding-left: 100px;
  }
  .dk\:pr-\[40px\] {
    padding-right: 40px;
  }
  .dk\:pb-\[125\%\] {
    padding-bottom: 125%;
  }
  .dk\:pr-40x {
    padding-right: 40px;
  }
  .dk\:pr-\[80px\] {
    padding-right: 80px;
  }
  .dk\:pl-20 {
    padding-left: 5rem;
  }
  .dk\:pb-16 {
    padding-bottom: 4rem;
  }
  .dk\:pb-\[49\.27\%\] {
    padding-bottom: 49.27%;
  }
  .dk\:pb-\[0px\] {
    padding-bottom: 0;
  }
  .dk\:pl-4 {
    padding-left: 1rem;
  }
  .dk\:pt-4 {
    padding-top: 1rem;
  }
  .dk\:text-left {
    text-align: left;
  }
  .dk\:text-right {
    text-align: right;
  }
  .dk\:text-\[33px\] {
    font-size: 33px;
  }
  .dk\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .dk\:text-\[44px\] {
    font-size: 44px;
  }
  .dk\:text-\[16px\] {
    font-size: 16px;
  }
  .dk\:text-\[54px\] {
    font-size: 54px;
  }
  .dk\:text-\[24px\] {
    font-size: 24px;
  }
  .dk\:text-\[17px\] {
    font-size: 17px;
  }
  .dk\:text-\[18px\] {
    font-size: 18px;
  }
  .dk\:text-\[length\:var\(--reviews-star-size\)\] {
    font-size: var(--reviews-star-size);
  }
  .dk\:text-\[\.8125rem\] {
    font-size: 0.8125rem;
  }
  .dk\:leading-\[1\.03\] {
    line-height: 1.03;
  }
  .dk\:leading-\[44px\] {
    line-height: 44px;
  }
  .dk\:leading-\[18px\] {
    line-height: 18px;
  }
  .dk\:leading-\[56px\] {
    line-height: 56px;
  }
  .dk\:leading-\[28px\] {
    line-height: 28px;
  }
  .dk\:leading-\[1\.037\] {
    line-height: 1.037;
  }
  .dk\:leading-\[1\.2222\] {
    line-height: 1.2222;
  }
  .dk\:text-\[16\] {
    color: 16;
  }
  .dk\:\[\&\>\*\]\:mb-40x > * {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .lg\:mb-120x {
    margin-bottom: 120px;
  }
  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .lg\:ml-\[10px\] {
    margin-left: 10px;
  }
  .lg\:mb-\[8px\] {
    margin-bottom: 8px;
  }
  .lg\:mr-\[10px\] {
    margin-right: 10px;
  }
  .lg\:mr-\[115px\] {
    margin-right: 115px;
  }
  .lg\:mt-\[-130px\] {
    margin-top: -130px;
  }
  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }
  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .lg\:h-\[50px\] {
    height: 50px;
  }
  .lg\:min-h-\[40px\] {
    min-height: 40px;
  }
  .lg\:w-\[50px\] {
    width: 50px;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-x50 {
    width: 50%;
  }
  .lg\:max-w-\[85px\] {
    max-width: 85px;
  }
  .lg\:max-w-\[44\.34\%\] {
    max-width: 44.34%;
  }
  .lg\:max-w-\[660px\] {
    max-width: 660px;
  }
  .lg\:max-w-\[50\.525\%\] {
    max-width: 50.525%;
  }
  .lg\:basis-\[calc\(33\.3333\%_-_var\(--grid-gutter-x\)\)\] {
    flex-basis: calc(33.3333% - var(--grid-gutter-x));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:gap-\[20px\] {
    gap: 20px;
  }
  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .lg\:p-\[30px\] {
    padding: 30px;
  }
  .lg\:px-\[0px\] {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:py-\[80px\] {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .lg\:pb-\[0\] {
    padding-bottom: 0;
  }
  .lg\:pb-40x {
    padding-bottom: 40px;
  }
  .lg\:pb-\[44\.34\%\] {
    padding-bottom: 44.34%;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[48px\] {
    font-size: 48px;
  }
  .lg\:text-\[54px\] {
    font-size: 54px;
  }
  .lg\:leading-\[24px\] {
    line-height: 24px;
  }
  .lg\:leading-\[54px\] {
    line-height: 54px;
  }
}
@media (min-width: 1280px) {
  .xl\:ml-\[30px\] {
    margin-left: 30px;
  }
  .xl\:mb-\[15px\] {
    margin-bottom: 15px;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:h-\[80px\] {
    height: 80px;
  }
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-\[80px\] {
    width: 80px;
  }
  .xl\:max-w-\[119px\] {
    max-width: 119px;
  }
  .xl\:max-w-\[900px\] {
    max-width: 900px;
  }
  .xl\:max-w-\[var\(--card-width-xl\)\] {
    max-width: var(--card-width-xl);
  }
  .xl\:basis-\[calc\(25\%_-_var\(--grid-gutter-x\)\)\] {
    flex-basis: calc(25% - var(--grid-gutter-x));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:p-\[40px\] {
    padding: 40px;
  }
  .xl\:px-\[155px\] {
    padding-left: 155px;
    padding-right: 155px;
  }
  .xl\:px-\[0px\] {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:pb-\[0px\] {
    padding-bottom: 0;
  }
  .xl\:pr-\[39px\] {
    padding-right: 39px;
  }
  .xl\:text-\[24px\] {
    font-size: 24px;
  }
  .xl\:text-\[54px\] {
    font-size: 54px;
  }
  .xl\:leading-\[28px\] {
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .\32xl\:basis-\[calc\(20\%_-_var\(--grid-gutter-x\)\)\] {
    flex-basis: calc(20% - var(--grid-gutter-x));
  }
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1680px) {
  .\33xl\:basis-\[calc\(16\.6667\%_-_var\(--grid-gutter-x\)\)\] {
    flex-basis: calc(16.6667% - var(--grid-gutter-x));
  }
}
.\[\&\>\*\]\:mb-4 > * {
  margin-bottom: 1rem;
}
.\[\&\>\*\]\:object-\[var\(--media-position\)\] > * {
  -o-object-position: var(--media-position);
  object-position: var(--media-position);
}
.\[\&_video\]\:rounded-mb video {
  border-radius: 15px;
}
@media (min-width: 769px) {
  .\[\&_video\]\:dk\:rounded-dk video {
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .lg\:-mt-\[86px\] {
    margin-top: -86px;
  }
  .lg\:max-w-\[430px\] {
    max-width: 430px;
  }
  .lg\:max-w-\[63\.0147\%\] {
    max-width: 63.0147%;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:pl-\[80px\] {
    padding-left: 80px;
  }
  .lg\:pr-\[135px\] {
    padding-right: 135px;
  }
  .lg\:pb-\[140px\] {
    padding-bottom: 140px;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:leading-\[56px\] {
    line-height: 56px;
  }
  .lg\:leading-\[22px\] {
    line-height: 22px;
  }
}
@media (min-width: 1280px) {
  .xl\:pr-\[135px\] {
    padding-right: 135px;
  }
  .xl\:pl-\[135px\] {
    padding-left: 135px;
  }
}
@media (min-width: 1440px) {
  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }
  .\32xl\:max-w-\[490px\] {
    max-width: 490px;
  }
  .\32xl\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
.\[\&\>\*\]\:mb-15x > * {
  margin-bottom: 15px;
}
.\[\&\>\*\]\:mb-20x > * {
  margin-bottom: 20px;
}
.\[\&\>\*\]\:mb-\[var\(--richtext-spacing\)\] > * {
  margin-bottom: var(--richtext-spacing);
}
.\[\&\>\:last-child\]\:mb-0 > :last-child {
  margin-bottom: 0;
}
.\[\&_p\]\:\!float-none p {
  float: none !important;
}
.\[\&_em\]\:flex em {
  display: flex;
}
.\[\&_em\]\:flex-row em {
  flex-direction: row;
}
.\[\&_img\]\:\!float-none img {
  float: none !important;
}
.\[\&_img\]\:mb-10 img {
  margin-bottom: 2.5rem;
}
.\[\&_img\]\:w-\[100px\] img {
  width: 100px;
}
.\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.\[\&_img\]\:object-left-top img {
  -o-object-position: left top;
  object-position: left top;
}
.\[\&\>\*\>\*\>summary\]\:mr-\[16px\] > * > * > summary {
  margin-right: 16px;
}
.\[\&\>\*\>\*\>summary\]\:w-20 > * > * > summary {
  width: 5rem;
}
div[data-testid="POPUP"] > div .klaviyo-close-form svg circle {
  fill: #f4f2ef !important;
  stroke: #212120 !important;
  stroke-width: 0.5px !important;
}
div[data-testid="POPUP"] form {
  padding: 0 26px 0 0 !important;
}
div[data-testid="POPUP"] form > div:nth-child(1) {
  background-color: transparent !important;
  margin: 0 !important;
}
/*div[data-testid="POPUP"] form > div > div:nth-child(1) > div p {
  font-family: GTSuper, Times New Roman, Times, serif !important;
}
div[data-testid="POPUP"] form > div > div:nth-child(1) > div p span {
  font-family: GTSuper, Times New Roman, Times, serif !important;
  font-size: 45px !important;
  color: #212120 !important;
  font-weight: 400 !important;
}*/ /* APR 28 */
div[data-testid="POPUP"] form > div > div:nth-child(2) > div p {
  font-size: 18px !important;
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
/*div[data-testid="POPUP"] form > div > div:nth-child(2) > div p span {
  font-size: 18px !important;
}*/ /* APR 28 */
div[data-testid="POPUP"] form > div > div:nth-child(3) > div label {
  font-weight: 400 !important;
  color: #212120 !important;
}
div[data-testid="POPUP"]
  form
  > div
  > div:nth-child(3)
  > div
  input[aria-label="Email Address"] {
  font-size: 18px !important;
  background-color: #f4f2ef !important;
  border-radius: 30px 0 0 30px !important;
  color: #212120 !important;
  border-right: none !important;
  padding-bottom: 5px !important;
  border: none !important;
  outline: 1px solid #212120;
}
div[data-testid="POPUP"]
  form
  > div
  > div:nth-child(3)
  > div
  input[aria-label="Phone Number"] {
  border: none !important;
  border-radius: none !important;
  background-color: transparent !important;
}
div[data-testid="POPUP"] form > div > div:nth-child(3) > div:nth-child(1) {
  width: calc(100% - 115px) !important;
  flex: inherit !important;
}
div[data-testid="POPUP"]
  form
  > div
  > div:nth-child(3)
  > div:nth-child(1).needsclick.kl-private-reset-css-Xuajs1 {
  width: 100% !important;
  flex: 1 0 0px !important;
  margin-bottom: 20px;
}
div[data-testid="POPUP"]
  form
  > div
  > div:nth-child(3)
  > div:nth-child(1).needsclick.kl-private-reset-css-Xuajs1
  > div
  > div {
  background-color: #f4f2ef !important;
  border-color: #212120 !important;
}
div[data-testid="POPUP"]
  form
  > div
  > div:nth-child(3)
  > div:nth-child(1).needsclick.kl-private-reset-css-Xuajs1
  > div
  > div
  > button:focus {
  border: none !important;
  box-shadow: none !important;
}
div[data-testid="POPUP"] form > div > div:nth-child(3) > div:nth-child(2) {
  width: 115px !important;
  flex: inherit !important;
}
div[data-testid="POPUP"]
  form
  > div
  > div:nth-child(3)
  > div:nth-child(2) 
  button {
  border: none !important;
  text-transform: uppercase !important;
  color: #212120 !important;
  height: 50px !important;
  background: #f4f2ef !important;
  font-weight: 500 !important;
  border-radius: 0 30px 30px 0 !important;
  border-color: #212120 !important;
  outline: 1px solid #212120;
}
div[data-testid="POPUP"] form > div > div:nth-child(4) > div button {
 /* border: 1px solid #212120 !important;
  text-transform: uppercase !important;
  color: #212120 !important;
  background: #f4f2ef !important;
  font-weight: 500 !important;
  border-radius: 30px !important;
  border-color: #212120 !important;*/ /* APR 28 */
}
div[data-testid="POPUP"] form > div > div:nth-child(5) > div p {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
div[data-testid="POPUP"] form > div > div:nth-child(5) > div p span {
  font-family: Degular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #212120 !important;
  font-size: 10px !important;
}
@media (max-width: 767px) {
  div[data-testid="POPUP"] form > div:nth-child(1) > div {
    background-size: 360px !important;
    background-position: initial !important;
  }
  div[data-testid="POPUP"] form > div:nth-child(1) {
    min-height: 500px !important;
  }
}
@media (min-width: 1024px) {
  /*div[data-testid="POPUP"] form > div > div:nth-child(1) > div p span {
    font-size: 54px !important;
  }*/ /* APR 28 */
  div[data-testid="POPUP"] form > div:nth-child(1) {
    min-width: 325px !important;
  }
  div[data-testid="POPUP"] form > div:nth-child(2) {
    padding-left: 30px !important;
  }
  div[data-testid="POPUP"] > div .klaviyo-close-form {
    width: 30px !important;
    height: 30px !important;
  }
  div[data-testid="POPUP"] > div .klaviyo-close-form svg {
    width: 30px !important;
    height: 30px !important;
  }
  div[data-testid="POPUP"] > div .klaviyo-close-form svg path {
    stroke-width: 0.8px !important;
  }
}
div[data-testid="POPUP"]
  form
  > div
  > div:nth-child(3)
  > div
  input[aria-label="Email Address"]:focus {
  outline-offset: inherit !important;
}
article.absolute.px-\[10px\].dk\:px-8.dk\:py-4.\32xl\:py-10.product-grid-card-upsell {
  display: block !important;
}
.account .tab-content-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .account .tab-content-container {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
.accounts-tab-content-container
  .tab-content-container
  .order-history.account-card {
  background-color: #f4f2ef;
}
.announcement-bar-thumbs.h-full.flex.items-center.cr-1\/2.slider-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none !important;
}
a.zero-site-by {
  display: none;
}
.mb-\[20px\] {
  margin-bottom: 0.3rem;
}
.mt-4 {
  margin-top: 0.5rem !important;
}
section#shopify-section-template--14192571777285__ce4a4c51-14a3-430f-857e-50be983b215a
  .justify-end {
  justify-content: center !important;
  margin-left: 12% !important;
}
@media (min-width: 769px) {
  section#shopify-section-template--14192571777285__ce4a4c51-14a3-430f-857e-50be983b215a
    .dk\:w-\[23vw\] {
    width: 13.5vw !important;
  }
}
section#shopify-section-template--14192571777285__1f0b3a1d-d5c2-4dc9-96d3-e46430915191
  .justify-end {
  justify-content: center !important;
  margin-left: 12% !important;
}
@media (min-width: 769px) {
  section#shopify-section-template--14192571777285__1f0b3a1d-d5c2-4dc9-96d3-e46430915191
    .dk\:w-\[23vw\] {
    width: 13.5vw !important;
  }
}
@media screen and (min-width: 1100px) {
  body.collection .product_heading_box {
    max-width: 180px !important;
    height: 72px;
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .pl-20x {
    padding-left: 0;
  }
}
.radio-wrapper.radio-wrapper--color {
  display: none !important;
}
@media (max-width: 768px) {
  body.product.rc_theme--lokai-theme-\:\:-05\/19 .pl-20x {
    padding-left: 20px !important;
  }
}
@media (max-width: 768px) {
  .pl-20x {
    padding-left: 20px;
  }
}
.global-header .global--accounts {
  display: block !important;
}
@media screen and (max-width: 768px) {
  #search_link {
    margin-right: 12px;
  }
  .global--favorites {
    display: none;
  }
}
.btn-white {
  background: #f4f2ef;
  color: #212120;
  border-color: #212120;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.two_column_section {
  align-items: center;
}
.membershipcustom_content {
  bottom: 20px;
  border-radius: 20px;
  right: 20px;
  top: 20px;
}
.membershipcustom_content .btn-group {
  width: 100%;
  max-width: 100%;
}
.membershipcustom_content .btn-group a {
  width: 100%;
  justify-content: space-between;
}
.membershipcustom_content .richtext {
  margin-bottom: 0;
}
.memberthumb_image img {
  max-width: 250px;
  margin: 0 auto;
  height: auto !important;
}
.product-grid-card details summary button.btn {
  min-width: unset;
}
.main_grid_section {
  width: 100%;
}
picture.mobile_image {
  display: none;
}
.product_tag {
  padding-top: 10px;
  padding-left: 10px;
}
.collection-grid .product-grid-card fieldset.variant .radio-wrapper--size .btn,
.main_grid_section
  .product-grid-card
  fieldset.variant
  .radio-wrapper--size
  .btn {
  text-transform: uppercase;
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.product-descr__prewrapper .radio-wrapper.radio-wrapper--color {
  display: block !important;
}
.product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--color
  label.btn
  img {
  height: 75px;
  object-fit: contain;
}
@media (min-width: 769px) {
  .section_main_banner .dk\:pb-\[740px\] {
    padding-bottom: 565px;
  }
  .two_column_section_withimage .row-start-2 {
    max-width: 70%;
    margin: 0 auto;
  }
  .two_column_section .dk\:pb-\[125\%\] {
    padding-bottom: 109%;
  }
}
@media screen and (min-width: 1501px) {
  .member_grid_section .product_form_custom .flex.items-center {
    max-width: 210px;
    align-items: baseline;
    height: 72px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1351px) {
  .member_grid_section .product_form_custom .flex.items-center {
    max-width: 155px;
    align-items: baseline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .membership_section img {
    height: 590px;
    object-fit: cover;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 1199px) {
  .membership_section img {
    height: 515px;
    object-fit: cover;
    border-radius: 20px;
  }
  .memberthumb_image img {
    max-width: 185px;
    margin: 0 auto;
    height: auto !important;
  }
  .member_grid_section .product_form_custom .flex.items-center {
    max-width: 110px;
    align-items: baseline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .jon_club_productgrid_heading .product_heading_box .text-x100,
  .member_grid_section .product_form_custom .product-card-heading .text-x100 {
    font-size: 80%;
  }
/* ios change 47 */
  .collection-grid .grid variant-radios#swatch_wrapper,
  .main_grid_section .grid variant-radios#swatch_wrapper {
    width: 40% !important;
  }
}
@media (min-width: 1280px) {
  .two_column_section_withimage .xl\:pl-\[135px\] {
    padding-left: 80px;
  }
  .two_column_section_withimage .dk\:pb-16 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .section_main_banner .dk\:pb-\[740px\] {
    padding-bottom: 520px;
  }
  .product_tag span {
    padding: 0 5px;
    font-size: 12px;
  }
  .product_tag {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .two_column_section_withimage .dk\:pb-16 {
    padding-bottom: 30px;
  }
  .two_column_section_withimage .row-start-2 {
    max-width: 65% !important;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 1200px) {
  .two_column_section_withimage .row-start-2 {
    max-width: 60% !important;
  }
}
@media screen and (min-width: 1100px) {
  .collection-grid .grid .element-wrapper,
  .main_grid_section .grid .element-wrapper {
    display: none;
  }
  .collection-grid .grid variant-radios#swatch_wrapper,
  .main_grid_section .grid variant-radios#swatch_wrapper {
    position: absolute;
    width: 40%;
    top: -3px;
    right: 2px;
  }
  .collection-grid .product_form_custom,
  .main_grid_section .product_form_custom {
    position: relative;
  }
  .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn,
  .main_grid_section
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    text-transform: uppercase;
    margin-right: 4px;
  }
  .collection-grid .product-grid-card fieldset.variant .radio-wrapper--size,
  .main_grid_section .product-grid-card fieldset.variant .radio-wrapper--size {
    justify-content: flex-end;
  }
  .collection-grid .product_heading_box {
    max-width: 160px;
    height: 72px;
    align-items: baseline;
  }
  .jon_club_productgrid_heading .product-card-heading {
    height: 40px;
  }
  .jon_club_productgrid_heading.member_grid_section
    .product_heading_box
    .product-card-heading {
    height: auto !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  .collection-grid .product_heading_box {
    max-width: 125px;
    height: 52px !important;
    align-items: baseline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .jon_club_productgrid_heading .product_heading_box {
    margin-bottom: 15px;
  }
  .jon_club_productgrid_heading.member_grid_section .product_heading_box {
    height: 72px;
    align-items: baseline;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  .collection-grid .product-grid-card fieldset.variant .radio-wrapper--size,
  .main_grid_section .product-grid-card fieldset.variant .radio-wrapper--size {
    justify-content: flex-start;
  }
  .main_grid_section .grid variant-radios#swatch_wrapper {
    position: relative;
    top: 0;
  }
  .member_grid_section .product_heading_box .product-card-heading {
    height: 46px;
  }
}
@media only screen and (max-width: 1190px) and (min-width: 1101px) {
  .member_grid_section .add-to-cart-btn-wrapper button {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1025px) {
  .main_grid_section .dk\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
  }
  .memberthumb_image img {
    max-width: 215px;
  }
  .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn,
  .main_grid_section
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    padding: 1px 0;
  }
  .collection-grid .product_heading_box,
  .main_grid_section.jon_club_productgrid_heading .product_heading_box {
    height: 72px;
    align-items: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .two_column_section_withimage .p1 > p,
  .two_column_section .p1 > p {
    font-size: 31px;
  }
}
@media screen and (min-width: 1400px) {
  .membership_section img {
    height: 590px;
    object-fit: cover;
    border-radius: 20px;
  }
  .memberthumb_image img {
    max-width: 250px;
    margin: 0 auto;
    height: auto !important;
  }
  .section_main_banner .dk\:pb-\[740px\] {
    padding-bottom: 590px;
  }
}
@media screen and (min-width: 4001px) {
  .section_main_banner .dk\:pb-\[740px\] {
    padding-bottom: 2040px;
  }
}
@media screen and (min-width: 3001px) and (max-width: 4000px) {
  .section_main_banner .dk\:pb-\[740px\] {
    padding-bottom: 1490px;
  }
}
@media screen and (min-width: 2001px) and (max-width: 3000px) {
  .section_main_banner .dk\:pb-\[740px\] {
    padding-bottom: 975px;
  }
}
@media screen and (min-width: 1781px) and (max-width: 2000px) {
  .section_main_banner .dk\:pb-\[740px\] {
    padding-bottom: 750px;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1780px) {
  .section_main_banner .dk\:pb-\[740px\] {
    padding-bottom: 710px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .memberthumb_image img {
    max-width: 155px;
  }
  .main_grid_section .dk\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
  }
  .member_grid_section .product_form_custom .product_heading_box {
    height: 72px;
    align-items: baseline;
  }
  .collection-grid .product-grid-card fieldset.variant .radio-wrapper--size,
  .main_grid_section .product-grid-card fieldset.variant .radio-wrapper--size {
    justify-content: flex-start;
  }
  .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn,
  .main_grid_section
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    text-transform: uppercase;
    margin-right: 4px;
  }
  .member_grid_section .add-to-cart-btn-wrapper button {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .jon_club_productgrid_heading .product_heading_box {
    height: 72px;
    align-items: baseline;
  }
  .product_tag {
    padding-top: 5px;
    padding-left: 5px;
  }
  .memberthumb_image img {
    max-width: 210px;
  }
  .two_column_section_withimage .row-start-2 {
    max-width: 65% !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 851px) {
  .jon_club_productgrid_heading .product_heading_box {
    height: 72px;
    align-items: baseline;
  }
}
@media only screen and (max-width: 850px) and (min-width: 768px) {
  .jon_club_productgrid_heading .product_heading_box {
    height: 96px;
    align-items: baseline;
  }
  .member_grid_section .add-to-cart-btn-wrapper button {
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 10px;
  }
  .two_column_section_withimage .row-start-2 {
    max-width: 86%;
    margin: 0 auto;
  }
  .product_tag {
    padding-top: 5px;
    padding-left: 5px;
  }
  .product_tag span {
    padding: 0 5px;
    font-size: 8px;
  }
  .memberthumb_image img {
    max-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  picture.mobile_image {
    display: block;
  }
  picture.desktop_image {
    display: none;
  }
  .membershipcustom_content {
    position: absolute;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100% !important;
    top: 15px;
    border-radius: 15px;
    max-width: 92%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
  }
  .member_grid_section .product_form_custom .product_heading_box {
    height: 72px;
    align-items: baseline;
  }
  .jon_club_productgrid_heading .product-card-heading {
    height: 50px;
  }
  .product_tag {
    padding-top: 5px;
    padding-left: 5px;
  }
  .product_tag span {
    padding: 0 3px;
  }
  .product-details__wrapper
    .product-descr__prewrapper
    .row__group
    .product-form
    fieldset
    .radio-wrapper--color
    label.btn {
    display: inline-block;
  }
}
@media screen and (min-width: 1440px) {
  .two_column_section .p1 > p {
    font-size: 1.5rem !important;
    letter-spacing: 0 !important;
    line-height: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .radio-wrapper.radio-wrapper--color {
    margin-left: 22%;
  }
}
/*# sourceMappingURL=/s/files/1/1366/8315/t/115/assets/_global.css.map?v=1686642865 */
a.btn.btn-primary.w-full.max-w-none {
  margin-bottom: 10px;
  text-transform: math-auto;
}
.btn-custom-blue {
  background-color: #8fbcfc !important;
  border-color: #000000 !important;
  color: #000000 !important;
  transition: opacity 0.25s ease-in-out;
}
btn-custom-blue:checked {
  opacity: 0.6 !important;
}
.btn-custom-blue:hover {
  opacity: 0.8;
}
span.yotpo-icon.yotpo-icon-star.rating-star.pull-left {
  color: #ffc83d !important;
}
.yotpo.yotpo-main-widget
  .yotpo-bottomline
  .yotpo-stars-and-sum-reviews
  .yotpo-icon-star:before {
  color: #ffc107 !important;
}

.product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .balance-club
  .balance-club__contents
  .btn:hover {
  background-color: #abceff !important;
  color: #000000 !important;
}

.product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .balance-club
  .balance-club__contents
  .list__wrapper
  p {
  color: #212120;
  font-family: Degular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px !important;
}

section#shopify-section-template--14197747548421__8e12ff88-9b69-4421-af86-f725253a5f8e
  span.text-x100 {
  color: black !important;
}

section#shopify-section-template--14197747548421__8e12ff88-9b69-4421-af86-f725253a5f8e
  .w-full.mt-20x.dk\:mt-30x.p1.max-w-\[453px\].text-center.dk\:text-left
  h4 {
  color: black;
}
span.price-strike {
  text-decoration: line-through;
  padding-left: 3px;
}
.search-input-btn {
  padding-left: 10px !important;
}
@media screen and (min-width: 768px) {
  .hide_desktop_button {
    display: none !important;
  }
}
.swiper-slide.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
}
@media screen and (max-width: 769px) {
  #rebuy-cart .rebuy-product-block .rebuy-product-actions .rebuy-button {
    background-color: transparent !important;
    border-radius: 0 !important;
    display: inline-block !important;
    font-size: 15px !important;
    padding: 2% !important;
    text-align: left !important;
    color: black !important;
    padding-right: 70% !important;
  }
}
body.product-ring
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#black-ring
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-diamond
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-evil-eye
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-gold
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-love
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-mental-wellness
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-ohana
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-silver
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-tie-dye
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#classic-ring-yin-yang
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
body#coil-ring-lokai
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}
bbody#hopeful-ring
  .product-details__wrapper
  .product-descr__prewrapper
  .row__group
  .product-form
  fieldset
  .radio-wrapper--size
  label.btn {
  width: calc(32% - 10px) !important;
}

@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#all-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size {
    justify-content: flex-start;
    display: block;
    width: 74%;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 1100px) {
  body#all-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    text-transform: uppercase;
    margin-right: 4px;
    display: inline-flex;
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#all-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size {
    justify-content: flex-start;
    display: block;
    width: 59%;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 1100px) {
  body#all-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    text-transform: uppercase;
    margin-right: 4px;
    display: inline-flex;
  }
}

@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#solid-silicone-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size {
    justify-content: flex-start;
    display: block;
    width: 74%;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 1100px) {
  body#solid-silicone-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    text-transform: uppercase;
    margin-right: 4px;
    display: inline-flex;
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#solid-silicone-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size {
    justify-content: flex-start;
    display: block;
    width: 59%;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 1100px) {
  body#solid-silicone-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    text-transform: uppercase;
    margin-right: 4px;
    display: inline-flex;
  }
}

@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#printed-silicone-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size {
    justify-content: flex-start;
    display: block;
    width: 74%;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 1100px) {
  body#printed-silicone-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    text-transform: uppercase;
    margin-right: 4px;
    display: inline-flex;
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#printed-silicone-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size {
    justify-content: flex-start;
    display: block;
    width: 59%;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 1100px) {
  body#printed-silicone-rings
    .collection-grid
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    text-transform: uppercase;
    margin-right: 4px;
    display: inline-flex;
  }
}

body.product-ring figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#black-ring figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-diamond figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-evil-eye figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-gold figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-love figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-mental-wellness figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-ohana figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-silver figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-tie-dye figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#classic-ring-yin-yang figure.m-figure__wrapper.block.text-center {
  display: none;
}
body#coil-ring-lokai figure.m-figure__wrapper.block.text-center {
  display: none;
}
bbody#hopeful-ring figure.m-figure__wrapper.block.text-center {
  display: none;
}
/* ring section */
@media only screen and (max-width: 1450px) and (min-width: 1199px) {
  section#shopify-section-template--14205018013957__06e4aca9-5c01-4ab7-921b-d228e010bab7
    .main_grid_section
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size {
    justify-content: flex-start !important;
    display: block !important;
    width: 85% !important;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 1100px) {
  section#shopify-section-template--14205018013957__06e4aca9-5c01-4ab7-921b-d228e010bab7
    .main_grid_section
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px !important;
    height: 20px !important;
    padding: 1px 0 !important;
    text-transform: uppercase !important;
    margin-right: 4px !important;
    display: inline-flex !important;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1451px) {
  section#shopify-section-template--14205018013957__06e4aca9-5c01-4ab7-921b-d228e010bab7
    .main_grid_section
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size {
    justify-content: flex-start !important;
    display: block !important;
    width: 65% !important;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 1100px) {
  section#shopify-section-template--14205018013957__06e4aca9-5c01-4ab7-921b-d228e010bab7
    .main_grid_section
    .product-grid-card
    fieldset.variant
    .radio-wrapper--size
    .btn {
    width: 20px !important;
    height: 20px !important;
    padding: 1px 0 !important;
    text-transform: uppercase !important;
    margin-right: 4px !important;
    display: inline-flex !important;
  }
}

@media (min-width: 769px) {
  body.product-ring
    .modal__wrapper
    .m-title__wrapper
    .m-sizing__wrapper
    #sizechart_wrapper
    .size-chart-selection {
    font-size: 14px !important;
    line-height: 22px;
    min-height: 60px;
  }
}
body.product-ring
  h1.text-left.text-60.leading-none.font-body.font-medium.custom-title.text-\[color\:var\(--font-color\)\] {
  font-family: "degular";
  font-size: 54px;
}
.kqsiVA9Jf8LJAbxw8Bau.h7OYsWHrW5495r9beh2n.jjzYeefyWpPZLH9pIgyw.DnvZqPMEvBFbBre5UuP9.size--large {
  border-radius: 100px;
  margin-top: -1%;
  margin-bottom: 3%;
  padding: 15px 20px !important;
}
.kqsiVA9Jf8LJAbxw8Bau.h7OYsWHrW5495r9beh2n.jjzYeefyWpPZLH9pIgyw.DnvZqPMEvBFbBre5UuP9.size--small {
  border-radius: 100px;
  margin-top: -3%;
  margin-bottom: 3%;
  padding: 15px 20px !important;
}
button.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f {
  color: #000;
  background: #f4f2ef !important;
  text-decoration: underline;
  padding-top: 0px !important;
}
@media (min-width: 769px) {
  .dk\:w-1\/2 {
    width: 65%;
  }
}

body.product-ring #sizechart_wrapper .size-chart-selection {
  width: calc(26% - 8px) !important;
  margin: 1% !important;
  cursor: not-allowed;
  pointer-events: none !important;
}
body.product-ring #sizechart_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap !important;
}
div#modal-popup__wrapper {
  z-index: 9999;
}
body.product-ring ul.m-section__list.text-left {
  margin-bottom: 15% !important;
}
/* new rings */

@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#bestsellers article#\36 683941568773 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#bestsellers
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#bestsellers article#\36 683941568773 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#bestsellers
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 2 */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#bestsellers article#\36 683943305477 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#bestsellers
    article#\36
    683943305477
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#bestsellers article#\36 683943305477 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#bestsellers
    article#\36
    683943305477
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 3 */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#bestsellers article#\36 683941732613 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#bestsellers
    article#\36
    683941732613
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#bestsellers article#\36 683941732613 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#bestsellers
    article#\36
    683941732613
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 4 */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#bestsellers article#\36 683941536005 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#bestsellers
    article#\36
    683941536005
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#bestsellers article#\36 683941536005 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#bestsellers
    article#\36
    683941536005
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 5 */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#bestsellers article#\36 683943272709 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#bestsellers
    article#\36
    683943272709
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#bestsellers article#\36 683943272709 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#bestsellers
    article#\36
    683943272709
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 6 */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#bestsellers article#\36 683941634309 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#bestsellers
    article#\36
    683941634309
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#bestsellers article#\36 683941634309 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#bestsellers
    article#\36
    683941634309
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 7 */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#bestsellers article#\36 683941601541 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#bestsellers
    article#\36
    683941601541
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#bestsellers article#\36 683941601541 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#bestsellers
    article#\36
    683941601541
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 8 */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#bestsellers article#\36 683941667077 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#bestsellers
    article#\36
    683941667077
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#bestsellers article#\36 683941667077 .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#bestsellers
    article#\36
    683941667077
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* ring bestseller */
@media only screen and (max-width: 1406px) and (min-width: 1025px) {
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941568773
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
    justify-content: left;
    margin-left: 12%;
  }
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1407px) {
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941568773
    .radio-wrapper.radio-wrapper--size {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 67% !important;
    justify-content: left !important;
    margin-left: 25% !important;
  }
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4% !important;
  }
}
/* home 2nd rignt bestseller */
@media only screen and (max-width: 1406px) and (min-width: 1025px) {
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941667077
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
    justify-content: left;
    margin-left: 12%;
  }
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941667077
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1407px) {
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941667077
    .radio-wrapper.radio-wrapper--size {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 67% !important;
    justify-content: left !important;
    margin-left: 25% !important;
  }
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941667077
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4% !important;
  }
}
/* 3rd */
/* home 3nd rignt bestseller */
@media only screen and (max-width: 1406px) and (min-width: 1025px) {
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941536005
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
    justify-content: left;
    margin-left: 12%;
  }
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941536005
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1407px) {
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941536005
    .radio-wrapper.radio-wrapper--size {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 67% !important;
    justify-content: left !important;
    margin-left: 25% !important;
  }
  section#shopify-section-template--14205018013957__d664051b-c3c2-4abe-b8fd-f12008995792
    article#\36
    683941536005
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4% !important;
  }
}
/* V-Day edit */
@media only screen and (max-width: 1406px) and (min-width: 1025px) {
  section#shopify-section-template--14205018013957__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683943305477
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
    justify-content: left;
    margin-left: 12%;
  }
  section#shopify-section-template--14205018013957__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683943305477
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1407px) {
  section#shopify-section-template--14205018013957__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683943305477
    .radio-wrapper.radio-wrapper--size {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 67% !important;
    justify-content: left !important;
    margin-left: 25% !important;
  }
  section#shopify-section-template--14205018013957__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683943305477
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4% !important;
  }
}
/* 3rd */
/* V-Day edit */
@media only screen and (max-width: 1406px) and (min-width: 1025px) {
  section#shopify-section-template--14205018013957__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683941568773
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
    justify-content: left;
    margin-left: 12%;
  }
  section#shopify-section-template--14205018013957__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1407px) {
  section#shopify-section-template--14205018013957__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683941568773
    .radio-wrapper.radio-wrapper--size {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 67% !important;
    justify-content: left !important;
    margin-left: 25% !important;
  }
  section#shopify-section-template--14205018013957__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4% !important;
  }
}

@media only screen and (max-width: 414px) and (min-width: 400px) {
  .global-navigation-bar.fixed.w-full.flex.flex-grow.items-center.justify-between.z-30.cx.h-\[var\(--nav-height\)\].text-\[length\:var\(--nav-font-size\)\] {
    margin-top: -6%;
  }
}

/*  */

/* =============================================== 

 // Reveal module 

 // =============================================== */

.has-secondary.grid-view-item__link img.secondary {
  display: none;
}

.has-secondary.grid-view-item__link:hover img.secondary {
  display: block;
}

.has-secondary.grid-view-item__link:hover img.grid-view-item__image {
  display: none;
}

@media screen and (min-width: 767px) {
  .has-secondary.grid-view-item__link img.secondary {
    display: none;
  }

  .has-secondary.grid-view-item__link:hover img.secondary {
    display: block;
  }

  .has-.grid-view-item__link:hover img.grid-view-item__image {
    display: none;
  }
}

secondary @media screen and (max-width:767px) {
  .has-secondary.grid-view-item__link img.secondary {
    display: none;
  }
}

/*  */

/* #rebuy-cart .rebuy-product-block .rebuy-product-info .rebuy-product-title {
    font-size: 18px!important;
    margin-left: -50% !important;
    position: absolute !important;
}
@media only screen and (max-width: 767px) {
 #rebuy-cart .rebuy-product-block .rebuy-product-info .rebuy-product-title {
      margin-left: 50% !important;
  } 
} */

/*  */
@media screen and (max-width: 750px) {
  .desk {
    display: none;
  }
  h2.mob.banner__heading.inline-richtext.h1 {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .slideshow__media.banner__media.media.mob {
    display: none !important;
  }
}
.f2 {
  display: none;
}
@media screen and (min-width: 750px) {
  .banner--small:not(.banner--adapt) {
    min-height: 35rem !important;
  }
  .slideshow__media.banner__media.media img {
    border-radius: 30px !important;
    /* max-height: 30rem !important;
    object-fit: none; */
    object-fit: none;
    max-height: 35rem;
  }
}
@media screen and (min-width: 750px) {
  .banner__media {
    height: 100%;
    /* transform: scaleY(1.4) !important; */
  }
  .slideshow__media.banner__media.media {
    padding: 0% !important;
  }
}
@media screen and (min-width: 767px) {
  .slideshow__controls {
    position: absolute !important;
    /* margin-top: 50%!important; */
    z-index: 9999999;
    margin-left: 40%;
    bottom: -80% !important;
  }
  /* nav-menu.relative.block.global-navigation {
    margin-bottom: -2% !important;
} */
  /* .spacer.h-\[var\(--nav-height\)\].pointer-events-none {
    height: 0px !important;
} */
  /* slideshow-component.slider-mobile-gutter.mobile-text-below {
    top: -2rem !important;
} */
}
.pr-8 {
  padding-right: 2rem;
}
@media screen and (min-width: 767px) {
  slideshow-component.slider-mobile-gutter.mobile-text-below {
    margin-bottom: 1rem;
  }
}
/* valentine ring   */
/* first row  */

@media only screen and (max-width: 1406px) and (min-width: 1025px) {
  section#shopify-section-template--14204230271237__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683943305477
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
    justify-content: left;
    margin-left: 12%;
  }
  section#shopify-section-template--14204230271237__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683943305477
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1407px) {
  section#shopify-section-template--14204230271237__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683943305477
    .radio-wrapper.radio-wrapper--size {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 67% !important;
    justify-content: left !important;
    margin-left: 25% !important;
  }
  section#shopify-section-template--14204230271237__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683943305477
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4% !important;
  }
}

/* 2nd row valentine */
/* first row  */

@media only screen and (max-width: 1406px) and (min-width: 1025px) {
  section#shopify-section-template--14204230271237__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683941568773
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
    justify-content: left;
    margin-left: 12%;
  }
  section#shopify-section-template--14204230271237__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1407px) {
  section#shopify-section-template--14204230271237__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683941568773
    .radio-wrapper.radio-wrapper--size {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 67% !important;
    justify-content: left !important;
    margin-left: 25% !important;
  }
  section#shopify-section-template--14204230271237__17669ee2-e4ac-462f-b981-1d358a2aedb1
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4% !important;
  }
}

/* valantine ring  */
/* first ring */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#valentine-39-s-day-edit
    article#\36
    683941568773
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#valentine-39-s-day-edit
    article#\36
    683941568773
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683941568773
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 2nd ring */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#valentine-39-s-day-edit
    article#\36
    683943305477
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683943305477
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#valentine-39-s-day-edit
    article#\36
    683943305477
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683943305477
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 3nd ring */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#valentine-39-s-day-edit
    article#\36
    683941536005
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683941536005
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#valentine-39-s-day-edit
    article#\36
    683941536005
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683941536005
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 4nd ring */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#valentine-39-s-day-edit
    article#\36
    683941699845
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683941699845
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#valentine-39-s-day-edit
    article#\36
    683941699845
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683941699845
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 5th ring */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#valentine-39-s-day-edit
    article#\36
    683943174405
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683943174405
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#valentine-39-s-day-edit
    article#\36
    683943174405
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683943174405
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
/* 6th ring */
@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  body#valentine-39-s-day-edit
    article#\36
    683941634309
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 77%;
    justify-content: left;
    margin-left: 12%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683941634309
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1391px) {
  body#valentine-39-s-day-edit
    article#\36
    683941634309
    .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: left;
    margin-left: 25%;
  }
  body#valentine-39-s-day-edit
    article#\36
    683941634309
    label.btn.mr-2.last-of-type\:\!mr-0.btn-pill.block.w-full.text-center {
    margin: 4%;
  }
}

@media only screen and (max-width: 412px) {
  #shopify-section-global--pencil-bar {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 430px) {
  #shopify-section-global--pencil-bar {
    margin-bottom: 20px;
  }
  .global-header .global-navigation-bar {
    margin-top: -2em;
  }
  .mobile-menu-new-width {
    width: 93%;
  }
}

@font-face { font-family: Aileron-Regular; src: url('/cdn/shop/files/Aileron-Regular.otf?v=1715786190'); } 
@font-face { font-family: Aileron-Thin; src: url('/cdn/shop/files/Aileron-Thin.otf?v=1715786334'); } 
@font-face { font-family: Aileron-Bold; src: url('/cdn/shop/files/Aileron-Bold.otf?v=1715786380'); } 
@font-face { font-family: Aileron-Italic; src: url('/cdn/shop/files/Aileron-Italic.otf?v=1715786352'); } 

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
 slideshow-component .slideshow.banner {
    height: 750px !important;
  }
  .slideshow__media.banner__media.media img {
    max-height: 47rem !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
 slideshow-component .slideshow.banner {
    height: 750px !important;
  }
  .slideshow__media.banner__media.media img {
    max-height: 47rem !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1860px)  {
  slideshow-component .slideshow.banner {
    height: 870px !important;
  }
  .slideshow__media.banner__media.media img {
    max-height: 45rem !important;
  }
}
/* @media only screen and (min-width: 1860px)  {
  slideshow-component .slideshow.banner {
    height: 1000px !important;
  }
  .slideshow__media.banner__media.media img {
    max-height: 62rem !important;
  }
} */

@media only screen and (min-width: 1860px) and (max-width: 2000px) {
  slideshow-component .slideshow.banner {
    height: 1000px !important;
  }
  .slideshow__media.banner__media.media img {
    max-height: 62rem !important;
  }
}
@media only screen  and (min-width: 2000px)  and (max-width: 2400px) {
  slideshow-component .slideshow.banner {
    height: 1070px !important;
  }
  .slideshow__media.banner__media.media img {
    max-height: 66rem !important;
  }
}

@media only screen  and (min-width: 2400px) and (max-width: 2500px) {
  slideshow-component .slideshow.banner {
    height: 1160px !important;
  }
.slideshow__media.banner__media.media img {
        max-height: 73rem !important;
        /* object-fit: fill !important; */
    }
}

@media screen and (min-width: 750px) and (max-width: 2500px) {
  .slideshow__media.banner__media.media img {
    object-fit: cover;
  }
}
@media only screen  and (min-width: 2500px) {
  slideshow-component .slideshow.banner {
    height:  1230px !important;
  }
.slideshow__media.banner__media.media img {
        max-height: 77rem !important;
    }
.slideshow__media.banner__media.media img {
    object-fit: cover;
  }
}
.product-watch-style .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-direction: column !important;
    gap: 6px;
    align-items: flex-end;
    margin-right: 0 !important;
}

.Sapphire-style .radio-wrapper.radio-wrapper--size {
    display: flex;
    flex-direction: column !important;
    gap: 6px;
    align-items: flex-end;
    margin-right: 0 !important;
}
.product-descr__prewrapper .radio-wrapper.radio-wrapper--size {
    flex-direction: row !important;
    gap: 1px !important;
}
@media screen and (min-width: 750px) and (max-width: 1450px) {
.product-watch_heading_box h1.product-card-heading {
    width: 90%;
}
}
@media screen and (max-width: 1350px) {
.product-watch-style fieldset.variant .btn {
    width: 90px !important;
    height: 22px !important;
margin-right: 0 !important;
}

.Sapphire-style fieldset.variant .btn {
    width: 90px !important;
    height: 30px !important;
margin-right: 0 !important;
padding: 5px 0 !important;
}
}
@media screen and (min-width: 1350px) {
.product-watch-style fieldset.variant .btn {
    width: 100px !important;
    height: 22px !important;
margin-right: 0 !important;
}

.Sapphire-style fieldset.variant .btn {
    width: 90px !important;
    height: 30px !important;
margin-right: 0 !important;
padding: 5px 0 !important;
}
}
body#beaded-ring figure.m-figure__wrapper.block.text-center {
    display: none;
}
@media screen and (min-width: 2500px) {
  .slideshow__controls {
          margin-left: 45% !important;
   }
}
span.yotpo-icon.yotpo-icon-half-star.rating-star.pull-left {
    color: #ffc83d !important;
}

 fieldset.variant .btn {
        width: 100% ;
        height: 30px ;
        margin-right: 0 !important;
    }
@media screen and (max-width: 1500px) {
.radio-wrapper.radio-wrapper--size {
    justify-content: flex-start !important;
}
}
.radio-wrapper.radio-wrapper--size {
    display: flex;
    gap: 7px;
}
@media screen and (min-width: 1050px)  and (max-width: 1350px) {
.radio-wrapper.radio-wrapper--size {
    gap: 5px !important;
}
}
@media screen and (min-width: 1200px)  and (max-width: 1300px) {
.radio-wrapper.radio-wrapper--size {
    width: 80% ;
}
}
@media screen and (max-width: 750px) {
.product-watch_heading_box h1.product-card-heading {
    width: 80%;
}
label.pdp-size-variant.Sapphire-style.btn {
    width: 100px;
    height: 30px;
    margin-right: 0 !important;
}
}

@media screen and (min-width: 1700px) and (max-width: 1900px) {
.radio-wrapper.radio-wrapper--size.ring-size {
    display: block !important;
    width: 65% !important;
    margin-left: 20% !important;
}
}
@media screen and (max-width: 750px)  {
.product-sapphire-necklaces .radio-wrapper--size label.btn {
    min-height: 55px !important;
}
.product-sapphire-bracelets .radio-wrapper--size label.btn {
    min-height: 35px !important;
    min-width: 100px !important;
}
}

.circle-divider time {
    display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
p.displayPrice, p.compareDisplayPrice {
    font-size: 14px !important;
}
.product-grid-card .text-base {
    font-size: 14px !important;
}
}
@media screen and (min-width: 767px)  and (max-width: 1024px) {
.has-fullnav-tab{
 display: block !important;
}
.has-fullnav-tab-hide{
 display: none !important;
}
.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-1 {
  max-width: 85% !important;

  }
.yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}
}
@media screen (max-width:  767px) {
.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-1 {
  max-width: 100% !important;

  }}
@media screen (min-width:  1024px) {
.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-1 {
  max-width: 100% !important;

  }
.product-grid-card .product-form .add-to-cart-btn-wrapper button {
    MIN-WIDTH: 310px;
}
.product_form_custom .text-base {
    min-width: 310px;
}
}
p.displayPrice {
    margin-left: 0.5rem;
}
#los-angeles-fire-relief-bracelet .yotpo-widget-instance {
    display: none;
}
#los-angeles-fire-relief-bracelet h2.h4.cx {
    display: none;
}
.rapi-bundle-content {
    margin-bottom: 50px;
}
.lokai-product-highlights ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Add spacing between items */
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-methods {
    margin-top: -20px;
}
.lokai-product-highlights li {
  flex: 1 1 calc(50% - 20px); /* 50% width minus the gap */
  display: flex;
  align-items: center;
  margin-bottom: 15px; /* Optional: Add space between rows */
}

.lokai-product-highlights i {
  color: #28a745; /* Green color for the checkmark */
  margin-right: 10px; /* Space between icon and text */
  font-size: 1.2em; /* Optional: Adjust icon size */
}
.payment-methods img {
    max-width: 380px;
    margin: 0 auto;
}
.lokai-product-highlights img{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.lokai-product-highlights {
    max-width: 380px;
    margin: 20px auto;
    margin-bottom: 40px;
}

.lokai-product-highlights li {
    line-height: 18px;
    font-size: 17px;
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
  .lokai-product-highlights {
        margin: 30px auto 50px;
        padding: 0 10px;
}
  .payment-methods {
    margin-top: -30px;
}
  .payment-methods img {
    max-width: 340px;
    margin: 0 auto;
}
  .lokai-product-highlights li {
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 0;
}

}
