.lc-floating-cart { position: fixed; right: 22px; bottom: 92px; z-index: 9998; color: #230a00; font-family: inherit; }
.lc-floating-cart__button { position: relative; display: inline-flex; min-height: 48px; padding: 0 16px; align-items: center; gap: 8px; border: 0; border-radius: 24px; background: #772d00; color: #fff; box-shadow: 0 8px 22px rgb(35 10 0 / 24%); cursor: pointer; font-weight: 700; }
.lc-floating-cart__button:hover, .lc-floating-cart__button:focus-visible { background: #4f1d00; }
.lc-floating-cart__icon { font-size: 19px; line-height: 1; }
.lc-floating-cart__count { display: inline-grid; min-width: 20px; height: 20px; padding: 0 5px; place-items: center; border-radius: 10px; background: #fecc27; color: #230a00; font-size: 12px; }
.lc-floating-cart__panel { position: absolute; right: 0; bottom: 58px; width: min(350px, calc(100vw - 32px)); overflow: hidden; border: 1px solid #d8dee4; border-radius: 10px; background: #fff; box-shadow: 0 14px 40px rgb(35 10 0 / 22%); }
.lc-floating-cart__header { display: flex; padding: 14px 16px; align-items: center; justify-content: space-between; background: #772d00; color: #fff; }
.lc-floating-cart__header h2 { margin: 0; color: inherit; font-size: 16px; }
.lc-floating-cart__header button { border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 24px; line-height: 1; }
.lc-floating-cart__content { max-height: 300px; padding: 14px; overflow: auto; }
.lc-floating-cart__footer { display: flex; padding: 12px 14px; gap: 8px; border-top: 1px solid #d8dee4; }
.lc-floating-cart__footer .button { flex: 1; padding: 9px 8px; border-radius: 5px; background: #edf1f3; color: #230a00; text-align: center; text-decoration: none; font-size: 12px; font-weight: 700; }
.lc-floating-cart__footer .button-primary { background: #772d00; color: #fff; }
@media (max-width: 480px) { .lc-floating-cart { right: 16px; bottom: 78px; } .lc-floating-cart__label { display: none; } .lc-floating-cart__button { width: 48px; padding: 0; justify-content: center; } .lc-floating-cart__panel { position: fixed; right: 16px; bottom: 138px; } }
@media (prefers-reduced-motion: reduce) { .lc-floating-cart *, .lc-floating-cart *::before, .lc-floating-cart *::after { transition: none !important; animation: none !important; } }
