body:has(#rh-woo-cart-panel.darella-cart-panel.active) #darellaHelpBtnWrap {
    display: none !important;
}

#rh-woo-cart-panel.darella-cart-panel {
    z-index: 9998;
}

#rh-woo-cart-panel.darella-cart-panel .rh-sslide-panel-wrap {
    width: 430px !important;
    max-width: 100vw !important;
    height: 100vh !important;
    background: #f8fafc !important;
    box-shadow: -18px 0 45px rgba(15, 23, 42, .18);
    overflow: hidden !important;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-shell {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    overflow: hidden;
}

#rh-woo-cart-panel.darella-cart-panel #rh-woo-cart-panel-heading {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    width: 100% !important;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-header {
    padding: 18px 18px 16px;
    background: linear-gradient(135deg, #0a2472, #123aa8);
    color: #fff;
    position: relative;
    overflow: hidden;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-header:before {
    content: "";
    width: 170px;
    height: 170px;
    position: absolute;
    right: -75px;
    top: -95px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-header:after {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    left: 48%;
    bottom: -85px;
    border-radius: 50%;
    background: rgba(244, 107, 9, .20);
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-header-inner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-title {
    margin: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 950;
    line-height: 1.1;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-subtitle {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 800;
    margin-top: 5px;
    line-height: 1.35;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-close {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .20);
    background: rgba(255, 255, 255, .16);
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .18s ease;
    float: none !important;
    font-size: 31px !important;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-close:hover {
    background: rgba(255, 255, 255, .24);
    transform: scale(1.04);
}

#rh-woo-cart-panel.darella-cart-panel #rh-woo-cart-panel-tabs {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    flex: 1 1 auto;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

#rh-woo-cart-panel.darella-cart-panel #rh-woo-cart-panel-content {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    display: flex;
    flex-direction: column;
}

#rh-woo-cart-panel.darella-cart-panel .widget_shopping_cart_content {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    height: auto !important;
}

#rh-woo-cart-panel.darella-cart-panel #alert-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-empty {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    text-align: center;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-empty-card {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 32px 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-empty-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 15px;
    border-radius: 25px;
    background: linear-gradient(135deg, rgba(10, 36, 114, .10), rgba(244, 107, 9, .12));
    color: #0a2472;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-empty-title {
    margin: 0;
    color: #111827;
    font-size: 20px;
    font-weight: 950;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-empty-text {
    margin: 8px 0 20px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-empty-btn {
    width: 100%;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    background: linear-gradient(135deg, #0a2472, #123aa8);
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(10, 36, 114, .18);
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-empty-btn:hover {
    color: #fff;
    text-decoration: none;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-list-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 14px 14px 16px;
    background: #f8fafc;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-list-wrap::-webkit-scrollbar {
    width: 7px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-list-wrap::-webkit-scrollbar-track {
    background: #edf2f7;
    border-radius: 999px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-list-wrap::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 12px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    transition: .18s ease;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-item:hover {
    border-color: rgba(10, 36, 114, .25);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .09);
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-img-link {
    width: 78px;
    height: 78px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-img-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 5px;
    background: #fff;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a2472;
    background: linear-gradient(135deg, rgba(10, 36, 114, .10), rgba(244, 107, 9, .10));
    font-size: 24px;
    font-weight: 950;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-img-placeholder.is-hidden {
    display: none;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-product-info {
    min-width: 0;
    padding-right: 34px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-product-name {
    color: #111827;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.35;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-product-name:hover {
    color: #0a2472;
    text-decoration: none;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 31px;
    height: 31px;
    border: 0;
    border-radius: 13px;
    background: #fff1f2;
    color: #dc2626;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 1;
    font-weight: 950;
    cursor: pointer;
    transition: .18s ease;
    padding: 0;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-remove:hover {
    background: #dc2626;
    color: #fff;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-price-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-line-total {
    color: #0a2472;
    font-size: 16px;
    font-weight: 950;
    white-space: nowrap;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-formula {
    color: #6b7280;
    font-size: 11px;
    font-weight: 850;
    background: #f3f4f6;
    border-radius: 999px;
    padding: 5px 8px;
    white-space: nowrap;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#rh-woo-cart-panel.darella-cart-panel .rh-custom-quantity {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 4px;
}

#rh-woo-cart-panel.darella-cart-panel .rh-custom-quantity .minus-quantity,
#rh-woo-cart-panel.darella-cart-panel .rh-custom-quantity .plus-quantity {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0a2472;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .08);
    transition: .18s ease;
    padding: 0;
}

#rh-woo-cart-panel.darella-cart-panel .rh-custom-quantity .minus-quantity:hover,
#rh-woo-cart-panel.darella-cart-panel .rh-custom-quantity .plus-quantity:hover {
    background: #0a2472;
    color: #fff;
}

#rh-woo-cart-panel.darella-cart-panel .rh-custom-quantity .qty {
    width: 38px !important;
    min-width: 38px !important;
    height: 30px !important;
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    text-align: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    pointer-events: none;
    appearance: textfield;
    -moz-appearance: textfield;
}

#rh-woo-cart-panel.darella-cart-panel .rh-custom-quantity .qty::-webkit-outer-spin-button,
#rh-woo-cart-panel.darella-cart-panel .rh-custom-quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-unit {
    font-size: 11px;
    font-weight: 850;
    color: #6b7280;
    text-align: right;
    line-height: 1.35;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-footer {
    flex: 0 0 auto;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    padding: 14px;
    box-shadow: 0 -12px 32px rgba(15, 23, 42, .08);
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-total-box {
    border-radius: 18px;
    padding: 14px 15px;
    background: linear-gradient(135deg, rgba(10, 36, 114, .09), rgba(244, 107, 9, .09));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px !important;
    border: 0 !important;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-total-label {
    color: #374151;
    font-size: 14px;
    font-weight: 950;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-total-price {
    color: #0a2472;
    font-size: 22px;
    font-weight: 1000;
    white-space: nowrap;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-actions {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-btn {
    height: 50px;
    border-radius: 16px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    padding: 0 12px !important;
    line-height: 1 !important;
    transition: .18s ease;
    border: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-btn-secondary {
    background: #f3f4f6 !important;
    color: #111827 !important;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-btn-secondary:hover {
    background: #e5e7eb !important;
    color: #111827 !important;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-btn-primary {
    background: linear-gradient(135deg, #f46b09, #ff8a2a) !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(244, 107, 9, .22);
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-btn-primary:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(244, 107, 9, .28);
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-secure {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 10px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-cart-secure i {
    color: #16a34a;
    margin-top: 2px;
}

#rh-woo-cart-panel.darella-cart-panel #confirmationModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px);
    max-width: 360px;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 22px;
    border: 1px solid #e5e7eb;
    z-index: 100000;
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(15, 23, 42, .28);
    text-align: center;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
    border-radius: 20px;
    background: #fff1f2;
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-title {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 950;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-text {
    margin: 8px 0 18px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 650;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-btn {
    height: 44px;
    border: 0;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
    transition: .18s ease;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-btn-danger {
    background: #dc2626;
    color: #fff;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-btn-danger:hover {
    background: #b91c1c;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-btn-light {
    background: #f3f4f6;
    color: #111827;
}

#rh-woo-cart-panel.darella-cart-panel .dc-confirm-btn-light:hover {
    background: #e5e7eb;
}

@media (max-width: 576px) {
    #rh-woo-cart-panel.darella-cart-panel .rh-sslide-panel-wrap {
        width: 100% !important;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-header {
        padding: 16px 14px 14px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 16px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-title {
        font-size: 21px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-subtitle {
        font-size: 12px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-close {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 15px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-list-wrap {
        padding: 12px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border-radius: 20px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-img-link {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-product-info {
        padding-right: 32px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-product-name {
        font-size: 13px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-price-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-unit {
        text-align: left;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-actions {
        grid-template-columns: 1fr;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-total-price {
        font-size: 20px;
    }

    #rh-woo-cart-panel.darella-cart-panel .dc-cart-secure {
        display: none;
    }
}
