section {
    color: #fff;
}

#start-single .single-item.display-none {
    display: none;
}

/* Override */
.VerticalLightingGallery_vertical-lighting-gallery__1DHgF {
    z-index: 1;
    background: black;
}

.VerticalLightingGallery_controls-container__1aemZ {
    display: none;
}

.VerticalLightingGallery_vertical-lighting-gallery__1DHgF .VerticalLightingGallery_left-panel__2ikYx .VerticalLightingGallery_vertical-lighting-content__2S7rS .VerticalLightingGallery_controls-container__1aemZ+.VerticalLightingGallery_controls-container__1aemZ {
    display: flex;
}

.VerticalLightingGallery_vertical-lighting-gallery__1DHgF .VerticalLightingGallery_left-panel__2ikYx .VerticalLightingGallery_vertical-lighting-content__2S7rS>h2 {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.1;
}

.VerticalLightingGallery_vertical-lighting-gallery__1DHgF .VerticalLightingGallery_left-panel__2ikYx .VerticalLightingGallery_vertical-lighting-content__2S7rS>p {
    margin-bottom: 0;
}

.VerticalLightingGallery_vertical-lighting-gallery__1DHgF>div {
    height: 100%;
    min-height: unset;
}

.VerticalLightingGallery_left-panel__2ikYx {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.VerticalLightingGallery_vertical-lighting-gallery__1DHgF .VerticalLightingGallery_left-panel__2ikYx .VerticalLightingGallery_vertical-lighting-content__2S7rS.VerticalLightingGallery_visible__2MEKi {
    margin: 0;
}

.VerticalLightingGallery_vertical-lighting-gallery__1DHgF .VerticalLightingGallery_right-panel__3nGEp .VerticalLightingGallery_light-profile-video__2tdts:last-child {
    display: none;
}

.VerticalLightingGallery_vertical-lighting-gallery__1DHgF .VerticalLightingGallery_left-panel__2ikYx .VerticalLightingGallery_vertical-lighting-content__2S7rS .VerticalLightingGallery_controls-container__1aemZ+.VerticalLightingGallery_controls-container__1aemZ {
    padding-bottom: 2rem;
}

/* 1. HERO */
section#ccl-hero {
    background: linear-gradient(60deg, rgba(15, 47, 51, 1) 0%, rgba(15, 47, 51, 1) 46%, rgba(0, 0, 0, 1) 100%);
    padding: 0rem 2rem;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #37AAA7 0%, #37AAA7 40%, #4DEDFF 50%, #B55279 100%);
    border-image-slice: 1;
    padding-bottom: 0rem;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: flex-end;
}

#ccl-hero video {
    position: fixed;
    width: 100%;
    object-fit: contain;
    transform: scale(2);
    height: max-content;
    top: 165px;
    display: none;
}


#ccl-hero .hero-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 1.5rem;
    letter-spacing: 0.05rem;
    z-index: 1;
}

#ccl-hero .hero-container .hero-products {
    max-width: 500px;
    align-self: flex-end;
    margin-top: 2rem;
}

#ccl-hero .hero-container h1 {
    display: contents;
    letter-spacing: 0.05rem;
    width: 100%;
    max-width: 240px;
    display: block;
}

#hero-logo-img {
    width: 100%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
}

#hero-description {
    text-align: start;
    text-shadow: 0 0 5px black;
    margin-top: 2rem;
    font-family: "Saira", "aktiv-grotesk", sans-serif;
}

/* 2. START CUSTOMIZING */
section#ccl-start-customizing {
    padding: 1rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: black;
    z-index: 2;
}


/* START CUSTOMIZING HEADER */
#start-customizing-header {
    padding: 2rem 0 1rem 0;
    width: 100%;
    max-width: 1570px;
    margin: 0 auto;
    z-index: 1;
}

#start-customizing-title {
    color: white;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1rem;
}

#start-customizing-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#start-customizing-options .start-option,
.collection-mobile-copy {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 1rem 0;
}


