span[data-price] {
  margin-left: 4px;
}

#corsair-cpu-coolers .choose-container > div {
  background-color: black;
}

#corsair-cpu-coolers .content-card {
  background: linear-gradient(180deg, #414141 0%, rgba(37, 37, 37, 0.63) 100%);
}

#corsair-cpu-coolers .content-card .left-column {
  width: 60%;
}

#corsair-cpu-coolers .check-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

#corsair-cpu-coolers .image-slider {
  margin: 0;
  width: 60%;
}

#corsair-cpu-coolers .image-slider img {
  background: radial-gradient(50% 50% at 50% 50%, #3b3b3b 0%, #12171b 100%);
}

#corsair-cpu-coolers .content-card table tr {
  border-bottom: 1px solid #757575;
}

#sticky-nav {
  background: #262626cc;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 2;
  transition: 0.3s ease-out;
}

#corsair-cpu-coolers .large-width-restrict {
  max-width: 1900px;
}

#corsair-cpu-coolers .medium-width-restrict {
  max-width: 1500px;
}

#corsair-cpu-coolers .short-width-restrict {
  max-width: 800px;
}

#sticky-nav a.corsair-links {
  background: #ece81a;
}

#corsair-cpu-coolers button:focus {
  outline: none;
}

#corsair-cpu-coolers button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

#corsair-cpu-coolers .slick-track {
  height: 100%;
}

#corsair-cpu-coolers .slick-next,
#corsair-cpu-coolers .slick-prev {
  height: 100%;
  z-index: 1;
  width: 35px;
  height: 35px;
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.5));
}

#corsair-cpu-coolers .slick-next {
  right: 0;
}

#corsair-cpu-coolers .slick-prev {
  left: 0;
}

#corsair-cpu-coolers .slick-next:before,
#corsair-cpu-coolers .slick-prev:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 35px;
  background: url(https://assets.corsair.com/image/upload/v1679687383/akamai/pdp/monitors/flex/assets/images/Arrow.png);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  background-position: center;
  background-size: 150%;
  opacity: 0.8;
}

#corsair-cpu-coolers .slick-next:before {
  right: 0.5rem;
}

#corsair-cpu-coolers .slick-prev:before {
  left: 0.5rem;
  transform: rotate(180deg);
}

#corsair-cpu-coolers .slick-dots {
  bottom: 25px;
}

#corsair-cpu-coolers .slick-dots li {
  width: 40px;
  margin: 0 2px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.7));
}

#corsair-cpu-coolers .slick-dots li:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  background: rgb(255 255 255 / 33%);
  height: 3px;
}

#corsair-cpu-coolers .slick-dots li.slick-active:after {
  background: white;
}

#corsair-cpu-coolers .slick-dots li button:before {
  content: "";
}

#corsair-cpu-coolers .slick-list {
  position: relative;
  height: 100%;
}

#corsair-cpu-coolers .slick-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

#corsair-cpu-coolers .display-none {
  display: none !important;
}

#corsair-cpu-coolers h1,
#corsair-cpu-coolers h2,
#corsair-cpu-coolers h4 {
  letter-spacing: 0.05rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.blue-text {
  color: #28deed;
  font-family: Bebas Neue Pro SmE Rg, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}

.yellow-link {
  color: #e9e600;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  display: block;
}

.right-link-arrow {
  display: inline-block;
  object-fit: contain;
  height: 15px;
  margin-bottom: 3px;
  margin-left: 2px;
}

#corsair-cpu-coolers {
  color: white;
  background-color: black;
  background-size: contain;
}

#hero {
  background-color: black;
}

#hero,
#hero .hero-content {
  position: relative;
}

#hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
  padding: 2rem 1rem;
  text-shadow: 0 0 10px #0000009e;
  z-index: 3;
}

#hero .hero-content p {
  max-width: 1200px;
  margin: 0 auto;
  text-shadow: 0 0 10px black;
}

#hero .yellow-subhead,
.yellow-text {
  color: #e9e600;
  font-weight: 600;
}

#hero .top-of-page-cta {
  align-self: flex-end;
  width: calc(33% - 1rem);
}

#hero h1 {
  margin-bottom: 0.5rem;
}

#hero h3 {
  font-size: 1.25rem;
}

#hero video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom -60px right 0px;
}

#hero .video-gradient {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 5%,
    rgba(0, 0, 0, 0) 40%
  );
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

#hero img.icon {
  margin-right: 0.5rem;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

#hero .hero-blocks {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 2rem;
}

#hero .hero-blocks h3 {
  padding: 2rem 0.5rem 1rem 0.5rem;
  color: #28deed;
  text-shadow: 0 0 5px black;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(31, 29, 31, 1) 0%,
    rgba(31, 29, 31, 1) 25%,
    rgba(31, 29, 31, 0) 100%
  );
  letter-spacing: 0.05rem;
}

#lcd-screen,
#rgb-aio,
#air-coolers {
  padding: 1rem 0;
}

