/* gogo-picks component */

.gogo-picks {
  position: relative;
  min-height: 650px;
  margin-top: 24px;
  overflow: hidden;
  padding: 22px 28px 30px;
  border: 1px solid #ffe1e1;
  border-radius: 18px;
  background: #fff7f7;
  isolation: isolate;
}

.gogo-picks-background {
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}

.gogo-mascot {
  --parallax-x: 0px;
  --parallax-y: 0px;
  --parallax-scroll: 0px;
  --parallax-rotate: 0deg;
  position: absolute;
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgb(106 39 9 / 14%));
  pointer-events: none;
  transform: translate3d(var(--parallax-x), calc(var(--parallax-y) + var(--parallax-scroll)), 0) rotate(var(--parallax-rotate));
  transition: transform .12s ease-out;
  will-change: transform;
}

.gogo-mascot-left {
  top: -10px;
  left: -18px;
  width: 310px;
  height: 300px;
  object-position: right center;
}

.gogo-mascot-right {
  top: 2px;
  right: -34px;
  width: 325px;
  height: 345px;
  object-position: center top;
}

.gogo-picks-header {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 208px;
  align-items: center;
  justify-content: center;
  gap: 255px;
}

.gogo-title-copy {
  margin-left: 68px;
}

.gogo-title-copy h2 {
  margin: 0 0 8px;
  color: #202124;
  font-size: 48px;
  font-weight: 800;
  line-height: .94;
}

.gogo-title-copy h2 > span {
  display: block;
}

.gogo-title-copy h2 strong {
  color: var(--brand-red);
  font-size: 54px;
  letter-spacing: -2px;
}

.gogo-title-copy h2 em {
  margin-left: 3px;
  color: #202124;
  font-size: 39px;
  font-style: normal;
}

.gogo-title-copy h2 b {
  display: inline-block;
  margin-left: 5px;
  color: var(--brand-red);
  font-size: 42px;
  transform: rotate(-7deg);
}

.gogo-title-copy p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.gogo-speech {
  display: flex;
  width: 166px;
  height: 166px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 8px solid rgb(237 0 23 / 72%);
  border-radius: 50%;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 8px 20px rgb(237 0 23 / 12%);
  color: #222;
  text-align: center;
  transform: rotate(-7deg);
}

.gogo-speech strong {
  color: var(--brand-red);
  font-size: 27px;
  font-style: italic;
  font-weight: 500;
}

.gogo-speech span {
  max-width: 120px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
}

.gogo-speech span em {
  color: var(--brand-red);
  font-size: 20px;
  font-style: normal;
}

.gogo-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 62px;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  padding: 8px 45px;
  border: 1px solid rgb(255 255 255 / 85%);
  border-radius: 11px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 5px 18px rgb(113 15 25 / 6%);
  backdrop-filter: blur(8px);
}

.gogo-benefits > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-right: 1px solid #eadbdd;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.gogo-benefits > span:last-child {
  border-right: 0;
}

.gogo-benefits b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #fff0f2;
}

.gogo-benefits b img {
  width: 19px;
  height: 19px;
  filter: invert(15%) sepia(96%) saturate(6154%) hue-rotate(348deg) brightness(102%);
}

.gogo-benefits > span:nth-child(2) b img {
  filter: invert(42%) sepia(89%) saturate(1923%) hue-rotate(200deg) brightness(104%);
}

.gogo-benefits > span:nth-child(3) b img {
  filter: invert(59%) sepia(98%) saturate(1668%) hue-rotate(359deg) brightness(101%);
}

.gogo-benefits > span:nth-child(4) b img {
  filter: invert(42%) sepia(77%) saturate(4580%) hue-rotate(257deg) brightness(93%);
}

.gogo-benefits > span:nth-child(5) b img {
  filter: invert(57%) sepia(69%) saturate(489%) hue-rotate(84deg) brightness(94%);
}

.gogo-products-shell {
  position: relative;
  z-index: 4;
  margin-top: 18px;
}

.gogo-products {
  display: grid;
  grid-auto-columns: minmax(205px, 1fr);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 5px 2px 12px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.gogo-products::-webkit-scrollbar {
  display: none;
}

.gogo-product-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 14px rgb(0 0 0 / 12%);
  cursor: pointer;
  transform: translateY(-50%);
}

.gogo-product-arrow img {
  width: 18px;
  filter: invert(14%) sepia(99%) saturate(6348%) hue-rotate(350deg) brightness(101%);
}

.gogo-products-prev {
  left: -18px;
}

.gogo-products-prev img {
  transform: rotate(180deg);
}

.gogo-products-next {
  right: -18px;
}

@media (max-width: 991.98px) {

  .gogo-mascot {
    width: 195px;
    height: 250px;
    opacity: .82;
  }

  .gogo-mascot-left {
    top: 4px;
    left: -30px;
  }

  .gogo-mascot-right {
    top: 0;
    right: -24px;
    width: 225px;
    height: 278px;
  }

  .gogo-picks-header {
    min-height: 190px;
    gap: 70px;
  }

  .gogo-title-copy {
    margin-left: 105px;
  }

  .gogo-title-copy h2 {
    font-size: 38px;
  }

  .gogo-title-copy h2 strong {
    font-size: 44px;
  }

  .gogo-title-copy h2 em {
    font-size: 32px;
  }

  .gogo-speech {
    width: 125px;
    height: 125px;
  }

  .gogo-benefits {
    grid-template-columns: repeat(5, 155px);
    justify-content: flex-start;
    overflow-x: auto;
    padding-inline: 12px;
  }
}

@media (max-width: 575.98px) {

  .gogo-picks {
    min-height: 620px;
    padding: 24px 14px;
  }

  .gogo-mascot-left {
    top: 18px;
    left: -54px;
    width: 165px;
    height: 215px;
    opacity: .55;
  }

  .gogo-mascot-right {
    display: none;
  }

  .gogo-picks-header {
    min-height: 155px;
    justify-content: flex-end;
    gap: 8px;
  }

  .gogo-title-copy {
    margin-left: 72px;
  }

  .gogo-title-copy h2 {
    font-size: 31px;
  }

  .gogo-title-copy h2 strong {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .gogo-title-copy h2 em {
    font-size: 24px;
  }

  .gogo-title-copy h2 b {
    font-size: 27px;
  }

  .gogo-title-copy p {
    font-size: 10px;
  }

  .gogo-speech {
    width: 78px;
    height: 78px;
    border-width: 4px;
  }

  .gogo-speech strong {
    font-size: 14px;
  }

  .gogo-speech span {
    font-size: 8px;
  }

  .gogo-benefits {
    grid-template-columns: repeat(5, 145px);
    padding: 7px;
  }

  .gogo-products {
    grid-auto-columns: 210px;
  }

  .gogo-products-prev {
    left: -10px;
  }

  .gogo-products-next {
    right: -10px;
  }
}