#start-customizing-options div.start-option {
    clip-path: polygon(10% 0,
            90% 0,
            100% 50%,
            100% 50%,
            90% 100%,
            10% 100%,
            0 50%,
            0 50%);
    background-color: #373638;
    padding: 0 1rem;
    position: relative;
    height: 40px;
    align-content: center;
    display: flex;
    align-items: center;
    margin: 0 .5rem;
    font-weight: 600;
    font-family: Saira Condensed, sans-serif !important;
}

/* START CUSTOMIZING CONTENT */

#creator-series,
#ccl-collections a:nth-last-child(-n+3),
#start-customizing-options h3:last-of-type,
#start-customizing-options div:last-of-type {
    display: none !important;
}

#start-customizing-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: unset;
    z-index: 1;
}

#start-single {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
}

#start-single .coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#start-single .single-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0.5rem;
    background: radial-gradient(50% 50% at 50% 50%, #303239 0%, #191919 100%);
    transition: 225ms;
    border: 1px solid black;
}

#start-single .single-item:hover,
#start-single .single-item:focus-visible {
    border: 1px solid #e9e600;
    background: radial-gradient(74.36% 96.25% at 0% 50%,
            #515435 0%,
            #101010 100%);
}

#start-single .single-item:hover .single-item-customize-tooltip,
#start-single .single-item:focus-visible .single-item-customize-tooltip {
    opacity: 1;
}

#customize-view>a {
    display: flex;
}

#start-single .single-item-customize-tooltip,
#customize-view .single-item-customize-tooltip {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    gap: 8px;

    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1rem;
    opacity: 0;
    transition: opacity 225ms;
    justify-content: center;
    z-index: 3;
}

#start-single .customize-tooltip-text {
    font-weight: 600;
    font-size: 0.875rem;
}

#start-single .single-item-image {
    object-fit: contain;
    height: 200px;
}

#start-single .single-item-image-wrapper {
    position: relative;
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#start-single .single-item-content {
    flex: 1 1 0;
    min-width: 60%;
    width: 100%;
    align-content: end;
    padding-top: 2rem;
    padding-bottom: 1rem;
}


#start-single .single-item-title {
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
}

#start-single .single-item-description {
    display: none;
}

#start-single .single-item-price {
    /*  */
    display: none !important;
    /*  */
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

/* Phase 3 */
#customize-view #background-container::after {
    content: '';
    background: radial-gradient(38.03% 38.03% at 50.02% 50.01%, rgba(236, 232, 26, 0.4) 0%, rgba(16, 16, 16, 0.5) 100%),
        linear-gradient(179.87deg, rgba(0, 0, 0, 0) 75.58%, rgba(0, 0, 0, 0.7) 99.89%);
    z-index: 2;
    position: absolute;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    top: 1px;
    left: 1px;
    opacity: 0;
    transition: 225ms;
}

#customize-view .collection-background {
    border: 1px solid black;
    width: 100%;
    transition: 225ms;
}

#customize-view #background-container:hover .collection-background,
#customize-view #background-container:focus-visible .collection-background {
    border: 1px solid #e9e600;
}

#customize-view #background-container:hover .single-item-customize-tooltip,
#customize-view #background-container:hover::after,
#customize-view #background-container:focus-visible .single-item-customize-tooltip,
#customize-view #background-container:focus-visible::after {
    opacity: 1;
}

#customize-view .sprite-container {
    width: 90%;
    margin: 2rem auto;
    justify-content: space-evenly;
    z-index: 2;
}

#customize-view .sprite-container .collection-bubble {
    justify-items: center;
    cursor: pointer;
}

#customize-view .sprite-container .collection-bubble p {
    transition: 225ms;
    font-size: 0.8rem;
}

#customize-view .sprite-container .collection-bubble p:not(.badge) {
    width: 100px;
    text-align: center;
}

