/** Shopify CDN: Minification failed

Line 263:0 Expected "}" to go with "{"

**/
.product-crew-mode-performance {
    width: 100%;
    position: relative;
}

.product-crew-mode-performance__content {
    margin: 0 auto;
    width: 100%;
    padding: 0px 228px 0px 228px;
    max-width: 1920px;
    position: relative;
    z-index: 2;
}

.product-crew-mode-performance__heading {
    text-align: left;
    margin-top: 225px;
    margin-bottom: -12px;
}

.product-crew-mode-performance__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.product-crew-mode-performance__column {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 73px;
}

.product-crew-mode-performance__column--left {
    margin-top: 240px;
}

.product-crew-mode-performance__column--right h2 {
    display: none;
}

.product-crew-mode-performance__block {
    /* margin-bottom: 60px; */
}

.product-crew-mode-performance__column > .product-crew-mode-performance__image-wrapper:first-child {
    /* your “first-only” styles here */
    margin-top: 0px;
}

.product-crew-mode-performance__image-wrapper {
    width: 100%;
    max-height: 620px;
    overflow: hidden;
    margin-top: -40px;
}

.product-crew-mode-performance__image {
    max-height: 620px;
    object-fit: contain;
    object-position: left;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.product-crew-mode-performance__text-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 60px;
}

.product-crew-mode-performance__icon img {
    max-width: 60px;
    height: auto;
    max-width: 35px;
    max-height: 35px;
}

.product-crew-mode-performance__text-block-title.text-body {
    color: #df5828;
    font-weight: 500 !important;
}

@media screen and (max-width: 1860px) and (min-width: 1640px) {
    .product-crew-mode-performance__columns {
        gap: 60px;
    }
}

@media screen and (max-width: 1640px) {
    .product-crew-mode-performance__content {
        margin: 0 auto;
        width: 100%;
        padding: 0px 120px 0px 120px;
        max-width: 1920px;
    }

    .product-crew-mode-performance__heading {
        margin-bottom: 0px;
        margin-top: 180px;
    }

    .product-crew-mode-performance__columns {
        gap: 60px;
    }

    .product-crew-mode-performance__column {
        gap: 50px;
    }

    .product-crew-mode-performance__column--left {
        margin-top: 180px;
    }

    .product-crew-mode-performance__text-block {
        margin-bottom: 30px;
    }

    .product-crew-mode-performance__image-wrapper {
        margin-top: -20px;
    }
}

@media screen and (max-width: 1400px) {
    .product-crew-mode-performance__heading {
        margin-top: 140px;
    }

    .product-crew-mode-performance__columns {
        gap: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .product-crew-mode-performance__content {
        padding: 0px 80px 0px 80px;
    }

    .product-crew-mode-performance__text-block {
        margin-bottom: 0px;
    }

    .product-crew-mode-performance__image-wrapper {
        margin-top: 0px;
    }

    .product-crew-mode-performance__column--left {
        margin-top: 160px;
    }
}

@media screen and (max-width: 990px) {
    .product-crew-mode-performance__columns {
        gap: 40px;
    }

    .product-crew-mode-performance__column {
        gap: 36px;
    }

    .product-crew-mode-performance__column--left {
        margin-top: 120px;
    }

    .product-crew-mode-performance__content {
        padding: 20px 40px 0px 40px;
    }

    .product-crew-mode-performance__heading {
        margin-top: 100px;
    }
}

/* Responsive styles */
@media screen and (max-width: 750px) {
    .product-crew-mode-performance__columns {
        flex-direction: column-reverse;
        gap: 45px;
    }

    .product-crew-mode-performance__column--right h2 {
        display: block;
    }

    .product-crew-mode-performance__column--left h2 {
        display: none;
    }

    .product-crew-mode-performance__column {
        display: grid;
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .product-crew-mode-performance__column--right {
        margin-top: 140px;
    }

    .product-crew-mode-performance__column--left {
        margin-top: 0px;
    }

    .product-crew-mode-performance__heading {
        margin-top: 40px;
    }

    .product-crew-mode-performance__column--right .product-crew-mode-performance__image-wrapper {
        order: 2;
    }

    .product-crew-mode-performance__column--right .product-crew-mode-performance__text-block:nth-of-type(1) {
        order: 1;
    }

    .product-crew-mode-performance__column--right .product-crew-mode-performance__text-block:nth-of-type(2) {
        order: 3;
    }

    .product-crew-mode-performance__column {
        width: 100%;
    }

    .product-crew-mode-performance__text-block {
        gap: 6px;
    }

    .product-crew-mode-performance__text-title {
        font-size: 20px;
    }

    .product-crew-mode-performance__heading {
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 600px) {
    .product-crew-mode-performance__content {
        padding: 120px 30px 0px 30px;
    }

    .product-crew-mode-performance__column--right {
        margin-top: 0px;
    .product-crew-mode-performance__heading {
        margin-top: 0px;
    }
}

/* Optional background image styling */
.product-crew-mode-performance[style*='background-image'] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
