#how-it-works-section-header,
#cables-accessories {
    justify-content: center;
}

#next-generation {
    background-image: url("https://assets.corsair.com/image/upload/v1741109285/pages/50-series%20LP/rec_5090_psu_bg_img.png");
    gap: 3rem;
}

.psu-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.psu-content p,
#cables-accessories p,
#performance-series .cases-paragraph,
.psu-content li,
.price-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    color: #fff;
}

.psu-content .product-card-description .description-specs li {
    color: #b3b3b3;
    font-size: 0.875em;
}

.psu-calculator-banner-content h2 {
    font-size: 2rem;
    line-height: 1.1;
}

@media screen and (min-width: 768px) {

    .psu-content p,
    #cables-accessories p,
    #performance-series .cases-paragraph,
    .psu-content li {
        font-size: 1.3125rem;
        line-height: 1.4;
    }

    .BlockTwoTile_info-description__3X8Ud {
        font-size: 1.3125rem !important;
        line-height: 1.4 !important;
    }
}

.disclaimer-text {
    font-size: 12px;
    font-weight: 500;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* CONTENT BLOCKS */
.psu-content .block-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    min-height: 600px;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .psu-content .block-section {
        padding: 8rem 4rem;
    }
}




.block-description {
    font-size: 21px;
    max-width: 850px;
    text-align: center;
}

.block-cta {
    color: black;
    background-color: #ece81a;
    padding: 0.75rem 2rem;
    font-weight: 600;
    width: fit-content;
    font-size: 1rem;
}

#next-generation .block-content,
#most-popular .block-content,
#cables-accessories .block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#next-generation .block-media,
#most-popular .block-media,
#cables-accessories .block-media {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 500px;
}

.blue-subheading {
    color: #1FEAFD;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 1rem;
    margin-top: 1rem;
    padding-right: 1rem;
    text-align: center;
}

@media screen and (min-width: 1200px) {

    #next-generation .block-media,
    #most-popular .block-media,
    #cables-accessories .block-media {
        flex-direction: row;
        max-width: none;
        justify-content: center;
    }

    .blue-subheading {
        color: #1FEAFD;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
    }
}

.psu-content .product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-card .product-card-carousel {
    display: block;
    background: radial-gradient(50% 50% at 50% 50%, #3b3b3b 0%, #12171b 100%);
    margin: 0;
}

.product-card .product-card-carousel img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.product-card .product-card-carousel .slick-slide[data-slick-index="0"] img {
    object-fit: cover;
}

.psu-content .product-card .image-wrapper {
    height: 400px;
}

.product-card .custom-prev,
.product-card .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.product-card .custom-prev {
    left: 8px;
}

.product-card .custom-next {
    right: 8px;
}

.product-card .slick-dots {
    bottom: 8px;
}

.product-card .slick-dots button::before {
    display: none;
}

.product-card .slick-dots li {
    background-color: #fff;
    opacity: 0.35;
    height: 3px;
    min-width: 48px;
    margin-left: 2px;
    margin-right: 2px;
}

.product-card .slick-dots .slick-active {
    opacity: 0.7;
}

.psu-content .product-card-description {
    background: linear-gradient(180deg, #414141 0%, rgba(37, 37, 37, 0.63) 100%);
    color: #fff;
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.psu-content .product-card-description .description-top {
    display: flex;
    padding-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.psu-content .product-card-description .product-title {
    line-height: 1;
}

.psu-content .product-card-description .product-price,
.psu-content .product-card-description .price-text {
    color: white;
    line-height: 1;
    font-weight: 600;
}

.psu-content .product-card-description .description-specs {
    padding: 1rem 0.25rem;
    text-align: left;
    font-size: 0.875rem;
    flex-grow: 1;
}

.psu-content .product-card-description .description-specs li {
    color: #b3b3b3;
    font-size: 0.875em;
}

.psu-content .shop-now {
    color: #ece81a;
}

.psu-content .right-arrow,
.modal-content .right-arrow {
    font-size: 1.5em;
    position: relative;
    top: 2px;
}

@media screen and (min-width: 1200px) {
    .product-card {
        max-width: 350px;
    }

    .psu-content .product-card .image-wrapper {
        height: 350px;
    }

    .product-card .product-title {
        text-align: left;
    }
}

@media screen and (min-width: 1440px) {
    .product-card {
        max-width: 450px;
    }

    .psu-content .product-card .image-wrapper {
        height: 450px;
    }
}

/* HIDE PREVIEW CONTAINER */
div[class*="PreviewCalendar_previewContainer"] {
    display: none;
}

h1,
h2,
h3,
p {
    font-family: "Saira", sans-serif;
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

/* HERO */
#icue-link-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    padding: 11rem 1rem;
}

#icue-link-hero-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

#icue-link-hero-content {
    position: relative;
    height: 100%;
    max-width: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#icue-link-hero-logo {
    max-width: 120px;
    margin-bottom: 1rem;
}

#icue-link-hero-title {
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

.icue-link-hero-subtitle {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

.subheading-yellow {
    color: #ECE81A;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.stars-check-row img.stars {
    height: 50px;
    margin-left: -10px;
    margin-right: -10px;
}

.psu-calculator-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    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%);
}

.psu-calculator-banner img {
    max-width: 200px;
}

.psu-calculator-banner-content {
    text-align: left;
    display: flex;
    flex-direction: column;
}

a.shop-now {
    color: #ece81a;
    font-weight: 600;
}

a.shop-now .right-arrow {
    font-size: 1.5em;
    position: relative;
    top: 2px;
    margin-left: 4px;
}

#icue-panel {
    background: url('https://assets.corsair.com/image/upload/f_auto,q_auto/pages/Next-Gen-gpu%20Nvidia%20LP/Panel%207%20-%20Let%27s%20Talk%20Building%20PCs/Panel07_Background_2x.png') no-repeat right / contain;
}

#icue-link-hero-divider {
    border: none;
    height: 1px;
    background-color: #ece81a;
    width: 60%;
    max-width: 240px;
    margin-bottom: 1rem;
}

