header #logo {
    max-width: 300px;
}

.c7-product-collection__product-list .c7-product .c7-product__image .sold-out-badge {
    left: 85px;
}

.c7-product-collection__product-list {
    grid-template-columns: repeat(2, 1fr);
}

.c7-product-collection__product-list .c7-product {
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.c7-product-collection__product-list .c7-product__teaser {
    width: 100%;
    max-width: 190px;
    font-size: .9em;
    margin-bottom: calc(100% - 41%);
}

.c7-product-detail #accolades{
    position: absolute;
    width: 5%;
    right: calc(50% + 120px);
}

.c7-product-collection__product-list #accolades {
    position: absolute;
    width: 10%;
    right: calc(80% + -90px);
    top: 0;
}

#accolades p{
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

#ma-gold{
    max-width: 200%;
}

@media screen and (max-width: 992px) {
    .c7-product-collection__product-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .c7-product-collection__product-list .c7-product {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .c7-product-collection__product-list .c7-form {
        max-width: unset;
    }
    .c7-product-collection__product-list .c7-product__add-to-cart__form {
        justify-content: center;
    }
    .c7-product-collection__product-list .c7-product__teaser {
        width: 100%;
        max-width: unset;
        font-size: .8em;
        margin-bottom:0;
    }
    .c7-product-collection__product-list #accolades {
    right: calc(80% + -180px);
}
    .c7-product-detail #accolades{
        left: calc(50% + 70px);
    top: calc(10% - 30px);
}
}
@media screen and (max-width: 425px) {
    .c7-product-collection__product-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .c7-product-detail #accolades {
        top: calc(10% - 160px);
        width: 20%;
    }
}
@media screen and (min-width: 769px) {
    .c7-product-collection__product-list .c7-product__add-to-cart__form {
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 210px);
    }
    .c7-product-collection__product-list .c7-product__login-message {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 10px 0;
    }
    .c7-product-collection__product-list .c7-product__login-message button{
        position: absolute;
        right: 0;
        width: calc(100% - 210px);
    }
}