.custom-gift-block {
    border: 1px solid #e6e6e6;
    text-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 0;
    color: #0e0e0e;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    line-height: 16px;
    margin-bottom: 10px;
    /* padding: 16px 44px; */
    width: 100%;
}

.custom-gift-block p {
    margin: 5px 0;
    font-family: 'Proxima Nova LT';
    font-size: 15px;
    color: #000000 !important;
}


.gift-product-link {
    all: unset !important; 
    display: inline !important;
    color: #1c69d4 !important;
    text-decoration: none !important;
    cursor: pointer !important; 
}

.gift-product-link:hover {
    text-decoration: none !important; 
    color: darkblue !important;
}