#icue-link-hero-description {
    font-weight: 400;
    max-width: 850px;
    font-size: 0.875rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

#youtube-embed {
    margin-top: 3rem;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* NAVIGATION */
#icue-link-navigation {
    display: none;
}

/* ICUE LINK CONTENT */
#icue-link-content .section-title,
#next-generation .block-content h2,
#next-gen-ready-cooling h2,
#corsair-pc-cases h2,
#performance-series h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

/* HOW IT WORKS */

#how-it-works-wrapper {
    padding: 2rem 1rem;
    max-height: 1400px;
}

#how-it-works-section-header,
#cables-accessories {
    display: flex;
    flex-direction: column;
}

#how-it-works-section-header>.section-title,
#cables-accessories>.section-title {
    margin-bottom: 0.25rem;
}

#how-it-works-watch-video {
    color: #ece81a;
    font-family: "Saira", sans-serif;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#how-it-works-carousel {
    display: none;
    color: #fff;
    margin-left: -1rem;
    margin-right: -1rem;
}

#how-it-works-carousel .slick-track {
    display: flex;
}

#how-it-works-carousel .carousel-panel {
    padding: 0 1rem;
    height: inherit;
    cursor: grab;
}

#how-it-works-carousel .carousel-panel:active {
    cursor: grabbing;
}

#how-it-works-carousel .panel-content {
    background-color: #0D0D0D;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#how-it-works-carousel .panel-copy {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
}

#how-it-works-carousel .panel-subtitle {
    font-size: 0.75rem;
    color: #ece81a;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

#how-it-works-carousel .panel-title {
    font-size: 1.75rem;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

#how-it-works-carousel .panel-description {
    font-size: 0.875rem;
    font-weight: 400;
}

#how-it-works-carousel .panel-list {
    padding: 1rem 0;
}

#how-it-works-carousel .panel-list>li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "Saira Condensed";
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

#how-it-works-carousel .panel-list>li::before {
    content: "square";
    display: block;
    font-family: "Material Icons Sharp";
    color: #ece81a;
    font-size: 0.5rem;
}

#how-it-works-carousel .panel-media {
    min-height: 0;
    display: flex;
    height: 100%;
}

