/** Shopify CDN: Minification failed

Line 349:0 Unexpected "}"

**/
body:not(.mobile-menu-open).dark-background .gradient {
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .dark-background .section-header.scrolled-past-header .header {
    padding: 20px 3rem 10px 3rem;
  }

  body:not(.mobile-menu-open).dark-background .header--dark-mode {
    background: linear-gradient(112deg, #000 22.81%, #242424 81.31%);
  }
}

body:not(.mobile-menu-open).dark-background .header--dark-mode {
  background: transparent;
}

body:not(.mobile-menu-open).dark-background .search-modal.gradient {
  background: #F1F1F1;
}

.dark-background .header--dark-mode .header__icon {
  color: #e7e7e7;
}

.dark-background.mobile-menu-open .header--dark-mode .header__icon,
.dark-background .menu-drawer-container.menu-opening .header__icon {
  color: var(--color-foreground);
}

.gradient-btn,
.gradient-btn--dark {
  transition: background 0.4s ease, color 0.6s ease;
}


.gradient-btn--light::before {
  content: '';
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 6px;
  top: 0;
  opacity: 1;
  transition: opacity 0.6s ease, background 0.6s ease;
  background: linear-gradient(180deg, #127FCE 0%, #70ADD4 100%);
}

.gradient-btn--dark::before {
  content: '';
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 6px;
  top: 0;
  opacity: 1;
  transition: opacity 0.6s ease, background 0.6s ease, color 0.6s ease;
  background: linear-gradient(180deg, #105281 0%, #158ee4 100%);
}

.gradient-btn::before {
  content: '';
  display: block;
  left: 50%;
  width: 101%;
  height: 103%;
  position: absolute;
  border-radius: 6px;
  top: 50%;
  opacity: 0;
  transition: opacity 0.6s ease, background 0.6s ease, color 0.6s ease;
  background: linear-gradient(180deg, #105281 0%, #158ee4 100%);
  transform: translate(-50%, -50%);
}

.gradient-btn--light:hover span,
.gradient-btn--light:focus span,
.gradient-btn:hover span,
.gradient-btn:focus span,
.gradient-btn--dark:hover span,
.gradient-btn--dark:focus span {
  z-index: 1;
}

.gradient-btn:hover::before,
.gradient-btn:focus::before {
  opacity: 1;
  z-index: 0;
}

.gradient-btn--light:hover::before,
.gradient-btn--light:focus::before,
.gradient-btn--dark:hover::before,
.gradient-btn--dark:focus::before {
  opacity: 0;
  z-index: 0;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
}

.overlay-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.8s ease;
}

.overlay-img--base::after {
  background: linear-gradient(40deg, #000 16.86%, rgba(0, 0, 0, 0.00) 57.01%);
}

.overlay-img--hover::after {
  background: linear-gradient(38deg, #000 42.81%, rgba(0, 0, 0, 0.00) 67.87%);
}

/* Transition */

.menu-drawer__menu li details > .menu-drawer__menu-item,
.menu-drawer__menu li > .no-submenu.menu-drawer__menu-item {
  font-size: 20px;
  padding: 3rem 0;
}

.menu-drawer__menu > li.menu-drawer__menu-parent {
  border-bottom: 1px solid #ffffff;
  margin: 0 1.5rem;
}

.menu-drawer__inner-submenu .list-menu__item {
  font-size: 12px;
}

.menu-drawer summary.menu-drawer__menu-item svg {
  width: 16px;
}

.menu-drawer__menu.has-submenu li details:not([open]) > summary .icon-arrow path {
  fill: #0C0C0E;
}

.menu-drawer__menu.has-submenu li details[open] > summary .icon-arrow {
  fill: url(#gradient-arrow);
}

.mobile-menu-open {
  background: #F1F1F1;
}

.menu-drawer__navigation {
  background: #F1F1F1;
}

#gradient-arrow {
  --color-stop-1: #105281;
  --color-stop-2: #158EE4;
}

.button--small {
  min-width: 284px;
}

.button--big {
  min-width: 407px;
}

.sub-header {
  display: none;
  background: #F1F1F1;
}

.sub-header__item span {
  background: linear-gradient(to top, currentColor 1px, transparent 0) left no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
}

.sub-header__item:hover span,
.sub-header__item:focus span {
  background-size: 100% 100%;
}

@media (min-width: 990px) {
  .sub-header {
    display: flex;
    margin-bottom: 13px;
  }

  .sub-header .search-modal {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .search-modal {
    height: 150px;
    min-height: auto;
  }
}

.basis-1\/2 {
  flex-basis: 50%;
}

.modal-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

body.modal-open {
  overflow: hidden !important;
}

.dark-background .sub-header {
  background: transparent;
}

.add-cart--fixed--dark {
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.51) 0%, rgba(34, 34, 34, 0.75) 100%);
}

.dark-background .sub-header .sub-header__left .sub-header__item,
.dark-background .localization-form__select,
.dark-background .sub-header .sub-header__right .sub-header__item {
  color: #e7e7e7 !important;
}

.modal-open .header.header--dark-mode .header__inline-menu .list-menu .menu-link .header__menu-item {
  color: #0C0C0E;
}

.modal-open .header.header--dark-mode .header__inline-menu .list-menu .menu-link .header__menu-item {
  border-right: 1px solid rgba(var(--color-foreground), 0.1);
}

.modal-open .header-wrapper .header .header__heading-logo-wrapper {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(0%) contrast(50%);
}

.modal-open header.header--dark-mode .header__icons .header__icon--cart .icon-cart path {
  stroke: #0C0C0E;
}

.modal-open header.header--dark-mode {
  background: transparent !important;
}

.modal-open-bg {
  content: "";
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2;
}

body.modal-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0C0C0E;
    opacity: 0.5;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: calc(var(--header-height) - 15px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: none;
  width: 90%;
  max-width: 1400px;
  height: auto;
  max-height: none;
  border-radius: 10px;
  overflow: visible;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

.modal-container {
  display: block;
  width: 100%;
  max-height: 75vh;
  overflow-y: auto;
  padding: 70px 60px 40px 60px;
  background: linear-gradient(91deg, rgba(239, 239, 239, 0.95) 0%, rgba(240, 240, 240, 0.90) 100%);
  backdrop-filter: blur(25px);
  border-radius: 10px;
}

.nav-modal-open {
  opacity: 1;
  visibility: visible;
  max-height: initial;
  max-width: 100%;
  z-index: 3;
}

.nav-collection-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
  width: 100%;
}

.nav-collection-card {
  flex: 0 0 200px;
  width: 200px;
}

@media (min-width: 1200px) {
  .nav-collection-card {
    flex: 0 0 190px;
    width: 190px;
  }
}

  .nav-collection-card__image-wrap {
    height: 200px !important;
  }
}

.modal-content {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.modal-content > section {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.modal-content > section.active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.modal .modal-parent-link__title {
  transition: background-image 0.3s ease;
  cursor: pointer;
}

.modal .modal-parent-link__title:hover {
  background-clip: text;
  background-image: linear-gradient(180deg, #105281 0%, #158ee4 100%);
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.modal .modal-parent-link.active .modal-parent-link__title {
  background-clip: text;
  background-image: linear-gradient(180deg, #105281 0%, #158ee4 100%);
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.modal .modal-parent-link .children {
  display: none;
}

.modal .modal-parent-link.active .children {
  display: flex;
}

.modal .modal-parent-link svg {
  transition: transform 0.5s ease;
}

.modal .modal-parent-link.active svg {
  transform: rotate(90deg);
}

.card-bg-hover {
  background: linear-gradient(157deg, rgba(255, 255, 255, 0.00) 55.37%, rgba(255, 255, 255, 0.20) 63.52%, rgba(255, 255, 255, 0.20) 66.89%, rgba(255, 255, 255, 0.00) 72.79%), linear-gradient(155deg, rgba(255, 255, 255, 0.00) 0%, #DDD 100%);
  position: relative;
  transition: background 2s ease;
}

.card-bg-hover svg {
  z-index: 3;
}

.card-bg-hover::before {
  content: '';
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  top: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.00) 44.94%, rgba(255, 255, 255, 0.20) 56.93%, rgba(255, 255, 255, 0.20) 61.89%, rgba(255, 255, 255, 0.00) 70.57%), linear-gradient(155deg, rgba(255, 255, 255, 0.42) 0%, #9C9C9C 100%);
}

.card-bg-hover:hover::before  {
  opacity: 1;
}

.nav-link-collection {
  width: 200px;
  height: 100%;
}

.nav-img-collection {
  border-radius: 5px;
  border: 0.409px solid #DEDEDE;
  padding: 43px 48px 16px 48px;
}

.nav-link-collection:hover .nav-img-collection > div img {
  transform: translate(-50%, -50%) scale(1.1);
}

.nav-img-collection img {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: transform .5s;
}

.nav-img-collection > div {
  width: 102.639px;
  height: 142.082px;
  overflow: hidden;
}

.soon {
  filter: blur(5px);
}

.nav-img-shadow {
  fill: radial-gradient(3200% 50% at 50% 50%, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.00) 100%);
  opacity: 0.1;
  filter: blur(2.699521780014038px);
  width: 95.023px;
  height: 11.878px;
}

/* Footer - reinssurance */
.reinssurance {
  row-gap: 72px;
  border-radius: 20px;
  padding: 40px;
}

.reinssurance > *:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  position: absolute;
  bottom: -36px;
  left: 0;
}

.dark-background .reinssurance > *:not(:last-child)::after {
  background: #262628;
}


.reinssurance__item .icon,
.reinssurance__item svg {
  width: 21px;
  height: 24px;
}

@media screen and (min-width: 1024px) {
  .reinssurance {

    row-gap: inherit;
    overflow: hidden;
  }

  .reinssurance__item {
    padding: 0;
  }

  .reinssurance > *:not(:last-child)::after  {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #E7E7E7;
    position: absolute;
    left: inherit;
    bottom: inherit;
    top: 0;
  }

  .reinssurance__item .icon,
  .reinssurance__item svg {
    width: 86.6px;
    height: 24px;
  }

  .reinssurance__item .icon.icon-delivery {
    width: 100px;
    height: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .reinssurance {
    column-gap: 20px;
    padding: 20px;
  }

  .reinssurance__item::after {
    right: -10px;
  }
}

@media screen and (min-width: 1440px) {
  .reinssurance {
    column-gap: 120px;
  }

  .reinssurance__item::after {
    right: -60px;
  }
}

@media screen and (min-width: 1536px) {
  .reinssurance {
    column-gap: 200px;
  }

  .reinssurance__item::after {
    right: -100px;
  }
}

/* we care certificates - dropdown - */
.wecare-collapsible-label {
  cursor: pointer;
}
.wecare-collapsible-label svg {
  transition: 0.3s ease;
}

.wecare-collapsible-label.rotated svg {
  transform: rotate(0deg);
}

.wecare-collapsible-content {
  transition: visibility 0.3s, opacity 0.3s ease, max-height 0.3s ease;
}

.wecare-collapsible-content--hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.wecare-collapsible-content.show {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}

/* Assets press- */
.assets-press .card-pdf {
  background: linear-gradient(151deg, rgba(255, 255, 255, 0.00) 36.74%, rgba(255, 255, 255, 0.80) 46.89%, rgba(255, 255, 255, 0.80) 51.09%, rgba(255, 255, 255, 0.00) 58.44%), linear-gradient(155deg, rgba(255, 255, 255, 0.00) 0%, #DDD 100%);
}

@media screen and (min-width: 768px) {
  .assets-press .card:nth-child(3n+3)::after {
    content: '';
    position: absolute;
    right: 0;
    background-color: #000;
    opacity: 0.1;
    bottom: -30px;
    width: calc((100% * 3) + 48px);
    height: 1px;
  }

  .assets-press .card {
    width: calc(33.333333% - 16px);
    flex-basis: calc(33.333333% - 16px);
  }
}

@media screen and (min-width: 1536px) {
  .assets-press .card:nth-child(3n+3)::after {
    content: none;
  }

  .assets-press .card:nth-child(4n+4)::after {
    content: '';
    position: absolute;
    right: 0;
    background-color: #000;
    opacity: 0.1;
    bottom: -30px;
    width: calc((100% * 4) + 72px);
    height: 1px;
  }

  .assets-press .card {
    width: calc(25% - 18px);
    flex-basis: calc(25% - 18px);
  }
}

/* 404 page- */
.js-404-slider {
  flex: 0 0 40.6%;
  width: 40.6%;
}

.js-404-slider .swiper-slide {
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 640px) {
  .js-404-slider {
    flex: 0 0 20.9%;
    width: 20.9%;
  }
}

/* Footer - Find a store search bar */
.search-store {
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.search-store h1 {
  font-size: 28px;
}

.search-store p {
  font-size: 17px;
}

.search-store svg {
  width: 24px;
  height: 24px;
}

select,
input[type='search'],
input[type='search']::placeholder,
.customer input[type='tel'],
.customer input[type='tel']::placeholder,
.customer input[type='text'],
.customer input[type='text']::placeholder,
.customer input[type='email'],
.customer input[type='email']::placeholder,
.customer input[type='password'],
.customer input[type='password']::placeholder {
  font-size: 15px;
  color: #0c0c0e;
}

.search-store input[type='search'],
.search-store input[type='search']::placeholder {
  color: currentColor;
}

@media screen and (min-width: 1024px) {
  .search-store {
    padding: 97px 145px;
  }

  .search-store h1 {
    font-size: 40px;
  }

  .search-store p,
  .search-store__field {
    max-width: 407px;
  }

  select,
  input[type='search'],
  input[type='search']::placeholder,
  .customer input[type='tel'],
  .customer input[type='tel']::placeholder,
  .customer input[type='text'],
  .customer input[type='text']::placeholder,
  .customer input[type='email'],
  .customer input[type='email']::placeholder,
  .customer input[type='password'],
  .customer input[type='password']::placeholder,
  .search-store input[type='search'],
  .search-store input[type='search']::placeholder {
    font-size: 17px;
  }
}

select,
input[type='tel'],
input[type='password'],
input[type='email'],
input[type='text'],
input[type='search'],
.klaviyo-form-RvWQrs .kl-private-reset-css-Xuajs1 input[type='email'] {
  outline: none !important;
  background: linear-gradient(0deg,currentColor 2px,transparent 0),linear-gradient(0deg,transparent 1px,currentColor 0,currentColor 0,transparent 2px);
  background-repeat: no-repeat;
  border: 0 !important;
  border-radius: 0 !important;
  transition: background-size 0.3s ease;
  background-size: 0 100%,100% 100%;
  font-family: Helvetica Neue, sans-serif !important;
  font-weight: 300 !important;
  padding-left: 0 !important;
}

.klaviyo-form-RvWQrs .kl-private-reset-css-Xuajs1 input[type='email']::placeholder {
  font-family: Helvetica Neue, sans-serif !important;
  font-weight: 300;
}

.klaviyo-form {
  width: 100%;
  margin-top: 20px;
}

.klaviyo-form button {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 1.2px !important;
  color: white !important;
  position: relative;
}

.klaviyo-form button::before {
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  top: 0;
  opacity: 0;
  transition: opacity .6s ease,background .6s ease;
  background: linear-gradient(180deg,#105281,#158ee4);
  z-index: -1;
}

.klaviyo-form button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 82 129 / var(--tw-border-opacity)) !important;
}

.klaviyo-form button:hover::before {
  opacity: 1;
  border-color: rgb(16 82 129 / var(--tw-border-opacity)) !important;
}

.klaviyo-form .needsclick p {
  color: white !important;
}

select:hover,
select:active,
select:focus-visible,
select:focus,
input[type='tel']:hover,
input[type='tel']:active,
input[type='tel']:focus-visible,
input[type='tel']:focus,
input[type='password']:hover,
input[type='password']:active,
input[type='password']:focus-visible,
input[type='password']:focus,
input[type='email']:active,
input[type='email']:focus-visible,
input[type='email']:focus,
input[type='email']:hover,
input[type='text']:active,
input[type='text']:focus-visible,
input[type='text']:focus,
input[type='text']:hover,
input[type='search']:hover,
input[type='search']:active,
input[type='search']:focus-visible,
input[type='search']:focus,
.klaviyo-form-RvWQrs .kl-private-reset-css-Xuajs1 input[type='email']:hover {
  background-size: 100% 100%,100% 100%;
  outline: none;
  box-shadow: none;
}

/* Component - Image with title above bottom left */
.title-img {
  padding: 24px;
}

@media screen and (max-width: 1024px) {
  .overlay-img-title--big::after {
    background: linear-gradient(11deg, #000 8.55%, rgba(0, 0, 0, 0.00) 48.31%), linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 25.54%) !important;
  }

  .overlay-img-title::after {
    background: linear-gradient(84deg, #000 0.48%, rgba(0, 0, 0, 0.00) 96.8%), linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 25.54%) !important;
  }
}

.overlay-img-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(84deg, #000 0.48%, rgba(0, 0, 0, 0.00) 48.67%), linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 25.54%);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .title-img {
    padding: 50px 40px;
  }

  .title-img__top {
    max-width: 444px;
  }
}

/* Component - Text gradient with button */

.text-gradient {
  max-width: 1095px;
}


.text-gradient__title {
  font-size: 28px;
  line-height: 126%; /* 35.28px */
}

@media screen and (min-width: 1024px) {
  .text-gradient__title {
    font-size: 40px;
    line-height: 122%; /* 48.8px */
  }
}

.text-gradient strong {
  background: linear-gradient(180deg, #105281 0%, #158EE4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 100%;
}

/* Component - Title gradient plus text */
/* about slider left / text part */

.title-text-gradient__title strong {
  background: linear-gradient(180deg, #105281 0%, #158EE4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: 5.6px;
  display: block;
}

@media screen and (min-width: 768px) {
  .title-text-gradient__title strong {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 8px;
  }
}

.title-text-gradient__title {
  font-size: 28px;
  line-height: 126%; /* 35.28px */
}

@media screen and (min-width: 768px) {
  .title-text-gradient__title {
    font-size: 40px;
    line-height: 122%; /* 48.8px */
  }
}

/* Component - about slider */
.js-about-slider--left {
  width: 100%;
}

.js-about-slider--left .swiper-slide--left {
  visibility: hidden;
  opacity: 0;
  min-width: 0;
}

.js-about-slider--left .swiper-slide--left.swiper-slide-active {
  visibility: visible;
  opacity: 1;
  min-width: 100%;
}

.js-about-slider--left .swiper-pagination {
  display: flex;
  column-gap: 20px;
  position: relative;
  left: 0 !important;
  bottom: initial !important;
  width: auto !important;
  top: auto !important;
  padding-bottom: 30px;
  text-align: left;
  white-space: nowrap;
  overflow-x: scroll;
}

.js-about-slider--left .swiper-pagination::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.js-about-slider--left .swiper-pagination::after {
  content: '';
  left: 0;
  top: 30px;
  background: #0C0C0E;
  opacity: 0.1;
  display: inline-block;
  height: 1px;
  width: 100%;
  position: absolute;
}

.js-about-slider--left .swiper-pagination-bullet {
  font-size: 12px;
  font-weight: 300;
  line-height: 141%; /* 16.92px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Helvetica Neue, sans-serif;
  width: auto;
  height: auto;
  opacity: 1;
  color: #000;
  background: transparent;
  margin: initial !important;
  border-radius: inherit;
}

.js-about-slider--left .swiper-pagination-bullet-active {
  background: linear-gradient(180deg, #105281 0%, #158EE4 100%);
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1.2px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1279px) {
  .js-about-slider--left {
    overflow: hidden;
    max-width: 52%;
    width: 52%;
  }

  .js-about-slider--left .swiper-slide--left {
    min-width: initial !important;
  }

  .js-about-slider--left .swiper-pagination {
    column-gap: initial;
    flex-direction: column;
    row-gap: 20px;
    padding-right: 80px;
    padding-bottom: 0;
    flex: 0 0 35%;
    white-space: initial;
    overflow-x: initial;
  }

  .js-about-slider--left .swiper-pagination::after {
    left: initial;
    right: 40px;
    top: 0;
    height: 100%;
    width: 1px;
  }
}

/* about slider right / img part */

.js-about-slider--img .swiper-pagination {
  bottom: 8px !important;
}

.js-about-slider--img .swiper-pagination-bullet {
  opacity: 0.2;
  background: linear-gradient(150deg, #FFF -3.33%, #DCDCDC 108.01%);
  width: 7.668px;
  height: 7.668px;
  margin: 0 3.76px !important;
}

.js-about-slider--img .swiper-pagination-bullet-active {
  opacity: 1;
}

.js-about-slider--img .swiper-slide--img::after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,.1) 43.03%,rgba(0,0,0,.5) 100%);
}

.js-about-slider--img {
  width: 100%;
}

.js-about-slider--img .swiper-pagination {
  bottom: 20px !important;
}

@media screen and (min-width: 1279px) {
  .js-about-slider--img {
    max-width: 48%;
    width: 48%;
  }

  .js-about-slider--img .swiper-pagination-bullet {
    width: 5.098px;
    height: 5.098px;
    margin: 0 2.5px !important;
  }
}

/* Component - Collaborations */

.collaborations {
  background: var(--black-linear-collab, linear-gradient(84deg, #000 0.48%, #242424 96.8%));
  row-gap: 60px;
}

.collaborations__title {
  font-size: 28px;
  line-height: 126%; /* 35.28px */
}

.collaborations__desc {
  font-size: 17px;
  line-height: 141%; /* 23.97px */
}

.collaborations .product-card {
  padding: 0;
}

.collaborations .product-form__buttons a.button-waiting {
  color: white;
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: transparent;
  padding: 10px;
  max-width: fit-content;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.collaborations .product-form__buttons a.button-waiting:hover {
  background: linear-gradient(180deg, #105281 0%, #158EE4 100%);
  color: white;
  border: 1px solid #105281;
}

@media screen and (max-width: 1023px) {
  .collection-card-slider {
    width: 100%;
  }

  .collaborations .desktop {
    display: none;
  }

  .collaborations .product-card {
    align-self: flex-start;
    margin: initial;
  }

  .collaborations .product-card__infos {
    min-height: 356px;
    min-width: 263px;
  }

  .collaborations .product-card__image {
    bottom: -72px;
    right: -11%;
  }
}

@media screen and (min-width: 1024px) {
  .collaborations-card {
    width: 354px;
  }

  .collaborations__title {
    font-size: 40px;
    line-height: 122%; /* 48.8px */
  }

  .collaborations {
    padding: 60px 90px;
  }

  .collaborations__desc {
    font-size: 20px;
    line-height: 120%; /* 24px */
    max-width: 641px;
  }

  .collaborations .mobile {
    display: none;
  }
}

/* Component - Collections */

.collections {
  row-gap: 60px;
}

.collections__title {
  font-size: 28px;
  line-height: 126%; /* 35.28px */
}

.collections__desc {
  font-size: 17px;
  line-height: 141%; /* 23.97px */
}

@media screen and (max-width: 1024px) {
  .block-collection--base__bottom {

  }

  .block-collection--hover {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .block-collection .block-collection--base__bottom a {
    display: none;
  }

  .block-collection .block-collection--base {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }

  .block-collection:hover .block-collection--base {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }

  .block-collection .block-collection--hover {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }

  .block-collection:hover .block-collection--hover {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }
}

@media screen and (min-width: 1024px) {
  .collections__title {
    font-size: 40px;
    line-height: 122%; /* 48.8px */
  }

  .collections {
    padding: 60px 90px;
  }

  .collections__desc {
    font-size: 20px;
    line-height: 120%; /* 24px */
    max-width: 641px;
  }
}

/* Component - Block text */
@media screen and (max-width: 1024px) {
  .block-text-first {
    min-height: 150px;
    max-height: 150px;
  }
  .block-text-first .block-text__title {

  }
}

.block-text-first .block-text__title {
  background: linear-gradient(150deg, #FFF -3.33%, #C9C9C9 108.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-text {
  row-gap: 44px;
  padding: 24px;
}

.block-text__title {
  font-size: 28px;
  line-height: 126%; /* 35.28px */
}

@media screen and (min-width: 1024px) {
  .block-text {
    row-gap: 52px;
    padding: 30px 25px;
  }

  .block-text__title {
    font-size: 40px;
    line-height: 122%; /* 48.8px */
  }

  .block-text__desc {
    min-height: 144px;
  }
}

/* Component - Block video */

.block-video__title {
  display: none;
  font-size: 40px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

@media screen and (min-width: 1024px) {
  .block-video__title {
    display: block;
  }
}

.block-video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
  box-shadow: 0 4px 30px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .dark-background .block-video {
    margin-bottom: 0;
  }
}

/* Component - Blog sidebar */

@media screen and (min-width: 1024px) {
  .filters-blog-sidebar::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    border-radius: 20px;
    background: #0C0C0E;
    opacity: 0.1;
    right: 30px;
    top: 0;
  }
}

@media screen and (max-width: 1023px) {
  #filters-blog-sidebar-root #filters-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  #filters-blog-sidebar-root.show #filters-content {
    max-height: 500px;
  }

  #filters-blog-sidebar-root #filters-content > li:first-child {
    margin-top: 30px;
  }
}

/* Component - Header product */

.header-product {
  position: sticky;
  z-index: 3;
  transition: all 0.3s ease;
  top: 20px;
  display: none;
  border-radius: 5px;
}

.header-product__container {
  padding: 10px;
  position: relative;
  z-index: 2;
  background: transparent;
  transition: background 0.3s ease;
  grid-template-areas: 'heading navigation icons';
  grid-template-columns: max-content max-content max-content;
  justify-content: center;
  align-items: center;
  column-gap: 5.2rem;
  display: grid;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.51) 0%, rgba(34, 34, 34, 0.75) 100%);
  backdrop-filter: blur(25px);
}

.header-product__heading {
  grid-area: heading;
}

.header-product__heading .collab-title {
  background: var(--bleu-erard-p-25, linear-gradient(180deg, #105281 0%, #158EE4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-product__navigation {
  grid-area: navigation;
}

.header-product-list {
  column-gap: 5.2rem;
}

.header-product-list li {
  position: relative;
}

.header-product-list li::after {
  content: '';
  position: absolute;
  right: -26px;
  display: block;
  width: 1px;
  height: 100%;
  background: #E7E7E7;
  opacity: 0.1;
  top: 0;
}

.header-product__plus svg {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .header-product {
    display: flex;
  }
}

/* Component - Block collab */

.block-collab::before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(84deg, #000 0.48%, rgba(0, 0, 0, 0.00) 48.67%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  .block-collab:hover .block-collab-bottom .collab-link {
    max-height: 450px;
    opacity: 1;
    visibility: visible;
    transition: max-height 5s ease-out, opacity 0.8s ease-out, visibility 0.8s ease-out;
  }

  .block-collab-bottom {
    z-index: 2;
  }

  .block-collab:hover::after {
    opacity: 1;
    transition: opacity 0.6s ease, background-image 0.6s ease;
  }

  .block-collab::after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    border-radius: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(84deg, #000 0.48%, rgba(0, 0, 0, 0.00) 48.67%), linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s ease, background-image 0.6s ease;
  }

  .block-collab .block-collab-bottom .collab-link {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: max-height 2s ease-out, opacity 0.8s ease-out, visibility 0.8s ease-out;
  }
}

.customer.order,
.customer.account,
.cart-up,
.customer.addresses,
.cart-down,
.customer.login,
.customer.register {
  background: white;
  width: 100%;
  border-radius: 20px;
  margin: 16px 0 16px 0!important;
  max-width: 100% !important;
}

.cart-down,
.customer.account,
.customer.order {
  margin-bottom: 0 !important;
}

.customer.account .link-log_out svg {
  display: inline-block;
}

.cart-up,
.customer.login,
.customer.register {
  padding: 40px 0;
}

@media screen and (min-width: 750px) {
  .cart-down {
    padding: 50px 0;
  }

  .cart-up,
  .customer.addresses,
  .customer.login,
  .customer.register {
    padding: 100px 0;
  }

  .customer.account,
  .customer.order {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.cart-up,
.customer.login,
.customer.register {
  background: white;
  width: 100%;
  border-radius: 20px;
  margin: 16px 0 16px 0!important;
  max-width: 100% !important;
}

.customer.login,
.customer.register {
  margin-bottom: 0 !important;
}

.customer.login form,
.customer.register form {
  max-width: 652px;
  margin: 40px auto;
}

.shopify-challenge__button.btn {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-text-opacity: 1;
  color: rgb(38 38 40 / var(--tw-text-opacity));
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: underline;
}

.shopify-challenge__message {
  font-family: 'Helvetica Neue', sans-serif;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 141%; /* 23.97px */
}



@media screen and (min-width: 750px) {
  .customer.addresses .form__fields {
    max-width: 652px;
    margin: 30px auto 0 auto;
  }
}

.addresses [aria-expanded=true]~div[id] {
  display: block;
}

.addresses [aria-expanded=false]~div[id] {
  display: block;
}

.swiper .swiper-pagination-bullet {
  opacity: 0.5;
  background: #ffffff;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

#cart-notification {
  background-color: white;
}


main > div, main > section, footer.footer, .reinssurance, .footer__block-nl-press {
  max-width: 1920px;
  margin-left:auto;
  margin-right:auto;
}

.default-content {
  max-width: 800px;
}

.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  text-transform: uppercase;
  margin: 50px 0 20px 0;
}

.default-content h2 {
  font-size: 28px;
}

.default-content h3 {
  font-size: 24px;
}

.default-content h4 {
  font-size: 20px;
}

.default-content h4 {
  font-size: 18px;
}

.default-content h5 {
  font-size: 16px;
}

.default-content h4 {
  font-size: 14px;
}

.default-content p {
  margin-bottom: 15px;
}

.header__close,
.cart-down.is-empty {
  display:none;
}

.js-about-slider--img.swiper-initialized  .swiper-button-next:after {
  content: 'next' !important;
  color: white !important;
}

.js-about-slider--img.swiper-initialized  .swiper-button-prev:after {
  content: 'prev' !important;
  color:white !important;
}

@media (min-width:990px) {
  .louiserard-menu {
      grid-column-gap: 16px;
      grid-template-rows: auto auto;
      grid-template-columns: 3fr 14fr 2fr;
      grid-auto-columns: 1fr;
      display: grid;
      z-index:4;
  }

  .header__close {
        position: absolute;
        right: -1.5rem;
        transform: translate(100%, -5px);
        border: 1px solid white;
        padding: 1rem;
        border-radius: 10rem;
        transition: transform 400ms ease-in-out
  }

  .header__close:hover {
        transform: translate(100%, -5px) rotateZ(180deg)
  }

  .header__close svg {
      width: 2rem;
      height:2rem;
  }
  .modal-open .header__close {
     display:block
  }

  header-menu.active span {
    font-weight:700;
  }

}

.bg-\[\#0C0C0E\] .excluded-price {
  color: #BFBFC2 !important;
}
