.cart_totals .darling-cart-gift {
    width: 100%;
    min-width: 0;
    margin: 16px 0 0;
    border: 1px solid rgba(184, 42, 65, .45);
    border-radius: 4px;
    background: rgba(56, 22, 31, .42);
    color: #fff;
    font: 400 16px/1.45 "Agenda One", sans-serif;
}
.cart_totals .dcg-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 52px;
    padding: 16px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    font: 500 15px/1.35 "Agenda One", sans-serif;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease;
}
.cart_totals .dcg-toggle:hover { background: rgba(137, 26, 46, .22); }
.cart_totals .dcg-toggle:focus-visible,
.cart_totals .darling-cart-gift #pwgc-redeem-button:focus-visible {
    outline: 2px solid #e04155;
    outline-offset: 3px;
}
.cart_totals .dcg-chevron {
    flex: 0 0 7px;
    height: 7px;
    margin: -4px 2px 0 0;
    border-right: 1.5px solid #d96273;
    border-bottom: 1.5px solid #d96273;
    transform: rotate(45deg);
    transition: transform .25s ease;
}
.cart_totals .dcg-toggle[aria-expanded="true"] .dcg-chevron { transform: translateY(4px) rotate(225deg); }
.cart_totals .dcg-panel { display: grid; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows .25s ease, visibility .25s; }
.cart_totals .dcg-panel[aria-hidden="false"] { grid-template-rows: 1fr; visibility: visible; }
.cart_totals .dcg-panel-inner { min-height: 0; overflow: hidden; }
.cart_totals .dcg-fields { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 0 16px 16px; }
.cart_totals .dcg-fields label { color: #c5afb4; font-size: 14px; line-height: 1.4; }
.cart_totals .darling-cart-gift #pwgc-redeem-gift-card-number {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 11px 12px;
    border: 1px solid #60414a;
    border-radius: 3px;
    background: #120d10;
    color: #fff;
    color-scheme: dark;
    font: inherit;
    box-shadow: none;
}
.cart_totals .darling-cart-gift #pwgc-redeem-gift-card-number::placeholder { color: #aa969c; opacity: 1; }
.cart_totals .darling-cart-gift #pwgc-redeem-gift-card-number:focus { border-color: #e04155; outline: 1px solid #e04155; outline-offset: 0; }
.cart_totals .darling-cart-gift #pwgc-redeem-button {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 12px;
    border: 1px solid #bd1935;
    border-radius: 3px;
    background: linear-gradient(110deg, #810f25, #be1935);
    color: #fff;
    font: 500 15px/1.2 "Agenda One", sans-serif;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: filter .2s ease;
}
.cart_totals .darling-cart-gift #pwgc-redeem-button:hover { filter: brightness(1.15); }
.cart_totals .darling-cart-gift #pwgc-redeem-button:disabled { opacity: .65; cursor: wait; }
.cart_totals .darling-cart-gift #pwgc-redeem-error,
.cart_totals .dcg-success {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(220, 70, 95, .4);
    border-radius: 3px;
    background: rgba(83, 16, 32, .35);
    color: #ffc4cd;
    font-size: 14px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
.cart_totals .dcg-success { border-color: #625147; background: rgba(70, 49, 44, .3); color: #e9d9cd; }
.cart_totals .dcg-notices .woocommerce-message,
.cart_totals .dcg-notices .woocommerce-info,
.cart_totals .dcg-notices .woocommerce-error {
    margin: 0 0 8px;
    padding: 10px 12px;
    border: 1px solid #625147;
    border-radius: 3px;
    background: rgba(70, 49, 44, .3);
    color: #e9d9cd;
    font: 400 14px/1.4 "Agenda One", sans-serif;
    list-style: none;
    overflow-wrap: anywhere;
}
.cart_totals .dcg-notices .woocommerce-error { border-color: #94344a; color: #ffc4cd; background: #32121b; }
.cart_totals .dcg-notices .woocommerce-message::before,
.cart_totals .dcg-notices .woocommerce-info::before,
.cart_totals .dcg-notices .woocommerce-error::before { display: none; }
.cart_totals[aria-busy="true"] .darling-cart-gift { opacity: .7; pointer-events: none; }
.cart_totals .darling-cart-gift #pwgc-redeem-error:empty,
.cart_totals .dcg-success:empty { display: none; }
@media (prefers-reduced-motion: reduce) {
    .cart_totals .dcg-panel, .cart_totals .dcg-chevron, .cart_totals .dcg-toggle { transition: none; }
}
