.cdp-checkout-field {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 18px;
    margin: 0 0 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.cdp-checkout-field h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
}

.cdp-input-wrap {
    position: relative;
    display: block;
}

.cdp-input-wrap:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: .72;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#delivery_date {
    cursor: pointer;
    min-height: 48px;
    padding-left: 46px !important;
    background: #fff !important;
}

#cdp_delivery_summary_field[data-cdp-open] {
    cursor: pointer;
}

.cdp-modal,
.cdp-modal * {
    box-sizing: border-box;
}

.cdp-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    font-family: inherit;
}

.cdp-modal.is-open {
    display: block;
}

.cdp-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 18, 18, .62);
}

.cdp-modal__dialog {
    position: relative;
    width: min(94vw, 520px);
    max-height: 92vh;
    margin: 4vh auto;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0,0,0,.28);
    animation: cdpPop .16s ease-out;
}

@keyframes cdpPop {
    from { transform: translateY(8px); opacity: .85; }
    to { transform: translateY(0); opacity: 1; }
}

.cdp-modal-open {
    overflow: hidden;
}

.cdp-modal__close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 38px;
    height: 38px;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #f6f6f6 !important;
    color: #222 !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    text-align: center !important;
    cursor: pointer;
    z-index: 3;
    text-transform: none !important;
    box-shadow: none !important;
}

.cdp-modal__close:hover,
.cdp-modal__close:focus {
    background: #ececec !important;
    color: #111 !important;
}

