.verticalPaddings-PEAKCOOLINGTITANRXRGBWHITE .customize-your-cooler,
.verticalPaddings-PEAKCOOLINGTITANRXRGBBLACK .customize-your-cooler {
  background: linear-gradient(
    90deg,
    rgba(25, 25, 25, 0.4) 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.4) 100%
  );
}

.verticalPaddings-CAPSWAPTITANRXRGB .customize-your-cooler {
  display: none;
  background: linear-gradient(
    90deg,
    rgba(30, 20, 48, 0.4) 0%,
    rgba(30, 20, 48, 0.6) 10%,
    rgba(30, 20, 48, 0.85) 30%,
    #1e1430 50%,
    rgba(30, 20, 48, 0.85) 70%,
    rgba(30, 20, 48, 0.6) 90%,
    rgba(30, 20, 48, 0.4) 100%
  );
}

.verticalPaddings-CAPSWAPTITANRXRGB .customize-your-cooler-wrapper.mobile-only {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}

.verticalPaddings-CAPSWAPTITANRXRGB
  .customize-your-cooler-wrapper.mobile-only
  .customize-your-cooler {
  display: flex;
}

.customize-your-cooler {
  display: flex;
  border-image: linear-gradient(
      45deg,
      #faeb8a99,
      #fd72a599,
      #ffa38a99,
      #77e9f899
    )
    1;
  backdrop-filter: blur(2px);
  border-width: 1px;
  padding: 1rem 0.75rem;
  justify-content: center;
  margin: 1rem -1rem;
}

.yellow-link {
  color: #ece81a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  line-height: 1.25;
  margin-top: 0.5rem;
  gap: 0.5rem;
}

.right-link-arrow {
  display: inline-block;
  object-fit: contain;
  height: 0.75rem;
}

.customize-icon {
  height: 1.25rem;
  object-fit: contain;
}

.customize-your-cooler .block-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  max-width: 400px;
  gap: 0.75rem;
}

.customize-your-cooler .block-media {
  max-width: 90px;
}

.customize-your-cooler .block-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.customize-your-cooler .block-title {
  line-height: 1.25;
  font-size: 1rem;
}

.customize-your-cooler .block-text {
  max-width: 500px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.desktop-only {
  display: none;
}

@media screen and (min-width: 450px) {
  .customize-your-cooler .block-media {
    max-width: 130px;
  }

  .customize-your-cooler {
    margin: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .verticalPaddings-CAPSWAPTITANRXRGB
    .customize-your-cooler-wrapper.mobile-only {
    display: none;
  }

  .verticalPaddings-CAPSWAPTITANRXRGB .customize-your-cooler {
    display: flex;
  }
}

@media screen and (min-width: 1280px) {
  .customize-your-cooler {
    padding: 1rem 2rem;
  }

  .customize-your-cooler .block-content {
    gap: 2rem;
    max-width: 550px;
  }

  .customize-your-cooler .block-copy {
    align-items: flex-start;
    text-align: left;
    max-width: 600px;
    gap: 0.25rem;
  }

  .customize-your-cooler .block-title {
    line-height: 1.375rem;
    font-size: 1.125rem;
  }

  .customize-your-cooler .block-text {
    max-width: 500px;
    font-size: 0.875rem;
    line-height: 1rem;
  }

  .yellow-link {
    line-height: 1.5;
    font-size: 1rem;
    gap: 0.625rem;
  }

  .desktop-only {
    display: initial;
  }
}