#how-it-works-carousel .panel-media>img {
    object-fit: cover;
}

#how-it-works-carousel .panel-content>* {
    opacity: 0.3;
    transition: opacity 400ms;
}

#how-it-works-carousel .slick-current .panel-content>* {
    opacity: 1;
}

#how-it-works-carousel .arrow-icon {
    font-size: 1rem;
}

#how-it-works-carousel .custom-prev {
    left: 4px;
}

#how-it-works-carousel .custom-next {
    right: 4px;
}

#how-it-works-carousel .slick-arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    background-color: #ece81a;
    display: flex;
    border-radius: 50%;
    padding: 0.5rem;
    transition: opacity 200ms;
}

#how-it-works-carousel .slick-arrow.slick-disabled {
    opacity: 0;
}

#how-it-works-carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

#how-it-works-carousel-dots .custom-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
}

#how-it-works-carousel-dots .custom-carousel-dots>li {
    transition: width 500ms;
    width: 18px;
    position: relative;
}

#how-it-works-carousel-dots .custom-carousel-dots>.slick-active {
    width: 48px;
}

#how-it-works-carousel-dots .custom-carousel-dots>li::before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0.4;
    pointer-events: none;
}

#how-it-works-carousel-dots .custom-carousel-dots>.slick-active::before {
    opacity: 1;
}

#how-it-works-carousel-dots .custom-carousel-dots>li button {
    width: 100%;
    color: transparent;
}

#how-it-works-carousel-play-pause {
    margin-left: 1rem;
    display: flex;
    background-color: rgba(100, 100, 100, 0.3);
    border-radius: 50%;
    padding: 0.5rem;
}

#how-it-works-carousel-play-pause .material-icons-round {
    color: #fff;
    font-size: 1rem;
}

#how-it-works-carousel .panel-progress {
    height: 2px;
    background-color: #fff;
    width: 0;
    opacity: 0;
}

#how-it-works-carousel .panel-progress-track {
    position: relative;
    background: #4a4a4a;
    bottom: 2px;
}

#how-it-works-carousel .slick-current .panel-progress {
    opacity: 1;
}

/* ICUE LINK PRODUCT GRIDS */
#icue-link-product-grids {
    padding: 2rem 1rem;
}

#icue-link-product-grids .grid-item {
    background-size: cover;
    background-position: center;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.5rem;
}

.block-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem 0;
    min-height: 600px;
    position: relative;
    text-align: center;
}

#next-gen-ready-psu,
#next-gen-ready-cooling {
    color: #fff;
    gap: 2rem;
}

#lineup-table {
    border-spacing: 10px;
    margin: 0 auto;
}

#lineup-table .column-header {
    padding-bottom: 1rem;
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}

#lineup-table .column-header img {
    margin: auto;
}

#lineup-table .table-header {
    vertical-align: top;
}

#lineup-table .table-header h2 {
    text-align: start;
    line-height: 3rem;
    text-wrap-style: balance;
}

#lineup-table .row-header {
    min-width: 200px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    text-align: left;
    padding: 1rem;
    vertical-align: top;
}

#lineup-table tr .row-header {
    background: black;
}

#lineup-table tr.grey .row-header {
    background: rgba(41, 41, 41, 1);
}

#lineup-table td {
    padding: 0.5rem 2rem;
    box-shadow: 1px 0px 0px 0px #000 inset;
    position: relative;
    min-width: 200px;
}

#lineup-table tr.grey {
    background: rgba(55, 55, 55, 0.75);
}

#lineup-table td .stars-check-row {
    display: flex;
    justify-content: center;
}

#next-gen-ready-psu .block-table-wrapper,
#next-gen-ready-cooling .block-table-wrapper {
    position: relative;
    overflow-x: auto;
    width: 100%;
    display: flex;
}

#icue-link-product-grids .grid-item.disabled {
    pointer-events: none;
}

#icue-link-product-grids .grid-item-content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#icue-link-product-grids .grid-item-name {
    font-family: "Saira Condensed", sans-serif;
    color: #ece81a;
    font-size: 1rem;
    font-weight: 500;
}