.cdp-modal__header {
    padding: 22px 58px 18px 58px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

.cdp-modal__logo {
    display: block;
    max-width: 132px;
    max-height: 56px;
    object-fit: contain;
    margin: 0 auto 8px;
}

.cdp-modal__site-name {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--cdp-brand, #e93d6d);
    font-size: 17px;
    font-weight: 700;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.cdp-modal__header h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
    color: #222;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.cdp-steps { display: none !important; }

.cdp-modal__body {
    max-height: calc(92vh - 168px);
    overflow-y: auto;
    padding: 18px 24px 20px;
}

.cdp-panel {
    display: none;
}

.cdp-panel.is-active {
    display: block;
}

.cdp-panel h4 {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
    color: #222;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.cdp-back {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    margin: 0 0 14px !important;
    padding: 8px 12px !important;
    min-height: 0 !important;
    border: 1px solid #eee !important;
    border-radius: 999px !important;
    background: #fafafa !important;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: none !important;
}

.cdp-back:hover,
.cdp-back:focus {
    border-color: var(--cdp-brand, #e93d6d) !important;
    color: var(--cdp-brand, #e93d6d) !important;
}

.cdp-option-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cdp-option {
    display: grid !important;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 12px;
    width: 100%;
    min-height: 64px;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 1px solid #ededed !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #222 !important;
    text-align: left !important;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,.04) !important;
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-family: inherit !important;
}

.cdp-option:hover,
.cdp-option:focus,
.cdp-option.is-selected {
    border-color: var(--cdp-brand, #e93d6d) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.08) !important;
    transform: translateY(-1px);
    outline: none;
}

.cdp-option.is-selected {
    background: #fff !important;
}

.cdp-option.is-disabled,
.cdp-option:disabled {
    opacity: .45;
    cursor: not-allowed;
    transform: none;
}

.cdp-option__title {
    display: block;
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #222;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.cdp-option__meta {
    display: block;
    justify-self: end;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.cdp-selected-context {
    margin: -4px 0 14px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fafafa;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.cdp-empty {
    margin: 14px 0 0;
    padding: 12px;
    border-radius: 12px;
    background: #fff5f5;
    color: #b42318;
    font-weight: 600;
    text-align: center;
}

.cdp-modal__footer {
    min-height: 42px;
    padding: 0 24px 18px;
    text-align: center;
}

.cdp-message {
    display: inline-block;
    color: #555;
    font-size: 13px;
}

.cdp-calendar {
    width: 100%;
}

.cdp-calendar__head {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    margin: 0 0 12px;
    padding: 8px 10px;
    border-radius: 16px;
    background: var(--cdp-brand, #e93d6d);
    color: #fff;
}

.cdp-calendar__title {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.cdp-calendar__nav {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.16) !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    cursor: pointer;
    text-transform: none !important;
    box-shadow: none !important;
}

.cdp-calendar__nav:hover,
.cdp-calendar__nav:focus {
    background: rgba(255,255,255,.24) !important;
    color: #fff !important;
}

.cdp-calendar__nav:disabled {
    opacity: .38;
    cursor: not-allowed;
}

.cdp-calendar__weekdays,
.cdp-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.cdp-calendar__weekdays {
    margin: 0 0 8px;
}

.cdp-calendar__weekdays span {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: none !important;
}

.cdp-calendar__blank {
    min-height: 42px;
}

.cdp-calendar__day {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 42px;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer;
    text-transform: none !important;
    box-shadow: none !important;
}

.cdp-calendar__day:hover,
.cdp-calendar__day:focus,
.cdp-calendar__day.is-selected {
    border-color: var(--cdp-brand, #e93d6d) !important;
    background: var(--cdp-brand, #e93d6d) !important;
    color: #fff !important;
    outline: none;
}

.cdp-calendar__day.is-today:not(.is-selected) {
    border-color: var(--cdp-brand, #e93d6d) !important;
}

.cdp-calendar__day:disabled {
    background: #f7f7f7 !important;
    color: #c7c7c7 !important;
    border-color: #f3f3f3 !important;
    cursor: not-allowed;
}

@media (max-width: 600px) {
    .cdp-checkout-field {
        padding: 16px;
    }

    .cdp-modal__dialog {
        width: 94vw;
        max-height: 94vh;
        margin: 3vh auto;
        border-radius: 18px;
    }

    .cdp-modal__header {
        padding: 20px 52px 16px 18px;
    }

    .cdp-modal__body {
        max-height: calc(94vh - 132px);
        padding: 16px 16px 18px;
    }

    .cdp-option-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cdp-option {
        min-height: 58px;
        padding: 13px 16px !important;
    }

    .cdp-calendar__head {
        min-height: 50px;
        border-radius: 14px;
    }

    .cdp-calendar__weekdays,
    .cdp-calendar__grid {
        gap: 6px;
    }

    .cdp-calendar__blank,
    .cdp-calendar__day {
        height: 40px;
        min-height: 40px;
        border-radius: 11px !important;
    }
}

@media (max-width: 390px) {
    .cdp-calendar__weekdays,
    .cdp-calendar__grid {
        gap: 4px;
    }

    .cdp-calendar__blank,
    .cdp-calendar__day {
        height: 37px;
        min-height: 37px;
        font-size: 13px !important;
    }
}


/* v2.0.4 checkout field polish + safer mobile calendar fit */
#cdp_checkout_field.cdp-checkout-field {
    position: relative;
    overflow: hidden;
    padding: 22px 22px 24px;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(233,61,109,.045), rgba(255,255,255,0) 74px),
        #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.045);
}

#cdp_checkout_field.cdp-checkout-field:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--cdp-brand, #e93d6d);
}

#cdp_checkout_field.cdp-checkout-field h3 {
    margin: 0 0 16px !important;
    color: #202124;
    font-size: 19px !important;
    font-weight: 800 !important;
    letter-spacing: -.01em !important;
}

#cdp_delivery_summary_field {
    margin: 0 !important;
}

#cdp_delivery_summary_field > label {
    display: block;
    margin: 0 0 8px !important;
    color: #202124;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

#cdp_delivery_summary_field .cdp-input-wrap {
    position: relative;
    display: block;
}

#cdp_delivery_summary_field .cdp-input-wrap:before {
    left: 15px;
    z-index: 2;
    width: 22px;
    height: 22px;
    opacity: .9;
    filter: none;
}

#cdp_delivery_summary_field .cdp-input-wrap:after {
    content: "›";
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 2;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 999px;
    color: var(--cdp-brand, #e93d6d);
    background: rgba(233,61,109,.09);
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    pointer-events: none;
}

#delivery_date.input-text,
#delivery_date {
    width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 52px 0 52px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #202124 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 56px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.035) !important;
    outline: none !important;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    text-overflow: ellipsis;
}

#delivery_date::placeholder {
    color: #6b7280 !important;
    opacity: 1;
}

#cdp_delivery_summary_field:hover #delivery_date,
#delivery_date:focus {
    border-color: var(--cdp-brand, #e93d6d) !important;
    box-shadow: 0 0 0 3px rgba(233,61,109,.10), 0 6px 18px rgba(0,0,0,.05) !important;
}

.cdp-modal__dialog {
    width: min(94vw, 500px);
    border-radius: 24px;
}

.cdp-modal__header {
    padding-top: 20px;
    padding-bottom: 16px;
}

.cdp-modal__logo {
    max-width: 112px;
    max-height: 46px;
    margin-bottom: 10px;
}

.cdp-panel h4 {
    margin-bottom: 18px;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.cdp-calendar {
    max-width: 452px;
    margin: 0 auto;
}

.cdp-calendar__head {
    grid-template-columns: 38px 1fr 38px;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px;
    border-radius: 18px;
}

.cdp-calendar__nav {
    width: 34px !important;
    height: 34px !important;
    font-size: 25px !important;
}

.cdp-calendar__weekdays,
.cdp-calendar__grid {
    width: 100%;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
}

.cdp-calendar__weekdays span {
    min-width: 0;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}

.cdp-calendar__day,
.cdp-calendar__blank {
    height: 42px;
    min-height: 42px;
}

.cdp-option {
    border-radius: 18px !important;
}

.cdp-option__title {
    font-size: 15px !important;
}

.cdp-option__meta {
    color: var(--cdp-brand, #e93d6d);
}

@media (max-width: 600px) {
    #cdp_checkout_field.cdp-checkout-field {
        padding: 18px 16px 20px;
        border-radius: 16px;
    }

    #delivery_date.input-text,
    #delivery_date {
        min-height: 54px !important;
        height: 54px !important;
        padding-left: 50px !important;
        padding-right: 46px !important;
        font-size: 14px !important;
        line-height: 54px !important;
    }

    .cdp-modal__dialog {
        width: calc(100vw - 24px);
        margin: 12px auto;
        max-height: calc(100vh - 24px);
        border-radius: 20px;
    }

    .cdp-modal__header {
        padding: 18px 50px 14px 50px;
    }

    .cdp-modal__logo {
        max-width: 96px;
        max-height: 42px;
    }

    .cdp-modal__body {
        padding: 16px 14px 18px;
        max-height: calc(100vh - 148px);
    }

    .cdp-calendar__weekdays,
    .cdp-calendar__grid {
        gap: 5px;
    }

    .cdp-calendar__day,
    .cdp-calendar__blank {
        height: 39px;
        min-height: 39px;
        border-radius: 10px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 360px) {
    .cdp-modal__body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cdp-calendar__weekdays,
    .cdp-calendar__grid {
        gap: 4px;
    }

    .cdp-calendar__day,
    .cdp-calendar__blank {
        height: 36px;
        min-height: 36px;
        border-radius: 9px !important;
        font-size: 12px !important;
    }
}

/* v2.0.5 exact icon alignment + cleaner clickable field */
#cdp_delivery_summary_field .cdp-input-wrap:before,
#cdp_delivery_summary_field .cdp-input-wrap:after {
    content: none !important;
    display: none !important;
}

#cdp_delivery_summary_field .cdp-input-wrap {
    position: relative !important;
    display: block !important;
}