#customize-view .sprite-container .sprite {
    transition: 225ms;
    border-radius: 50%;
    border: 2px solid #959595;
    height: 90px;
    margin-bottom: 0.5rem;
}

#customize-view .sprite-container .collection-bubble.slick-current p:not(.badge) {
    color: #ECE81A;
    font-weight: 500;
}

#customize-view .sprite-container .collection-bubble.slick-current .sprite,
#customize-view .sprite-container .collection-bubble .sprite:hover,
#customize-view .sprite-container .collection-bubble .sprite:focus-visible {
    border: 2px solid #ECE81A;
}

#customize-view .sprite-container .slick-next,
#customize-view .sprite-container .slick-prev {
    height: 28px;
    width: 26px;
}

#customize-view .sprite-container .badge-wrapper,
.modal .badge-wrapper {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    width: 100%;
    filter: drop-shadow(0px 5px 4px rgba(50, 50, 0, 0.5));
}

.modal .badge-wrapper {
    width: unset;
    top: 4px;
    left: 0;
}

#customize-view .sprite-container .badge,
.modal .badge {
    background: #ECE81A;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Saira Condensed, sans-serif !important;
    letter-spacing: .05rem;
    padding: 3px 20px 2px 10px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    font-size: .7rem !important;
}

.modal .badge {
    width: 100px;
}

#customize-view .sprite-container .slick-next:before {
    content: url(https://assets.corsair.com/image/upload/w_12,h_28/akamai/pdp/lt100/arrow-right.png);
    opacity: 1;
}

#customize-view .sprite-container .slick-prev:before {
    content: url(https://assets.corsair.com/image/upload/w_12,h_28,a_hflip/akamai/pdp/lt100/arrow-right.png);
    opacity: 1;
}

/* HOW IT WORKS */
#ccl-how-it-works {
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/step-two-mobile.png);
    background-size: cover;
    padding: 2rem 1rem;
    position: relative;
    z-index: 2;
}

#how-it-works-title {
    text-align: center;
    font-weight: 600;
    font-size: 2.25rem;
}

#how-it-works-description {
    text-align: center;
    margin-bottom: 2rem;
    font-family: "Saira", "aktiv-grotesk", sans-serif;
}

#how-it-works-panels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

#how-it-works-panels .how-it-works-panel {
    background: #00000099;
    border: 1px solid #B6B6B6;
    box-shadow: 0px 8px 16px 0px #00000080;
    position: relative;
    padding: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#how-it-works-panels .how-it-works-panel::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(to right, white 2px, transparent 2px) 0 0, linear-gradient(to right, white 2px, transparent 2px) 0 100%, linear-gradient(to left, white 2px, transparent 2px) 100% 0, linear-gradient(to left, white 2px, transparent 2px) 100% 100%, linear-gradient(to bottom, white 2px, transparent 2px) 0 0, linear-gradient(to bottom, white 2px, transparent 2px) 100% 0, linear-gradient(to top, white 2px, transparent 2px) 0 100%, linear-gradient(to top, white 2px, transparent 2px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.badge {
    --tw-bg-opacity: 1;
    background-color: #4DEDFF;
    color: #000;
    top: 12px;
    font-size: 12.75px;
    letter-spacing: .4px;
    padding: 3px 14px 3px 12px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    line-height: 16px;
    min-width: 87px;
    height: 23px;
}

#how-it-works-panels h3 {
    line-height: 1;
    letter-spacing: 0;
    font-size: 1.5rem;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 600;
}

#how-it-works-panels .bullet-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

#how-it-works-panels .how-it-works-image {
    height: 75%;
    object-fit: contain;
    padding: 2rem;
}

#ccl-why {
    position: relative;
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/custom-lab-bg-img-tri-y.png);
    background-size: cover;
    z-index: 2;
}

#why-ccl-wrapper {
    flex-direction: column;
}

#why-ccl-wrapper img {
    height: 343px;
    object-position: left;
}

#why-ccl-content {
    padding: 1rem;
    margin-top: -4rem;
    width: 100%;
    align-self: center;
}

