/* Skynnex Banner Beta 1 - CSS scoped production-ready
   Tutto dipende da #shopify-section-template--29443370516825__banner.
   Nessuna classe generica globale: .container, #shopify-section-template--29443370516825__banner .content, #shopify-section-template--29443370516825__banner .section, #shopify-section-template--29443370516825__banner .slider, #shopify-section-template--29443370516825__banner .slide,
   #shopify-section-template--29443370516825__banner .button, #shopify-section-template--29443370516825__banner .text, #shopify-section-template--29443370516825__banner .image, #shopify-section-template--29443370516825__banner .label ecc. sono valide solo dentro questo ID.
*/

#shopify-section-template--29443370516825__banner {
  box-sizing: border-box;
  color: #121212;
 
  /*font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;*/
  font-size: 15px;
  font-style: normal;
  /*font-variation-settings: "opsz" 22;*/
  font-weight: 400;
  font-optical-sizing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100vh;
  height: 100svh;
  line-height: 22px;
  margin: 0;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

#shopify-section-template--29443370516825__banner,
#shopify-section-template--29443370516825__banner * ,
#shopify-section-template--29443370516825__banner *::before,
#shopify-section-template--29443370516825__banner *::after {
  box-sizing: border-box;
}

#shopify-section-template--29443370516825__banner * {
  margin: 0;
}

#shopify-section-template--29443370516825__banner a {
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

#shopify-section-template--29443370516825__banner img {
  border: 0;
}

#shopify-section-template--29443370516825__banner .dark {
  color: #eee;
}

#shopify-section-template--29443370516825__banner .container,
#shopify-section-template--29443370516825__banner .content {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
}
#shopify-section-template--29443370516825__banner .content .sections {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .blocks,
#shopify-section-template--29443370516825__banner .block { float: left; }
#shopify-section-template--29443370516825__banner .slider {
  float: left;
  overflow: hidden;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .slides {
  box-sizing: content-box;
  display: flex;
  float: left;
  height: 100% !important;
  position: relative;
  transform: translate3d(0,0,0);
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
#shopify-section-template--29443370516825__banner .slide {
  flex-shrink: 0;
  float: left;
  list-style: none;
  position: relative;
  width: 100%;
}

/* Caption column */
#shopify-section-template--29443370516825__banner .section.one {
  float: left;
  left: 7.8125%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  z-index: 10;
}
#shopify-section-template--29443370516825__banner .section.one > .blocks,
#shopify-section-template--29443370516825__banner .section.one > .blocks > .block,
#shopify-section-template--29443370516825__banner .section.one .slider .slide .blocks,
#shopify-section-template--29443370516825__banner .section.one .slider .slide .blocks .block {
  width: 100%;
}
#shopify-section-template--29443370516825__banner .section.one > .blocks > .block {
  clear: both;
  display: block;
  position: relative;
}
#shopify-section-template--29443370516825__banner .section.one > .blocks > .block:nth-child(1) { margin: 0 0 30px; }
#shopify-section-template--29443370516825__banner .section.one .slider { height: 100%; }
#shopify-section-template--29443370516825__banner .section.one .slider .slide {
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease;
}
#shopify-section-template--29443370516825__banner .section.one .slider .slide.active,
#shopify-section-template--29443370516825__banner .section.one .slider .slide.swiper-slide-active {
  opacity: 1;
  transition-delay: .875s;
}
#shopify-section-template--29443370516825__banner .section.one .slider .slide:not(.active):not(.swiper-slide-active) {
  transition-delay: 0s;
}
#shopify-section-template--29443370516825__banner .section.one .slider .slide .blocks .block:nth-child(1) { margin: 0 0 30px; }

