﻿
.lobs-price,
.lobs-title {
    color: var(--bblack);
    text-align: center
}

.view-all-apple-product-card {
    display: flex;
    background-color: var(--wwhite);
    height: 120px;
    min-width: 120px
}

    .view-all-apple-product-card a {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        margin: 5.5px auto
    }

        .view-all-apple-product-card a:link,
        .view-all-apple-product-card a:visited {
            outline: 0;
            text-decoration: none
        }

.lobs-image-container {
    display: flex;
    height: 60px;
    justify-content: center;
    margin: auto;
    width: 100px
}

.lobs-media {
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: center
}

    .lobs-media img {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        max-width: 100%;
        max-height: 60px;
        padding-left: 0;
        width: auto
    }

.lobs-details-container {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    row-gap: 4px
}

.lobs-title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    letter-spacing: -.02em;
    overflow: hidden
}

.lobs-price {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    white-space: nowrap
}

.whats-new-stripe-card {
    width: 288px !important;
    height: 390px !important
}

@media screen and (max-width:768px) {
    .whats-new-stripe-card {
        width: 249px !important;
        height: 362px !important
    }
}
