/* banner video start */
* {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.banner__media video {
  width: 100%;
  height: 100%;
  pointer-events: none
}

.banner__media video {
  position: relative;
  object-fit: cover
}

video::-webkit-media-controls {
  display: none
}

.player__media {
  z-index: 9;
  display: flex;
  justify-content: center;
  position: absolute;
  left: calc(50% - 60px);
  top: 200px;
  transition: all .3s ease-in-out
}

.player__media>button {
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: all .5s ease
}

.player__media>button:hover {
  transform: scale(1.05)
}

.player__media svg path {
  fill: #fff
}

.player__media>button:hover svg path {
  fill: #ea1969
}

.banner--mobile-bottom .banner__box {
  z-index: 10
}

@media (max-width: 749px) {
  .player__media {
    left: calc(50% - 75px);
    bottom: initial;
    top: 30%
  }
}

.page-width--hero-banner {
  max-width: var(--page-width);
  position: relative;
  z-index: 1
}

.page-width--hero-banner>.banner {
  position: relative;
  z-index: 1
}

.page-width--hero-banner>.banner .banner__media {
  border-radius: 20px 20px 0 0;
  overflow: hidden
}

@media (max-width: 1120px) {
  .page-width--hero-banner {
    padding: 0 1rem
  }
}

@media (max-width: 749px) {
  .page-width--hero-banner {
    padding: 0
  }

  .page-width--hero-banner>.banner .banner__media {
    border-radius: 0
  }
}


.banner {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: initial;
  background-color: rgba(var(--color-overlay), var(--color-overlay-opacity))
}

.banner__media {
  width: 100%;
  position: relative;
  z-index: -1
}

@media screen and (min-width: 750px) {
  .banner {
    flex-direction: row;
    justify-content: center
  }

  .banner--container {
    background-color: transparent
  }

  .banner--container .banner__box {
    background-color: rgba(var(--color-overlay), var(--color-overlay-opacity))
  }

  .banner__media {
    overflow: hidden
  }
}

@media screen and (max-width: 749px) {
  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap
  }

  .banner:before {
    content: none !important
  }

  .banner--mobile-bottom {
    background-color: transparent
  }

  .banner--mobile-bottom .banner__content {
    position: static;
    --color-foreground: var(--color-base-text);
    --color-background: var(--color-base-background);
    --color-link: var(--color-base-outline-button-labels);
    --color-heading: var(--color-base-heading);
    --color-button-background: var(--color-base-accent);
    --color-button-border: var(--color-base-accent);
    --color-button-text: var(--color-base-solid-button-labels);
    background-color: rgb(var(--color-background))
  }
}

.banner .banner__content {
  padding: 0
}

.banner__content {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0
}

@media screen and (min-width: 750px) {
  .banner__content.page-width {
    padding-inline-start: 7rem;
    padding-inline-end: 7rem
  }

  .banner__content {
    align-items: center
  }

  .banner .banner__content {
    padding: 5rem
  }

  .banner__content--middle-center {
    align-items: center;
    justify-content: center
  }
}

.banner__box {
  border: 0;
  padding: 4rem 3.5rem;
  position: relative;
  z-index: 2;
  height: fit-content;
  align-items: center;
  width: 100%
}

.banner__box>:first-child:is(.banner__heading),
.banner__box>:first-child:is(.banner__subheading) {
  margin-top: 0
}

.banner__box :last-child:is(.banner__heading) {
  margin-bottom: 0
}

.banner__box :last-child:is(.button) {
  margin-top: 3rem
}

@media screen and (max-width: 749px) {
  .banner__box {
    width: 100%
  }

  .banner--mobile-bottom .banner__box {
    padding: 3rem 0 0
  }
}

@media screen and (min-width: 750px) {
  .banner__box {
    padding: 1rem 2rem !important;
    width: auto
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .banner__box {
    width: 75%
  }
}

.banner__media-box {
  width: 584px;
  flex-shrink: 0;
  position: relative
}

.banner__media-box .media--400px {
  height: 388px
}

.banner__media-box .banner__media {
  border-radius: 20px
}

.banner__media-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.banner__media-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.863);
}

.banner__media-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.87);
}

.banner__media-title:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 20px;
  display: block;
  background-image: url('/img/vector.svg');
  width: 115px;
  height: 70px;
  background-repeat: no-repeat
}

