:root {
  --color-primary: #2b72ff;
  --color-bg: #ffffff;
  --color-contrast-higher: #000000;
  --color-contrast-high: rgba(#000000, .75);
  --color-contrast-medium: rgba(#000000, .5);
  --color-contrast-lower: rgba(#000000, .15);
  --font-primary: Lexend;
  --font-headings: Lexend;
}
.color-contrast-medium {
  color: rgba(0, 0, 0, 0.5);
}
.color-contrast-low {
  color: rgba(0, 0, 0, 0.3);
}
.bg-contrast-lower, .bones__line, .s-tabs__list::after {
  background-color: rgba(0, 0, 0, 0.15);
}
.main-header__top-section {
  background-color: #eceef6;
  color: #000000;
}
.main-header__top-section .main-header__link, .main-header__top-section .main-header__link:hover {
  color: #000000;
}
.main-header__logo {
  height: 46px;
}
.main-header__mobile-content .main-header__logo {
  height: 34.5px;
}
.main-header__nav::before {
  height: calc(34.5px + (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: #2b72ff;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: rgba(43, 114, 255, 0.65);
}
.bundle__plus {
  background-color: #2b72ff;
  color: #ffffff;
}
body {
  background-color: #ffffff;
  color: #000000;
}
.bg {
  background-color: #ffffff;
}
.main-header:not(.main-header--transparent), .main-footer, .coming-soon {
  background-color: #12224e;
  color: #ffffff;
  --color-bg: #12224e;
}
.main-header__search-form.bg {
  background-color: #12224e;
}
@media (min-width: 64rem) {
  .dropdown__menu, .main-header__dropdown {
    background-color: #ffffff;
  }
  .main-header__dropdown-link {
    color: #000000;
  }
}
/* 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: #000000;
}
.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: #2b72ff;
}
.gui.gui-cart a.gui-button-large.gui-button-action:hover {
  background-color: #7da8ff;
  color: #2b72ff;
}
.gui.gui-cart a.gui-button-large.gui-button-action:active {
  background-color: #2b72ff;
}
.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 #2b72ff;
  color: #2b72ff;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  background-color: #fff;
}
body .gui.gui-cart a.gui-button-small:hover {
  background: #2b72ff;
  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;
  }
}
/* heading reset */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: bold;
  color: #12224e;
}
h1, .h1 {
  font-size: 32px;
}
h2, .h2 {
  font-size: 28px;
}
h3, .h3 {
  font-size: 22px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 18px;
}
@media (min-width: 32rem) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h5, .h5 {
    font-size: 24px;
  }
}
a {
  color: #2b72ff;
  text-decoration: underline;
}
a:hover {
  color: #12224e;
  text-decoration: none;
}
a:focus {
  color: #2b72ff;
  text-decoration: underline;
}
a:disabled {
  color: #000000;
  opacity: 0.4;
  text-decoration: none;
}
.no-hover:hover {
  color: inherit;
  text-decoration: none;
}
hr {
  border-bottom: 1px solid #eceef6;
}
/* buttons */
.btn {
  border-radius: 1rem 0;
  white-space: normal;
  transition: border-radius 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.btn.btn-primary, .btn.btn--primary {
  background-color: #2b72ff;
  color: #ffffff;
}
.btn.btn-primary:hover, .btn.btn--primary:hover {
  border-radius: 0.25rem;
  background-color: #213f90;
}
.btn.btn-primary:active, .btn.btn--primary:active {
  border-radius: 0.25rem;
  background-color: #12224e;
  color: #ffffff;
}
.btn.btn-primary:focus, .btn.btn--primary:focus {
  border-radius: 0.25rem;
  box-shadow: 0 0 0 3px #eceef6;
  background-color: #12224e;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-primary.disabled, .btn.btn-primary[disabled], .btn.btn--primary.disabled, .btn.btn--primary[disabled] {
  border-radius: 0.25rem;
  opacity: 0.4;
  pointer-events: none;
  background-color: #2b72ff;
  color: #ffffff;
}
.btn.btn-primary-outline {
  border: 2px solid #2b72ff;
  color: #2b72ff;
}
.btn.btn-primary-outline:hover {
  border-radius: 0.25rem;
  border-color: #213f90;
  color: #213f90;
}
.btn.btn-primary-outline:active {
  border-radius: 0.25rem;
  border-color: #12224e;
  color: #12224e;
}
.btn.btn-primary-outline:focus {
  border-radius: 0.25rem;
  box-shadow: 0 0 0 3px #eceef6;
  border-color: #12224e;
  color: #12224e;
  text-decoration: none;
}
.btn.btn-primary-outline.disabled, .btn.btn-primary-outline[disabled] {
  border-radius: 0.25rem;
  opacity: 0.4;
  pointer-events: none;
  border-color: #2b72ff;
  color: #2b72ff;
}
.btn.btn-secondary {
  background-color: #12224e;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  border-radius: 0.25rem;
  background-color: #213f90;
  color: #ffffff;
}
.btn.btn-secondary:active {
  border-radius: 0.25rem;
  background-color: #2b72ff;
  color: #ffffff;
}
.btn.btn-secondary:focus {
  border-radius: 0.25rem;
  box-shadow: 0 0 0 3px #eceef6;
  background-color: #2b72ff;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-secondary.disabled, .btn.btn-secondary[disabled] {
  border-radius: 0.25rem;
  opacity: 0.4;
  pointer-events: none;
  background-color: #12224e;
  color: #ffffff;
}
.btn.btn-accent {
  background-color: #ff5c00;
  color: #ffffff;
}
.btn.btn-accent:hover {
  border-radius: 0.25rem;
  background-color: #ff5c00;
  color: #ffffff;
}
.btn.btn-accent:active {
  border-radius: 0.25rem;
  background-color: #ff5c00;
  color: #ffffff;
}
.btn.btn-accent:focus {
  border-radius: 0.25rem;
  box-shadow: 0 0 0 3px #eceef6;
  background-color: #ff5c00;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-accent.disabled, .btn.btn-accent[disabled] {
  border-radius: 0.25rem;
  opacity: 0.4;
  pointer-events: none;
  background-color: #ff5c00;
  color: #ffffff;
}
.btn.btn-accent-outline {
  border-radius: 999999px;
  border: 2px solid #ff5c00;
  color: #ffffff;
}
.btn.btn-accent-outline:hover {
  background-color: #213f90;
  border-color: #ff5c00;
  color: #ffffff;
}
.btn.btn-accent-outline:active {
  border-color: #ff5c00;
  color: #ffffff;
}
.btn.btn-accent-outline:focus {
  box-shadow: 0 0 0 3px #eceef6;
  border-color: #ff5c00;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-accent-outline.disabled, .btn.btn-accent-outline[disabled] {
  opacity: 0.4;
  pointer-events: none;
  border-color: #ff5c00;
  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: #e4edff;
  color: #2b72ff;
}
.gui-messages ul.gui-error, .messages .error {
  background-color: #fedfe5;
  color: #e0082f;
}
.gui-messages ul.gui-success, .messages .success {
  background-color: #d7fbea;
  color: #0c7c48;
}
.gui-messages ul.gui-warning, .messages .warning {
  background-color: #fff5d7;
  color: #b48700;
}
/* colors */
.text-primary {
  color: #2b72ff;
}
.text-primary-light {
  color: #7da8ff;
}
.text-secondary {
  color: #12224e;
}
.text-secondary-light {
  color: #213f90;
}
.text-brand-black {
  color: #000000;
}
.text-brand-gray {
  color: #abb1c3;
}
.text-brand-gray-light {
  color: #eceef6;
}
.text-brand-white {
  color: #ffffff;
}
.text-accent {
  color: #ff5c00;
}
.text-error {
  color: #e0082f;
}
.text-error-light {
  color: #fedfe5;
}
.text-warning {
  color: #b48700;
}
.text-warning-light {
  color: #fff5d7;
}
.text-success {
  color: #0c7c48;
}
.text-success-light {
  color: #d7fbea;
}
.bg-primary {
  background-color: #2b72ff;
}
.bg-primary-light {
  background-color: #7da8ff;
}
.bg-secondary {
  background-color: #12224e;
}
.bg-secondary-light {
  background-color: #213f90;
}
.bg-brand-black {
  background-color: #000000;
}
.bg-brand-gray {
  background-color: #abb1c3;
}
.bg-brand-gray-light {
  background-color: #eceef6;
}
.bg-brand-white {
  background-color: #ffffff;
}
.bg-accent {
  background-color: #ff5c00;
}
.bg-error {
  background-color: #e0082f;
}
.bg-error-light {
  background-color: #fedfe5;
}
.bg-warning {
  background-color: #b48700;
}
.bg-warning-light {
  background-color: #fff5d7;
}
.bg-success {
  background-color: #0c7c48;
}
.bg-success-light {
  background-color: #d7fbea;
}
.border-primary {
  border-color: #2b72ff;
}
.border-primary-light {
  border-color: #7da8ff;
}
.border-secondary {
  border-color: #12224e;
}
.border-secondary-light {
  border-color: #213f90;
}
.border-brand-black {
  border-color: #000000;
}
.border-brand-gray {
  border-color: #abb1c3;
}
.border-brand-gray-light {
  border-color: #eceef6;
}
.border-brand-white {
  border-color: #ffffff;
}
.border-accent {
  border-color: #ff5c00;
}
.border-error {
  border-color: #e0082f;
}
.border-error-light {
  border-color: #fedfe5;
}
.border-warning {
  border-color: #b48700;
}
.border-warning-light {
  border-color: #fff5d7;
}
.border-success {
  border-color: #0c7c48;
}
.border-success-light {
  color: #d7fbea;
}
/* brand adjustments */
.main-header__link--icon .counter {
  background-color: #ff5c00;
}
.main-header, .main-header__search-form {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.main-footer__social-btn {
  transition: background-color 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  border-radius: 99999px;
  width: 2rem;
  height: 2rem;
}
.main-footer__social-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.radius-xl {
  border-radius: 1rem;
}
.radius-xxl {
  border-radius: 2rem;
}
.radius-xxxl {
  border-radius: 5rem;
}
.radius-atom {
  border-radius: 2rem 0;
}
.radius-atom-sm {
  border-radius: 1rem 0;
}
.border-atom {
  position: relative;
  background-clip: padding-box;
  border-color: transparent;
  border-style: solid;
}
.border-atom::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #213F90 0.13%, #2B72FF 15.08%, #BBF7FD 49.49%, #BBF7FD 49.5%, #2B72FF 84.86%, #213F90 99.81%);
}
.border-2.border-atom::after {
  margin: -2px;
}
.border-3.border-atom::after {
  margin: -3px;
}
.border-4.border-atom::after {
  margin: -4px;
}
.shadow-brand-black {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.shadow-primary {
  box-shadow: 0 0 6px #2b72ff;
}
.text-shadow-primary {
  text-shadow: 0 0 15px #2b72ff;
}
.min-height-header {
  min-height: 28.5rem;
}
.radius-top-left-0 {
  border-top-left-radius: 0;
}
.radius-top-right-0 {
  border-top-right-radius: 0;
}
.radius-bottom-left-0 {
  border-bottom-left-radius: 0;
}
.radius-bottom-right-0 {
  border-bottom-right-radius: 0;
}
ul.list-atom {
  padding-left: 1.5rem;
  list-style: squire url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 17 18' width='17'%3E%3Cpath d='m6.45142 12.5977.77656 4.6925 2.08614-4.6925c.4641-1.0493 1.41068-1.8669 2.51348-2.1849l4.9443-1.41274-4.5491-1.41272c-1.0155-.31798-1.7324-1.13563-1.9024-2.18496l-.77653-4.692419-2.08614 4.692419c-.4641 1.04933-1.41067 1.86698-2.51348 2.18496l-4.94425 1.41272 4.54908 1.41274c1.0155.318 1.73232 1.1356 1.90234 2.1849z' fill='%232b72ff'/%3E%3C/svg%3E");
}
.list-atom li::marker {
  padding-top: 1rem;
}
.list-atom li {
  padding-bottom: 0.25rem;
}
.swirl-white-bottom, .inverted-top-left-radius, .inverted-top-right-radius, .inverted-bottom-left-radius, .inverted-bottom-right-radius {
  position: relative;
}
.swirl-white-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 80px;
  height: 80px;
  box-shadow: -40px 40px 0px 40px #fff;
  border-bottom-left-radius: 80px;
}
.swirl-white-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: #ffffff;
  border-top-right-radius: 79px;
}
.inverted-top-left-radius, .inverted-top-right-radius, .inverted-bottom-left-radius, .inverted-bottom-right-radius {
  overflow-y: hidden;
}
.inverted-top-left-radius::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  box-shadow: -40px -40px 0px 40px #000000;
  border-top-left-radius: 80px;
}
.inverted-top-right-radius::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  box-shadow: 40px -40px 0px 40px #000000;
  border-top-right-radius: 80px;
}
.inverted-bottom-left-radius::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  box-shadow: -40px 40px 0px 40px #000000;
  border-bottom-left-radius: 80px;
}
.inverted-bottom-right-radius::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  box-shadow: 40px 40px 0px 40px #000000;
  border-bottom-right-radius: 80px;
}
.ir-secondary.inverted-top-left-radius::after {
  box-shadow: -40px -40px 0px 40px #12224e;
}
.ir-secondary.inverted-top-right-radius::after {
  box-shadow: 40px -40px 0px 40px #12224e;
}
.ir-secondary.inverted-bottom-left-radius::after {
  box-shadow: -40px 40px 0px 40px #12224e;
}
.ir-secondary.inverted-bottom-right-radius::after {
  box-shadow: 40px 40px 0px 40px #12224e;
}
.ir-brand-gray-light.inverted-top-left-radius::after {
  box-shadow: -40px -40px 0px 40px #eceef6;
}
.ir-brand-gray-light.inverted-top-right-radius::after {
  box-shadow: 40px -40px 0px 40px #eceef6;
}
.ir-brand-gray-light.inverted-bottom-left-radius::after {
  box-shadow: -40px 40px 0px 40px #eceef6;
}
.ir-brand-gray-light.inverted-bottom-right-radius::after {
  box-shadow: 40px 40px 0px 40px #eceef6;
}
@keyframes flare-from-left {
  20% {
    transform: translateX(-50%) translateY(-15%) rotate(0deg);
  }
  70% {
    transform: translateX(0%) translateY(-15%) rotate(0deg);
  }
  70.01% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}
