    .product-card.thisIsAnAd {
        background-color: #edeae5;
    }

    .promoContainer .btn.btn-primary.btn-beige {
        background-color: #f4f1eb;
        color: #000;
        border-color: #000;
    }

    .promoContainer .btn.btn-primary.btn-gray:hover {
        color: #000;
        background-color: #888;
        border-color: #000;
    }

    .promoContainer .btn.btn-primary.btn-gray {
        background-color: #666;
        color: white;
        border-color: #666;
    }

    .promoContainer .btn.btn-primary.btn-gray:hover {
        color: white;
        background-color: #999;
        border-color: #999;
    }

    .promoContainer .btn.btn-primary.btn-dark {
        background-color: #211c35;
        color: white;
        border-color: #666;
    }

    .promoContainer .btn.btn-primary.btn-dark:hover {
        background-color: #888;
        color: white;
        border-color: #666;
    }

    .plpAd_video {
        width: 100%;
        position: relative;
        display: block;
    }

    .product-card .videoCTAbutton { 
        position:absolute;
        top: 70%;
        left:50%;
        transform:translatex(-50%);
    }

    .promoContainer.promoVideoContainer a {
        margin: 0;
        padding: 0;
    }

    .plpAd_acc_button {
        display: block;
        position: absolute;
        top: 10px;
        left: 20px;
        width: 43px;
        border-radius: 50%;
        z-index: 3;
    }

    /*========================================================================================*/

    @media screen and (max-width:769px) {

        .promoContainer.promoVideoContainer.mobileShrink a {
            margin: 0;
            padding: 0;
            display: block;
        }

        .plpAd_acc_button {
            top: 10px;
            left: 10px;
            width: 43px;
        }

        .mobileShrink .plpAd_acc_button {
            top: 10px;
            left: 10px;
            width: 25px;
        }

        .mobileShrink .plpAd_video {
            position: relative;
            display: block;
            object-fit: cover;
            object-position: center;
            height: 100%;
            width: 100%;
        }

      #hubspotRYIEmailForm p { margin-bottom:0;} 
       
      #hubspotRYIEmailForm .modal-dialog {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        max-height: 85vh;
        max-width: 80vw !important;
        }
    }

    /*========================================================================================*/

    #hubspotRYIEmailForm button.close {
        transform: translate(50%, -50%);
        position: absolute;
        top: 1rem;
        right: 1rem;
        opacity: 1;
        font-family: "brandon-grotesque";
        background: #595378;
        padding: 0.75rem 1rem;
        border-radius: 100%;
        font-size: 1rem;
        border: 2px solid white;
        color: white;
        width: 2rem;
        height: 2rem;
        background-image: url(/globalassets/__rebrand/_common/icons/icon-cross-exit.svg);
        background-size: 37%;
        background-position: center center;
        background-repeat: no-repeat;

    }

    #hubspotRYIEmailForm .modal-content {
        border: 1px solid #666;
    }

    #hubspotRYIEmailForm .modal-dialog {
        max-width: 500px;
        left:50%;
        top: 50%;
        transform: translate(-50%,-50%);
        margin:0;
    }

    #hubspotRYIEmailForm .modal-header {
        border-bottom: 1px solid #dee2e6;

    }

    .promoContainer .btn-primary {
        background: #595378;
        border: none;

    }

    .promoContainer.double_promo .product-card {
        max-width: 50rem;
    }

    .promoContainer .product-card h3.textCopy {
        text-align: center;
    }

    .promoContainer .textCopy {
        color: white;
        text-transform: capitalize;
        margin-bottom: 0;
        word-break: break-word;
        word-wrap: break-word;
        width: 100%;

    }

    .promoContainer img {
        display: block;
        width: 100%;
        height: auto;

    }

    .promoContainer a,
    .promoContainer .ryi_wrapper {
        height: 100%;
        text-decoration: none;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .promoContainer.digiPage {
        padding: 1.5rem;
    }

    .promoContainer .product-card {
        display: block;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
        /* Resize the background image to cover the entire container */

    }

    .promoContainer {
        cursor: pointer;
    }

    @media screen and (max-width: 576px) {
        .promoContainer .textCopy {
            font-size: 2rem;
        }

        .mobileShrink.promoContainer.double_promo {
            max-width: 100%;
        }

        .promoContainer.mobileShrink .textCopy {
            font-size: 1.6rem;
        }

        .promoContainer a,
        .promoContainer .ryi_wrapper {
            padding: 2rem 0.5rem;
        }
    }

    @media screen and (max-width: 325px) {
        .promoContainer .textCopy {
            font-size: 1.5rem;
        }

        .promoContainer.mobileShrink .textCopy {
            font-size: 1.4rem;
        }
    }