:root{--wclp-stripe:#DC2626;--wclp-bg:#FFF1F2;--wclp-border:#FECDD3;--wclp-icon-color:#DC2626;--wclp-label:#9F1239;--wclp-title:#18181B;--wclp-body:#3F3F46;--wclp-btn-call-bg:#ECFDF5;--wclp-btn-call-fg:#065F46;--wclp-btn-call-bdr:#A7F3D0;--wclp-btn-mail-bg:#EFF6FF;--wclp-btn-mail-fg:#1E3A8A;--wclp-btn-mail-bdr:#BFDBFE}@media (prefers-color-scheme:dark){:root{--wclp-bg:#1C0A0B;--wclp-border:#4C0519;--wclp-label:#FECDD3;--wclp-title:#FAFAF9;--wclp-body:#A1A1AA;--wclp-btn-call-bg:#052E16;--wclp-btn-call-fg:#86EFAC;--wclp-btn-call-bdr:#14532D;--wclp-btn-mail-bg:#0C1A3A;--wclp-btn-mail-fg:#93C5FD;--wclp-btn-mail-bdr:#1E3A8A}}:root[data-theme="dark"]{--wclp-bg:#1C0A0B;--wclp-border:#4C0519;--wclp-label:#FECDD3;--wclp-title:#FAFAF9;--wclp-body:#A1A1AA;--wclp-btn-call-bg:#052E16;--wclp-btn-call-fg:#86EFAC;--wclp-btn-call-bdr:#14532D;--wclp-btn-mail-bg:#0C1A3A;--wclp-btn-mail-fg:#93C5FD;--wclp-btn-mail-bdr:#1E3A8A}:root[data-theme="light"]{--wclp-stripe:#DC2626;--wclp-bg:#FFF1F2;--wclp-border:#FECDD3;--wclp-icon-color:#DC2626;--wclp-label:#9F1239;--wclp-title:#18181B;--wclp-body:#3F3F46;--wclp-btn-call-bg:#ECFDF5;--wclp-btn-call-fg:#065F46;--wclp-btn-call-bdr:#A7F3D0;--wclp-btn-mail-bg:#EFF6FF;--wclp-btn-mail-fg:#1E3A8A;--wclp-btn-mail-bdr:#BFDBFE}.wclp-notice{display:flex;align-items:flex-start;gap:16px;background:var(--wclp-bg);border:1px solid var(--wclp-border);border-left:4px solid var(--wclp-stripe);border-radius:10px;padding:20px 22px;margin:0 0 24px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .06),0 2px 4px -2px rgb(0 0 0 / .04);font-family:-apple-system,"Segoe UI",system-ui,sans-serif;animation:wclp-in .3s cubic-bezier(.22,1,.36,1) both}@keyframes wclp-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.wclp-notice{animation:none}}.wclp-notice__icon{flex-shrink:0;color:var(--wclp-icon-color);margin-top:1px}.wclp-notice__body{flex:1;display:flex;flex-direction:column;gap:10px}.wclp-notice__title{font-size:15px;font-weight:700;color:var(--wclp-title);line-height:1.35;margin:0;text-wrap:balance}.wclp-notice__title strong{color:var(--wclp-stripe)}.wclp-notice__message{font-size:13.5px;color:var(--wclp-body);line-height:1.6;margin:0}.wclp-notice__message strong{color:var(--wclp-title);font-weight:600}.wclp-notice__contacts{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.wclp-notice__btn{display:inline-flex;align-items:center;gap:6px;padding:7px 15px;border-radius:7px;font-size:13px;font-weight:600;text-decoration:none!important;border:1px solid #fff0;transition:filter .15s,box-shadow .15s;cursor:pointer;white-space:nowrap;line-height:1}.wclp-notice__btn:hover{filter:brightness(.93);box-shadow:0 1px 4px rgb(0 0 0 / .1)}.wclp-notice__btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.wclp-notice__btn--call{background:var(--wclp-btn-call-bg);color:var(--wclp-btn-call-fg)!important;border-color:var(--wclp-btn-call-bdr)}.wclp-notice__btn--mail{background:var(--wclp-btn-mail-bg);color:var(--wclp-btn-mail-fg)!important;border-color:var(--wclp-btn-mail-bdr)}@media (max-width:480px){.wclp-notice{padding:16px;gap:12px}.wclp-notice__contacts{flex-direction:column}.wclp-notice__btn{justify-content:center}}.woocommerce .wclp-notice{border-left-width:4px!important;border-left-style:solid!important}