.cart-fab{z-index:60;-webkit-backdrop-filter:blur(14px)saturate(150%);color:var(--st-text,#f3ecdf);cursor:pointer;background:linear-gradient(160deg,#14161edb 0%,#0a0c12db 100%);border:1px solid #d4a85a66;border-radius:999px;align-items:center;gap:12px;padding:6px 6px 6px 16px;font-family:inherit;transition:border-color .18s,transform .18s,box-shadow .18s;display:inline-flex;position:fixed;top:22px;right:22px;box-shadow:0 12px 32px #0006,inset 0 0 0 1px #ffffff0a}.cart-fab:hover{border-color:var(--st-gold-bright,#f6e0b2);box-shadow:0 16px 40px #d4a85a40,inset 0 0 0 1px #ffffff0f}.cart-fab__label{text-align:right;white-space:nowrap;flex-direction:column;align-items:flex-end;line-height:1.1;display:flex}.cart-fab__eyebrow{letter-spacing:.24em;text-transform:uppercase;color:var(--st-gold,#d4a85a);font-size:9px;font-style:normal;font-weight:600}.cart-fab__label strong{color:var(--st-text,#f3ecdf);letter-spacing:-.005em;margin-top:2px;font-size:12px;font-weight:700}.cart-fab__icon-wrap{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;border-radius:999px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;position:relative}.cart-fab__badge{min-width:20px;height:20px;color:var(--st-gold-bright,#f6e0b2);border:2px solid var(--st-gold,#d4a85a);background:#14110b;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:-4px;right:-4px}@media (max-width:600px){.cart-fab{gap:0;padding:5px;top:14px;right:14px}.cart-fab__label{display:none}}.cart-backdrop{-webkit-backdrop-filter:blur(4px);z-index:70;background:#08090e8c;position:fixed;inset:0}.cart-drawer{z-index:71;width:min(440px,100vw);color:var(--st-text,#f3ecdf);background:linear-gradient(#0e1019 0%,#0a0d14 100%);border-left:1px solid #d4a85a2e;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-24px 0 80px #0009}.cart-drawer__head{border-bottom:1px solid var(--st-line,#ffffff0f);justify-content:space-between;align-items:center;padding:22px 24px 18px;display:flex}.cart-drawer__eyebrow{letter-spacing:.26em;text-transform:uppercase;color:var(--st-gold,#d4a85a);margin:0 0 4px;font-size:10px;font-weight:600}.cart-drawer__title{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700}.cart-drawer__close{color:var(--st-text-soft,#c7bfaf);cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:999px;width:32px;height:32px;font-size:14px;transition:color .15s,border-color .15s}.cart-drawer__close:hover{color:#fff;border-color:var(--st-gold,#d4a85a)}.cart-drawer__body{flex:1;padding:8px 14px 14px;overflow-y:auto}.cart-drawer__empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:56px 18px 24px;display:flex}.cart-drawer__empty-icon{margin-bottom:4px;font-size:44px}.cart-drawer__empty h3{color:var(--st-text,#f3ecdf);margin:4px 0 0;font-size:17px}.cart-drawer__empty p{color:var(--st-muted,#8a8e96);margin:0;font-size:13px}.cart-drawer__continue{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;border-radius:999px;margin-top:16px;padding:11px 22px;font-size:13px;font-weight:700;text-decoration:none}.cart-drawer__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cart-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;grid-template-columns:64px 1fr auto;gap:14px;padding:12px;display:grid}.cart-row__media{background:#0006;border-radius:10px;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.cart-row__media img{object-fit:cover;width:100%;height:100%;display:block}.cart-row__media-empty{color:var(--st-muted,#8a8e96);font-size:14px}.cart-row__body{flex-direction:column;gap:4px;min-width:0;display:flex}.cart-row__name{color:var(--st-text,#f3ecdf);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;text-decoration:none;overflow:hidden}.cart-row__name:hover{color:var(--st-gold-bright,#f6e0b2)}.cart-row__variant{color:var(--st-muted,#8a8e96);margin:0;font-size:11px}.cart-row__bottom{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}.cart-row__qty{border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:0;display:inline-flex;overflow:hidden}.cart-row__qty button{width:26px;height:26px;color:var(--st-text,#f3ecdf);cursor:pointer;background:0 0;border:none;font-size:14px}.cart-row__qty button:hover:not(:disabled){color:var(--st-gold-bright,#f6e0b2);background:#d4a85a24}.cart-row__qty button:disabled{opacity:.35;cursor:not-allowed}.cart-row__qty span{border-left:1px solid #ffffff1a;border-right:1px solid #ffffff1a;justify-content:center;align-items:center;width:26px;font-size:12px;display:inline-flex}.cart-row__price{color:var(--st-gold-bright,#f6e0b2);font-size:13px}.cart-row__remove{color:var(--st-muted,#8a8e96);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:4px;font-size:13px;transition:color .15s}.cart-row__remove:hover{color:var(--st-danger,#f97373)}.cart-drawer__foot{border-top:1px solid var(--st-line,#ffffff0f);background:#08090e99;padding:16px 20px 22px}.cart-drawer__totalrow{justify-content:space-between;align-items:baseline;margin-bottom:4px;font-size:14px;display:flex}.cart-drawer__totalrow strong{color:var(--st-gold-bright,#f6e0b2);font-size:18px}.cart-drawer__shippinghint{color:var(--st-muted,#8a8e96);margin:0 0 12px;font-size:11px}.cart-drawer__err{color:var(--st-danger,#f97373);margin:0 0 10px;font-size:13px}.cart-drawer__actions{flex-direction:column;gap:10px;display:flex}.cart-drawer__viewcart{text-align:center;color:var(--st-muted,#8a8e96);padding:8px;font-size:12px;text-decoration:none}.cart-drawer__viewcart:hover{color:var(--st-gold-bright,#f6e0b2)}.cart-drawer__checkout{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;border:none;border-radius:999px;padding:14px 22px;font-size:14px;font-weight:800}.cart-drawer__checkout:disabled{opacity:.5;cursor:not-allowed}.cart-hero{border-radius:var(--st-radius,20px);background:radial-gradient(560px 220px at 100% 0,#d4a85a29,#0000 65%),linear-gradient(135deg,#161c27 0%,#11151e 100%);border:1px solid #d4a85a40;margin-bottom:4px;padding:28px clamp(22px,4vw,36px);position:relative;overflow:hidden}.cart-hero:after{content:"";background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));width:3px;position:absolute;top:0;bottom:0;left:0}.cart-hero__eyebrow{letter-spacing:.26em;text-transform:uppercase;color:var(--st-gold,#d4a85a);margin:0 0 6px;font-size:11px;font-weight:600}.cart-hero__title{letter-spacing:-.02em;background:linear-gradient(#fff 0%,#d8ceb6 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(28px,3.6vw,42px);font-weight:800;line-height:1.05}.cart-hero__sub{color:var(--st-text-soft,#c7bfaf);max-width:56ch;margin:10px 0 0;font-size:14px}.cart-page-grid{grid-template-columns:1fr 360px;gap:28px;margin-top:8px;display:grid}.cart-page-main{flex-direction:column;gap:18px;display:flex}.cart-page-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cart-page__keepshopping{color:var(--st-text,#f3ecdf);background:linear-gradient(160deg,#d4a85a1a 0%,#14161e66 100%);border:1px dashed #d4a85a5c;border-radius:14px;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:border-color .18s,transform .18s,background .18s;display:flex}.cart-page__keepshopping:hover{border-color:var(--st-gold-bright,#f6e0b2);background:linear-gradient(160deg,#d4a85a2e 0%,#14161e66 100%);transform:translateY(-1px)}.cart-page__keepshopping-icon{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;border-radius:999px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:22px;font-weight:800;line-height:1;display:grid}.cart-page__keepshopping strong{letter-spacing:-.01em;color:var(--st-text,#f3ecdf);font-size:14px;font-weight:700;display:block}.cart-page__keepshopping em{color:var(--st-muted,#8a8e96);margin-top:2px;font-size:12px;font-style:normal;display:block}.cart-page-summary{background:linear-gradient(160deg, var(--st-surface-2,#161c27) 0%, var(--st-surface,#11161f) 100%);border:1px solid #d4a85a38;border-radius:18px;flex-direction:column;align-self:start;gap:12px;padding:22px 22px 24px;display:flex;position:sticky;top:90px;box-shadow:0 20px 50px #00000059}.cart-page-summary__head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.cart-page-summary__head h3{letter-spacing:.16em;text-transform:uppercase;color:var(--st-gold,#d4a85a);margin:0;font-size:12px}.cart-page-summary__count{color:var(--st-muted,#8a8e96);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:999px;padding:3px 9px;font-size:11px}.cart-page-summary__row{color:var(--st-text,#f3ecdf);justify-content:space-between;font-size:14px;display:flex}.cart-page-summary__row--total{border-top:1px solid #ffffff14;margin-top:4px;padding-top:12px;font-size:16px;font-weight:700}.cart-page-summary__row--total strong{color:var(--st-gold-bright,#f6e0b2);letter-spacing:-.01em;font-size:22px}.cart-page-summary__err{color:var(--st-danger,#f97373);margin:0;font-size:13px}.cart-page-summary__cta{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;border:none;border-radius:999px;margin-top:8px;padding:15px 22px;font-size:14px;font-weight:800;transition:filter .15s,box-shadow .18s;box-shadow:0 12px 26px #d4a85a38}.cart-page-summary__cta:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 14px 32px #d4a85a52}.cart-page-summary__cta:disabled{opacity:.5;cursor:not-allowed}.cart-page-summary__perks{border-top:1px solid #ffffff0f;flex-direction:column;gap:8px;margin:14px 0 0;padding:14px 0 0;list-style:none;display:flex}.cart-page-summary__perks li{color:var(--st-text-soft,#c7bfaf);align-items:center;gap:10px;font-size:12px;display:flex}.cart-page-summary__perks span{font-size:14px}.cart-page__empty{background:linear-gradient(160deg, var(--st-surface-2,#161c27) 0%, var(--st-surface,#11161f) 100%);text-align:center;border:1px dashed #d4a85a47;border-radius:20px;flex-direction:column;align-items:center;gap:6px;padding:72px 28px;display:flex;box-shadow:0 20px 50px #00000052}.cart-page__empty-icon{background:linear-gradient(160deg,#d4a85a38,#d4a85a0f);border:1px solid #d4a85a59;border-radius:50%;place-items:center;width:88px;height:88px;margin-bottom:14px;font-size:44px;display:grid;box-shadow:0 10px 30px #d4a85a26}.cart-page__empty h2{color:var(--st-text,#f3ecdf);margin:0;font-size:22px}.cart-page__empty p{color:var(--st-muted,#8a8e96);max-width:40ch;margin:6px 0 22px}.cart-page__empty-ctas{flex-wrap:wrap;justify-content:center;gap:10px;display:inline-flex}.cart-page__empty-cta{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;letter-spacing:.04em;border-radius:999px;padding:12px 22px;font-size:13px;font-weight:800;text-decoration:none;transition:filter .15s,transform .15s;display:inline-block}.cart-page__empty-cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.cart-page__empty-cta--ghost{color:var(--st-text,#f3ecdf);background:0 0;border:1px solid #d4a85a73}.cart-page__empty-cta--ghost:hover{color:var(--st-gold-bright,#f6e0b2);background:#d4a85a14}@media (max-width:880px){.cart-page-grid{grid-template-columns:1fr}.cart-page-summary{position:static}.cart-fab{top:14px;right:14px}}.nudge{z-index:65;-webkit-backdrop-filter:blur(14px)saturate(150%);width:min(360px,100vw - 32px);color:var(--st-text,#f3ecdf);background:linear-gradient(160deg,#14161eeb 0%,#0a0c12eb 100%);border:1px solid #d4a85a52;border-radius:16px;grid-template-columns:auto 1fr auto;gap:14px;padding:16px 18px;display:grid;position:fixed;bottom:20px;left:20px;overflow:hidden;box-shadow:0 22px 50px #00000073,inset 0 0 0 1px #ffffff0a}.nudge:before{content:"";pointer-events:none;background:radial-gradient(620px 220px at -20% -10%,#d4a85a38,#0000 65%);position:absolute;inset:0}.nudge__icon{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:20px;display:grid;position:relative}.nudge__body{flex-direction:column;gap:4px;min-width:0;display:flex;position:relative}.nudge__title{color:#fff;letter-spacing:-.01em;font-size:14px;font-weight:700}.nudge__text{color:var(--st-text-soft,#c7bfaf);margin:0;font-size:13px;line-height:1.45}.nudge__row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.nudge__cta{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;letter-spacing:.04em;white-space:nowrap;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:700;text-decoration:none}.nudge__off{color:var(--st-muted,#8a8e96);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;padding:4px 0;font-family:inherit;font-size:11px;text-decoration:underline}.nudge__off:hover{color:var(--st-text-soft,#c7bfaf)}.nudge__close{color:var(--st-muted,#8a8e96);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:999px;align-self:flex-start;width:26px;height:26px;margin-top:-2px;font-size:11px;position:relative}.nudge__close:hover{color:#fff;border-color:var(--st-gold,#d4a85a)}@media (max-width:600px){.nudge{width:auto;bottom:12px;left:12px;right:12px}}.nudge--product{width:min(400px,100vw - 32px)}.nudge__product{color:var(--st-text,#f3ecdf);background:#ffffff0a;border:1px solid #d4a85a47;border-radius:12px;align-items:center;gap:12px;margin-top:10px;padding:8px 10px 8px 8px;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:flex}.nudge__product:hover{border-color:var(--st-gold-bright,#f6e0b2);background:#d4a85a1f;transform:translateY(-1px)}.nudge__product img{object-fit:cover;border-radius:9px;flex-shrink:0;width:54px;height:54px}.nudge__product-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.nudge__product-name{color:var(--st-text,#f3ecdf);letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:13px;font-weight:600;overflow:hidden}.nudge__product-price{color:var(--st-gold-bright,#f6e0b2);letter-spacing:-.005em;font-size:13px;font-weight:800}.nudge__product-arrow{color:var(--st-gold,#d4a85a);flex-shrink:0;font-size:18px}.ks-mosaic{aspect-ratio:4/3;background:linear-gradient(150deg,#d4a85a2e 0%,#14161e99 100%);border:1px solid #d4a85a52;border-radius:16px;gap:6px;width:100%;margin-bottom:14px;padding:6px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #0006,inset 0 0 0 1px #ffffff0a}.ks-mosaic:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(900px 320px at 110% -10%,#f4dca02e,#0000 60%);position:absolute;inset:0}.ks-mosaic--1{grid-template-rows:1fr;grid-template-columns:1fr}.ks-mosaic--2{grid-template-rows:1fr;grid-template-columns:1fr 1fr}.ks-mosaic--3{grid-template:"big top"1fr"big bot"1fr/2fr 1fr}.ks-mosaic--3>.ks-mosaic__cell:first-child{grid-area:big}.ks-mosaic--3>.ks-mosaic__cell:nth-child(2){grid-area:top}.ks-mosaic--3>.ks-mosaic__cell:nth-child(3){grid-area:bot}.ks-mosaic--4{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.ks-mosaic__cell{z-index:1;background:#0000008c;border:1px solid #ffffff0d;border-radius:12px;position:relative;overflow:hidden}.ks-mosaic__cell img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.ks-mosaic__cell:hover img{transform:scale(1.05)}.ks-mosaic__veil{pointer-events:none;background:linear-gradient(#0000 45%,#0000008c 100%);position:absolute;inset:0}.ks-mosaic__chip{color:#fff;text-shadow:0 1px 2px #00000080;align-items:center;gap:6px;font-size:11px;display:flex;position:absolute;bottom:8px;left:8px;right:8px}.ks-mosaic__qty{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;letter-spacing:.03em;border-radius:999px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:800}.ks-mosaic__name{white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.005em;opacity:.95;font-weight:600;overflow:hidden}.ks-mosaic__more{-webkit-backdrop-filter:blur(2px);color:var(--st-gold-bright,#f6e0b2);letter-spacing:-.02em;z-index:2;background:#08090e9e;place-items:center;font-size:28px;font-weight:800;display:grid;position:absolute;inset:0}.ks-mosaic--1 .ks-mosaic__chip{bottom:10px}.ks-mosaic--1 .ks-mosaic__name{font-size:12px}@media (max-width:720px){.ks-mosaic{aspect-ratio:5/4}.ks-mosaic__name{display:none}}@media (max-width:600px){.cart-fab{top:auto;right:auto;bottom:max(16px, env(safe-area-inset-bottom,16px));z-index:78;gap:10px;padding:9px 16px;left:14px}.cart-fab__label{display:inline-flex}.cart-fab__eyebrow{display:none}}
.kc-fab{z-index:75;background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;cursor:pointer;border:1px solid #d4a85a66;border-radius:999px;place-items:center;width:58px;height:58px;font-size:24px;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 34px #0006}.kc-panel{z-index:76;width:min(380px,100vw - 28px);height:min(560px,100vh - 130px);color:var(--st-text,#f3ecdf);background:linear-gradient(#0e1019 0%,#0a0d14 100%);border:1px solid #d4a85a47;border-radius:18px;flex-direction:column;display:flex;position:fixed;bottom:92px;right:22px;overflow:hidden;box-shadow:0 30px 70px #0000008c}.kc-head{background:linear-gradient(#161c27,#11151e);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.kc-head__brand{align-items:center;gap:11px;display:flex}.kc-head__mark{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;border-radius:10px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid}.kc-head__brand strong{font-size:13px;display:block}.kc-presence{color:var(--st-muted,#8a8e96);font-size:11px}.kc-presence.is-on{color:#6fe0a0}.kc-head__close{color:var(--st-muted,#8a8e96);cursor:pointer;background:0 0;border:none;font-size:16px}.kc-head__close:hover{color:#fff}.kc-body{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.kc-muted{color:var(--st-muted,#8a8e96);font-size:13px}.kc-msg{flex-direction:column;max-width:82%;display:flex}.kc-msg--me{align-self:flex-end;align-items:flex-end}.kc-msg--agent,.kc-msg--system{align-self:flex-start}.kc-msg__who{color:var(--st-gold,#d4a85a);letter-spacing:.04em;margin:0 0 3px 4px;font-size:10px}.kc-bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;padding:9px 13px;font-size:14px;line-height:1.45}.kc-msg--me .kc-bubble{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;border-bottom-right-radius:4px}.kc-msg--agent .kc-bubble,.kc-msg--system .kc-bubble{color:var(--st-text,#f3ecdf);background:#ffffff0f;border-bottom-left-radius:4px}.kc-start{flex-direction:column;gap:10px;display:flex}.kc-start__hi{color:var(--st-text-soft,#c7bfaf);margin:0;font-size:14px;line-height:1.5}.kc-topics{flex-wrap:wrap;gap:8px;display:flex}.kc-topic{color:var(--st-text-soft,#c7bfaf);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:12px}.kc-topic.is-active{border-color:var(--st-gold,#d4a85a);color:var(--st-gold-bright,#f6e0b2);background:#d4a85a24}.kc-input{color:var(--st-text,#f3ecdf);background:#0006;border:1px solid #ffffff1f;border-radius:10px;padding:11px 13px;font-family:inherit;font-size:14px}.kc-input:focus{border-color:var(--st-gold,#d4a85a);outline:none}.kc-sent{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:28px 16px;display:flex}.kc-sent__icon{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#06270f;border-radius:999px;place-items:center;width:56px;height:56px;margin-bottom:8px;font-size:26px;font-weight:800;display:grid}.kc-sent h3{margin:0;font-size:17px}.kc-sent p{color:var(--st-muted,#8a8e96);margin:0;font-size:13px}.kc-linkbtn{color:var(--st-gold-bright,#f6e0b2);cursor:pointer;background:0 0;border:none;margin-top:8px;font-family:inherit;font-size:13px;text-decoration:underline}.kc-foot{border-top:1px solid #ffffff0f;padding:12px}.kc-err{color:var(--st-danger,#f97373);margin:0 0 8px;font-size:12px}.kc-compose{align-items:flex-end;gap:8px;display:flex}.kc-textarea{color:var(--st-text,#f3ecdf);resize:none;background:#0006;border:1px solid #ffffff1f;border-radius:12px;flex:1;max-height:120px;padding:11px 13px;font-family:inherit;font-size:14px}.kc-textarea:focus{border-color:var(--st-gold,#d4a85a);outline:none}.kc-send{background:linear-gradient(180deg, var(--st-gold-bright,#f6e0b2), var(--st-gold,#d4a85a));color:#1a1407;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:42px;height:42px;font-size:16px}.kc-send:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.kc-panel{width:auto;bottom:84px;left:12px;right:12px}.kc-fab{bottom:14px;right:14px}}
.cart-celebrate{z-index:1200;-webkit-overflow-scrolling:touch;color:#f3ecdf;background:linear-gradient(#161c27 0%,#0d1119 100%);border:1px solid #d4a85a57;border-radius:18px;width:min(380px,100vw - 28px);max-height:calc(100dvh - 40px);padding:16px 16px 14px;position:fixed;bottom:26px;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 26px 60px #0000008c}.cart-celebrate__close{color:#8a8e96;cursor:pointer;background:0 0;border:none;font-size:14px;line-height:1;position:absolute;top:9px;right:11px}.cart-celebrate__close:hover{color:#fff}.cart-celebrate__row{align-items:flex-start;gap:13px;display:flex}.cart-celebrate__img{object-fit:cover;border:1px solid #d4a85a4d;border-radius:12px;flex-shrink:0;width:58px;height:58px}.cart-celebrate__img--empty{background:linear-gradient(#f6e0b2,#d4a85a);place-items:center;font-size:26px;display:grid}.cart-celebrate__body{flex:1;min-width:0}.cart-celebrate__headline{margin-bottom:3px;font-size:15px;display:block}.cart-celebrate__compliment{color:#d8cfbd;margin:0 0 5px;font-size:13px;line-height:1.45}.cart-celebrate__cross{color:#ecc572;margin:0;font-size:12px;line-height:1.4}.cart-celebrate__actions{gap:9px;margin-top:13px;display:flex}.cart-celebrate__btn{cursor:pointer;border:1px solid #0000;border-radius:999px;flex:1;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:700}.cart-celebrate__btn--ghost{color:#c7bfaf;background:0 0;border-color:#ffffff29}.cart-celebrate__btn--ghost:hover{color:#fff;border-color:#ffffff57}.cart-celebrate__btn--gold{color:#1a1407;background:linear-gradient(#f6e0b2,#d4a85a)}.cart-celebrate__btn--gold:hover{filter:brightness(1.05)}.cart-celebrate__rec{background:#d4a85a12;border:1px solid #d4a85a47;border-radius:13px;align-items:center;gap:11px;margin-top:12px;padding:9px 11px;text-decoration:none;transition:border-color .18s,background .18s,transform .18s;display:flex}.cart-celebrate__rec:hover{background:#d4a85a1f;border-color:#d4a85a8c;transform:translateY(-1px)}.cart-celebrate__rec-img{object-fit:cover;border:1px solid #d4a85a4d;border-radius:9px;flex-shrink:0;width:44px;height:44px}.cart-celebrate__rec-img--empty{color:#1a1407;background:linear-gradient(#f6e0b2,#d4a85a);place-items:center;font-size:18px;display:grid}.cart-celebrate__rec-body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.cart-celebrate__rec-label{letter-spacing:.06em;text-transform:uppercase;color:#ecc572;font-size:10px}.cart-celebrate__rec-name{color:#f3ecdf;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.cart-celebrate__rec-price{color:#c7bfaf;font-size:12px}.cart-celebrate__rec-arrow{color:#ecc572;flex-shrink:0;font-size:16px}.cart-celebrate__bar{transform-origin:0;opacity:.85;background:linear-gradient(90deg,#f6e0b2,#d4a85a);width:100%;height:3px;position:absolute;bottom:0;left:0}@media (max-width:480px){.cart-celebrate{width:auto;left:12px;right:12px;bottom:max(14px, env(safe-area-inset-bottom,14px));max-height:calc(100dvh - 24px);transform:none}}