#icue-link-product-grids .item-name-divider {
    color: #fff;
    margin: 0 0.25rem;
}

#icue-link-product-grids .item-name-white {
    color: #fff;
}

#icue-link-product-grids .grid-item-coming-soon {
    font-family: "Saira Condensed", sans-serif;
    color: #fff;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}

/* MOBILE GRID SIZES */
#icue-link-product-grids .icue-link-product-grid {
    display: grid;
    grid-auto-rows: 1fr;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 2rem;
}

#pc-cooling-grid,
#cpu-coolers-grid,
#custom-cooling-grid,
#capswap-grid,
#core-components-grid {
    grid-template-columns: 1fr;
}

#icue-panel .icue-panel-copy {
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#icue-panel .icue-panel-logo {
    max-width: 120px;
    margin-bottom: 0.5rem;
}

#icue-panel .icue-panel-subtitle {
    font-size: 0.75rem;
    color: #ece81a;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

#icue-panel .section-title {
    max-width: 400px;
    text-align: center;
}

#icue-panel .icue-panel-description {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 500px;
}

#icue-panel .icue-panel-cta {
    padding: 0.625rem 3rem;
    font-family: "Saira";
    color: black;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #ece81a;
}

#guides {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#guides .section-title {
    text-align: center;
    margin-bottom: 1rem;
}

#guides .explorer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 300px;
}


#guides .explorer-card-image {
    width: 100%;
    object-fit: cover;
}

#guides .explorer-card {
    background-color: #0C0D0D;
}

#guides .explorer-card-copy {
    padding: 1.5rem;
}

#guides .explorer-card-category {
    font-size: 0.75rem;
    color: #848484;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

#guides .explorer-card-title {
    color: white;
    font-family: "Saira Condensed";
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 1.125rem;
}

#watch-now-modal {
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

#watch-now-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.5);
    backdrop-filter: blur(2px);
}

#watch-now-modal-content {
    position: relative;
}

#watch-now-modal .desktop-video {
    display: none;
}

#watch-now-close {
    position: absolute;
    right: -24px;
    top: -24px;
    color: #fff;
}

#know-more-panel {
    text-align: center;
    padding: 5rem 1rem;
}

/* SMALL VIEWPORT */
@media screen and (min-width: 640px) {
    /* HERO */

    #icue-link-hero-content {
        max-width: 640px;
    }

    #icue-link-hero-logo {
        max-width: 160px;
    }

    #icue-link-hero-title {
        font-size: 4rem;
    }

    .icue-link-hero-subtitle {
        font-size: 1.5rem;
    }

    .subheading-yellow {
        font-size: 1rem;
    }

    #meet-the-lineup {
        padding-left: 4rem;
    }

    #icue-link-hero-description {
        font-size: 0.875rem;
    }

    /* ICUE LINK CONTENT */
    #icue-link-content .section-title,
    #next-generation .block-content h2,
    #next-gen-ready-cooling h2,
    #corsair-pc-cases h2,
    #performance-series h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    /* ICUE LINK PRODUCT GRIDS */
    #icue-link-product-grids {
        padding: 2rem;
    }

    #icue-link-product-grids .grid-item {
        padding: 1rem 1.25rem;
    }

    #icue-link-product-grids .grid-item-name {
        font-size: 1.25rem;
    }

    #icue-link-product-grids .grid-item-coming-soon {
        font-size: 1rem;
    }

    /* SMALL VIEWPORT GRID SIZES */
    #icue-link-product-grids .icue-link-product-grid {
        gap: 1rem;
        margin-bottom: 3rem;
    }

    #pc-cooling-grid,
    #custom-cooling-grid,
    #cpu-coolers-grid,
    #capswap-grid,
    #core-components-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* HOW IT WORKS CAROUSEL */
    #how-it-works-wrapper {
        padding: 2rem;
    }

    #how-it-works-carousel {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    #how-it-works-carousel .carousel-panel {
        padding: 0 2rem;
    }

    #how-it-works-carousel .panel-content {
        padding: 0 0 0 2rem;
    }

    #guides {
        padding: 6rem 3rem;
    }

    #how-it-works-carousel .panel-copy {
        margin-bottom: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #how-it-works-carousel .panel-subtitle {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }

    #how-it-works-carousel .panel-title {
        font-size: 2.25rem;
        line-height: 1.1;
        margin-bottom: 0.75rem;
    }

    #how-it-works-carousel .panel-description {
        font-size: 1rem;
    }

    #guides .explorer-content {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    #guides .explorer-card-image {
        height: 140px;
    }
}