.banner__media-title:after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 20px;
  display: block;
  background-image: url('/img/vector.svg');
  width: 115px;
  height: 70px;
  background-repeat: no-repeat;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.banner__media-title svg {
  height: 50px
}

/* 
  .player__media #btn-nosound {
    position: absolute;
    left: 55px
  }

  .player__media #btn-nosound svg {
    width: 50px;
    height: auto
  } */

/* .player__media #btn-play svg {
    width: 50px;
    height: auto
  } */
/* 
  .template-page-about .player__media #btn-nosound {
    position: relative;
    bottom: auto;
    left: auto
  } */

/* .template-page-about .player__media #btn-nosound svg {
    width: 48px;
    height: auto
  } */

.player__media {
  left: unset
}



.breadcrumb span:last-of-type {
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .banner__media-subtitle {
    font-size: 20px;
    line-height: 36px;
    padding-left: 28px;
    padding-right: 23px;
    margin-bottom: -12px
  }

  .banner__media-title {
    font-size: 41px;
    line-height: 41px;
    letter-spacing: 0;
    padding-left: 28px;
    padding-right: 23px;
    margin-bottom: 60px
  }

  .banner__media-title:before {
    transform: scale(.8) rotate(35deg) scaleY(-1);
    left: -20px;
    bottom: 0;
    top: unset
  }

  .banner__media-title:after {
    transform: scale(.8) rotate(150deg);
    bottom: 0;
    right: -20px;



  }

  .banner__media-box {
    width: 390px;
    margin: 0 auto
  }

  .banner__media-box .media--400px {
    height: 318px
  }

  /* .player__media #btn-nosound {
      left: 55px;
      
    
    } */

  /* .player__media #btn-nosound svg {
      width: 48px
    } */

  .breadcrumb {
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 20px
  }

}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .banner__media-box {
    width: 90%
  }
}

