.olc{position:fixed;inset:0;z-index:2000;display:flex;justify-content:flex-end;visibility:hidden;pointer-events:none}
.olc[hidden]{display:none}
.olc.is-open{visibility:visible;pointer-events:auto}
.olc__overlay{position:absolute;inset:0;background:rgba(16,28,30,.5);opacity:0;transition:opacity .25s ease}
.olc.is-open .olc__overlay{opacity:1}
.olc__panel{letter-spacing:0;position:relative;display:flex;flex-direction:column;width:min(480px,100%);height:100%;background:#fff;color:var(--ol-ink,#1F3436);transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.7,.2,1);outline:0;font-family:var(--ol-body,inherit)}
.olc.is-open .olc__panel{transform:none}
.olc__head{position:relative;display:flex;align-items:center;justify-content:center;min-height:64px;border-bottom:1px solid #E8E8E8;flex:none}
.olc__title{margin:0;font-size:19px;font-weight:500;letter-spacing:0;font-family:inherit;color:#111}
.olc__x{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;background:none;color:#111;cursor:pointer}
.olc__x svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round}
.olc__note{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 16px;border-bottom:1px solid #E8E8E8;color:#3B7A1E;font-size:17px;flex:none}
.olc__note svg{flex:none;width:26px;height:26px;padding:5px;border-radius:50%;background:#3B7A1E;stroke:#fff;fill:none;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}
.olc__note b{font-weight:700}
.olc__body{flex:1;overflow-y:auto;padding:22px 20px 8px;-webkit-overflow-scrolling:touch}
.olc__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:22px}
.olc__item{display:grid;grid-template-columns:80px 1fr auto;gap:0 16px;align-items:start}
.olc__img{width:80px;height:80px;object-fit:cover;background:#F3F3F3;border:1px solid #E4E4E4;display:block}
.olc__name{margin:0;font-size:17px;line-height:1.3;font-weight:500;color:#111}
.olc__var{margin:2px 0 0;font-size:13px;color:#6A6A6A}
.olc__price{text-align:right;font-size:17px;line-height:1.25;color:#111;white-space:nowrap}
.olc__was{display:block;color:#7A7A7A;text-decoration:line-through}
.olc__free{display:block;color:#B0432B;font-weight:600;letter-spacing:.02em}
.olc__ctrl{grid-column:2 / 4;display:flex;align-items:center;justify-content:space-between;margin-top:10px}
.olc__qty{display:inline-flex;border:1px solid #CFCFCF;height:40px}
.olc__qty button{width:40px;border:0;background:#fff;font-size:22px;line-height:1;cursor:pointer;color:#111}
.olc__qty button:hover{background:#F4F4F4}
.olc__qty span{width:44px;display:flex;align-items:center;justify-content:center;border-left:1px solid #CFCFCF;border-right:1px solid #CFCFCF;font-size:16px}
.olc__del{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:0;background:none;color:#111;cursor:pointer}
.olc__del svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.olc__tag{margin-top:8px;display:inline-block;font-size:12.5px;font-weight:600;letter-spacing:.04em;color:#3B7A1E;background:#EEF6E8;border-radius:3px;padding:3px 8px;text-transform:uppercase}
.olc__empty{text-align:center;color:#6A6A6A;padding:40px 0}
.olc__foot{flex:none;padding:16px 20px calc(18px + env(safe-area-inset-bottom));border-top:1px solid #E8E8E8;background:#fff}
.olc__row{display:flex;justify-content:space-between;align-items:baseline;font-size:17px;color:#111;padding:3px 0}
.olc__row b{font-weight:500}
.olc__row--sub{color:#6A6A6A}
.olc__row--sub b{color:#111;font-weight:600}
.olc__row--save{color:#3B7A1E;font-size:15px}
.olc__row--save b{font-weight:600}
.olc__cta{display:flex;align-items:center;justify-content:center;min-height:62px;margin-top:14px;background:var(--ol-cta,#70C73D);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.2em;font-size:16px;font-weight:600;transition:background .15s ease}
.olc__cta:hover{background:var(--ol-cta-hover,#5DB32C)}
.olc__cta[aria-disabled=true]{background:#B9C4C6;pointer-events:none}
.olc__trust{display:flex;align-items:center;justify-content:center;gap:7px;margin:12px 0 0;font-size:13.5px;color:#55686A}
.olc__trust svg{width:17px;height:17px;stroke:#3B7A1E;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
body.olc-lock{overflow:hidden}
@media (max-width:480px){.olc__item{grid-template-columns:72px 1fr auto}.olc__img{width:72px;height:72px}.olc__name,.olc__price{font-size:16px}.olc__body{padding:18px 16px 6px}}
.olc [hidden]{display:none!important}