.cdp-field-icon,
.cdp-field-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.cdp-field-icon {
    left: 16px;
    width: 24px;
    color: #2f3438;
}

.cdp-field-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cdp-field-arrow {
    right: 14px;
    width: 30px;
    color: var(--cdp-brand, #e93d6d);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.cdp-field-arrow:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--cdp-brand, #e93d6d) 10%, transparent);
    z-index: -1;
}

@supports not (background: color-mix(in srgb, #000 10%, transparent)) {
    .cdp-field-arrow:before {
        background: rgba(233,61,109,.10);
    }
}

#delivery_date.input-text,
#delivery_date {
    display: block !important;
    height: 58px !important;
    min-height: 58px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 54px !important;
    padding-right: 56px !important;
    line-height: 58px !important;
    vertical-align: middle !important;
}

#cdp_delivery_summary_field .cdp-input-wrap:hover .cdp-field-icon,
#delivery_date:focus ~ .cdp-field-arrow,
#delivery_date:focus + .cdp-field-arrow {
    color: var(--cdp-brand, #e93d6d);
}

@media (max-width: 600px) {
    .cdp-field-icon {
        left: 15px;
        width: 22px;
    }

    .cdp-field-icon svg {
        width: 20px;
        height: 20px;
    }

    .cdp-field-arrow {
        right: 12px;
        width: 28px;
    }

    #delivery_date.input-text,
    #delivery_date {
        height: 56px !important;
        min-height: 56px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        line-height: 56px !important;
    }
}