@keyframes wiggle {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

.animate-wiggle {
  animation: wiggle 0.5s infinite alternate;
}

/* banner video end */

/* swipper slider start */
.follow-us__slider {
  display: none;
}

@media (max-width: 575px) {
  .slider-us-wrapper .slider-item {
    border-radius: 10px;
    font-size: 0;
    overflow: hidden;
  }

  .follow-us__image use-animate {
    display: none;
  }

  .follow-us__slider {
    display: block;
  }

  .slider-item {
    width: 85%;
    height: 100%;
    margin: 0 auto;
  }

  .follow-us__image img {
    object-fit: contain;
  }

  .image-badge {
    z-index: 4;
  }

  .swiper-3d .slider-mobile {
    transform-style: preserve-3d;
    height: 480px;
  }

  .follow-us__pagination {
    bottom: -55px !important;
  }
}




:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after {
  content: 'prev'
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after {
  content: 'next'
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

/* TODO:re-evaluate if needed */

/* swipper slider end */


/* brand slider start */

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #d5d5d5 !important;
  width: 37px !important;
  border-radius: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #444649;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

/* brand slider end */
.list-social__link {
  background: none;
  align-items: center;
  justify-content: center;
  display: flex
}

.list-social__link .icon {
  margin: 0
}

/*# sourceMappingURL=/cdn/shop/t/256/assets/component-list-social.css.map?v=133316945800718893901738757283 */

.follow-us__slider {
  display: none;
}

@media (max-width: 575px) {
  .slider-us-wrapper .slider-item {
    border-radius: 10px;
    font-size: 0;
    overflow: hidden;
  }

  .follow-us__image use-animate {
    display: none;
  }

  .follow-us__slider {
    display: block;
  }

  .slider-item {
    width: 85%;
    height: 100%;
    margin: 0 auto;
  }

  .follow-us__image img {
    object-fit: contain;
  }

  .image-badge {
    z-index: 4;
  }

  .swiper-3d .slider-mobile {
    transform-style: preserve-3d;
    height: 480px;
  }

  .follow-us__pagination {
    bottom: -55px !important;
  }
}

.follow-us {
  background-color: transparent;
  background-image: url('../../img/follow-us-bg.png');
  background-size: 78%;
  background-repeat: no-repeat;
  background-position-x: 140px;
  background-position-y: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.follow-us__bg {
  display: none;
}

.follow-us__title-wrapper {
  margin-bottom: 0;
  justify-content: center;
  position: relative;
  top: 110px;
}

.follow-us__wrapper {
  position: relative;
  padding: 0 !important;
}

.follow-us__title {
  font-family: 'Quicksand', sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 71px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.follow-us__link {
  display: flex;
  gap: 14px;
  padding: 5px 20px;
  border: 1px solid rgba(241, 136, 183, 1);
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.follow-us__link span {
  font-family: 'Quicksand', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
}

.follow-us__link svg path,
.follow-us__link span {
  transition: all .3s;
}

.follow-us__link:hover svg path {
  fill: rgba(234, 25, 105, 1);
  transition: all .3s;
}

.follow-us__link:hover span {
  color: rgba(234, 25, 105, 1);
  transition: all .3s;
}

.follow-us__badge {
  display: flex;
  flex-direction: column;
}

.follow-us__badge-text {
  font-family: 'Quicksand', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.follow-us__facebook {
  top: 160px;
  left: 100px;
}

.follow-us__facebook>svg {
  position: absolute;
  transform: scaleX(-1);
  rotate: 90deg;
  bottom: -100px;
  left: 30px;
}

.follow-us__instagram {
  bottom: -75px;
  left: 45%;
  flex-direction: column-reverse;
}

.follow-us__instagram>svg {
  position: absolute;
  top: -70px;
  left: -90px;
}

.follow-us__twitter {
  top: 160px;
  right: 140px;
}

.follow-us__twitter>svg {
  position: absolute;
  rotate: 270deg;
  top: 40px;
  right: 15px;
}

@media (max-width: 1080px) {
  .follow-us__twitter {
    top: 105px;
    right: 80px;
  }

  .follow-us__facebook {
    top: 105px;
    left: 50px;
  }
}

@media (max-width: 768px) {
  .follow-us__wrapper {
    top: 75px;
    padding: 0;
    margin-bottom: 100px;
  }

  .follow-us {
    padding-top: 50px;
    background-image: none;
    overflow: visible;
    padding-bottom: 50px;
    position: relative;
  }

  .follow-us__bg {
    
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -130px;
    position: absolute;
    scale: 1.1;
    width: 100vw;
    height: 500px;
    top: 0;
    left: 0;
    overflow: visible;
  }

  .follow-us__title {
    font-size: 42px;
    line-height: 30px;
  }

  .follow-us__title-wrapper {
    top: -25px;
  }

  .follow-us__link span {
    font-size: 18px;
    line-height: 22px;
  }

  .follow-us__facebook {
    top: 20px;
    left: 0;
  }

  .follow-us__facebook>svg {
    transform: scaleX(-0.6);
    bottom: -80px;
    left: 10px;
  }

  .follow-us__instagram {
    bottom: -25px;
    left: 35%;
    flex-direction: column-reverse;
  }

  .follow-us__instagram>svg {
    top: -85px;
    left: -10px;
    scale: 0.6;
  }

  .follow-us__twitter {
    top: 20px;
    right: 0;
  }

  .follow-us__twitter>svg {
    scale: 0.7;
    top: 20px;
    right: 0;
  }
}

@media (max-width: 575px) {
  .follow-us__link {
    padding: 2px 10px;
  }

  .follow-us__facebook,
  .follow-us__twitter {
    top: 67px;
  }

  .follow-us__bg {
    scale: 1;
    background-position: bottom center;
    height: 100%;
  }

  .follow-us__wrapper {
    margin-bottom: 0;
    padding-bottom: 110px !important;
  }
}

@media (max-width: 395px) {
  .follow-us__wrapper {
    margin-bottom: 0;
  }

  .follow-us__instagram {
    bottom: 0;
  }
}

.image-badge {
  position: absolute
}

.follow-us__image {
  width: 100%
}

.follow-us__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  top: 128px;
  left: 0
}

@media (max-width: 1080px) {
  .follow-us__image img {
    top: 90px;
    object-fit: contain
  }
}

@media (max-width: 768px) {
  .follow-us__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0
  }
}

@media (max-width: 480px) {

  .follow-us-btn-prev,
  .follow-us-btn-next {
    display: none
  }
}
.link-with-icon .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-inline-end: 1rem;
}

/*# sourceMappingURL=/cdn/shop/t/261/assets/section-follow-us.css.map?v=142294884298547184761740561027 */
