.section-custom-feature-collection {
    .collection__title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        .collection__view-all {
            margin-bottom: 0;
            margin-right: 98px;
            width: 100%;
            margin-top: 30px;
            a {
                max-width: 250px;
                width: 100%;
            }
        }
    }
}

.collection__title.title-wrapper {
    margin-bottom: 32px;
}

@media screen and (min-width: 990px) {
    .feature-title-wrapper {
        .page-width-desktop {
            padding: 0 3.9rem;
        }
    }
}

.first-card-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    .first-card {
        text-align: center;
        padding: 20px;
    }
    h3 {
        color:#D93400;
        text-align: center;
        font-family: "OC Highway VAR2";
        font-size: 26px;
        line-height: 100%;
        letter-spacing: 1.3px;
        text-transform: uppercase;
        margin: 0;
    }
    a {
        font-family: "OC Highway VAR2";
        border-radius:0!important;
        display: inline-block;
        padding: 0;
        gap: 10px;
        background: transparent!important;
        color: #d93400!important;
        text-align: center;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.64px;
        text-decoration: none;
        border-bottom: 1px solid #D93400;
        &:after {
            content: '>';
            display: inline-block;
            text-decoration: none;
        }
    }
    a:hover {
        background: transparent!important;
        color: #d93400!important;
      }
}
.feature-title-wrapper {
    display: flex;
    align-items: center;
    svg {
        width: 125px;
        margin-left: 105px;
        margin-right: 40px;
    }
    .title {
        color: var(--Juniors-Orange, #D93400);
        font-family: "OC Highway VAR2";
        line-height: 95%;
        letter-spacing: 0.84px;
        text-transform: uppercase;
        max-width: 570px;
    }
    .title.h1 {
        font-size: 42px;
    }
}
.card__media {
    img {

        border-radius: 8px;
    }
}
.card__content {
    overflow: hidden;
    .quick-add {
        transform: translateY(200%);
        opacity: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 10px;
        transition: all 0.5s;
        .quick-add__submit {
            border: none;
            border-radius: 6px;
            background: #D93400;
            color: #fff;
        }
        .button:after {
            box-shadow: none;
        }
    }
}
.product-card-wrapper:hover {
    .quick-add {
        opacity: 1;
        transform: translateY(0);
    }
    img {
        transform: scale(0.9)!important;
    }
}
.card__information {
    padding: 19px 0;
    h3{
        color: #121211;
        font-family: "OC Highway VAR2";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.54px;
        text-transform: uppercase;
        min-height: 37px;
    }
    .caption-with-letter-spacing {
        color: #585852;
        font-family: "BDO Grotesk";
        font-size: 14px;
    }
    .price-item {
        color: #2E2E2E;
        font-family: "BDO Grotesk";
        font-size: 14px;
        font-weight: 600;
    }
}
@media screen and (max-width:990px) {
    .gd-feature-wrapper {
        margin-top: 95px;
        .card--standard {
            flex-direction: row;
            height: auto;
            grid-gap:16px;
        }
        .grid__item {
            margin-bottom: 12px;
        }
    }
    .gd-feature-wrapper.grid--4-col-desktop {
        margin-top: 0;
    }
    .card__content {
        .quick-add {
            padding: 0;
            margin-bottom: 0;
        }
        .card__information {
            padding: 0;
            h3 {
                font-size: 16px;
            }
            .caption-with-letter-spacing,
            .price {
                font-size: 14px;
            }
            .caption-with-letter-spacing {
                margin-top: 9px;
            }
            .price  {
                margin-top: 16px!important;
            }
        }
        .quick-add__submit {
            min-height: auto;
        }
    }
    .first-card-wrapper {
        margin-bottom: 39px!important;
        .card-title {
            margin-top: 7px;
            padding: 0 10px;
        }
        a {
            font-family: "OC Highway VAR2";
            color: #d93400;
            background: #fff;
            text-decoration: none;
            display: inline-block;
            margin-top: 28px;
            &:after {
                content: '>';
                display: inline-block;
                text-decoration: none;
            }
        }
    }
    .collection__title.title-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        * {
            text-align: center;
        }
    }
    .feature-title-wrapper {
        flex-direction: column;
        svg {
            margin-left: 0;
            margin-right: 0;
        }
        .title.h1 {
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            letter-spacing: 1.3px;
            text-transform: uppercase;
            text-align: center;
            margin-top: 0;
            margin-bottom: 0;
            padding: 3px 34px 0;
        }
    }

    .section-custom-feature-collection { 
            .feature-title-wrapper+.collection__view-all {
                margin-right: 0;
                a {
                    margin-top: 0;
                }
            }
    }
    .feature-title-wrapper svg {
        margin-top: 31px;
        width: 100px;
    }
}
.while-products--wrapper .card__information {
    h3{
        min-height: auto;
    }
}