
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title h1,
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumbs{
    color: #fff !important;
}


.giftcard-fields .single_add_to_cart_button.button.alt {
    background-color: #eeb400;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.giftcard-fields label {
    width: 100%;
    color: #1c1c1c;
    font-family: ChelseaMarket;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.giftcard-fields h3 {
    font-size: 24px;
}

.giftcard-box .custom-product-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}