/* AL Shop Online v19 — first-party global WhatsApp help */
:root{--alshop-wa-help-bottom:22px}
.alshop-wa-help{
    position:fixed;
    right:22px;
    bottom:calc(var(--alshop-wa-help-bottom,22px) + env(safe-area-inset-bottom));
    z-index:2147482500;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:10px;
    font-family:inherit;
    transition:opacity .18s ease,transform .18s ease,bottom .18s ease;
}
.alshop-wa-help.is-cookie-visible{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(8px);
}
.alshop-wa-help__button{
    height:54px;
    min-width:176px;
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    padding:0 18px 0 8px;
    border:1px solid #ef3f16;
    border-radius:28px;
    background:linear-gradient(180deg,#ff6b2b 0%,#f4471f 100%);
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    text-decoration:none!important;
    box-shadow:0 14px 34px rgba(244,71,31,.30),0 4px 10px rgba(20,25,35,.10);
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.alshop-wa-help__button:hover,
.alshop-wa-help__button:focus{
    background:linear-gradient(180deg,#ff5f20 0%,#df3b16 100%);
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    text-decoration:none!important;
    transform:translateY(-2px);
    box-shadow:0 18px 38px rgba(244,71,31,.36),0 5px 12px rgba(20,25,35,.12);
}
.alshop-wa-help__icon{
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);
}
.alshop-wa-help__icon i{
    color:#fff!important;
    font-size:24px;
    line-height:1;
}
.alshop-wa-help__label{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    font-size:14px;
    font-weight:800;
    line-height:1;
    white-space:nowrap;
}
.alshop-wa-help__tip{
    position:relative;
    width:224px;
    padding:13px 36px 13px 15px;
    border:1px solid #eceff3;
    border-radius:14px;
    background:#fff;
    color:#242a33;
    box-shadow:0 16px 42px rgba(15,23,42,.16);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px) scale(.98);
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease;
}
.alshop-wa-help__tip::after{
    content:"";
    position:absolute;
    right:24px;
    bottom:-7px;
    width:13px;
    height:13px;
    background:#fff;
    border-right:1px solid #eceff3;
    border-bottom:1px solid #eceff3;
    transform:rotate(45deg);
}
.alshop-wa-help.is-tip-visible .alshop-wa-help__tip{
    opacity:1;
    visibility:visible;
    transform:translateY(0) scale(1);
}
.alshop-wa-help__tip strong{
    display:block;
    margin:0 0 3px;
    color:#202630;
    font-size:14px;
    font-weight:800;
    line-height:1.25;
}
.alshop-wa-help__tip span{
    display:block;
    color:#717986;
    font-size:12px;
    line-height:1.35;
}
.alshop-wa-help__tip-close{
    position:absolute;
    top:7px;
    right:8px;
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    border:0;
    border-radius:50%;
    background:#f3f5f7;
    color:#737b87;
    font-size:18px;
    line-height:1;
    cursor:pointer;
}
@media(max-width:991.98px){
    :root{--alshop-wa-help-bottom:70px}
    .alshop-wa-help{right:12px;gap:8px}
    .alshop-wa-help__button{
        min-width:108px;
        height:48px;
        padding:0 14px 0 6px;
        gap:8px;
        border-radius:25px;
        box-shadow:0 10px 26px rgba(244,71,31,.28),0 3px 8px rgba(20,25,35,.10);
    }
    .alshop-wa-help__icon{width:36px;height:36px;flex-basis:36px}
    .alshop-wa-help__icon i{font-size:22px}
    .alshop-wa-help__label{font-size:12.5px}
    .alshop-wa-help__tip{width:196px;padding:11px 34px 11px 13px}
    .alshop-wa-help__tip strong{font-size:13px}
    .alshop-wa-help__tip span{font-size:11.5px}
}
@media(max-width:420px){
    .alshop-wa-help{right:10px}
    .alshop-wa-help__tip{width:184px}
}
@media(prefers-reduced-motion:reduce){
    .alshop-wa-help,.alshop-wa-help__button,.alshop-wa-help__tip{transition:none!important}
}