/* v2.0.6 unlimited booking support + exact arrow centering */
.cdp-field-arrow {
    top: 50% !important;
    bottom: auto !important;
    right: 14px !important;
    width: 30px !important;
    height: 30px !important;
    transform: translateY(-50%) !important;
    border-radius: 999px !important;
    background: rgba(233,61,109,.10) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.cdp-field-arrow:before {
    content: none !important;
    display: none !important;
}

.cdp-field-arrow svg {
    display: block !important;
    width: 17px !important;
    height: 17px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

@media (max-width: 600px) {
    .cdp-field-arrow {
        right: 12px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .cdp-field-arrow svg {
        width: 16px !important;
        height: 16px !important;
    }
}

/* v2.0.7 optional Gifting Theme - disabled by default */
#cdp_checkout_field.cdp-theme-gifting.cdp-checkout-field {
    border-color: rgba(233,61,109,.16);
    background:
        radial-gradient(circle at 8% 0%, rgba(255,196,77,.22), transparent 28%),
        radial-gradient(circle at 95% 6%, rgba(233,61,109,.15), transparent 32%),
        linear-gradient(180deg, #fff7fa 0%, #ffffff 78%);
    box-shadow: 0 12px 34px rgba(233,61,109,.08), 0 6px 20px rgba(0,0,0,.04);
}

#cdp_checkout_field.cdp-theme-gifting.cdp-checkout-field:before {
    height: 4px;
    background: linear-gradient(90deg, var(--cdp-brand, #e93d6d), #ffb547, #9bd66f);
}

#cdp_checkout_field.cdp-theme-gifting.cdp-checkout-field h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #301d24;
}

#cdp_checkout_field.cdp-theme-gifting.cdp-checkout-field h3:before {
    content: "🎁";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(233,61,109,.10);
    font-size: 16px;
    line-height: 1;
    flex: 0 0 auto;
}

#cdp_checkout_field.cdp-theme-gifting #delivery_date.input-text,
#cdp_checkout_field.cdp-theme-gifting #delivery_date {
    border-color: rgba(233,61,109,.18) !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 6px 18px rgba(233,61,109,.06) !important;
}

#cdp_checkout_field.cdp-theme-gifting .cdp-field-icon,
#cdp_checkout_field.cdp-theme-gifting .cdp-field-arrow {
    color: var(--cdp-brand, #e93d6d);
}

.cdp-modal.cdp-theme-gifting .cdp-modal__overlay {
    background: rgba(36, 21, 29, .66);
    backdrop-filter: blur(2px);
}

.cdp-modal.cdp-theme-gifting .cdp-modal__dialog {
    background:
        radial-gradient(circle at 8% 2%, rgba(255,196,77,.22), transparent 30%),
        radial-gradient(circle at 100% 2%, rgba(233,61,109,.15), transparent 34%),
        linear-gradient(180deg, #fff7fa 0%, #ffffff 46%);
    border: 1px solid rgba(233,61,109,.13);
    box-shadow: 0 28px 84px rgba(37, 18, 25, .34);
}

.cdp-modal.cdp-theme-gifting .cdp-modal__header {
    position: relative;
    padding-bottom: 14px;
    border-bottom: 0;
}

.cdp-modal.cdp-theme-gifting .cdp-modal__header:after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(233,61,109,.22), transparent);
}

