/* TrendishShop v255 — 7-purchase free-shipping loyalty UI */
.loyalty-float-v255{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:9990;
    width:min(430px,calc(100vw - 34px));
    min-height:206px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 112px;
    grid-template-areas:"copy gift";
    align-items:center;
    gap:10px;
    padding:22px 20px 18px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:22px;
    overflow:hidden;
    direction:rtl;
    color:#fff;
    background:
        radial-gradient(circle at 82% 48%,rgba(221,52,189,.38) 0,rgba(221,52,189,0) 34%),
        radial-gradient(circle at 18% 8%,rgba(124,80,255,.24) 0,rgba(124,80,255,0) 42%),
        linear-gradient(135deg,#17104c 0%,#32126d 44%,#4d167e 72%,#241058 100%);
    box-shadow:0 20px 55px rgba(28,9,76,.34),0 6px 18px rgba(31,12,71,.22);
    font-family:inherit;
    transform:translateY(0);
    opacity:1;
    transition:opacity .24s ease,transform .24s ease;
}
.loyalty-float-v255::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(105deg,transparent 10%,rgba(255,255,255,.06) 42%,transparent 60%);
    transform:translateX(-120%);
    animation:loyaltyShineV255 8s ease-in-out infinite;
}
.loyalty-float-v255.is-hidden{opacity:0;transform:translateY(18px) scale(.98);pointer-events:none}
.loyalty-close-v255{
    position:absolute;top:9px;left:12px;z-index:3;width:30px;height:30px;padding:0;border:0;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer;opacity:.86
}
.loyalty-close-v255:hover{opacity:1;transform:scale(1.06)}
.loyalty-copy-v255{grid-area:copy;position:relative;z-index:2;min-width:0;padding-top:2px}
.loyalty-copy-v255 h3{margin:0 0 15px;color:#fff;font-size:20px;line-height:1.7;font-weight:900;letter-spacing:-.35px}
.loyalty-copy-v255 p{margin:13px 0 0;color:rgba(255,255,255,.82);font-size:12.5px;line-height:1.85;font-weight:500}
.loyalty-active-badge-v255{display:inline-flex;align-items:center;gap:5px;margin:0 0 7px;padding:5px 9px;border:1px solid rgba(255,213,75,.35);border-radius:999px;background:rgba(255,198,44,.12);color:#ffe27c;font-size:11px;font-weight:800}
.loyalty-steps-v255{position:relative;display:grid;grid-template-columns:repeat(7,1fr);align-items:center;gap:5px;direction:ltr;padding:0 2px}
.loyalty-track-v255{position:absolute;left:13px;right:13px;top:50%;height:3px;transform:translateY(-50%);border-radius:999px;background:rgba(255,255,255,.17);overflow:hidden}
.loyalty-track-v255 i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffc83d,#ffd968);box-shadow:0 0 12px rgba(255,202,52,.65);transition:width .7s cubic-bezier(.2,.8,.2,1)}
.loyalty-steps-v255>span{position:relative;z-index:1;width:27px;height:27px;margin:auto;display:grid;place-items:center;border:1.5px solid rgba(255,255,255,.38);border-radius:50%;background:#2a1762;color:rgba(255,255,255,.92);font-size:11px;font-weight:900;box-shadow:0 0 0 3px rgba(47,21,103,.65)}
.loyalty-steps-v255>span.is-done{border-color:#ffd15b;background:linear-gradient(135deg,#ffbd25,#ffd65b);color:#3a2268;box-shadow:0 0 0 3px rgba(50,21,104,.72),0 0 12px rgba(255,205,69,.28)}
.loyalty-steps-v255>span.is-next{border-color:rgba(255,213,98,.72);box-shadow:0 0 0 3px rgba(50,21,104,.72),0 0 0 1px rgba(255,211,93,.15)}
.loyalty-gift-v255{grid-area:gift;position:relative;z-index:2;width:112px;height:126px;display:grid;place-items:center;filter:drop-shadow(0 13px 18px rgba(15,4,48,.26))}
.loyalty-gift-v255::before{content:"";position:absolute;width:86px;height:86px;border-radius:50%;background:rgba(234,54,180,.26);filter:blur(17px);animation:loyaltyGlowV255 2.8s ease-in-out infinite}
.loyalty-gift-v255 svg{position:relative;width:108px;height:108px;animation:loyaltyGiftFloatV255 3.5s ease-in-out infinite;overflow:visible}
.loyalty-glow-v255{position:absolute;right:32px;top:32px;width:126px;height:126px;border-radius:50%;background:rgba(225,45,185,.16);filter:blur(18px);pointer-events:none}
.loyalty-spark-v255{position:absolute;z-index:3;width:7px;height:7px;border-radius:50%;background:#ffd760;box-shadow:0 0 13px #ffcf3d}
.loyalty-spark-v255.s1{right:8px;top:15px;animation:loyaltySparkV255 2.3s .2s ease-in-out infinite}.loyalty-spark-v255.s2{left:4px;top:37px;width:5px;height:5px;animation:loyaltySparkV255 2.6s .8s ease-in-out infinite}.loyalty-spark-v255.s3{right:15px;bottom:20px;width:4px;height:4px;animation:loyaltySparkV255 2s 1.1s ease-in-out infinite}
.loyalty-code-v255{margin-top:12px;display:flex;align-items:center;gap:8px;min-width:0;padding:8px 9px 8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(255,255,255,.08);backdrop-filter:blur(4px)}
.loyalty-code-v255 span{font-size:10px;color:rgba(255,255,255,.7);white-space:nowrap}.loyalty-code-v255 b{min-width:0;flex:1;color:#ffe073;font-size:12px;letter-spacing:.7px;overflow:hidden;text-overflow:ellipsis}.loyalty-code-v255 button{flex:0 0 auto;border:0;border-radius:8px;padding:5px 8px;background:#ffd052;color:#34205d;font-family:inherit;font-size:10px;font-weight:900;cursor:pointer}
.loyalty-more-v255,.loyalty-login-v255{display:inline-flex;margin-top:8px;color:#ffe477!important;font-size:11px;font-weight:800;text-decoration:none!important}.loyalty-more-v255:hover,.loyalty-login-v255:hover{color:#fff!important}
.loyalty-float-v255.is-celebrating{animation:loyaltyArriveV255 .55s cubic-bezier(.2,.9,.2,1) both}.loyalty-float-v255.is-celebrating .loyalty-gift-v255 svg{animation:loyaltyCelebrateV255 .9s ease-out 1,loyaltyGiftFloatV255 3.5s .9s ease-in-out infinite}

/* Customer account reward card */
.account-menu-v114 a[href="#shipping-rewards"] b{background:#f1cc47;color:#49216c}
.account-loyalty-v255{position:relative;overflow:hidden;background:linear-gradient(135deg,#211050,#431272 70%,#56157d)!important;color:#fff!important;border:0!important}
.account-loyalty-v255::after{content:"";position:absolute;left:-40px;top:-70px;width:180px;height:180px;border-radius:50%;background:rgba(232,57,187,.18);filter:blur(10px)}
.account-loyalty-v255 .account-card-head-v114{position:relative;z-index:1}.account-loyalty-v255 h2,.account-loyalty-v255 .account-card-kicker-v114{color:#fff!important}.account-loyalty-v255 .account-card-kicker-v114{opacity:.72}
.account-loyalty-summary-v255{position:relative;z-index:1;display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px;align-items:center}
.account-loyalty-number-v255{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:130px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.07)}
.account-loyalty-number-v255 strong{font-size:46px;line-height:1;color:#ffd355}.account-loyalty-number-v255 span{margin-top:9px;color:rgba(255,255,255,.8);font-size:12px}
.account-loyalty-progress-v255 h3{margin:0 0 8px;color:#fff;font-size:17px}.account-loyalty-progress-v255 p{margin:0 0 15px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.8}
.account-loyalty-bar-v255{height:9px;border-radius:999px;background:rgba(255,255,255,.13);overflow:hidden}.account-loyalty-bar-v255 i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffbd28,#ffe074)}
.account-reward-list-v255{position:relative;z-index:1;display:grid;gap:9px;margin-top:18px}.account-reward-item-v255{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:11px 13px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.07)}.account-reward-item-v255 b{color:#ffe276;font-size:13px;letter-spacing:.5px}.account-reward-item-v255 small{color:rgba(255,255,255,.64)}.account-reward-item-v255 button{border:0;border-radius:9px;background:#ffd250;color:#3d2265;padding:6px 10px;font-family:inherit;font-weight:900;cursor:pointer}
.account-reward-empty-v255{position:relative;z-index:1;margin-top:15px;padding:13px;border:1px dashed rgba(255,255,255,.2);border-radius:13px;color:rgba(255,255,255,.72);font-size:12px}

@keyframes loyaltyGiftFloatV255{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-7px) rotate(1deg)}}
@keyframes loyaltyGlowV255{0%,100%{transform:scale(.92);opacity:.55}50%{transform:scale(1.08);opacity:.9}}
@keyframes loyaltySparkV255{0%,100%{transform:scale(.65);opacity:.35}50%{transform:scale(1.35);opacity:1}}
@keyframes loyaltyShineV255{0%,65%{transform:translateX(-130%)}82%,100%{transform:translateX(130%)}}
@keyframes loyaltyArriveV255{0%{opacity:0;transform:translateY(25px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes loyaltyCelebrateV255{0%{transform:scale(.7) rotate(-9deg)}55%{transform:scale(1.12) rotate(4deg)}100%{transform:scale(1) rotate(0)}}

@media (max-width:600px){
    .loyalty-float-v255{right:12px;bottom:12px;width:calc(100vw - 24px);min-height:178px;grid-template-columns:minmax(0,1fr) 84px;gap:5px;padding:18px 15px 14px;border-radius:18px}
    .loyalty-copy-v255 h3{font-size:16px;margin-bottom:12px;line-height:1.65}.loyalty-copy-v255 p{font-size:11px;margin-top:10px;line-height:1.7}
    .loyalty-gift-v255{width:84px;height:102px}.loyalty-gift-v255 svg{width:86px;height:86px}.loyalty-glow-v255{right:15px;top:30px;width:92px;height:92px}
    .loyalty-steps-v255{gap:2px}.loyalty-steps-v255>span{width:23px;height:23px;font-size:9px;box-shadow:0 0 0 2px rgba(47,21,103,.7)}.loyalty-track-v255{left:10px;right:10px}
    .loyalty-active-badge-v255{font-size:9.5px;padding:4px 7px}.loyalty-code-v255{gap:5px;padding:6px 7px}.loyalty-code-v255 b{font-size:10.5px}.loyalty-code-v255 button{padding:4px 6px}
    .account-loyalty-summary-v255{grid-template-columns:1fr}.account-loyalty-number-v255{min-height:105px}.account-reward-item-v255{grid-template-columns:1fr auto}.account-reward-item-v255 small{grid-column:1/-1}
}

@media (prefers-reduced-motion:reduce){.loyalty-float-v255,.loyalty-float-v255::before,.loyalty-gift-v255 svg,.loyalty-gift-v255::before,.loyalty-spark-v255{animation:none!important;transition:none!important}}

/* TrendishShop v256 — compact loyalty card inside customer account */
.account-loyalty-compact-v256{
    position:relative;
    overflow:hidden;
    padding:18px 22px!important;
    border:1px solid rgba(75,27,121,.10)!important;
    border-radius:20px!important;
    background:
        radial-gradient(circle at 8% 15%,rgba(236,69,174,.16),transparent 28%),
        linear-gradient(135deg,#211050 0%,#3d146f 58%,#561579 100%)!important;
    box-shadow:0 10px 28px rgba(52,19,91,.12)!important;
    color:#fff;
}
.account-loyalty-compact-v256::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.045) 46%,transparent 68%);
}
.account-loyalty-main-v256{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}
.account-loyalty-brand-v256{
    min-width:0;
    display:flex;
    align-items:center;
    gap:12px;
}
.account-loyalty-icon-v256{
    flex:0 0 auto;
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,213,83,.28);
    border-radius:15px;
    color:#ffd252;
    background:rgba(255,205,72,.10);
    box-shadow:inset 0 0 22px rgba(255,201,61,.04);
}
.account-loyalty-icon-v256 svg{width:30px;height:30px;display:block}
.account-loyalty-brand-v256 span:not(.account-loyalty-icon-v256){
    display:block;
    margin-bottom:3px;
    color:#ffd862;
    font-size:11px;
    font-weight:800;
}
.account-loyalty-brand-v256 strong{
    display:block;
    color:#fff;
    font-size:15px;
    line-height:1.65;
    font-weight:900;
}
.account-loyalty-count-v256{
    flex:0 0 auto;
    min-width:88px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:8px 11px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:13px;
    background:rgba(255,255,255,.07);
}
.account-loyalty-count-v256 strong{
    color:#ffd24e;
    font-size:25px;
    line-height:1;
    font-weight:950;
}
.account-loyalty-count-v256 span{
    color:rgba(255,255,255,.78);
    font-size:10.5px;
    white-space:nowrap;
}
.account-loyalty-steps-v256{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(7,1fr);
    align-items:center;
    gap:8px;
    margin-top:15px;
    padding:0 4px;
    direction:ltr;
}
.account-loyalty-track-v256{
    position:absolute;
    left:14px;
    right:14px;
    top:50%;
    height:3px;
    transform:translateY(-50%);
    border-radius:999px;
    overflow:hidden;
    background:rgba(255,255,255,.14);
}
.account-loyalty-track-v256 i{
    display:block;
    height:100%;
    border-radius:inherit;
    background:linear-gradient(90deg,#ffbd27,#ffe06c);
    box-shadow:0 0 10px rgba(255,207,65,.35);
}
.account-loyalty-steps-v256>span{
    position:relative;
    z-index:1;
    width:24px;
    height:24px;
    margin:auto;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
    background:#321563;
    color:rgba(255,255,255,.82);
    box-shadow:0 0 0 3px rgba(50,21,99,.72);
    font-size:9.5px;
    font-weight:900;
}
.account-loyalty-steps-v256>span.is-done{
    border-color:#ffd45a;
    background:linear-gradient(135deg,#ffbb24,#ffda5b);
    color:#39205f;
}
.account-loyalty-steps-v256>span.is-next{
    border-color:rgba(255,216,98,.75);
    box-shadow:0 0 0 3px rgba(50,21,99,.72),0 0 10px rgba(255,207,67,.20);
}
.account-reward-chips-v256{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    margin-top:13px;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,.10);
}
.account-reward-label-v256{
    color:#ffe273;
    font-size:10.5px;
    font-weight:900;
    white-space:nowrap;
}
.account-reward-chip-v256{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:5px 6px 5px 9px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:9px;
    background:rgba(255,255,255,.07);
}
.account-reward-chip-v256 b{
    color:#fff;
    font-size:10.5px;
    letter-spacing:.45px;
}
.account-reward-chip-v256 button{
    border:0;
    border-radius:7px;
    padding:4px 7px;
    background:#ffd14f;
    color:#3c2064;
    font-family:inherit;
    font-size:9.5px;
    font-weight:900;
    cursor:pointer;
}
@media (max-width:700px){
    .account-loyalty-compact-v256{padding:15px 14px!important;border-radius:17px!important}
    .account-loyalty-main-v256{gap:10px}
    .account-loyalty-icon-v256{width:42px;height:42px;border-radius:13px}
    .account-loyalty-icon-v256 svg{width:26px;height:26px}
    .account-loyalty-brand-v256 strong{font-size:12.5px}
    .account-loyalty-brand-v256 span:not(.account-loyalty-icon-v256){font-size:9.5px}
    .account-loyalty-count-v256{min-width:70px;padding:7px 8px}
    .account-loyalty-count-v256 strong{font-size:21px}
    .account-loyalty-count-v256 span{font-size:9px}
    .account-loyalty-steps-v256{gap:3px;margin-top:13px;padding:0}
    .account-loyalty-track-v256{left:10px;right:10px}
    .account-loyalty-steps-v256>span{width:21px;height:21px;font-size:8.5px;box-shadow:0 0 0 2px rgba(50,21,99,.75)}
}

/* TrendishShop v257 — ultra-compact loyalty strip inside customer account */
.account-loyalty-strip-v257{
    position:relative;
    overflow:hidden;
    margin:14px 0 18px;
    padding:10px 13px;
    border:1px solid rgba(74,25,120,.12);
    border-radius:15px;
    background:linear-gradient(135deg,#241052 0%,#3d146c 62%,#521777 100%);
    box-shadow:0 7px 22px rgba(53,20,90,.10);
    color:#fff;
}
.account-loyalty-strip-v257::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:radial-gradient(circle at 92% 20%,rgba(236,67,177,.15),transparent 23%);
}
.account-loyalty-strip-main-v257{
    position:relative;
    z-index:1;
    min-height:52px;
    display:grid;
    grid-template-columns:38px minmax(175px,.85fr) minmax(240px,1.25fr) 58px;
    gap:11px;
    align-items:center;
}
.account-loyalty-strip-icon-v257{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,215,90,.28);
    border-radius:11px;
    background:rgba(255,204,69,.09);
    color:#ffd65b;
}
.account-loyalty-strip-icon-v257 svg{width:23px;height:23px;display:block}
.account-loyalty-strip-copy-v257{min-width:0;line-height:1.45}
.account-loyalty-strip-copy-v257 span{
    display:block;
    margin-bottom:2px;
    color:#ffd85f;
    font-size:9.5px;
    font-weight:850;
}
.account-loyalty-strip-copy-v257 strong{
    display:block;
    color:#fff;
    font-size:12.5px;
    line-height:1.55;
    font-weight:900;
    white-space:nowrap;
}
.account-loyalty-strip-progress-v257{
    position:relative;
    display:grid;
    grid-template-columns:repeat(7,1fr);
    align-items:center;
    gap:4px;
    direction:ltr;
    padding:0 2px;
}
.account-loyalty-strip-line-v257{
    position:absolute;
    left:9px;
    right:9px;
    top:50%;
    height:2px;
    transform:translateY(-50%);
    border-radius:999px;
    overflow:hidden;
    background:rgba(255,255,255,.16);
}
.account-loyalty-strip-line-v257 i{
    display:block;
    height:100%;
    border-radius:inherit;
    background:linear-gradient(90deg,#ffbd25,#ffe16f);
}
.account-loyalty-strip-progress-v257>span{
    position:relative;
    z-index:1;
    width:18px;
    height:18px;
    margin:auto;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.25);
    border-radius:50%;
    background:#33165f;
    color:rgba(255,255,255,.75);
    box-shadow:0 0 0 2px #3b1769;
    font-size:7.5px;
    font-weight:900;
}
.account-loyalty-strip-progress-v257>span.is-done{
    border-color:#ffd257;
    background:linear-gradient(135deg,#ffbc25,#ffda5e);
    color:#3b205f;
}
.account-loyalty-strip-progress-v257>span.is-next{border-color:#ffe08a}
.account-loyalty-strip-count-v257{
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    padding:0 8px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:10px;
    background:rgba(255,255,255,.07);
}
.account-loyalty-strip-count-v257 strong{color:#ffd452;font-size:19px;line-height:1;font-weight:950}
.account-loyalty-strip-count-v257 span{color:rgba(255,255,255,.72);font-size:8.5px;white-space:nowrap}
.account-loyalty-strip-rewards-v257{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
    margin-top:8px;
    padding-top:7px;
    border-top:1px solid rgba(255,255,255,.09);
    font-size:9.5px;
    color:#ffe06e;
}
.account-loyalty-strip-code-v257{display:inline-flex;align-items:center;gap:5px;padding:3px 4px 3px 7px;border-radius:7px;background:rgba(255,255,255,.08)}
.account-loyalty-strip-code-v257 b{font-size:9px;color:#fff;letter-spacing:.4px}
.account-loyalty-strip-code-v257 button{border:0;border-radius:6px;padding:3px 6px;background:#ffd253;color:#3d2162;font-family:inherit;font-size:8.5px;font-weight:900;cursor:pointer}

@media (max-width:900px){
    .account-loyalty-strip-main-v257{grid-template-columns:36px minmax(135px,.8fr) minmax(180px,1.2fr) 52px;gap:8px}
    .account-loyalty-strip-copy-v257 strong{font-size:11.5px}
    .account-loyalty-strip-progress-v257>span{width:16px;height:16px;font-size:7px}
}
@media (max-width:700px){
    .account-loyalty-strip-v257{margin:10px 0 14px;padding:9px 10px;border-radius:13px}
    .account-loyalty-strip-main-v257{min-height:45px;grid-template-columns:32px minmax(0,1fr) 48px;gap:8px}
    .account-loyalty-strip-icon-v257{width:32px;height:32px;border-radius:9px}
    .account-loyalty-strip-icon-v257 svg{width:19px;height:19px}
    .account-loyalty-strip-copy-v257 span{font-size:8.5px}
    .account-loyalty-strip-copy-v257 strong{font-size:10.5px;white-space:normal}
    .account-loyalty-strip-count-v257{height:32px;padding:0 6px}
    .account-loyalty-strip-count-v257 strong{font-size:16px}
    .account-loyalty-strip-count-v257 span{font-size:7.5px}
    .account-loyalty-strip-progress-v257{grid-column:1/-1;margin-top:1px;padding:0 5px}
    .account-loyalty-strip-progress-v257>span{width:15px;height:15px;font-size:6.5px;box-shadow:0 0 0 1.5px #3b1769}
    .account-loyalty-strip-line-v257{left:11px;right:11px}
}

/* TrendishShop v259 — delayed reminder + compact gift launcher */
.loyalty-float-v255.is-pending,
.loyalty-float-v255.is-collapsed{
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(20px) scale(.97)!important;
    pointer-events:none!important;
}
.loyalty-launcher-v259{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:9991;
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid rgba(255,255,255,.20);
    border-radius:18px;
    color:#ffd35a;
    background:
        radial-gradient(circle at 70% 25%,rgba(232,58,188,.50),transparent 36%),
        linear-gradient(145deg,#211052 0%,#421472 58%,#5a177e 100%);
    box-shadow:0 12px 32px rgba(38,12,83,.30),0 4px 12px rgba(42,14,86,.22);
    cursor:pointer;
    transition:transform .22s ease,opacity .22s ease,box-shadow .22s ease;
    isolation:isolate;
}
.loyalty-launcher-v259::before{
    content:"";
    position:absolute;
    inset:-1px;
    z-index:-1;
    border-radius:inherit;
    background:linear-gradient(135deg,rgba(255,216,91,.25),transparent 45%,rgba(239,79,185,.24));
    opacity:.75;
}
.loyalty-launcher-v259:hover{
    transform:translateY(-3px) scale(1.03);
    box-shadow:0 17px 38px rgba(38,12,83,.35),0 5px 14px rgba(42,14,86,.24);
}
.loyalty-launcher-v259:focus-visible{outline:3px solid rgba(255,211,90,.38);outline-offset:3px}
.loyalty-launcher-v259.is-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px) scale(.88)!important}
.loyalty-launcher-v259 svg{position:relative;z-index:2;width:35px;height:35px;display:block;filter:drop-shadow(0 4px 7px rgba(17,5,47,.24));animation:loyaltyLauncherGiftV259 3.2s ease-in-out infinite}
.loyalty-launcher-glow-v259{position:absolute;inset:9px;border-radius:50%;background:rgba(235,67,187,.26);filter:blur(9px);animation:loyaltyLauncherGlowV259 2.6s ease-in-out infinite}
.loyalty-launcher-badge-v259{
    position:absolute;
    top:-7px;
    right:-7px;
    min-width:24px;
    height:24px;
    display:grid;
    place-items:center;
    padding:0 5px;
    border:2px solid #fff;
    border-radius:999px;
    background:linear-gradient(135deg,#ffbd26,#ffd85b);
    color:#3a205f;
    box-shadow:0 4px 10px rgba(41,16,78,.20);
    font-size:10px;
    line-height:1;
    font-weight:950;
}
@keyframes loyaltyLauncherGiftV259{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-3px) rotate(2deg)}}
@keyframes loyaltyLauncherGlowV259{0%,100%{opacity:.50;transform:scale(.90)}50%{opacity:.92;transform:scale(1.10)}}
@media (max-width:600px){
    .loyalty-launcher-v259{right:14px;bottom:14px;width:52px;height:52px;border-radius:16px}
    .loyalty-launcher-v259 svg{width:31px;height:31px}
    .loyalty-launcher-badge-v259{top:-6px;right:-6px;min-width:22px;height:22px;font-size:9px}
}
@media (prefers-reduced-motion:reduce){
    .loyalty-launcher-v259,.loyalty-launcher-v259 svg,.loyalty-launcher-glow-v259{animation:none!important;transition:none!important}
}


/* TrendishShop v260 — visibility safety net */
@keyframes loyaltyPendingSafetyV260{
  0%,99%{opacity:0;visibility:hidden;transform:translateY(20px) scale(.97);pointer-events:none}
  100%{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}
}
.loyalty-float-v255.is-pending{
  animation:loyaltyPendingSafetyV260 .01s 7s forwards;
}

/* TrendishShop v261 — ultra-slim floating loyalty reminder */
.loyalty-float-v255{
    width:min(520px,calc(100vw - 28px));
    min-height:0;
    grid-template-columns:minmax(0,1fr) 52px;
    grid-template-areas:"copy gift";
    gap:10px;
    padding:11px 13px 10px;
    border-radius:16px;
    align-items:center;
    box-shadow:0 12px 32px rgba(28,9,76,.30),0 4px 12px rgba(31,12,71,.18);
}
.loyalty-close-v255{
    top:5px;
    left:7px;
    width:20px;
    height:20px;
    font-size:19px;
    opacity:.72;
}
.loyalty-copy-v255{
    padding:0 0 0 19px;
}
.loyalty-copy-v255 h3{
    margin:0 0 7px;
    font-size:14px;
    line-height:1.45;
    letter-spacing:-.15px;
}
.loyalty-copy-v255 p{
    display:none!important;
}
.loyalty-active-badge-v255{
    margin:0 0 4px;
    padding:2px 6px;
    font-size:8.5px;
    line-height:1.4;
}
.loyalty-steps-v255{
    gap:3px;
    padding:0 1px;
}
.loyalty-track-v255{
    left:9px;
    right:9px;
    height:2px;
}
.loyalty-steps-v255>span{
    width:18px;
    height:18px;
    border-width:1px;
    font-size:8px;
    box-shadow:0 0 0 2px rgba(47,21,103,.66);
}
.loyalty-steps-v255>span.is-done{
    box-shadow:0 0 0 2px rgba(50,21,104,.68),0 0 8px rgba(255,205,69,.22);
}
.loyalty-steps-v255>span.is-next{
    box-shadow:0 0 0 2px rgba(50,21,104,.68),0 0 0 1px rgba(255,211,93,.12);
}
.loyalty-gift-v255{
    width:52px;
    height:56px;
    filter:drop-shadow(0 7px 10px rgba(15,4,48,.24));
}
.loyalty-gift-v255::before{
    width:48px;
    height:48px;
    filter:blur(11px);
}
.loyalty-gift-v255 svg{
    width:48px;
    height:48px;
}
.loyalty-glow-v255{
    right:5px;
    top:8px;
    width:66px;
    height:66px;
    filter:blur(13px);
}
.loyalty-spark-v255{
    width:4px;
    height:4px;
}
.loyalty-spark-v255.s1{right:1px;top:6px}
.loyalty-spark-v255.s2{left:0;top:18px;width:3px;height:3px}
.loyalty-spark-v255.s3{display:none}
.loyalty-code-v255{
    margin-top:6px;
    gap:5px;
    padding:4px 6px;
    border-radius:9px;
}
.loyalty-code-v255 span{font-size:8px}
.loyalty-code-v255 b{font-size:9.5px}
.loyalty-code-v255 button{
    padding:3px 6px;
    border-radius:6px;
    font-size:8px;
}
.loyalty-more-v255,.loyalty-login-v255{
    margin-top:4px;
    font-size:9px;
}

@media (max-width:600px){
    .loyalty-float-v255{
        right:10px;
        bottom:10px;
        width:calc(100vw - 20px);
        min-height:0;
        grid-template-columns:minmax(0,1fr) 44px;
        gap:7px;
        padding:9px 10px 8px;
        border-radius:14px;
    }
    .loyalty-copy-v255{padding-left:16px}
    .loyalty-copy-v255 h3{margin-bottom:6px;font-size:12px;line-height:1.4}
    .loyalty-gift-v255{width:44px;height:48px}
    .loyalty-gift-v255 svg{width:41px;height:41px}
    .loyalty-gift-v255::before{width:42px;height:42px}
    .loyalty-glow-v255{right:2px;top:5px;width:56px;height:56px}
    .loyalty-steps-v255{gap:2px}
    .loyalty-steps-v255>span{width:16px;height:16px;font-size:7px;box-shadow:0 0 0 1.5px rgba(47,21,103,.7)}
    .loyalty-track-v255{left:8px;right:8px;height:2px}
    .loyalty-active-badge-v255{font-size:7.5px;padding:2px 5px}
    .loyalty-code-v255{margin-top:5px;padding:3px 5px}
    .loyalty-code-v255 span{font-size:7.5px}.loyalty-code-v255 b{font-size:8.5px}.loyalty-code-v255 button{font-size:7.5px;padding:3px 5px}
    .loyalty-more-v255,.loyalty-login-v255{font-size:8px;margin-top:3px}
}