#shopify-section-template--29443370516825__banner .label {
  background: rgba(255,255,255,.012);
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 19px;
  cursor: pointer;
  float: left;
  padding: 9px 20px calc(10px + .05em) 39px;
  position: relative;
  transition: border .2s ease;
}
#shopify-section-template--29443370516825__banner .label:hover { border-color: #f6e3bf; }
#shopify-section-template--29443370516825__banner .label .icon {
  float: left;
  left: 20px;
  position: absolute;
  top: calc(50% - .05em);
  transform: translateY(-50%);
  z-index: 1;
}
#shopify-section-template--29443370516825__banner .label .icon .one {
  background: #e9cda5;
  border-radius: 50%;
  height: 4px;
  left: 50%;
  margin: -2px 0 0 -2px;
  position: absolute;
  top: 50%;
  width: 4px;
  z-index: 10;
}
#shopify-section-template--29443370516825__banner .label .icon .two {
  animation: skynnexBannerPulse 1.5s ease-out infinite;
  background: rgba(233,205,165,.25);
  border-radius: 50%;
  height: 24px;
  left: 10%;
  margin: -12px 0 0 -12px;
  position: absolute;
  width: 24px;
  z-index: 1;
}
#shopify-section-template--29443370516825__banner .label .text {
  color: #fff;
  float: left;
  font-size: .7375em;
  font-weight: 400;
  letter-spacing: -.00225em;
  line-height: 1.425em;
  white-space: nowrap;
}

#shopify-section-template--29443370516825__banner .title {
  float: left;
  max-width: 300px;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .h1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .h1.one {
  color: #fff;
  font-size: 2.0625em;
  font-variation-settings: "opsz" 32;
  font-weight:bold;
  letter-spacing: -.00825em;
  line-height: 1.1375em;
}
#shopify-section-template--29443370516825__banner .h1 span { display: block; }

#shopify-section-template--29443370516825__banner .buttons { float: left; width: 100%; }
#shopify-section-template--29443370516825__banner .button {
  background: none;
  border: 0;
  float: left;
  font-size: 1em;
  margin: 0;
  outline: none;
  padding: 0;
}
#shopify-section-template--29443370516825__banner .button .action {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: background .2s ease;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .button.medium[data-button="1B"] .action {
  background: #e9cda5;
  border-radius: 20px;
  padding: 9px calc(23px + .025em) calc(10px + .025em);
}
#shopify-section-template--29443370516825__banner .button.medium[data-button="1B"]:hover .action { background: #f6e3bf; }
#shopify-section-template--29443370516825__banner .button.medium[data-button="1B"] .action::before {
  background: #f6e3bf;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: width .4s ease, opacity .4s ease;
  width: 0;
  z-index: 1;
}
#shopify-section-template--29443370516825__banner .button.medium[data-button="1B"]:hover .action::before {
  opacity: 1;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .button .text {
  color: #121212;
  float: left;
  font-size: .8em;
  font-weight: 410;
  letter-spacing: -.006875em;
  line-height: 19px;
  position: relative;
  z-index: 10;
}

/* Image slider */
#shopify-section-template--29443370516825__banner .section.two {
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#shopify-section-template--29443370516825__banner .section.two .blocks,
#shopify-section-template--29443370516825__banner .section.two .block,
#shopify-section-template--29443370516825__banner .section.two .slider,
#shopify-section-template--29443370516825__banner .section.two .slide {
  height: 100%;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .section.two .slide {
  overflow: hidden;
  transition: all .4s ease;
}
#shopify-section-template--29443370516825__banner .section.two .overlay {
  background: linear-gradient(to bottom, rgba(18,18,18,.376), rgba(18,18,18,.251) 20%, rgba(18,18,18,.051) 80%, rgba(18,18,18,.376));
  bottom: 0;
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#shopify-section-template--29443370516825__banner .section.two .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 100%;
  position: relative;
  transform: scale(1.02) translate3d(0,0,0);
  transform-origin: center center;
  width: 100%;
  z-index: 1;
  will-change: transform;
}
#shopify-section-template--29443370516825__banner .section.two .slide.active .image,
#shopify-section-template--29443370516825__banner .section.two .slide.swiper-slide-active .image {
  animation: skynnexBannerKenBurns 6.375s linear forwards;
}

