/** Shopify CDN: Minification failed

Line 707:0 Expected "}" to go with "{"

**/
:root {
  --ld-main-color: #4E4CF7;
}
.product-navigation{
  display: none; 
}
.tdf_notify_minicon {
  right: 5px !important;
  bottom: 5px !important;
  left: unset !important;
}
.tdf_notify_popup {
  bottom: 40px !important;
}
#userwayAccessibilityIcon {
  display: none;
}
.collection-product__card-right {
  display: block;
  margin-top: 10px;
}
.collection-product__card-price {
  padding-bottom: 0 !important;
}
.collection-product__card-colors {
  margin-top: 15px;
}

.ld-hero {
  width: 100%;
  background-color: #222;

  position: relative;
  background-image: url("spring-sale-mob-us-2.jpg");
    background-size: cover;
    background-position: center;
    font-family: texgyreadventor;
    margin-top: 65px;
    height: 800px;
    }

.ld-hero__text {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 12%;
}

.ld-hero__text__event {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0;
  background: linear-gradient(to right, #05B857 0%, #058DB8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.ld-hero__text__slogan {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  line-height: 1.2;
}

.ld-hero__text__desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin: 30px 10px;
}

.ld-hero__text__cta {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}

.ld-hero__text__cta__btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  width: 85%;
  margin: auto;
}

.ld-hero__text__cta__btn__title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.ld-hero__text__cta__btn__interest {
  font-size: 14px;
}

.ld-hero__text__cta__text {
  color: #fff;
}

.ld-hero__linear-gradient {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #11100D 0%, rgba(17, 16, 13, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.ld-hero__text__klarna {
  display: flex;
  gap: 10px;
  color: white;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.ld-hero__text__klarna img {
  width: 40px;
}
.ld-hero__text__klarna_text{
  text-align: left;
}

.ld-collections {
  margin: 40px 20px;
}
.ld-collections img {
  width: 45px;
}
.ld-collections__text__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
}
.ld-collections__text__desc {
  font-size: 16px;
  line-height: 170%;
  color: #626262;
}
.ld-collections__main__col {
  margin: 20px 0;
  cursor: pointer;
}
.ld-collections__main__col img {
  width: 100%;
  border-radius: 10px;
}
.ld-collections__main__col__text {
  font-size: 22px;
  text-align: center;
  margin: 10px 0;
}

.ld-reason {
  background-color: #11100D;
  color: #fff;
}

.ld-reason__gift__start {
  padding: 20px;
}

.ld-reason__gift__start__img-wrapper {
  width: 100%;
}

.ld-reason__gift__start__img-wrapper img {
  width: 100%;
}
.ld-reason__gift__start__img-wrapper__desktop-img {
  display: none;
}

.ld-reason__gift__start__text {
  margin: 50px 0;
  text-align: center;
}

.ld-reason__gift__start__text__header,
.ld-reason__gift__start__text__header__strong {
  font-weight: bold;
  line-height: 1.5;
  font-size: 30px;
  color: #fff;
}

.ld-reason__gift__start__text__header__strong {
  color: var(--ld-main-color);
    }

.ld-reason__gift__start__text__desc {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.ld-reason__gift__start__imgs {
  display: flex;
  gap: 5px;
  overflow: scroll;
}

.ld-reason__gift__start__imgs img {
  width: 60%;
}

.ld-reason__why {
  text-align: center;
  padding: 75px 10px 0 10px;
}

.ld-reason__why__line {
  height: 2px;
  width: 130px;
  background-color: var(--ld-main-color);
    margin: auto;
    }

.ld-reason__why__header {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
}

.ld-reason__why__header__strong {
  color: var(--ld-main-color);
    }

.ld-reason__why__videos__item {
  margin: 40px auto;
}
.ld-reason__why__videos__item__video-wrapper {
  position: relative;
}
.ld-reason__why__videos__item__video-wrapper img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  cursor: pointer;
}
.ld-reason__why__videos__item__text {
  margin-top: 10px;
}
.ld-reason__why__videos__item__text__header {
  font-size: 20px;
  font-weight: 700;
}
.ld-reason__why__videos__item__text__desc {
  font-size: 13px;
  margin-top: 10px;
}

