@keyframes slideUp {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shark-hero__intro {
  position: absolute;
  z-index: 2;
  top: 10%;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
}
.shark-hero-animation .shark-hero__intro {
  animation: 1s ease 0s 1 slideUp;
  animation-fill-mode: forwards;
}
.shark-hero__img {
  width: 100%;
}
.shark-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.shark-hero__intro__img img {
  max-width: 260px;
}
.shark-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border: solid 1px #fff;
  border-radius: 100px;
  font-family: proxima-nova-normal-700, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  transition:
    background-color 0.4s ease-in-out,
    color 0.4s ease-in-out,
    border-color 0.4s ease-in-out;
}
.shark-hero__btns .shark-btn--outline {
  background: 0 0;
  border-color: #000;
  color: #000;
}
.shark-hero__btns .shark-btn--outline:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.shark-hero__btns .shark-btn--dark {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.shark-hero__btns .shark-btn--dark:hover {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  color: #fff;
  text-decoration: none;
}

.shark-hero__btns {
  bottom: 20%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  opacity: 0;
}
.shark-hero-animation .shark-hero__btns {
  animation: 2s ease 0s 1 fadeIn;
  animation-fill-mode: forwards;
}
.mode-slide-image {
  display: flex;
  justify-content: center;
}
#shark-slider-1,
.mode-slide {
  height: 800px;
}
.mode-slide {
  overflow: hidden;
  position: relative;
}
.mode-slide-image img {
  max-width: 800px;
}
.mode-slide-image {
  position: absolute;
  bottom: 0;
  left: calc(50% - 800px / 2);
}
.mode-slide-1 {
  background: #68bbff;
  background: linear-gradient(180deg, #68bbff 1.72%, #68bbff 22.22%, #45464d 100%);
}
.mode-slide-2 {
  background: #ff2000;
  background: linear-gradient(180deg, #ff2000 0, #45464d 100%);
}
.mode-slide-3 {
  background: #f044f8;
  background: linear-gradient(90deg, #f044f8 0, #3b45db 100%), linear-gradient(180deg, rgba(69, 70, 77, 0) 37.96%, #45464d 92.6%);
}
.mode-slide-4 {
  background: #e82680;
  background: linear-gradient(180deg, #e82680 0, #45464d 100%);
}
.mode-slide-content-outer {
  max-width: 400px;
  top: 30%;
  right: calc(32% - 400px / 2);
}
.mode-slide-blurb {
  margin-bottom: 40px;
}
.mode-slide-icon img {
  max-height: 20px;
}
.mode-slide-blurb-terms p {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #f0f0f0;
  margin-top: 15px;
}
#shark-slider-1 .slick-dots {
  bottom: 50px;
  padding: 15px 10px !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  max-width: 1020px;
  width: 100%;
  left: calc(50% - 1020px / 2);
}
#shark-slider-1 .slick-dots li button {
  display: block;
  width: 240px;
  height: 40px;
  padding: 5px;
}
#shark-slider-1 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
#shark-slider-1 .slick-dots li button:before {
  content: "Text";
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 800;
  line-height: 40px;
  color: #fff;
}
#shark-slider-1 .slick-dots li.slick-active {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
}
#shark-slider-1 .slick-dots li:first-child button:before {
  content: "Under-Eye Revive";
}
#shark-slider-1 .slick-dots li:nth-child(2) button:before {
  content: "Red + Infrared Light Therapy";
}
#shark-slider-1 .slick-dots li:nth-child(3) button:before {
  content: "Blended Blue Light Therapy";
}
#shark-slider-1 .slick-dots li:nth-child(4) button:before {
  content: "Skin Sustain";
}
#shark-slider-1 .slick-dots:before {
  content: "Choose A Mode";
  font-size: 1.4em;
  line-height: 1.2em;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
}
.led-terms {
  max-width: 1320px;
  width: 100%;
  padding: 40px 20px 20px;
  font-size: 1em !important;
}
.shark-mode-inner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.cryoglow-outer,
.instachill-tech-outer,
.leds-outer,
.shark-compare-outer {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  align-items: center;
}
.leds-outer {
  flex-direction: column;
}
.cryoglow-outer {
  margin-bottom: 150px;
}
.cryoglow-inner,
.instachill-tech-inner,
.leds-inner,
.shark-compare-inner {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
}
.instachill-content-inner {
  padding: 60px;
}
.leds-inner {
  display: flex;
  gap: 40px;
  align-items: center;
}
.leds-content-outer,
.leds-video-outer {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.led-video video {
  width: 100%;
}
.led-drop-down {
  position: relative;
  padding-left: 40px;
}
.led-active:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(145.03deg, #fb3761 12.47%, #e337b5 53.37%, #68bbff 94.28%);
}
.led-drop-down-1 {
  margin-bottom: 30px;
}
.led-dropdown-blurb {
  margin-bottom: 30px;
}
.led-dropdown-panel li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.led-dropdown-panel li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://hnie-assets.s3.eu-west-1.amazonaws.com/pages/Shark/images/bullet.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
}
.leds-video-outer {
  padding-left: 60px;
}
.leds-video-inner video {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
.shark-compare-inner {
  display: flex;
  gap: 40px;
}
.shark-compare-tile {
  flex: 1 0 0;
}
.shark-compare-banner {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
}
.cryglow-active .cryglow-card-image-1,
.cryglow-card-image-2,
.cryoglow-card-blurb {
  display: none;
}
.cryglow-active .cryglow-card-image-2,
.cryglow-active .cryoglow-card-blurb {
  display: block;
}
.cryoglow-card-outer {
  padding: 0 15px;
  background: #fff;
}
.cryoglow-card-inner {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.cryglow-card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 60px;
}
.cryglow-active .cryglow-card-content {
  background: 0 0;
  text-align: left;
  padding: 60px 30px;
}
.cryglow-button {
  position: absolute;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
}
.cryglow-button button {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 1.5em;
  font-weight: 400;
}
.cryglow-active .cryglow-button button {
  transform: rotate(45deg);
}
#shark-slider-2 .slick-prev {
  bottom: -70px;
  right: 100px;
  left: auto;
  top: auto;
}
#shark-slider-2 .slick-next {
  bottom: -70px;
  right: 40px;
  left: auto;
  top: auto;
}
#shark-slider-2 .slick-next,
#shark-slider-2 .slick-prev {
  border-radius: 50%;
  position: absolute;
}
.shark-hero__intro__copy p {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 500;
  color: #333;
}
.mode-slide-content-outer h2 {
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  margin: 0 0 0.7em;
  font-weight: 600;
}
.mode-slide-blurb p {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 0 0.5em;
  font-weight: 400;
}
.mode-slide-blurb p span {
  font-weight: 800;
}
.instachill-content-inner h2 {
  color: #000;
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.instachill-blurb p {
  color: #000;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0 auto;
  max-width: 800px;
}
.leds-content-inner h2 {
  color: #000;
  font-size: 1.286em;
  line-height: 1em;
  font-weight: 800;
  margin: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.led-drop-down h3 {
  color: #000;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 1em;
  cursor: pointer;
}
.led-drop-down:not(.led-active) h3 {
  color: #646464;
}
.led-dropdown-panel p {
  color: #000;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 0.5em;
}
.shark-compare-tile h2 {
  color: #000;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 0.3em;
}
.shark-compare-tile p {
  color: #000;
  font-size: 1.143em;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 0.5em;
}
.cryglow-card-content h3 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1em;
  font-weight: 800;
  margin: 0 0 2em;
  text-transform: uppercase;
}
.cryglow-card-content header p {
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 1em;
}
.cryoglow-card-blurb p {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0 0 0;
}
@media screen and (max-width: 992px) {
  #shark-slider-1 .slick-dots {
    max-width: 530px;
    width: 100%;
    left: calc(50% - 530px / 2);
  }
  .shark-hero__img {
    height: 900px;
    object-fit: cover;
  }
  .mode-slide-content-outer {
    max-width: 300px;
    right: calc(30% - 400px / 2);
  }
}
@media screen and (max-width: 750px) {
  .shark-hero__img,
  #shark-hero-video {
    height: 800px;
    object-fit: cover;
  }
  .shark-hero__intro {
    top: 6%;
  }
  .instachill-content-inner {
    padding: 30px;
  }
  .leds-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .leds-video-outer {
    padding-left: 0;
  }
  .cryoglow-outer,
  .instachill-tech-outer,
  .leds-outer,
  .shark-compare-outer {
    margin-bottom: 40px;
  }
  .shark-compare-inner {
    flex-direction: column;
  }
  .mode-slide-image img {
    max-width: 720px;
    width: auto !important;
  }
  .mode-slide-image {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mode-slide-content-outer {
    max-width: 80%;
    right: auto;
    left: 40px;
    top: 50px;
  }
  #shark-slider-1,
  .mode-slide {
    height: 700px;
  }
  #shark-slider-1 .slick-dots {
    bottom: 30px;
    padding: 15px 10px !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    max-width: 90%;
    width: 100%;
    left: calc(50% - 90% / 2);
  }

  #shark-slider-1 .slick-dots:before {
    top: -30px;
  }
}