/* Thumb captions */
#shopify-section-template--29443370516825__banner .section.three {
  bottom: 72px;
  float: left;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 87.5%;
  z-index: 10;
}
#shopify-section-template--29443370516825__banner .section.three .blocks,
#shopify-section-template--29443370516825__banner .section.three .block,
#shopify-section-template--29443370516825__banner .section.three .slider {
  width: 100%;
}
#shopify-section-template--29443370516825__banner .section.three .slide {
  cursor: pointer;
  height: 100%;
  margin: 0 35px 0 0;
  transition: all 1.375s ease;
  width: calc(20% - 28px);
}
#shopify-section-template--29443370516825__banner .section.three .slide .blocks .block:nth-child(1) { margin: 0 0 14px; }
#shopify-section-template--29443370516825__banner .progress {
  float: left;
  position: relative;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .progress .bar {
  background: rgba(255,255,255,.1);
  border-radius: 1px;
  float: left;
  height: 2px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .progress .bar.one,
#shopify-section-template--29443370516825__banner .slide.swiper-slide-thumb-active .progress .bar.two { opacity: 0; }
#shopify-section-template--29443370516825__banner .progress .bar.two,
#shopify-section-template--29443370516825__banner .slide.swiper-slide-thumb-active .progress .bar.one { opacity: 1; }
#shopify-section-template--29443370516825__banner .progress .bar::before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 6.375s ease, opacity .2s ease;
  width: 100%;
  z-index: 1;
}
#shopify-section-template--29443370516825__banner .slide.swiper-slide-thumb-active .progress .bar::before {
  opacity: 1;
  transform: scaleX(1);
}
#shopify-section-template--29443370516825__banner .section.three .text {
  color: #fff;
  float: left;
  font-size: .825em;
  font-weight: 400;
  letter-spacing: -.005em;
  line-height: 1.4125em;
  width: 100%;
}
#shopify-section-template--29443370516825__banner .section.three .text span {
  display: block;
  transition: opacity .2s ease;
}
#shopify-section-template--29443370516825__banner .section.three .text span.one,
#shopify-section-template--29443370516825__banner .section.three .text span.two,
#shopify-section-template--29443370516825__banner .section.three .slide.swiper-slide-thumb-active .text span.one {
  opacity: .375;
}
#shopify-section-template--29443370516825__banner .section.three .slide.swiper-slide-thumb-active .text span.two {
  opacity: 1;
}

#shopify-section-template--29443370516825__banner .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

@keyframes skynnexBannerPulse {
  0% { opacity: 1; transform: scale(.5); }
  100% { opacity: 0; transform: scale(1); }
}
@keyframes skynnexBannerKenBurns {
  0% { transform: scale(1.02) translate3d(0,0,0); }
  100% { transform: scale(1.12) translate3d(0,0,0); }
}
#shopify-section-template--29443370516825__banner .section.two .slide.previous .image,
#shopify-section-template--29443370516825__banner .section.two .slide.swiper-slide-prev .image {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
}




@media (max-width: 900px) {
  #shopify-section-template--29443370516825__banner .section.one {
    top: calc(50% + 25px);
    width: 275px;
  }
  #shopify-section-template--29443370516825__banner .section.one > .blocks > .block:nth-child(1) { margin: 0 0 28px; }
  #shopify-section-template--29443370516825__banner .section.one .slider .slide.active,
  #shopify-section-template--29443370516825__banner .section.one .slider .slide.swiper-slide-active { transition-delay: .45s; }
  #shopify-section-template--29443370516825__banner .h1.one {
    font-size: 1.99125em;
    font-weight:bold;
    letter-spacing: -.01em;
    line-height: 1.10875em;
  }
  #shopify-section-template--29443370516825__banner .label .text {
    font-size: .775em;
    font-weight: 450;
    letter-spacing: -.0025em;
  }
  #shopify-section-template--29443370516825__banner .label .text span { display: none; }
  #shopify-section-template--29443370516825__banner .button.medium[data-button="1B"] .action {
    border-radius: 21px;
    padding: 10px calc(23px + .025em) calc(11px + .05em);
  }
  #shopify-section-template--29443370516825__banner .button.medium[data-button="1B"] .text {
    font-size: .8375em;
    font-weight: 450;
  }
  #shopify-section-template--29443370516825__banner .section.two .overlay {
    background: linear-gradient(to bottom, rgba(18,18,18,.624), rgba(18,18,18,.251) 25%, rgba(18,18,18,.051) 75%, rgba(18,18,18,.502));
  }
  #shopify-section-template--29443370516825__banner .section.two .image[data-image="2"] { background-position: left top; }
  #shopify-section-template--29443370516825__banner .section.two .image[data-image="4"] { background-position: 37.5% top; }
  #shopify-section-template--29443370516825__banner .section.three { bottom: 57px; }
  #shopify-section-template--29443370516825__banner .section.three .slide {
    margin: 0 30px 0 0;
    width: calc(50% - 15px);
  }
  #shopify-section-template--29443370516825__banner .section.three .text {
    font-size: .875em;
    font-weight: 460;
    letter-spacing: -.0075em;
  }
}