.ld-reason__rgb {
  background: linear-gradient(90deg, #FF0000 0%, #FFDE00 46.35%, #0066FF 100%);
  height: 4px;
}

.ld-bnpl__img-wrapper-mobile img {
  width: 100%;
}

.ld-bnpl__img-wrapper-desktop {
  display: none;
}

/* Slide show */

.ld-reason__why__slide {
  display: none
}

.ld-reason__why__slide__text {
  padding: 20px;
}

.ld-reason__why__slide__text p {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.8;
}

/* The dots/bullets/indicators */
.ld-reason__why__slide__control {
  cursor: pointer;
  height: 2px;
  width: 30px;
  margin: 0 2px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.ld-reason__why__dot-active {
  background-color: #717171;
}

/* Fading animation */
.ld-reason__why__fade {
  -webkit-animation-name: ld-reason__why__fade;
  -webkit-animation-duration: 1.5s;
  animation-name: ld-reason__why__fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes ld-reason__why__fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes ld-reason__why__fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.ld-giftcards-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.ld-giftcards {
  display: flex;
  width: 1200px;
  margin: auto;
}
.ld-giftcard {
  width: 60%;
  position: relative;
  margin: 10px;
}
.ld-giftcard-text {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 25px;
  font-size: 12px;
}
.ld-giftcard__title {
  color: rgba(255, 255, 255, 0.39);
  letter-spacing: 3px;
  font-size: 11px;
}
.ld-giftcard__price {
  font-size: 30px;
  font-weight: bold;
}
.ld-giftcard__action {
  background: var(--ld-main-color);
    width: 100%;
    display: flex;
    margin-top: 42px;
    padding: 6px 13px;
    font-size: 15px;
    cursor: pointer;
    }
.ld-giftcard__action a {
  width: 100%;
  text-align: center;
}
.ld-giftcard img {
  width: 100%;
}

.ld-giftcards-how {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}
.ld-giftcards-how__title {
  font-size: 25px;
  font-weight: bold;
  margin: 40px 30px;
  text-align: center;
}
.ld-giftcards-how__icon {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px;
  font-size: 16px;
}
.ld-giftcards-how__icon img {
  width: 40px;
}

.ld-featured-products-header {
  margin: 20px;
  margin-top: 50px;
}
.ld-featured-products-title {
  font-weight: bold;
  font-size: 32px;
  color: #3A4C55;
  line-height: 1.5;
}
.ld-featured-products-desc {
  font-size: 13px;
}
.ld-featured-products-promo {
  padding: 10px;
  background: var(--ld-main-color);
    color: white;
    margin-top: 20px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    }

.ld-giftcard-image-wrapper a:hover {
  opacity: 1;
}


@media screen and (min-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

  .collection-product__card-right {
    display: block;
    margin-top: 50px;
  }

  .ld-max-width {
    max-width: 1200px;
    margin: auto;
  }

  .ld-page {
    overflow: hidden;
  }

  .ld-hero {
    height: 1000px;
    background-image: url("spring-sale-desk-us-2.jpg");
      }

  .ld-hero__width {
    max-width: 1200px;
    margin: auto;
    display: flex;
  }

  .ld-hero__text {
    width: 40%;
    margin: 0;
    padding-top: 25%;
    text-align: left;
    margin-left: 10px;
  }

  .ld-hero__text__event {
    font-size: 20px;
    letter-spacing: 0;
  }

  .ld-hero__text__slogan {
    font-size: 50px;
  }

  .ld-hero__text__desc {
    font-size: 17px;
    margin-left: 0;
  }

  .ld-hero__text__cta {
    display: flex;
    gap: 10px;
    flex-direction: row;
  }

  .ld-hero__text__cta__btn {
    margin-bottom: 0;
    margin-left: 0;
    width: unset;
    text-align: left;
    padding: 15px 26px;
  }

  .ld-hero__text__klarna {
    gap: 20px;
  }
  .ld-hero__text__klarna img {
    width: 65px;
  }

  .ld-collections {
    display: flex;
    gap: 20px;
    max-width: 1400px;
    margin: 40px auto;
    margin-top: 100px;
    padding: 0 10px
  }
  .ld-collections__text {
    width: 25%;
  }
  .ld-collections__main {
    width: 75%;
    display: flex;
    gap: 40px;
  }
  .ld-collections__main__col {
    margin: 0;
  }
  .ld-collections__main__col img {
    width: 300px;
  }

  .ld-reason__width {
    margin: auto;
  }

  .ld-reason__gift {
    margin: auto;
  }

  .ld-reason__gift__start {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin-bottom: 10px;
  }

  .ld-reason__gift__start__img-wrapper {
    width: 60%;
  }

  .ld-reason__gift__start__img-wrapper__mobile-img {
    display: none;
  }
  .ld-reason__gift__start__img-wrapper__desktop-img {
    display: block;
  }

  .ld-reason__gift__start__text {
    width: 40%;
    position: static;
    text-align: left;
    margin: 0 0 0 50px;
  }

  .ld-reason__gift__start__text__wrapper {
    width: 70%;
  }

  .ld-reason__gift__start__imgs {
    overflow: unset;
    gap: 0;
  }

  .ld-reason__gift__start__imgs img {
    width: 20%;
    padding-right: 5px;
  }

  .ld-reason__why {
    padding-top: 100px;	
  }

  .ld-reason__why__slideshow-container {
    display: none;
  }

  /*             .ld-reason__why__videos {
  padding: 20px 0;
  display: flex;
  gap: 20px;
}

  .ld-reason__why__videos__item {
  width: 100%;
}

  .ld-reason__why__videos__item img {
  width: 100%;
}

  .ld-reason__why__videos__item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

  .ld-reason__why__videos__item p {
  font-weight: lighter;
  font-size: 13px;
  margin: 0 25px;
}
  */
  .ld-reason__why__videos:last-child {
    margin-bottom: 170px;
  }
  .ld-reason__why__videos__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 120px;
  }
  .ld-reason__why__videos__item__video-wrapper video {
    width: 640px;
    height: 360px;
  }
  .ld-reason__why__videos__item__text {
    text-align: left;
    width: 30%;
  }
  .ld-reason__why__videos__item__text__header {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
  }
  .ld-reason__why__videos__item__text__desc {
    opacity: 0.8;
  }
  .ld-reason__why__videos__item.ld-order-opposite .ld-reason__why__videos__item__video-wrapper {
    order: 2;
  }
  .ld-reason__why__videos__item.ld-order-opposite .ld-reason__why__videos__item__text {
    text-align: right;
  }

  .ld-featured-products-promo {
    font-size: 20px;
  }

  .ld-bnpl__img-wrapper-mobile {
    display: none;
  }

  .ld-bnpl__img-wrapper-desktop {
    display: block;
    max-width: 80%;
    margin: auto;
    margin-top: 80px;
  }

  .ld-bnpl__img-wrapper-desktop img {
    width: 100%;
  }

  .ld-giftcard {
    margin: 20px;
  }
  .ld-giftcard__action {
    margin-top: 24px;
  }
  .ld-giftcards-how__icons {
    display: flex;
  }
  .ld-giftcards-how__icon {
    width: 20%;
    align-items: flex-start;
  }
  .ld-giftcards-how__icon img {
    width: 66px;
  }

  .ld-featured-products-header {
    max-width: 1350px;
    margin: auto;
    margin-top: 50px;
    padding: 0 20px;
  }

  #ldEGiftCardDesktop {
    max-width: 750px;
    margin: auto;
  }