.cdp-modal.cdp-theme-gifting .cdp-modal__site-name {
    color: var(--cdp-brand, #e93d6d);
}

.cdp-modal.cdp-theme-gifting .cdp-modal__header h3 {
    color: #301d24;
    font-weight: 800;
}

.cdp-gifting-icons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 10px 0 7px;
}

.cdp-gifting-icons span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(233,61,109,.10);
    font-size: 17px;
    line-height: 1;
}

.cdp-gifting-subtitle {
    margin: 0;
    color: #6f4d59;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

.cdp-modal.cdp-theme-gifting .cdp-panel h4 {
    color: #301d24;
}

.cdp-modal.cdp-theme-gifting .cdp-calendar__head {
    background: linear-gradient(135deg, var(--cdp-brand, #e93d6d), #ff8a65);
    box-shadow: 0 10px 24px rgba(233,61,109,.20);
}

.cdp-modal.cdp-theme-gifting .cdp-calendar__day {
    border-color: rgba(233,61,109,.10) !important;
    background: rgba(255,255,255,.92) !important;
}

.cdp-modal.cdp-theme-gifting .cdp-calendar__day:hover,
.cdp-modal.cdp-theme-gifting .cdp-calendar__day:focus,
.cdp-modal.cdp-theme-gifting .cdp-calendar__day.is-selected {
    background: var(--cdp-brand, #e93d6d) !important;
    border-color: var(--cdp-brand, #e93d6d) !important;
    color: #fff !important;
}

.cdp-modal.cdp-theme-gifting .cdp-option {
    border-color: rgba(233,61,109,.12) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,252,.96)) !important;
    box-shadow: 0 8px 22px rgba(233,61,109,.07) !important;
}

.cdp-modal.cdp-theme-gifting .cdp-option:hover,
.cdp-modal.cdp-theme-gifting .cdp-option:focus,
.cdp-modal.cdp-theme-gifting .cdp-option.is-selected {
    border-color: var(--cdp-brand, #e93d6d) !important;
    box-shadow: 0 12px 28px rgba(233,61,109,.13) !important;
}

.cdp-modal.cdp-theme-gifting .cdp-option__meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(233,61,109,.09);
    color: var(--cdp-brand, #e93d6d);
}

.cdp-modal.cdp-theme-gifting .cdp-selected-context {
    background: #fff7fa;
    border: 1px solid rgba(233,61,109,.12);
    color: #5b3340;
}

.cdp-modal.cdp-theme-gifting .cdp-back {
    background: #fff !important;
    border-color: rgba(233,61,109,.15) !important;
}

.cdp-modal.cdp-theme-gifting .cdp-modal__close {
    background: rgba(255,255,255,.86) !important;
    color: #5b3340 !important;
}

@media (max-width: 600px) {
    #cdp_checkout_field.cdp-theme-gifting.cdp-checkout-field h3:before {
        width: 28px;
        height: 28px;
        font-size: 15px;
    }

    .cdp-gifting-icons span {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .cdp-gifting-subtitle {
        font-size: 12px;
    }
}

.cdp-inline-notice {
    display: block;
    margin-top: 8px;
    color: #b42318;
    font-size: 13px;
    line-height: 1.4;
}

.cdp-inline-notice[hidden] {
    display: none !important;
}
