.eshop-page{padding:0 0 80px;background:#fff;min-height:60vh}.eshop-crumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--fg-3);margin-bottom:20px;flex-wrap:wrap}.eshop-crumbs a{color:var(--fg-3);text-decoration:none}.eshop-crumbs a:hover{color:var(--qashier-blue)}.eshop-crumbs__current{color:var(--fg-1);font-weight:700}.eshop-page__title{font-family:var(--font-heading);font-size:clamp(28px,4vw,40px);font-weight:700;color:var(--fg-1);margin:0 0 32px}.eshop-cart__grid{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.eshop-cart__grid[hidden]{display:none}.eshop-cartlist{list-style:none;margin:0;padding:0}.eshop-cartline{display:grid;grid-template-columns:96px 1fr auto auto;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--border-1)}.eshop-cartline:first-child{padding-top:0}.eshop-cartline__media{width:96px;height:96px;display:flex;align-items:center;justify-content:center;background:var(--bg-soft);border-radius:var(--radius-md);padding:12px}.eshop-cartline__media img{width:100%;height:100%;object-fit:contain}.eshop-cartline__ph{width:56px;height:56px;border-radius:var(--radius-md);background:linear-gradient(135deg,#8897cf,#475cae);color:#fff;font-family:var(--font-heading);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:18px}.eshop-cartline__name{font-family:var(--font-heading);font-size:16px;font-weight:700;margin:0;line-height:1.25}.eshop-cartline__name a{color:var(--fg-1);text-decoration:none}.eshop-cartline__name a:hover{color:var(--qashier-blue)}.eshop-cartline__variant{font-size:13px;color:var(--fg-3);margin:5px 0 0}.eshop-cartline__remove{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:0;border:0;background:none;color:var(--fg-3);font-size:12.5px;cursor:pointer}.eshop-cartline__remove svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.eshop-cartline__remove:hover{color:#d64545}.eshop-cartline__price{text-align:right;display:flex;flex-direction:column;gap:3px}.eshop-cartline__price .eshop-cartline__total{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--fg-1)}.eshop-cartline__unit{font-size:12px;color:var(--fg-3)}.eshop-stepper{display:inline-flex;align-items:center;border:1px solid var(--border-2);border-radius:var(--radius-pill);overflow:hidden}.eshop-stepper__btn{width:36px;height:40px;border:0;background:#fff;color:var(--fg-1);font-size:18px;line-height:1;cursor:pointer;transition:background var(--duration-1)}.eshop-stepper__btn:hover{background:var(--bg-soft)}.eshop-stepper__val{min-width:34px;text-align:center;font-family:var(--font-heading);font-weight:700;font-size:15px;color:var(--fg-1)}.eshop-cart__continue{display:inline-flex;align-items:center;gap:6px;margin-top:24px;color:var(--qashier-blue);font-family:var(--font-heading);font-weight:700;font-size:14px;text-decoration:none}.eshop-cart__continue svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.eshop-cart__continue:hover{color:#3d4f9a}.eshop-summary{background:var(--bg-soft);border:1px solid var(--border-1);border-radius:var(--radius-lg);padding:24px;position:sticky;top:90px}.eshop-summary__title{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--fg-1);margin:0 0 18px}.eshop-summary__promo{display:flex;gap:8px;margin-bottom:18px}.eshop-summary__promo input{flex:1;min-width:0;padding:11px 14px;border:1px solid var(--border-2);border-radius:var(--radius-md);font-size:14px;background:#fff;color:var(--fg-1)}.eshop-summary__promo input:focus{outline:none;border-color:var(--qashier-blue)}.eshop-summary__promo-msg{margin:-8px 0 16px;font-size:13px;color:#2fa76a}.eshop-summary__promo-msg.is-err{color:#c0392b}.eshop-summary__promo button{padding:0 18px;border:0;border-radius:var(--radius-md);background:var(--fg-1);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:14px;cursor:pointer}.eshop-summary__promo button:hover{background:#000}.eshop-summary__rows{margin:0 0 16px;padding:0 0 16px;border-bottom:1px solid var(--border-1)}.eshop-summary__row{display:flex;justify-content:space-between;margin-bottom:12px}.eshop-summary__row:last-child{margin-bottom:0}.eshop-summary__row dt{color:var(--fg-2);font-size:14px}.eshop-summary__row dd{margin:0;color:var(--fg-1);font-size:14px;font-weight:700}.eshop-summary__free{color:#2fa76a!important}.eshop-summary__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.eshop-summary__total span{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--fg-1)}.eshop-summary__total strong{font-family:var(--font-heading);font-size:26px;color:var(--fg-1)}.eshop-summary__quoted{margin:-8px 0 16px;font-size:12.5px;line-height:1.5;color:var(--fg-3)}.eshop-summary__cta{display:block;width:100%;text-align:center;padding:15px;border-radius:var(--radius-pill);background:var(--qashier-blue);color:#fff;font-family:var(--font-heading);font-size:16px;font-weight:700;text-decoration:none;transition:background var(--duration-2)}.eshop-summary__cta:hover{background:#3d4f9a}.eshop-summary__assure{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:9px}.eshop-summary__assure li{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--fg-2)}.eshop-summary__assure svg{width:16px;height:16px;fill:none;stroke:#2fa76a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.eshop-empty{text-align:center;padding:60px 0 80px;max-width:420px;margin:0 auto}.eshop-empty__icon{width:72px;height:72px;margin:0 auto 20px;border-radius:50%;background:var(--bg-soft);display:flex;align-items:center;justify-content:center}.eshop-empty__icon svg{width:32px;height:32px;fill:none;stroke:var(--fg-3);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.eshop-empty h2{font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--fg-1);margin:0 0 8px}.eshop-empty p{font-size:15px;color:var(--fg-3);margin:0 0 24px}.eshop-btn{padding:14px 26px;font-size:15px;border-radius:var(--radius-pill);cursor:pointer}@media(max-width:900px){.eshop-cart__grid{grid-template-columns:1fr;gap:32px}.eshop-summary{position:static}}@media(max-width:560px){.eshop-page{padding-top:0}.eshop-cartline{grid-template-columns:72px 1fr;grid-template-areas:"media info" "media qty" "price price";gap:6px 14px}.eshop-cartline__media{grid-area:media;width:72px;height:72px;align-self:start}.eshop-cartline__info{grid-area:info}.eshop-cartline__qty{grid-area:qty}.eshop-cartline__price{grid-area:price;text-align:left;flex-direction:row;align-items:baseline;gap:10px;margin-top:8px}}