@keyframes flare-from-left-mobile {
  20% {
    transform: translateX(-50%) translateY(-1%) rotate(0deg);
  }
  70% {
    transform: translateX(0%) translateY(-1%) rotate(0deg);
  }
  70.01% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}
@keyframes full-width-flare-from-left {
  10% {
    transform: translateX(-30%) translateY(-15%) rotate(0deg);
  }
  70% {
    transform: translateX(0%) translateY(-15%) rotate(0deg);
  }
  70.01% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}
@keyframes full-width-flare-from-left-mobile {
  10% {
    transform: translateX(-20%) translateY(-1%) rotate(0deg);
  }
  70% {
    transform: translateX(0%) translateY(-1%) rotate(0deg);
  }
  70.01% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
}
@keyframes flare-pulse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  5% {
    opacity: 0.9;
    transform: translateY(-1%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  15% {
    opacity: 0.9;
    transform: translateY(-1%);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
}
.flare-top {
  position: relative;
  overflow: hidden;
}
.flare-top > * {
  position: relative;
  z-index: 1;
}
.flare-top::before {
  content: "";
  background: image-set("flare.png?20251003180128" 1x, "flare2x.png?20251003180128" 2x, "flare3x.png?20251003180128" 3x) no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transform-origin: top center;
  transform: translateX(-50%) translateY(-1%) rotate(-45deg);
}
.flare-full-width.flare-top::before {
  transform: translateX(-20%) translateY(-2%) rotate(0deg);
}
.aos.aos-start.flare-top::before {
  animation: flare-from-left-mobile 2s linear forwards, flare-pulse 10s linear 3s infinite;
}
.aos.aos-start.flare-full-width.flare-top::before {
  animation: full-width-flare-from-left-mobile 2s linear forwards, flare-pulse 10s linear 3s infinite;
}
@keyframes dot-light-up {
  5% {
    background: #ffffff;
    opacity: 1;
  }
  10% {
    background: currentcolor;
    opacity: 0.6;
  }
}
.aos.aos-start .dot {
  animation: dot-light-up 10s linear 1s infinite;
}
@keyframes materials-slide {
  to {
    background-position: 4000vh;
  }
}
.text-materials {
  animation: materials-slide 1050s linear infinite;
  color: transparent;
  background-clip: text;
  background-size: 100%;
  background-image: url("https://cdn.webshopapp.com/shops/356398/files/485330165/materials.jpg");
}
@keyframes timer-rotation {
  30% {
    background-image: conic-gradient(from 0deg at 50% 50%, #eceef6 0deg, #8BB0FB 180deg, 360deg);
  }
  60% {
    background-image: conic-gradient(from 0deg at 50% 50%, #eceef6 0deg, #8BB0FB 180deg, #7da8ff 360deg);
  }
  90% {
    background-image: conic-gradient(from 0deg at 50% 50%, #eceef6 0deg, #8BB0FB 180deg, #2b72ff 360deg);
  }
  to {
    transform: rotate(1200deg);
  }
}
.timer-animation {
  transform: rotate(0deg);
  animation: timer-rotation 5s linear forwards;
  border-width: 6px;
  background-image: conic-gradient(from 0deg at 50% 50%, #ECEEF6 0deg, #8BB0FB 180deg, #2B72FF 360deg);
}
@media (min-width: 32rem) {
  .aos.aos-start.flare-top::before {
    animation: flare-from-left 2s linear forwards, flare-pulse 10s linear 3s infinite;
  }
  .aos.aos-start.flare-full-width.flare-top::before {
    animation: full-width-flare-from-left 2s linear forwards, flare-pulse 10s linear 3s infinite;
  }
  .flare-top::before {
    transform: translateX(-50%) translateY(-15%) rotate(-45deg);
  }
  .flare-full-width.flare-top::before {
    transform: translateX(-30%) translateY(-15%) rotate(0deg);
  }
}
@media (min-width: 64rem) {
  .radius-xxxl\@md {
    border-radius: 5rem;
  }
  .-translate-y-50\%\@md {
    transform: translateY(-50%);
  }
  .-margin-bottom-xxxl\@md {
    margin-bottom: -7rem;
  }
  .position-absolute\@md {
    position: absolute;
  }
  .radius-top-left-0 {
    border-top-left-radius: 0;
  }
  .radius-top-right-0 {
    border-top-right-radius: 0;
  }
  .radius-bottom-left-0 {
    border-bottom-left-radius: 0;
  }
  .radius-bottom-right-0 {
    border-bottom-right-radius: 0;
  }
}