#why-ccl-content .why-ccl-item {
    margin-bottom: 2rem;
}

#why-ccl-content .why-ccl-item-description {
    font-family: "Saira", "aktiv-grotesk", sans-serif;
}

#why-ccl-content .why-ccl-item-read-more,
#why-ccl-content .why-ccl-item-read-less,
#why-ccl-content .why-ccl-item-read-more[aria-hidden="true"],
#why-ccl-content .why-ccl-item-read-less[aria-hidden="true"] {
    display: none;
    color: #aaa;
    font-size: 0.875rem;
    text-decoration: underline;
    margin-top: 0.25rem;
    font-family: "Saira", "aktiv-grotesk", sans-serif;
}

#why-ccl-content .why-ccl-item-header {
    color: #22eeff;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    font-weight: 500;
    font-size: 1.5rem;
}

#why-ccl-title {
    line-height: 1;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
    display: block;
    font-size: 2.25rem;
}

.FAQModule_element-container__1S4Rr {
    z-index: 1;
    position: relative;
    padding: 2rem;
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/custom-lab-bg-img-tri-y.png);
    background-size: cover;
}

.FAQModule_show-less__3XL2N,
.FAQModule_show-more__3pq0p {
    font-weight: 600;
}

.FAQModule_content-header__2Vdtv {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.FAQModule_qa-span__1RGvB .FAQModule_question-chevron-up__3Wtb4 {
    margin-top: 5px;
}

.FAQModule_show-button-container__1jj9C {
    margin-top: 2rem;
}

/* CONTENT BLOCK FONT UPDATES */
div[class*="FAQModule"] h2[class*="content-header"] {
    font-weight: 500;
}

div[class*="FAQModule"] p[class*="question-chevron"],
div[class*="FAQModule"] p[class*="answer"] {
    font-family: "Saira", "aktiv-grotesk", sans-serif;
}

div[class*="ProductContentCarousel_product-content-slider-container"] {
    position: relative;
    z-index: 50;
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/gallery-bg-desk.png);
    background-size: cover;
}

@media (max-width: 639px) {
    .FAQModule_element-group__3tine {
        width: 100%;
    }

    .FAQModule_element-container__1S4Rr {
        padding: 2rem 1rem;
    }

    #why-ccl-content .why-ccl-item-description[aria-expanded="false"] {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    #why-ccl-content .why-ccl-item-read-more,
    #why-ccl-content .why-ccl-item-read-less {
        display: block;
    }
}

/* DESKTOP */
@media screen and (min-width: 768px) {
    #customize-view .sprite-container .sprite {
        height: 100px;
    }

    #how-it-works-title {
        font-size: 4rem;
    }

    #start-single .single-item-image-wrapper {
        height: 120px;
    }

    section#ccl-start-customizing {
        padding: 2.5rem;
    }

    #why-ccl-title {
        max-width: unset;
        text-align: start;
    }

    #ccl-hero video {
        object-fit: cover;
        transform: none;
        height: 90vh;
        top: 0;
        display: block;
    }


    #ccl-hero .hero-container h1 {
        max-width: 320px;
    }

    #hero-description {

        max-width: 450px;
    }

    #start-single .single-item-title {
        font-size: 0.875rem;
    }

    #start-single .single-item-content {
        min-width: 50%;
        align-content: unset;
    }

    #start-single .single-item-description {
        display: block;
        text-align: center;
        font-family: "Saira", sans-serif;
        font-size: 0.875rem;
        line-height: 1.2;
        color: #ddd;
    }

    #start-single .single-item-price {
        font-size: 1.125rem;
    }

    #start-single .single-item {
        padding: 1rem;
    }

    #start-customizing-options .start-option,
    .collection-mobile-copy {
        font-size: 1.5rem;
    }

    #ccl-how-it-works {
        padding: 5rem 2rem;
        background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/celestial-bg.png);
        background-size: cover;
    }

    #how-it-works-panels {
        flex-direction: row;
    }

    #how-it-works-panels .how-it-works-panel {
        width: 33.33%;
    }

    #why-ccl-content {
        margin-top: -4rem;
    }
}