/* MEDIUM VIEWPORT */
@media screen and (min-width: 768px) {

    /* ICUE LINK PRODUCT GRIDS */
    #icue-link-product-grids {
        padding: 3rem;
    }

    #icue-link-product-grids .grid-item {
        min-height: 320px;
    }

    /* HOW IT WORKS CAROUSEL */
    #how-it-works-wrapper {
        padding: 3rem;
    }

    #how-it-works-carousel {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    #how-it-works-carousel .carousel-panel {
        padding: 0 3rem;
    }

    #watch-now-modal .mobile-video {
        display: none;
    }

    #watch-now-modal .desktop-video {
        display: block;
    }
}

/* LARGE VIEWPORT */
@media screen and (min-width: 1024px) {

    /* HERO */
    #icue-link-hero-content {
        max-width: none;
    }


    .block-section {
        padding: 4rem 4rem 0;
    }

    #meet-the-lineup {
        padding-right: 4rem;
    }

    #lineup-table td {
        width: 350px;
        min-width: 350px;
    }

    #icue-link-hero-logo {
        max-width: 180px;
        margin-bottom: 1.5rem;
    }

    #icue-link-hero-title {
        font-size: 5rem;
    }

    .icue-link-hero-subtitle {
        font-size: 2rem;
    }

    .subheading-yellow {
        font-size: 1.5rem;
    }

    #icue-link-hero-divider {
        max-width: 300px;
        margin-bottom: 1.5rem;
    }

    #icue-link-hero-description {
        font-size: 1.125rem;
    }

    /* ICUE LINK CONTENT */
    #icue-link-content .section-title,
    #next-generation .block-content h2,
    #next-gen-ready-cooling h2,
    #corsair-pc-cases h2,
    #performance-series h2 {
        font-size: 4rem;
    }

    /* ICUE LINK PRODUCT GRIDS */
    #icue-link-product-grids {
        padding: 4rem;
        max-width: 1800px;
        margin: 0 auto;
    }

    #icue-link-product-grids .grid-item {
        min-height: 420px;
    }

    /* LARGE VIEWPORT GRID SIZES */
    #pc-cooling-grid,
    #custom-cooling-grid,
    #capswap-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* HOW IT WORKS CAROUSEL */
    #how-it-works-section-header {
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }


    #how-it-works-watch-video {
        margin: 0;
        align-self: center;
    }

    #how-it-works-wrapper {
        padding: 4rem;
        max-width: 1800px;
        margin: 0 auto;
    }

    #how-it-works-carousel {
        position: relative;
        left: -120px;
        margin: 0;
        width: calc(100% + 120px + 4rem);
    }

    #how-it-works-carousel .carousel-panel {
        padding-right: 24px;
        padding-left: 0;
        overflow: hidden;
    }

    #how-it-works-carousel .panel-content {
        padding: 0 0 0 3rem;
        max-height: 600px;
        flex-direction: row;
        gap: 4rem;
    }

    #how-it-works-carousel .panel-copy {
        flex-grow: 1;
        max-width: 400px;
        min-width: 400px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #how-it-works-carousel .panel-list {
        padding: 2rem 0;
    }

    #how-it-works-carousel .panel-list>li {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    #how-it-works-carousel .panel-list>li::before {
        font-size: 1rem;
    }

    #how-it-works-carousel .panel-media {
        justify-content: right;
    }

    #how-it-works-carousel .panel-media>video {
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    #how-it-works-carousel .slick-list {
        overflow: visible;
        /* -webkit-mask-image: linear-gradient(
          to right,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 1) 10%,
          rgba(0, 0, 0, 1) 80%,
          rgba(0, 0, 0, 0) 100%
        );
        mask-image: linear-gradient(
          to right,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 1) 10%,
          rgba(0, 0, 0, 1) 80%,
          rgba(0, 0, 0, 0) 100%
        ); */
        position: relative;
    }

    #how-it-works-carousel .custom-prev {
        left: 60px;
    }

    #how-it-works-carousel .custom-next {
        right: 80px;
    }

    /* ICUE PANEL */


    #icue-panel .icue-panel-content {
        display: flex;
        max-width: 1800px;
        margin: 0 auto;
    }

    #icue-panel .icue-panel-copy {
        flex: 1 1 0;
        width: 50%;
        align-items: flex-start;
        justify-content: center;
        padding: 16rem 10rem;
    }

    #icue-panel .icue-panel-media {
        flex: 1 1 0;
        width: 50%;
    }

    #icue-panel .icue-panel-media video {
        height: 100%;
        object-fit: cover;
    }

    #icue-panel .icue-panel-subtitle {
        font-size: 0.875rem;
        color: #ece81a;
    }

    #icue-panel .section-title {
        max-width: none;
        text-align: start;
    }

    #icue-panel .icue-panel-description {
        max-width: 600px;
        font-size: 1rem;
        text-align: start;
    }

    #guides .explorer-content {
        grid-template-columns: repeat(4, 1fr);
        max-width: 1200px;
    }
}

