:root {
  --color-primary: #5c71f4;
  --color-bg: #ffffff;
  --color-contrast-higher: #272936;
  --color-contrast-high: rgba(#272936, .75);
  --color-contrast-medium: rgba(#272936, .5);
  --color-contrast-lower: rgba(#272936, .15);
  --font-primary: Poppins;
  --font-headings: Poppins;
}
.color-contrast-medium {
  color: rgba(39, 41, 54, 0.5);
}
.color-contrast-low {
  color: rgba(39, 41, 54, 0.3);
}
.bg-contrast-lower, .bones__line, .s-tabs__list::after {
  background-color: rgba(39, 41, 54, 0.15);
}
.main-header__top-section {
  background-color: #f5f6fe;
  color: #293062;
}
.main-header__top-section .main-header__link, .main-header__top-section .main-header__link:hover {
  color: #293062;
}
.main-header__logo {
  height: 72px;
}
.main-header__mobile-content .main-header__logo {
  height: 54px;
}
.main-header__nav::before {
  height: calc(54px + (var(--space-xxs) *2));
}
.main-header--mobile .main-header__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header--mobile .main-header__dropdown, .main-footer .border-top, .main-footer.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.btn--primary {
  background-color: #5c71f4;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: rgba(92, 113, 244, 0.65);
}
.bundle__plus {
  background-color: #5c71f4;
  color: #ffffff;
}
body {
  background-color: #ffffff;
  color: #272936;
}
.bg {
  background-color: #ffffff;
}
.main-header:not(.main-header--transparent), .main-footer, .coming-soon {
  background-color: #293062;
  color: #ffffff;
  --color-bg: #293062;
}
.main-header__search-form.bg {
  background-color: #293062;
}
@media (min-width: 64rem) {
  .dropdown__menu, .main-header__dropdown {
    background-color: #ffffff;
  }
  .main-header__dropdown-link {
    color: #272936;
  }
}
/* adjustments */
@view-transition {
  navigation: auto;
}
body {
  overflow-x: initial;
}
img {
  height: auto;
}
a, ins, del, p {
  text-decoration-thickness: 1px;
}
.hidden {
  display: none;
}
.gui-block-subcontent {
  padding-top: 0;
  line-height: 1.2;
}
.gui .gui-account {
  color: #272936;
}
.gui.gui-cart a.gui-button-large.gui-button-action, .gui-block {
  border: none;
}
.gui.gui-cart a.gui-button-large.gui-button-action {
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: #5c71f4;
}
.gui.gui-cart a.gui-button-large.gui-button-action:hover {
  background-color: #f5f6fe;
  color: #5c71f4;
}
.gui.gui-cart a.gui-button-large.gui-button-action:active {
  background-color: #5c71f4;
}
.gui.gui-cart [title="Update shopping cart"] {
  float: right;
}
.gui-div-cart-related {
  display: none;
}
.gui.gui-cart a.gui-button-large.gui-button-action, .btn {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.gui.gui-cart a.gui-button-large.gui-button-action:active, .btn:active {
  transform: none;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
body .gui.gui-cart a.gui-button-small {
  border: 2px solid #5c71f4;
  color: #5c71f4;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  background-color: #fff;
}
body .gui.gui-cart a.gui-button-small:hover {
  background: #5c71f4;
  color: #fff;
}
.main-header__list--mobile-items {
  font-size: var(--text-base-size);
}
[aria-labelledby="gui-sitemap-group-brands-title"] {
  display: none;
}
@media (min-width: 64rem) {
  .sidebar--collection-filters {
    max-width: initial;
  }
}
.weglot-container {
  display: none;
}
.weglot-link--active {
  font-weight: bold;
}
/* heading reset */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: bold;
  color: #293062;
}
h1, .h1 {
  font-size: 28px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 32rem) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 18px;
  }
}
a {
  color: #5c71f4;
  text-decoration: underline;
}
a:hover {
  color: #9679f7;
  text-decoration: none;
}
a:focus {
  color: #9679f7;
  text-decoration: underline;
}
a:disabled {
  color: #272936;
  opacity: 0.4;
  text-decoration: none;
}
.no-hover:hover {
  color: inherit;
  text-decoration: none;
}
hr {
  border-bottom: 1px solid #dfe0e8;
}
/* buttons */
.btn {
  font-weight: bold;
  white-space: normal;
  transition: background-size 0.3s ease;
}
.btn.btn-primary, .btn--primary {
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: right center;
  background-color: #5c71f4;
  background-image: linear-gradient(90deg, #5c71f4, #9679f7);
  color: #ffffff;
}
.btn.btn-primary:hover, .btn--primary:hover {
  background-size: 100%;
  background-color: #5c71f4;
  color: #ffffff;
}
.btn.btn-primary:active, .btn--primary:active {
  background-size: 0%;
  background-position: left center;
  background-color: #9679f7;
  color: #ffffff;
}
.btn.btn-primary:focus, .btn--primary:focus {
  box-shadow: 0 0 0 3px #f1edfe;
  background-color: #9679f7;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-primary.disabled, .btn.btn-primary[disabled], .btn--primary.disabled, .btn.btn--primary[disabled] {
  pointer-events: none;
  opacity: 0.4;
  background-color: #5c71f4;
  color: #ffffff;
}
.btn.btn-primary-outline {
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: right center;
  background-color: #5c71f4;
  background-image: linear-gradient(90deg, #5c71f4, #9679f7);
  color: transparent;
  background-clip: text;
}
.btn.btn-primary-outline::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 2px;
  border-radius: 0.25rem;
  background: #FFF;
}
.btn.btn-primary-outline::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: right center;
  background-color: #5c71f4;
  background-image: linear-gradient(90deg, #5c71f4, #9679f7);
}
.btn.btn-primary-outline:hover {
  background-size: 100%;
  background-color: #5c71f4;
  color: transparent;
  background-clip: text;
}
.btn.btn-primary-outline:hover::after {
  background-size: 100%;
  background-color: #5c71f4;
}
.btn.btn-primary-outline:active {
  background-size: 0%;
  background-position: left center;
  background-color: #9679f7;
  color: transparent;
  background-clip: text;
}
.btn.btn-primary-outline:active::after {
  background-size: 0%;
  background-position: left center;
  background-color: #9679f7;
}
.btn.btn-primary-outline:focus {
  background-size: 0%;
  background-position: left center;
  background-color: #5c71f4;
  color: transparent;
  background-clip: text;
  text-decoration: none;
}
.btn.btn-primary-outline:focus::after {
  box-shadow: 0 0 0 3px #f5f6fe;
  background-size: 0%;
  background-position: left center;
  background-color: #5c71f4;
  text-decoration: none;
}
.btn.btn-primary-outline.disabled, .btn.btn-primary-outline[disabled] {
  opacity: 1;
  pointer-events: none;
  background-size: 0%;
  background-position: left center;
  background-color: rgba(92, 113, 244, 0.4);
  color: transparent;
  background-clip: text;
}
.btn.btn-primary-outline.disabled::after, .btn.btn-primary-outline[disabled]::after {
  opacity: 0.4;
  background-size: 0%;
  background-position: left center;
  background-color: #5c71f4;
}
.btn.btn-secondary {
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: right center;
  background-color: #9679f7;
  background-image: linear-gradient(90deg, #9679f7, #5c71f4);
  color: #ffffff;
}
.btn.btn-secondary:hover {
  background-size: 100%;
  background-color: #9679f7;
  color: #ffffff;
}
.btn.btn-secondary:active {
  background-size: 0%;
  background-position: left center;
  background-color: #5c71f4;
  color: #ffffff;
}
.btn.btn-secondary:focus {
  box-shadow: 0 0 0 3px #f5f6fe;
  background-color: #5c71f4;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-secondary.disabled, .btn.btn-secondary[disabled] {
  pointer-events: none;
  opacity: 0.4;
  background-color: #9679f7;
  color: #ffffff;
}
.btn.btn-secondary-outline {
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: right center;
  background-color: #9679f7;
  background-image: linear-gradient(90deg, #9679f7, #5c71f4);
  color: transparent;
  background-clip: text;
}
.btn.btn-secondary-outline::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 2px;
  border-radius: 0.25rem;
  background: #FFF;
}
.btn.btn-secondary-outline::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: right center;
  background-color: #9679f7;
  background-image: linear-gradient(90deg, #9679f7, #5c71f4);
}
.btn.btn-secondary-outline:hover {
  background-size: 100%;
  background-color: #9679f7;
  color: transparent;
  background-clip: text;
}
.btn.btn-secondary-outline:hover::after {
  background-size: 100%;
  background-color: #9679f7;
}
.btn.btn-secondary-outline:active {
  background-size: 0%;
  background-position: left center;
  background-color: #5c71f4;
  color: transparent;
  background-clip: text;
}
.btn.btn-secondary-outline:active::after {
  background-size: 0%;
  background-position: left center;
  background-color: #5c71f4;
}
.btn.btn-secondary-outline:focus {
  background-size: 0%;
  background-position: left center;
  background-color: #9679f7;
  color: transparent;
  background-clip: text;
  text-decoration: none;
}
.btn.btn-secondary-outline:focus::after {
  box-shadow: 0 0 0 3px #f5f6fe;
  background-size: 0%;
  background-position: left center;
  background-color: #9679f7;
  text-decoration: none;
}
.btn.btn-secondary-outline.disabled, .btn.btn-primary-outline[disabled] {
  opacity: 1;
  pointer-events: none;
  background-size: 0%;
  background-position: left center;
  background-color: rgba(150, 121, 247, 0.4);
  color: transparent;
  background-clip: text;
}
.btn.btn-secondary-outline.disabled::after, .btn.btn-primary-outline[disabled]::after {
  opacity: 0.4;
  background-size: 0%;
  background-position: left center;
  background-color: #9679f7;
}
.btn.btn-accent {
  background-color: #fec733;
  color: #293062;
}
.btn.btn-accent:hover {
  background-color: #293062;
  color: #fec733;
}
.btn.btn-accent:active {
  background-color: #fec733;
  color: #293062;
}
.btn.btn-accent:focus {
  box-shadow: 0 0 0 3px rgba(254, 199, 51, 0.4);
  background-color: #fec733;
  color: #293062;
  text-decoration: none;
}
.btn.btn-accent.disabled, .btn.btn-accent[disabled] {
  pointer-events: none;
  opacity: 0.4;
  background-color: #fec733;
  color: #293062;
}
.btn.btn-white-outline {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-white-outline:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #5c71f4;
}
.btn.btn-white-outline:active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #293062;
}
.btn.btn-white-outline:focus {
  box-shadow: 0 0 0 3px rgba(41, 48, 98, 0.6);
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-white-outline.disabled, .btn.btn-white-outline[disabled] {
  pointer-events: none;
  opacity: 0.4;
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
/* messages */
.gui-messages, .messages {
  margin-top: 16px;
  margin-bottom: 16px;
}
.gui-messages ul.gui-info, .gui-messages ul.gui-error, .gui-messages ul.gui-success, .gui-messages ul.gui-warning, .messages .info, .messages .error, .messages .success, .messages .warning {
  border-radius: 0.25rem;
  border: none;
}
.gui-messages ul.gui-info, .messages .info {
  background-color: #f5f6fe;
  color: #5c71f4;
}
.gui-messages ul.gui-error, .messages .error {
  background-color: #fff1f2;
  color: #e0082f;
}
.gui-messages ul.gui-success, .messages .success {
  background-color: #ecfdf3;
  color: #12b76a;
}
.gui-messages ul.gui-warning, .messages .warning {
  background-color: #fff9e8;
  color: #fec733;
}
/* colors */
.text-primary {
  color: #5c71f4;
}
.text-primary-light {
  color: #f5f6fe;
}
.text-secondary {
  color: #9679f7;
}
.text-secondary-light {
  color: #f1edfe;
}
.text-brand-black {
  color: #272936;
}
.text-brand-gray {
  color: #293062;
}
.text-brand-gray-light {
  color: #dfe0e8;
}
.text-brand-white {
  color: #ffffff;
}
.text-accent {
  color: #fec733;
}
.text-error {
  color: #e0082f;
}
.text-error-light {
  color: #fff1f2;
}
.text-warning {
  color: #fec733;
}
.text-warning-light {
  color: #fff9e8;
}
.text-success {
  color: #12b76a;
}
.text-success-light {
  color: #ecfdf3;
}
.bg-primary {
  background-color: #5c71f4;
}
.bg-primary-light {
  background-color: #f5f6fe;
}
.bg-secondary {
  background-color: #9679f7;
}
.bg-secondary-light {
  background-color: #f1edfe;
}
.bg-brand-black {
  background-color: #272936;
}
.bg-brand-gray {
  background-color: #293062;
}
.bg-brand-gray-light {
  background-color: #dfe0e8;
}
.bg-brand-white {
  background-color: #ffffff;
}
.bg-accent {
  background-color: #fec733;
}
.bg-error {
  background-color: #e0082f;
}
.bg-error-light {
  background-color: #fff1f2;
}
.bg-warning {
  background-color: #fec733;
}
.bg-warning-light {
  background-color: #fff9e8;
}
.bg-success {
  background-color: #12b76a;
}
.bg-success-light {
  background-color: #ecfdf3;
}
.border-primary {
  border-color: #5c71f4;
}
.border-primary-light {
  border-color: #f5f6fe;
}
.border-secondary {
  border-color: #9679f7;
}
.border-secondary-light {
  border-color: #f1edfe;
}
.border-brand-black {
  border-color: #272936;
}
.border-brand-gray {
  border-color: #293062;
}
.border-brand-gray-light {
  border-color: #dfe0e8;
}
.border-brand-white {
  border-color: #ffffff;
}
.border-accent {
  border-color: #fec733;
}
.border-error {
  border-color: #e0082f;
}
.border-error-light {
  border-color: #fff1f2;
}
.border-warning {
  border-color: #fec733;
}
.border-warning-light {
  border-color: #fff9e8;
}
.border-success {
  border-color: #12b76a;
}
.border-success-light {
  color: #ecfdf3;
}
/* brand adjustments */
.bg-gray-primary {
  background: linear-gradient(90deg, #293062, #5c71f4);
}
.bg-primary-secondary {
  background: linear-gradient(90deg, #f5f6fe, #f1edfe);
}
.shadow {
  box-shadow: 0 0 6px rgba(41, 48, 98, 0.2);
}
.shadow-xs {
  box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
}
.card-hover:hover {
  border-color: #5c71f4;
}
.custom-checkmark {
  position: relative;
}
.custom-checkmark[type=checkbox]:checked, .custom-checkmark[type=checkbox]:checked:hover {
  border-color: #dfe0e8;
}
.custom-checkmark:checked::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMzMzMyA0TDYgMTEuMzMzM0wyLjY2NjY3IDgiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 1px;
  border-radius: 0.1875rem;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.accordion__item svg {
  transition: transform 0.3s ease;
}
.accordion__item:not(.accordion__item--is-open) svg {
  transform: rotate(-90deg);
}
.main-footer__social-btn svg {
  display: block;
}
.main-footer__social-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  padding: 4px;
}
.main-footer__social-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.btn.btn-primary-outline.bg-secondary-light::before {
  background: #f1edfe;
}
.btn.btn-primary-outline.bg-primary-light::before {
  background: #f5f6fe;
}
footer.main-footer input {
  border: 1px solid transparent;
}
footer.main-footer input::placeholder {
  color: #ffffff;
}
footer.main-footer input:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
/* menu */
.display\@md .main-header__dropdown-link:hover {
  background: linear-gradient(90deg, #CFD5FC, #D2C6FC);
}
.main-header__dropdown-link[aria-current="page"] {
  text-decoration: none;
}
@media (min-width: 32rem) {
  .position-absolute\@xs {
    position: absolute;
  }
  .flex-column\@xs {
    flex-direction: column;
  }
  .flex-nowrap\@xs {
    flex-wrap: nowrap;
  }
}