@media screen and (min-width: 1024px) {
    #start-customizing-options h3.start-option {
        width: 302px;
    }

    #start-customizing-content {
        max-width: 1600px;
        align-items: center;
    }

    .modal .badge-wrapper {
        top: 12px;
    }

    #start-single .single-item-image-wrapper {
        height: unset;
    }

    .collection-mobile-copy {
        display: none;
    }

    #creator-series,
    #ccl-collections a:nth-last-child(-n+3),
    #start-customizing-options h3:last-of-type,
    #start-customizing-options div:last-of-type {
        display: flex !important;
    }

    #ccl-collections .creator-series {
        display: none;
    }

    #start-single .single-item {
        min-height: 210px;
    }

    #start-customizing-header {
        padding: 2rem 0;
        padding-bottom: 0;
    }

    section#ccl-start-customizing {
        padding-bottom: 2rem;
    }

    #ccl-why {
        padding: 4rem 2rem;
        padding-left: 0;
        padding-top: 0;
    }

    #why-ccl-wrapper {
        display: flex;
        flex-direction: row;
    }

    #why-ccl-wrapper img {
        width: 50%;
        height: 100%;
        padding-right: 10rem;
        object-fit: contain;
        object-position: top;
    }

    #why-ccl-content {
        padding: 2rem;
        width: 40%;
        margin-top: 0;
    }

    #start-single {
        padding: 1rem;
    }

    #customize-view {
        width: 66%;
        padding: 1rem;
    }

    #start-customizing-options h3:first-of-type {
        width: 30%;
    }

    #start-customizing-options h3:last-of-type {
        width: 64%;
        justify-content: center;
    }
}

@media (min-width:1536px) {
    #start-single .single-item-title {
        font-size: 1.125rem;
    }

    #start-single .single-item-description {
        font-size: 1rem;
    }

    #start-single .single-item {
        padding: 1rem 2rem;
    }
}

@media (max-width: 400px) and (max-height: 690px) {
    section#ccl-start-customizing {
        margin-top: -2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1690px) {
    /* #ccl-hero .hero-container {
        padding-left: 2.5rem;
    } */
}

@media (min-width: 2000px) {
    /* #ccl-hero .hero-container {
        max-width: calc(2100px + 4rem);
    } */
}

/* modal */
.modal {
    background: #2C2C2CCC;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
}

.modal[aria-hidden="true"] {
    display: none;
}

.modal[aria-hidden="false"] {
    display: flex;
}

.modal .content {
    background: black;
    color: white;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    position: relative;
}

