/* Kinzy approved chat design. All component rules are scoped. */
body.kinzy-whatsapp-enabled #kinzy-chat-launcher,
body.kinzy-whatsapp-enabled #chat-widget-container {
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
}
#kinzy-website-whatsapp {
    --kc-ivory:#f8f6f2;
    --kc-burgundy:#351211;
    --kc-muted:#6c5c55;
    --kc-line:#e6dfd7;
    --kc-bottom:24px;
    --kc-right:24px;
    color:var(--kc-burgundy);
    font-family:'Jost',Arial,sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:1.5;
    position:fixed;
    right:max(var(--kc-right),env(safe-area-inset-right));
    bottom:max(var(--kc-bottom),env(safe-area-inset-bottom));
    z-index:9997;
    width:352px;
    max-width:calc(100vw - 32px);
    box-sizing:border-box;
    pointer-events:none;
    text-align:left;
    letter-spacing:normal;
}
#kinzy-website-whatsapp * { box-sizing:border-box; }
#kinzy-website-whatsapp [hidden] { display:none !important; }
#kinzy-website-whatsapp .kc-panel {
    background:var(--kc-ivory);
    border:1px solid var(--kc-line);
    border-radius:0;
    box-shadow:0 8px 28px #35121110;
    pointer-events:auto;
    overflow:auto;
    max-height:calc(100vh - 112px);
    max-height:calc(100dvh - var(--kc-bottom) - 88px - env(safe-area-inset-bottom));
    overscroll-behavior:contain;
}
#kinzy-website-whatsapp .kc-header { display:flex; align-items:center; gap:11px; padding:18px 15px 18px 20px; border-bottom:1px solid var(--kc-line); }
#kinzy-website-whatsapp .kc-monogram { width:52px; height:34px; flex:0 0 52px; object-fit:contain; border:0; padding:0; margin:0; border-radius:0; box-shadow:none; }
#kinzy-website-whatsapp .kc-brand-name { font-family:'Cinzel',Georgia,serif; font-size:15px; line-height:1.4; letter-spacing:.4px; font-weight:400; color:var(--kc-burgundy); }
#kinzy-website-whatsapp .kc-brand-subtitle { font-size:12px; line-height:1.6; color:var(--kc-muted); margin-top:2px; }
#kinzy-website-whatsapp button { font-family:'Jost',Arial,sans-serif; }
#kinzy-website-whatsapp .kc-close { appearance:none; margin:0 0 0 auto; align-self:flex-start; border:0; color:var(--kc-burgundy); background:transparent; width:44px; min-width:44px; height:44px; flex:0 0 44px; padding:14px; display:grid; place-items:center; border-radius:0; box-shadow:none; cursor:pointer; }
#kinzy-website-whatsapp .kc-content { padding:29px 24px 25px; }
#kinzy-website-whatsapp #kinzy-whatsapp-title { margin:0 0 15px; padding:0; font-family:'Cinzel',Georgia,serif; font-weight:400; font-size:23px; line-height:1.35; color:var(--kc-burgundy); letter-spacing:-.4px; text-transform:uppercase; }
#kinzy-website-whatsapp .kc-copy { margin:0 0 23px; padding:0; font-size:15px; font-weight:400; line-height:1.7; color:var(--kc-muted); letter-spacing:normal; }
#kinzy-website-whatsapp .kc-action { min-height:52px; width:100%; display:flex; align-items:center; justify-content:center; gap:10px; border:1px solid var(--kc-burgundy); border-radius:0; background:var(--kc-burgundy); color:var(--kc-ivory); font-family:'Jost',Arial,sans-serif; font-size:11px; font-weight:500; line-height:1.5; letter-spacing:1.5px; text-transform:uppercase; padding:15px 12px; text-decoration:none; box-shadow:none; cursor:pointer; }
#kinzy-website-whatsapp .kc-action:hover { background:#4b1e1b; color:var(--kc-ivory); }
#kinzy-website-whatsapp .kc-hours { margin:15px 0 0; padding:0; color:var(--kc-muted); font-size:12px; font-weight:400; line-height:1.5; text-align:center; letter-spacing:normal; }
#kinzy-website-whatsapp .kc-launcher-row { display:flex; justify-content:flex-end; align-items:center; gap:12px; padding-top:14px; }
#kinzy-website-whatsapp .kc-launcher-caption { font-size:12px; line-height:1.5; letter-spacing:.3px; color:var(--kc-muted); padding:5px 9px; background:var(--kc-ivory); border:1px solid var(--kc-line); }
#kinzy-website-whatsapp .kc-launcher { appearance:none; background:var(--kc-burgundy); color:var(--kc-ivory); width:48px; min-width:48px; height:48px; border:0; border-radius:50%; display:grid; place-items:center; padding:14px; box-shadow:0 3px 10px #3512111c; pointer-events:auto; text-decoration:none; cursor:pointer; }
#kinzy-website-whatsapp .kc-launcher:hover { background:#4b1e1b; color:var(--kc-ivory); }
#kinzy-website-whatsapp svg { display:block; flex-shrink:0; max-width:none; margin:0; }
#kinzy-website-whatsapp :is(.kc-close,.kc-action,.kc-launcher):focus-visible { outline:2px solid var(--kc-burgundy); outline-offset:4px; }
@media(max-width:767px) {
    #kinzy-website-whatsapp { --kc-bottom:16px; --kc-right:16px; }
    body.single-product #kinzy-website-whatsapp { --kc-bottom:88px; }
    #kinzy-website-whatsapp .kc-launcher-caption { display:none; }
}
@media(max-width:350px) {
    #kinzy-website-whatsapp .kc-content { padding:24px 20px; }
    #kinzy-website-whatsapp .kc-header { gap:8px; padding-left:16px; padding-right:8px; }
    #kinzy-website-whatsapp .kc-brand-name { font-size:14px; }
    #kinzy-website-whatsapp .kc-monogram { width:46px; flex-basis:46px; }
    #kinzy-website-whatsapp #kinzy-whatsapp-title { font-size:21px; }
}
