.matspar-product.grandiosa {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.item.grandiosa {
    color: #000;
    border-bottom: 1px solid #000000;
}

.grandiosa .add-to-cart-wrapper .purchase-button {
    border-radius: 2px;
    background-color: #000;
    line-height: 1.3em;
    border: 1px solid #000;
    color: #fff;
    padding: 10px;
}

.grandiosa .add-to-cart-wrapper .purchase-button:disabled {
    border-radius: 2px;
    background-color: #faeb9b;
    line-height: 1.3em;
    border: 1px solid #00000052;
    color: #00000052;
}

.grandiosa .add-to-cart-wrapper {
    width: 100%;
    max-width: 130px;
    min-width: 130px;
}

.grandiosa .cart-quantity {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0.125rem;
    border: 1px solid #000000;
    padding: 0rem;
    background-color: #faeb9b;
    flex: 2 1 0%;
    -webkit-box-pack: center;
    justify-content: space-between;
    max-width: 130px;
    margin: 0;
    width: 100%;
}

.grandiosa .quantity {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0.125rem;
    border: 1px solid #000000;
    padding: 0rem;
    background-color: #faeb9b;
    flex: 2 1 0%;
    -webkit-box-pack: center;
    justify-content: space-between;
    width: 130px;
    max-width: 150px;
    margin: 0;
    width: 40%;
    min-width: 150px;
}

.grandiosa .cart-quantity-button-plus,
.grandiosa .quantity-button-plus {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    border-radius: 0;
    background-color: #000000;
    color: #faeb9b;
    font-size: 0.9375rem;
}

.grandiosa .cart-quantity-button-minus,
.grandiosa .quantity-button-minus {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    border-radius: 0;
    background-color: #000000;
    color: #faeb9b;
    font-size: 0.9375rem;
}

.grandiosa .cart-quantity-button-minus>span,
.grandiosa .quantity-button-minus>span {
    font-size: 1.2rem;
    height: 13px;
    font-weight: 100;
}

.grandiosa .cart-quantity-button-plus>span,
.grandiosa .quantity-button-plus>span {
    font-size: 1.2rem;
    height: 13px;
    width: 13px;
    font-weight: 100;
}

.grandiosa .cart-quantity-input {
    color: #282828;
    width: 40px;
}

.single-product .grandiosa .additional-info {
    margin: 10px 0;
}

button.order-button.grandiosa {
    border-radius: 0.125rem;
    background-color: #faeb9b;
    color: #000;
    border: 1px solid #000000;
}

button.order-button.grandiosa:focus {
    background: #000000;
    color: #faeb9b;
}

.grandiosa-zipcode-button {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #000000;
    color: white;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    max-width: 240px;
}

.grandiosa-zipcode-button:hover {
    background-color: #000000;
    color: white;
}

.popup-grandiosa #check-zipcode-button {
    border-radius: 2px;
    background-color: #faeb9b;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
}

.popup-grandiosa #check-zipcode-button:disabled {
    border-radius: 2px;
    background-color: #faeb9b;
    border: 1px solid #00000052;
    color: #00000052;
}

.popup-grandiosa .consent-input:checked::before {
    background-color: #FFDE2F;
}

.popup-grandiosa {
    border: 1px solid #000;
    border-radius: 2px;
    padding: 2rem;
    font-size: 15px;
    line-height: 1.2rem;
}

.popup-grandiosa #zipcode-input {
    border-radius: 2px;
    border: 1px solid #000;
}

.matspar-product.grandiosa .additional-info p {
    margin-bottom: 10px;
    font-family: "HelveticaRounded", Sans-serif;
    font-size: 13px;
    color: #000;
}

.order-button-container.grandiosa {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

div.cart-notebox.grandiosa {
    border: 1px solid;
    border-radius: 2px;
    padding: 20px 23px;
    margin: 10px 0;
    width: 100%;
    border-color: #000000;
    background-color: #faeb9b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #000;
    line-height: 1.3rem;
}

.grandiosa .cart-notebox-save {
    padding: 8px 12px;
    font-size: 12px;
    background-color: #000000;
    color: #E5F4F9;
    border: 1px solid transparent;
    padding: 10px 24px;
    font-size: 12px;
    border-radius: 2px;
    min-width: 207px;
}

.grandiosa .cart-notebox-trash {
    padding: 8px 12px;
    font-size: 12px;
    background-color: #000000;
    color: #E5F4F9;
    border: 1px solid transparent;
    padding: 10px 24px;
    font-size: 12px;
    border-radius: 2px;
    min-width: 207px;
}

.redirect-overlay-content .grandiosa {
    background-color: white;
    padding: 30px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
}

.grandiosa .ok-redirect-button, .grandiosa #cancel-redirect-button {
    border-radius: 2px;
    background-color: #000;
    font-size: 12px;
}

.cart-icon.grandiosa {
    border: 2px solid #000000;
}

.cart-icon.grandiosa svg {
    fill: #000000;
}

.cart-icon.grandiosa .badge:before {
    background-color: #DA291C;
}

@media only screen and (max-width: 680px) {
    .matspar-product.grandiosa {
        display: flex;
        flex-direction: column;
    }

    .grandiosa .cart-quantity {
        margin: 0;
    }

    .matsmart-product.grandiosa .additional-info {
        width: 100%;
    }

    .matsmart-product.grandiosa .cart-quantity {
        width: 100%;
        margin: 20px 0;
    }

    .matspar-product.grandiosa .additional-info {
        width: 100%;
    }
    
    .matspar-product.grandiosa .additional-info p {
        margin-bottom: 10px;
    }

    div.cart-notebox.grandiosa {
        flex-direction: column;
        align-items: flex-start;
    }

    .grandiosa .cart-notebox-save {
        padding: 8px 12px;
        font-size: 12px;
    }

    .grandiosa .cart-notebox-trash {
        padding: 8px 12px;
        font-size: 12px;
    }

    .grandiosa .quantity {
        margin: 10px 0;
    }

    button.order-button.grandiosa {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1.3em;
    }

    .cart-icon.grandiosa {
        border: 1.5px solid #000000;
    }
}