/* XL VIEWPORT */
@media screen and (min-width: 1280px) {

    /* HERO */
    #icue-link-hero-title {
        font-size: 5.5rem;
    }

    .icue-link-hero-subtitle {
        font-size: 2.5rem;
    }

    .subheading-yellow {
        font-size: 2rem;
    }

    #icue-link-hero-divider {
        max-width: 300px;
    }


    #icue-link-hero-description {
        font-size: 1.25rem;
    }

    #icue-link-product-grids .grid-item-name {
        font-size: 1.625rem;
    }

    #icue-link-product-grids .grid-item-coming-soon {
        font-size: 1.25rem;
    }

    /* NAVIGATION */
    #icue-link-navigation {
        display: flex;
        justify-content: center;
        position: sticky;
        top: 0;
        background: #262626;
        z-index: 100;
        transition: all 300ms ease-out;
    }

    #icue-link-navigation.megamenu-visible {
        top: 100px;
    }

    #icue-link-navigation-content {
        padding: 1rem 4rem;
        max-width: 1800px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #icue-link-navigation-list {
        display: flex;
        gap: 4rem;
        color: #fff;
        font-family: "Saira";
    }

    #icue-link-navigation-list .nav-item {
        display: flex;
    }

    #icue-link-navigation-list .nav-item button {
        font-weight: 600;
        font-size: 0.875rem;
    }

    #shop-all-cta .shop-all-text {
        padding: 0.625rem 2.5rem;
    }

    #shop-all-cta {
        position: relative;
        background-color: #ece81a;
        font-family: "Saira";
        font-size: 0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        padding: 0 0.5rem;
    }

    /* HOW IT WORKS */
    #how-it-works-carousel {
        position: relative;
        left: -240px;
        margin: 0;
        width: calc(100% + 240px + 4rem);
    }

    #how-it-works-carousel .custom-prev {
        left: 180px;
    }
}

@media screen and (min-width: 2100px) {
    #how-it-works-carousel .custom-prev {
        left: 80px;
    }

    #how-it-works-carousel .custom-next {
        right: 80px;
    }
}

@media screen and (max-width: 768px) {
    #how-it-works-carousel .panel-media {
        max-height: 250px;
    }

    #next-gen-ready-psu,
    #next-gen-ready-cooling {
        gap: 0rem;
    }

    .psu-calculator-banner {
        flex-direction: column;
        gap: 1rem;
    }

    .psu-calculator-banner-content {
        gap: 1rem;
        text-align: center;
    }

    #icue-link-hero {
        min-height: unset;
        padding: 80px 1rem;
    }

    .BlockTwoTile_info-description__3X8Ud {
        margin-top: 0;
    }
}

@media screen and (max-width: 550px) {
    #corsair-pc-cases .spec-card {
        flex-direction: column;
    }
}