#shopify-section-template--29443370516825__banner::after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  height: 240px;

  pointer-events: none;

  z-index: 2;

  background: linear-gradient(

    to top,

    rgba(0, 0, 0, 0.58) 0%,

    rgba(0, 0, 0, 0.42) 22%,

    rgba(0, 0, 0, 0.18) 52%,

    rgba(0, 0, 0, 0) 100%

  );

}



/* =========================================================
   SECTION ONE INTRO
   ========================================================= */

#shopify-section-template--29443370516825__banner .section.one {
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(-50%);
  -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
}

#shopify-section-template--29443370516825__banner.thumb-intro-active .section.one {
animation: skynnexSectionOneIntro 3.85s cubic-bezier(.22,.61,.36,1) forwards;

  -webkit-animation: skynnexSectionOneIntro 3.85s cubic-bezier(.22,.61,.36,1) forwards;
}

#shopify-section-template--29443370516825__banner.thumb-intro-done .section.one {
  opacity: 1;
}

@keyframes skynnexSectionOneIntro {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(-50%);
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(-50%);
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
  }
}

/* =========================================================

   THUMB INTRO FADE

   ========================================================= */

#shopify-section-template--29443370516825__banner.thumb-intro-pending .section.three .slide {

  opacity: 0;

  transform: translate3d(0, 12px, 0);

}

#shopify-section-template--29443370516825__banner.thumb-intro-active .section.three .slide {

  animation: skynnexThumbIntroFade 1.2s cubic-bezier(.19, 1, .22, 1) both;

}

#shopify-section-template--29443370516825__banner.thumb-intro-active .section.three .slide:nth-child(1) {

  animation-delay: 1.1s;

}

#shopify-section-template--29443370516825__banner.thumb-intro-active .section.three .slide:nth-child(2) {

  animation-delay: 1.75s;

}

#shopify-section-template--29443370516825__banner.thumb-intro-active .section.three .slide:nth-child(3) {

  animation-delay: 2.4s;

}

#shopify-section-template--29443370516825__banner.thumb-intro-active .section.three .slide:nth-child(4) {

  animation-delay: 3.05s;

}

#shopify-section-template--29443370516825__banner.thumb-intro-active .section.three .slide:nth-child(5) {

  animation-delay: 3.7s;

}
#shopify-section-template--29443370516825__banner.thumb-intro-done .section.three .slide {

  transform: none;

}

@keyframes skynnexThumbIntroFade {

  0% {

    opacity: 0;

    transform: translate3d(0, 12px, 0);

  }

  100% {

    opacity: 1;

    transform: translate3d(0, 0, 0);

  }

}

 

/* Windows/Chrome compositing hardening */
#shopify-section-template--29443370516825__banner .section.one .slider .slide,
#shopify-section-template--29443370516825__banner .section.three .slide,
#shopify-section-template--29443370516825__banner .progress .bar::before {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity, transform;
}




@media (max-width: 900px) {

  #shopify-section-template--29443370516825__banner .section.three .slider {

    overflow-x: auto;

    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;

    cursor: grab;

  }

  #shopify-section-template--29443370516825__banner .section.three .slides {

    width: max-content;

    min-width: 100%;

  }

  #shopify-section-template--29443370516825__banner .section.three .slide {

    flex: 0 0 auto;

  }

  #shopify-section-template--29443370516825__banner .section.three .slider::-webkit-scrollbar {

    display: none;

  }

  #shopify-section-template--29443370516825__banner .section.three .slider {

    scrollbar-width: none;

  }

}
