/** Shopify CDN: Minification failed

Line 343:18 The "+" operator only works if there is whitespace on both sides

**/
.t-discover-design {
  padding-bottom: 100px
}

@media(max-width:767px) {
  .t-discover-design {
    padding-bottom: 80px
  }
}

.t-discover-design-header {
  margin-bottom: 130px
}

@media(max-width:991px) {
  .t-discover-design-header {
    margin-bottom: 90px
  }
}

@media(max-width:767px) {
  .t-discover-design-header {
    padding-top: 30px;
    margin-bottom: 50px
  }
}

.t-discover-design-header__title {
  text-align: center;
  margin-bottom: 15px;
  color: #fe978c
}

.t-discover-design-header__waves {
  max-width: 330px;
  margin: 0 auto 25px
}

.t-discover-design-header__text p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", "Inter", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.48
}

.t-discover-design__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  padding-left: 60px
}

@media(max-width:1199px) {
  .t-discover-design__grid {
    padding-left: 0;
    grid-template-columns: 1fr;
    display: block
  }
}

.t-discover-design-slider-wrap {
  overflow: hidden;
  margin-top: -210px
}

@media(max-width:1199px) {
  .t-discover-design-slider-wrap {
    margin-top: -100px;
    overflow: visible
  }
}

@media(max-width:991px) {
  .t-discover-design-slider-wrap {
    margin-top: -50px
  }
}

@media(max-width:767px) {
  .t-discover-design-slider-wrap {
    margin-top: 0
  }
}

.t-discover-design-slider-wrap__text p {
  padding-right: 60px;
  color: #fff;
  line-height: 1.5;
  position: relative;
  padding-top: 20px
}

@media(max-width:991px) {
  .t-discover-design-slider-wrap__text p{
    padding-bottom: 30px;
    padding-top: 0;
    padding-right: 0px;
    text-align: center
  }
}

.t-discover-design-slider-wrap__text p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0)0%, #fff 51%, rgba(255, 255, 255, 0)100%);
  opacity: .3;
  height: 230px;
  display: block
}

@media(max-width:991px) {
  .t-discover-design-slider-wrap__text p::after {
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, #fff 51%, rgba(255, 255, 255, 0)100%);
    top: auto;
    bottom: -30px
  }
}

.t-discover-design-hotspots {
  position: relative
}

.t-discover-design-hotspots__sequence {
  max-width: 1100
}

.t-discover-design-hotspots__sequence img {
  margin: 0 auto;
  aspect-ratio: 1.375;
  max-width: 1100
}

@media(max-width:767px) {
  .t-discover-design-hotspots__sequence img {
    max-width: 100%
  }
}

.t-discover-design-hotspots-spot {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 120ms ease-out
}

@media(hover:hover) {
  .t-discover-design-hotspots-spot:hover {
    cursor: pointer
  }

  .t-discover-design-hotspots-spot:hover .t-discover-design-hotspots-spot__drop svg {
    color: #fff
  }
}

.t-discover-design-hotspots-spot.is-active {
  cursor: pointer
}

.t-discover-design-hotspots-spot.is-active .t-discover-design-hotspots-spot__drop svg {
  color: #fff
}

.t-discover-design-hotspots-spot.is-hidden {
  opacity: 0
}

.t-discover-design-hotspots-spot__drop {
  width: 25px;
  height: 34px;
  position: relative
}

.t-discover-design-hotspots-spot__drop::before {
  width: 96px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 120ms ease-out;
  z-index: 200
}

@media(max-width:991px) {
  .t-discover-design-hotspots-spot__drop::before {
    width: 70px
  }
}

@media(max-width:767px) {
  .t-discover-design-hotspots-spot__drop::before {
    width: 55px
  }
}

.t-discover-design-hotspots-spot__drop::after {
  width: 96px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .2);
  opacity: 0;
  transition: all 120ms ease-out;
  z-index: 100
}

@media(max-width:991px) {
  .t-discover-design-hotspots-spot__drop::after {
    width: 70px
  }
}

@media(max-width:767px) {
  .t-discover-design-hotspots-spot__drop::after {
    width: 55px
  }
}

.t-discover-design-hotspots-spot__drop svg {
  width: 100%;
  height: 100%;
  color: #6bc4e8;
  transition: all 120ms ease-out
}

.t-discover-design-hotspots-spot__drop span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #113e59;
  padding-top: 6px;
  font-weight: 700
}

.t-discover-design-hotspots-spot.is-active .t-discover-design-hotspots-spot__drop::before {
  opacity: 1
}

.t-discover-design-hotspots-spot.is-active .t-discover-design-hotspots-spot__drop::after {
  opacity: 1;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .2)
}

@media(max-width:991px) {
  .t-discover-design-hotspots-spot.is-active .t-discover-design-hotspots-spot__drop::after {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, .2)
  }
}

@media(max-width:767px) {
  .t-discover-design-hotspots-spot.is-active .t-discover-design-hotspots-spot__drop::after {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2)
  }
}

.t-discover-design-hotspots-spot.is-active .t-discover-design-hotspots-spot__drop svg {
  color: #fff
}

.t-discover-design-slider {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: 60px;
  margin-top: -135px
}

@media(max-width:991px) {
  .t-discover-design-slider {
    margin-left: 0
  }
}

@media(max-width:767px) {
  .t-discover-design-slider {
    margin-top: -50px
  }
}

.t-discover-design-slider .swiper-slide {
  width: 100% !important
}

.t-discover-design-slider-item {
  padding-bottom: 30px
}

.t-discover-design-slider-item__title {
  color: #6bc4e8;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  padding-left: 60px;
  margin-bottom: 35px
}

@media(max-width:767px) {
  .t-discover-design-slider-item__title {
    padding-left: 35px;
    margin-bottom: 25px
  }
}

.t-discover-design-slider-item__title::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0)100%);
  margin-top: 35px;
  width: calc(100%+60px);
  position: relative;
  right: 60px
}

@media(max-width:1199px) {
  .t-discover-design-slider-item__title::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0)100%)
  }
}

@media(max-width:767px) {
  .t-discover-design-slider-item__title::after {
    margin-top: 20px
  }
}

.t-discover-design-slider-item__text p {
  color: #fff;
  line-height: 1.5;
  padding-left: 60px
}

@media(max-width:767px) {
  .t-discover-design-slider-item__text p{
    padding-left: 35px
  }
}

.t-discover-design-slider__next {
  display: flex;
  justify-content: flex-end
}

@media(max-width:767px) {
  .t-discover-design-slider__next {
    justify-content: flex-start;
    padding-left: 35px
  }
}

.t-discover-design-slider__next button {
  background: rgba(255, 255, 255, .1) !important;
  border: none !important
}

.l-container-disc-des {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1540px
}

.o-button {
  display: inline-block !important;
  line-height: 1.25 !important;
  text-align: center !important;
  position: relative !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-family: "Montserrat", "Inter", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  border: 1px solid #113e59 !important;
  padding: 19px 30px !important;
  border-radius: 16px !important;
  transition: all 120ms ease-out !important;
  background: #113e59 !important
}

.o-waves {
  background-image: url("/cdn/shop/files/waves-gray.svg");
  background-size: auto 4px;
  background-repeat: repeat-x;
  height: 4px
}