.eshop-cartbtn{position:fixed;right:24px;bottom:92px;z-index:70;width:56px;height:56px;border:0;border-radius:50%;background:var(--qashier-blue);color:#fff;box-shadow:var(--shadow-brand);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform var(--duration-2),background var(--duration-2)}.eshop-cartbtn:hover{transform:translateY(-2px);background:#3d4f9a}.eshop-cartbtn svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.eshop-cartbtn__count{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:var(--radius-pill);background:#ffc72c;color:#1b2235;font-family:var(--font-heading);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.eshop-cartbtn__count[hidden]{display:none}.eshop-drawer{position:fixed;inset:0;z-index:2000;visibility:hidden;pointer-events:none}.eshop-drawer.open{visibility:visible;pointer-events:auto}.eshop-drawer__scrim{position:absolute;inset:0;background:#0f16266b;opacity:0;transition:opacity var(--duration-3) var(--ease-standard)}.eshop-drawer.open .eshop-drawer__scrim{opacity:1}.eshop-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,92vw);background:#fff;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0f162640;transform:translate(100%);transition:transform var(--duration-3) var(--ease-emphasis)}.eshop-drawer.open .eshop-drawer__panel{transform:translate(0)}.eshop-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--border-1)}.eshop-drawer__title{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--fg-1);margin:0}.eshop-drawer__close{width:36px;height:36px;border:0;border-radius:50%;background:var(--bg-soft);cursor:pointer;display:flex;align-items:center;justify-content:center}.eshop-drawer__close svg{width:18px;height:18px;fill:none;stroke:var(--fg-1);stroke-width:2;stroke-linecap:round}.eshop-drawer__body{flex:1;overflow-y:auto;padding:20px 24px}.eshop-drawer__empty{color:var(--fg-3);font-size:15px;text-align:center;margin-top:40px}.eshop-drawer__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.eshop-line{display:grid;grid-template-columns:1fr auto;gap:6px 12px;padding-bottom:16px;border-bottom:1px solid var(--border-1)}.eshop-line__name{font-family:var(--font-heading);font-weight:700;font-size:15px;color:var(--fg-1)}.eshop-line__variant{display:block;font-family:var(--font-body, inherit);font-weight:400;font-size:12px;color:var(--fg-3);margin-top:2px}.eshop-line__price{font-family:var(--font-heading);font-weight:700;font-size:15px;color:var(--fg-1);text-align:right}.eshop-line__qty{display:inline-flex;align-items:center;gap:12px;font-size:13px;color:var(--fg-3)}.eshop-line__step{width:26px;height:26px;border:1px solid var(--border-2);border-radius:6px;background:#fff;color:var(--fg-1);cursor:pointer;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0}.eshop-line__step:hover{border-color:var(--qashier-blue);color:var(--qashier-blue)}.eshop-drawer__foot{border-top:1px solid var(--border-1);padding:20px 24px 24px}.eshop-drawer__row{display:flex;justify-content:space-between;align-items:baseline;font-size:15px;color:var(--fg-2)}.eshop-drawer__row strong{font-family:var(--font-heading);font-size:22px;color:var(--fg-1)}.eshop-drawer__row--due strong{font-size:18px}.eshop-drawer__row--due small{display:block;font-size:11px;font-weight:400;color:var(--fg-2)}.eshop-drawer__note{font-size:12.5px;color:var(--fg-3);margin:6px 0 16px}.eshop-drawer__checkout{display:block;width:100%;padding:15px;border:0;border-radius:var(--radius-pill);background:var(--qashier-blue);color:#fff;font-family:var(--font-heading);font-size:16px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:background var(--duration-2)}.eshop-drawer__checkout:hover{background:#3d4f9a}.eshop-drawer__checkout.is-disabled{opacity:.5;pointer-events:none}.eshop-drawer__viewcart{display:block;text-align:center;margin:10px 0 0;font-family:var(--font-heading);font-size:14px;font-weight:700;color:var(--qashier-blue);text-decoration:none}.eshop-drawer__viewcart:hover{color:#3d4f9a}@media(max-width:560px){.eshop-cartbtn{right:12px;bottom:80px}}