.modal .content h2 {
    font-family: Saira Condensed, sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.modal .content button.close-button {
    top: 1rem;
    right: 1rem;
    position: absolute;
}

.modal .content .ccl-option {
    background-color: #3C3C3C;
    display: flex;
    align-items: center;
    padding: 1rem;
    position: relative;
}

.modal .content .europe-cards .ccl-option::after {
    content: '';
    width: 40px;
    height: 29px;
    position: absolute;
    top: 2rem;
    left: 1rem;
}

.modal .content .europe-cards .ccl-option:nth-child(1):after {
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/DE_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.modal .content .europe-cards .ccl-option:nth-child(2):after {
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/FR_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.modal .content .europe-cards .ccl-option:nth-child(3):after {
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/NA_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.modal .content .europe-cards .ccl-option:nth-child(4):after {
    background: url(https://assets.corsair.com/image/upload/f_auto,q_auto/pages/universal-configurator/landing-page/assets/UK_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.modal .content .ccl-option img,
.modal .content .ccl-option .button-container {
    width: 20%;
}

.modal .content .ccl-option div.copy {
    width: 60%;
    padding: 1rem;
}

.modal .content .ccl-option img {
    object-fit: contain;
    padding: 1rem;
}


.modal .content .ccl-option h3 {
    font-family: Saira Condensed, sans-serif !important;
    font-size: 1.125rem;
    line-height: 1.2;
}

.modal .content .ccl-option p:not(.badge) {
    font-size: 1rem;
    max-width: 480px;
    color: #CCCCCC;
}

.modal .content .ccl-option .button-container a {
    background: #e9e600;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0.75rem;
    margin: 0 1rem;
    display: block;
}

.modal .content .ccl-option .button-container .size-selector {
    margin: 0 1rem;
    margin-bottom: .75rem;
    justify-content: space-between;
}

.modal .content .ccl-option .button-container .size-selector button {
    transition: 225ms;
    border: 1px solid transparent;
    width: 30%;
    height: 100%;
    aspect-ratio: 1;
}

.modal .content .ccl-option .button-container .size-selector button.active {
    border: 1px solid white;
}

@media screen and (max-width: 1023px) {
    #ccl-hero .hero-container {
        flex-direction: column;
        gap: 0;
    }

    #start-single {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    #start-customizing-header,
    #start-customizing-title {
        display: none;
    }

    #hero-description {
        max-width: 80%;
    }

    section#ccl-hero {
        padding: 2rem;
        padding-bottom: 0;
    }

    #ccl-hero .hero-container .hero-products {
        margin-bottom: -22%;
        max-width: 100%;
        margin-top: 2rem;
    }

    .modal .content .ccl-option .button-container a,
    .modal .content .ccl-option .button-container .size-selector {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1350px) {
    #customize-view .sprite-container .collection-bubble p {
        padding: 3px 10px 2px 5px;
    }

    #customize-view .sprite-container .sprite {
        height: 80px;
    }


}


@media (max-width: 767px) {
    .modal .content .europe-cards .ccl-option::after {
        top: 1rem;
        left: 0.5rem;
    }

    #start-single .single-item-image {
        height: 150px;
    }

    #profile-download-copy {
        padding-left: 1.7rem;
        padding-bottom: 1rem;
    }

    .modal .content {
        padding: 1rem;
    }

    .modal .content .ccl-option img {
        padding: 0;
    }

    .modal .content .ccl-option p:not(.badge) {
        font-size: .7rem;
    }

    .modal .content .ccl-option {
        padding: 0.5rem;
    }

    .modal .content .ccl-option div.copy {
        padding: 0.5rem;
    }

    .modal .content .ccl-option .button-container a {
        padding: 0.5rem;
        font-size: 0.8rem;
    }

    .modal .content h2 {
        font-size: 1.875rem;
    }

    .modal .content .ccl-option .button-container .size-selector {
        margin-bottom: .5rem;
    }

    .modal .content .ccl-option .button-container .size-selector button {
        font-size: 10px;
        width: 33.33%;
    }

    .button-container.flex {
        width: 30% !important;
    }
}

button:focus-visible {
    outline: 1px solid white !important;
    outline-offset: 2px !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
    #mouse>div.single-item-image-wrapper>img {
        max-height: 100px;
    }
}

.modal .europe-cards {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}

.modal .content .europe-cards .ccl-option {
    flex-grow: 1;
    width: 20%;
    flex-direction: column;
    max-height: 320px;
}

@media (max-width: 501px) {
    .modal .content .europe-cards .ccl-option {
        width: 45%;
    }
}

.modal .content .europe-cards .ccl-option .copy {
    width: 100%;
    text-align: center;
    height: -webkit-fill-available;
}

.modal .content .europe-cards .ccl-option .button-container,
.modal .content .europe-cards .ccl-option img {
    width: 100%;
}


#start-single {
    flex-wrap: nowrap;
    flex-direction: column;
}

#start-single button.single-item,
#start-single a.single-item {
    width: 100%;
}


@media (max-width: 1200px) and (min-width: 768px) {
    section#ccl-start-customizing {
        padding: 2.5rem 1rem;
    }
}