body.woocustom-notify-modal-open{overflow:hidden!important;}
        .woocustom-notify-modal-root{--wct-modal-accent:#2563eb;position:fixed;inset:0;z-index:9999999;display:flex;align-items:center;justify-content:center;padding:20px;font-family:inherit;direction:inherit;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;}
        .woocustom-notify-modal-root.is-open{opacity:1;visibility:visible;}
        .woocustom-notify-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.56);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}
        .woocustom-notify-modal{position:relative;z-index:1;width:min(92vw,470px);max-height:min(84vh,680px);overflow:auto;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;padding:24px 24px 22px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;color:#111827;box-shadow:0 28px 80px rgba(15,23,42,.28);transform:translateY(14px) scale(.975);transition:transform .24s cubic-bezier(.2,.8,.2,1);}
        .woocustom-notify-modal-root.is-open .woocustom-notify-modal{transform:translateY(0) scale(1);}
        .woocustom-notify-modal-icon{width:42px;height:42px;min-width:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(37,99,235,.08);color:var(--wct-modal-accent);font-weight:900;font-size:18px;line-height:1;overflow:visible;}
        .woocustom-notify-modal-icon svg{display:block;width:24px;height:24px;overflow:visible;}
        .woocustom-notify-modal-icon .woocustom-notify-check-path{fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;}
        .woocustom-notify-modal-root--success.is-open .woocustom-notify-modal-icon{animation:woocustom-success-pop .55s cubic-bezier(.16,1,.3,1) both;}
        .woocustom-notify-modal-root--success.is-open .woocustom-notify-check-path{animation:woocustom-check-draw .48s .12s ease-out forwards;}
        .woocustom-notify-modal-content{min-width:0;padding-top:2px;padding-inline-end:34px;}
        .woocustom-notify-modal-title{margin:0 0 4px;font-size:16px;font-weight:850;line-height:1.55;color:#0f172a;}
        .woocustom-notify-modal-message{min-width:0;font-size:14px;font-weight:650;line-height:1.85;text-align:start;overflow-wrap:anywhere;white-space:pre-line;color:#475569;}
        .woocustom-notify-modal.has-product{width:min(94vw,560px);}
        .woocustom-notify-product{grid-column:1/-1;display:grid;grid-template-columns:94px minmax(0,1fr);gap:15px;align-items:center;padding:14px;border:1px solid #e7ebf0;border-radius:16px;background:#f8fafc;}
        .woocustom-notify-product.no-image{grid-template-columns:1fr;}
        .woocustom-notify-product-image{width:94px;height:94px;border-radius:13px;overflow:hidden;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;}
        .woocustom-notify-product-image img{display:block;width:100%;height:100%;object-fit:cover;}
        .woocustom-notify-product-info{min-width:0;display:flex;flex-direction:column;gap:6px;}
        .woocustom-notify-product-name{font-size:15px;font-weight:850;line-height:1.65;color:#0f172a;overflow-wrap:anywhere;}
        .woocustom-notify-product-meta{font-size:12px;font-weight:600;line-height:1.7;color:#64748b;overflow-wrap:anywhere;}
        .woocustom-notify-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:2px;}
        .woocustom-notify-product-price{font-size:14px;font-weight:850;color:#111827;}
        .woocustom-notify-product-qty{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 10px;border-radius:999px;background:#fff;border:1px solid #dbe3ec;color:#334155;font-size:12px;font-weight:750;}
        .woocustom-notify-modal-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:2px;}
        .woocustom-notify-modal-action{appearance:none;min-height:46px;padding:10px 12px;border-radius:12px;border:1px solid #dbe3ec;background:#fff;color:#0f172a;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:inherit;font-size:12px;font-weight:800;line-height:1.5;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;}
        .woocustom-notify-modal-action:hover,.woocustom-notify-modal-action:focus-visible{transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,23,42,.08);outline:none;}
        .woocustom-notify-modal-action.is-primary{background:var(--wct-modal-accent);border-color:var(--wct-modal-accent);color:#fff!important;}
                .woocustom-notify-modal-close{appearance:none;border:1px solid #e5e7eb;background:#fff;color:#64748b;position:absolute;top:16px;inset-inline-end:16px;width:34px;height:34px;min-width:34px;min-height:34px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(15,23,42,.05);transition:background .15s ease,color .15s ease,transform .15s ease,border-color .15s ease;z-index:3;}
        .woocustom-notify-modal-close svg{display:block;width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;}
        .woocustom-notify-modal-close:hover,.woocustom-notify-modal-close:focus-visible{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a;outline:none;transform:scale(1.05);}
        .woocustom-notify-modal-root--success{--wct-modal-accent:#16a34a;}
        .woocustom-notify-modal-root--error,.woocustom-notify-modal-root--delete{--wct-modal-accent:#dc2626;}
        .woocustom-notify-modal-root--warning{--wct-modal-accent:#d97706;}
        .woocustom-notify-modal-root--info{--wct-modal-accent:#2563eb;}
        .woocustom-notify-modal-root--loading{--wct-modal-accent:#64748b;}
        .woocustom-notify-modal-root--loading .woocustom-notify-modal-icon{animation:woocustom-modal-pulse 1s ease-in-out infinite;}

        /* Style 1: Product Card */
        .woocustom-notify-product-modal.woocustom-notify-style-product .woocustom-notify-modal{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 26px 76px rgba(15,23,42,.26);}
        .woocustom-notify-product-modal.woocustom-notify-style-product .woocustom-notify-modal-icon{background:#f8fafc;background:color-mix(in srgb,var(--wct-modal-accent) 9%,white);box-shadow:inset 0 0 0 1px #e5e7eb;}
        .woocustom-notify-product-modal.woocustom-notify-style-product .woocustom-notify-product{background:linear-gradient(180deg,#fbfdff 0%,#f8fafc 100%);}

        /* Style 2: Glass */
        .woocustom-notify-product-modal.woocustom-notify-style-glass .woocustom-notify-modal-backdrop{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}
        .woocustom-notify-product-modal.woocustom-notify-style-glass .woocustom-notify-modal{background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.72);border-radius:26px;box-shadow:0 34px 100px rgba(15,23,42,.30);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);}
        .woocustom-notify-product-modal.woocustom-notify-style-glass .woocustom-notify-modal-icon{background:rgba(255,255,255,.72);box-shadow:0 10px 30px rgba(15,23,42,.10),inset 0 0 0 1px rgba(255,255,255,.8);}
        .woocustom-notify-product-modal.woocustom-notify-style-glass .woocustom-notify-product{background:rgba(255,255,255,.62);border-color:rgba(203,213,225,.68);}
        .woocustom-notify-product-modal.woocustom-notify-style-glass .woocustom-notify-modal-action{background:rgba(255,255,255,.72);}
        .woocustom-notify-product-modal.woocustom-notify-style-glass .woocustom-notify-modal-action.is-primary{background:var(--wct-modal-accent);}

        /* Style 3: Focus */
        .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal{grid-template-columns:1fr;text-align:center;padding-top:30px;border:0;border-radius:24px;box-shadow:0 30px 90px rgba(15,23,42,.30);}
        .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal-icon{justify-self:center;width:56px;height:56px;min-width:56px;background:var(--wct-modal-accent);color:#fff;box-shadow:0 14px 34px rgba(15,23,42,.15);}
        .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal-icon svg{width:30px;height:30px;}
        .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal-content{padding:0 34px;text-align:center;}
        .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal-message{text-align:center;}
        .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-product,.woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal-actions{grid-column:1;}
        .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-product{text-align:start;background:rgba(15,23,42,.025);}

        /* Dedicated compact modal for non-product notifications. */
        .woocustom-notify-generic-modal .woocustom-notify-modal-backdrop{background:rgba(15,23,42,.42);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);}
        .woocustom-notify-generic-modal .woocustom-notify-modal{width:min(90vw,410px);grid-template-columns:52px minmax(0,1fr);gap:13px;padding:20px 20px 19px;border:0;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.24);overflow:auto;}
        .woocustom-notify-generic-modal .woocustom-notify-modal:before{content:'';position:absolute;top:0;bottom:0;inset-inline-start:0;width:4px;background:var(--wct-modal-accent);}
        .woocustom-notify-generic-modal .woocustom-notify-modal-icon{width:48px;height:48px;min-width:48px;border-radius:15px;background:color-mix(in srgb,var(--wct-modal-accent) 10%,white);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--wct-modal-accent) 18%,#e5e7eb);font-size:20px;}
        .woocustom-notify-generic-modal .woocustom-notify-modal-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
        .woocustom-notify-generic-modal .woocustom-notify-modal-content{padding-top:1px;padding-inline-end:34px;align-self:center;}
        .woocustom-notify-generic-modal .woocustom-notify-modal-title{font-size:15px;margin-bottom:3px;}
        .woocustom-notify-generic-modal .woocustom-notify-modal-message{font-size:13px;line-height:1.8;font-weight:600;color:#64748b;}
        .woocustom-notify-generic-modal .woocustom-notify-modal-close{top:12px;inset-inline-end:12px;width:31px;height:31px;min-width:31px;min-height:31px;border:0;background:#f8fafc;box-shadow:none;}
        .woocustom-notify-generic-modal .woocustom-notify-modal-actions{grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:3px;}
        .woocustom-notify-generic-modal .woocustom-notify-modal-action{min-height:42px;border-radius:11px;}
        .woocustom-notify-generic-modal.woocustom-notify-modal-root--success .woocustom-notify-modal-icon{background:#ecfdf5;box-shadow:inset 0 0 0 1px #bbf7d0;}
        .woocustom-notify-generic-modal.woocustom-notify-modal-root--error .woocustom-notify-modal-icon,.woocustom-notify-generic-modal.woocustom-notify-modal-root--delete .woocustom-notify-modal-icon{background:#fef2f2;box-shadow:inset 0 0 0 1px #fecaca;}
        .woocustom-notify-generic-modal.woocustom-notify-modal-root--warning .woocustom-notify-modal-icon{background:#fffbeb;box-shadow:inset 0 0 0 1px #fde68a;}
        .woocustom-notify-generic-modal.woocustom-notify-modal-root--info .woocustom-notify-modal-icon{background:#eff6ff;box-shadow:inset 0 0 0 1px #bfdbfe;}
        .woocustom-notify-generic-modal.woocustom-notify-modal-root--loading .woocustom-notify-modal-icon{background:#f8fafc;box-shadow:inset 0 0 0 1px #e2e8f0;}
        .woocustom-notify-generic-modal.woocustom-notify-modal-root--loading .woocustom-notify-modal-icon svg{animation:woocustom-notify-spin .8s linear infinite;}

        @keyframes woocustom-success-pop{0%{opacity:0;transform:scale(.45) rotate(-12deg)}58%{opacity:1;transform:scale(1.12) rotate(3deg)}100%{opacity:1;transform:scale(1) rotate(0)}}
        @keyframes woocustom-check-draw{to{stroke-dashoffset:0}}
        @keyframes woocustom-modal-pulse{0%,100%{opacity:.45;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}
        @keyframes woocustom-notify-spin{to{transform:rotate(360deg)}}
        @media(max-width:640px){
            .woocustom-notify-modal-root{padding:12px}
            .woocustom-notify-modal,.woocustom-notify-modal.has-product{width:100%;grid-template-columns:auto minmax(0,1fr);gap:11px;padding:18px 14px;border-radius:17px}
            .woocustom-notify-modal-content{padding-inline-end:38px}
            .woocustom-notify-modal-icon{width:36px;height:36px;min-width:36px}
            .woocustom-notify-modal-title{font-size:15px}
            .woocustom-notify-modal-message{font-size:13px;line-height:1.8}
            .woocustom-notify-modal-close{top:12px;inset-inline-end:12px;width:32px;height:32px;min-width:32px;min-height:32px}
            .woocustom-notify-product{grid-template-columns:76px minmax(0,1fr);gap:11px;padding:11px}
            .woocustom-notify-product-image{width:76px;height:76px}
            .woocustom-notify-modal-actions{grid-template-columns:1fr}
            .woocustom-notify-modal-action{min-height:44px}
            .woocustom-notify-generic-modal .woocustom-notify-modal{width:100%;grid-template-columns:44px minmax(0,1fr);gap:11px;padding:17px 15px;border-radius:17px}
            .woocustom-notify-generic-modal .woocustom-notify-modal-icon{width:42px;height:42px;min-width:42px;border-radius:13px}
            .woocustom-notify-generic-modal .woocustom-notify-modal-content{padding-inline-end:34px}
            .woocustom-notify-generic-modal .woocustom-notify-modal-close{top:10px;inset-inline-end:10px;width:30px;height:30px;min-width:30px;min-height:30px}
            .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal{grid-template-columns:1fr;padding-top:26px}
            .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal-content{padding:0 34px}
            .woocustom-notify-product-modal.woocustom-notify-style-focus .woocustom-notify-modal-icon{width:52px;height:52px;min-width:52px}
        }
        @media(prefers-reduced-motion:reduce){.woocustom-notify-modal-root,.woocustom-notify-modal,.woocustom-notify-modal-icon,.woocustom-notify-check-path{animation:none!important;transition:none!important}.woocustom-notify-modal-root--success .woocustom-notify-check-path{stroke-dashoffset:0!important}}