#how-to-choose {
  padding: 1rem;
  background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/akamai/landing/pc-cases/refresh/bg-howto-grey_texture.png);
  background-size: cover;
}

#how-to-choose img {
  aspect-ratio: 5/4;
  object-fit: contain;
}

#how-to-choose video {
  aspect-ratio: 5/4;
}

#lcd-screen .header-text,
#rgb-aio .header-text,
#air-coolers .header-text {
  font-size: 1.25rem;
}

#guides .explorer-card {
  width: 100%;
}

#guides .explorer-content {
  grid-gap: 1rem;
  max-width: 1300px;
}

#guides img {
  aspect-ratio: 2/1;
}

#guides h3 {
  font-family: aktiv-grotesk, sans-serif;
}

#guides p {
  font-family: Bebas Neue Pro SmE Rg, sans-serif;
  line-height: 1.2;
}

@media (max-width: 550px) {
  #corsair-cpu-coolers .image-slider {
    width: 100%;
  }

  #corsair-cpu-coolers .content-container {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  #hero .hero-blocks a {
    flex-direction: column;
    height: unset;
  }
}

@media (max-width: 767px) {
  #hero .hero-blocks a {
    width: 45%;
    margin: 0.5rem;
  }

  #hero .hero-blocks {
    flex-wrap: wrap;
  }

  #hero .top-of-page-cta {
    width: 100%;
    margin-bottom: 1rem;
  }

  #hero .mobile-button {
    display: flex;
    text-shadow: none;
    background-color: #ece81a;
  }
}

@media (max-width: 911px) {
  #sticky-nav {
    display: none;
  }
}

@media (min-width: 768px) {
  #hero h1 {
    font-size: 7rem;
  }

  #hero .yellow-subhead {
    font-size: 1.5rem;
  }

  #hero p {
    font-size: 1.32rem;
  }

  #corsair-cpu-coolers h2 {
    font-size: 3.75rem;
  }

  #lcd-screen,
  #rgb-aio,
  #air-coolers {
    padding: 2rem 1rem 1rem 1rem;
  }

  #how-to-choose {
    padding: 2rem 1rem;
  }

  #lcd-screen .header-text,
  #rgb-aio .header-text,
  #air-coolers .header-text {
    font-size: 1.5rem;
  }

  #corsair-cpu-coolers .choose-container > div {
    width: calc(33% - 1rem);
  }

  #guides .explorer-card {
    width: calc(50% - 1rem);
  }
}

@media (min-width: 1024px) {
  #corsair-cpu-coolers .content-container {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  #hero {
    height: 720px;
  }

  #hero .hero-content {
    padding: 4rem 2rem;
  }

  #hero .hero-blocks h3 {
    position: unset;
    padding: 0.5rem;
    background: none;
  }

  #hero video {
    display: block;
  }

  #hero .hero-blocks {
    margin-top: 4rem;
  }

  #hero .mobile-img {
    display: none;
  }

  #sticky-nav button {
    margin-right: 2rem;
  }

  #lcd-screen,
  #rgb-aio {
    padding: 4rem 3rem 1rem 3rem;
  }

  #air-coolers {
    padding: 3rem 4rem;
  }

  #how-to-choose {
    padding: 4rem 3rem;
  }

  #hero .video-gradient {
    display: block;
  }

  #corsair-cpu-coolers table {
    display: inline-table;
  }

  #guides .explorer-card {
    width: calc(25% - 1rem);
  }
}

@media (min-width: 1536px) {
  #hero {
    height: 900px;
  }

  #sticky-nav button {
    margin-right: 3rem;
  }
}

@media (min-width: 1920px) {
  #hero .hero-blocks {
    max-width: 85vw;
  }
}

@media (min-width: 2500px) {
  #hero video {
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 2500px;
  }

  #hero .hero-blocks {
    max-width: 2500px;
  }
}

#customize-your-cooler {
  display: flex;
  background: linear-gradient(
    90deg,
    rgba(25, 25, 25, 0) 0%,
    rgba(25, 25, 25, 0.6) 10%,
    rgba(25, 25, 25, 0.85) 30%,
    #191919 50%,
    rgba(25, 25, 25, 0.85) 70%,
    rgba(25, 25, 25, 0.6) 90%,
    rgba(25, 25, 25, 0) 100%
  );
  padding: 2rem;
  justify-content: center;
  margin: 2rem 0;
}

#customize-your-cooler .block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 400px;
  gap: 1.5rem;
}

#customize-your-cooler .block-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#customize-your-cooler .block-title {
  line-height: 1.1;
}

@media screen and (min-width: 1024px) {
  #customize-your-cooler .block-content {
    flex-direction: row;
    max-width: none;
    gap: 2rem;
  }

  #customize-your-cooler .block-media {
    max-width: 300px;
  }

  #customize-your-cooler .block-copy {
    align-items: flex-start;
    text-align: left;
    max-width: 600px;
  }

  #customize-your-cooler .block-text {
    max-width: 500px;
  }
}
