/* Softsrl side cart — native modal, independent scroll, fixed purchase actions. */
html.sr-cart-open{overflow:hidden}
body.sr-site dialog.sr-cart-drawer{position:fixed;inset:0 0 0 auto;margin:0;padding:0;width:460px;max-width:100vw;height:100dvh;max-height:100dvh;box-sizing:border-box;border:0;border-radius:0;background:#fff;color:#16354e;box-shadow:-20px 0 80px #16354e1a;overflow:hidden;transform:translateX(100%);opacity:1;transition:transform .28s cubic-bezier(.22,.68,0,1.02);z-index:2147483647}
body.sr-site dialog.sr-cart-drawer.is-open{transform:translateX(0)}
.sr-cart-drawer::backdrop{background:rgba(12,34,50,.3);backdrop-filter:blur(3px);animation:sr-backdrop-in .25s ease both}
@keyframes sr-backdrop-in{from{background:rgba(12,34,50,0);backdrop-filter:blur(0)}to{background:rgba(12,34,50,.3);backdrop-filter:blur(3px)}}
.sr-drawer-shell{height:100%;display:flex;flex-direction:column;min-height:0}
.sr-drawer-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;padding:29px 28px 23px;border-bottom:1px solid #dbe7ef;background:#fff}
.sr-drawer-header .sr-kicker{font-size:10px;letter-spacing:.16em;display:block;margin-bottom:8px;color:#52768d}
.sr-drawer-header h2{display:flex;align-items:center;gap:13px;font-size:29px;font-weight:500;letter-spacing:-.045em;margin:0!important;line-height:1.25}
.sr-drawer-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 6px;border-radius:50%;background:#edf7fd;border:1px solid #d6eaf6;font-size:12px;letter-spacing:0;font-weight:600}
body.sr-site .sr-drawer-close{width:44px;min-width:44px;height:44px;min-height:44px;padding:11px!important;background:#f4f9fc!important;color:#16354e!important;border:1px solid #dfebf2!important;border-radius:50%;display:flex;align-items:center;justify-content:center}
.sr-drawer-close .sr-icon{width:19px;height:19px}
.sr-drawer-close:hover{background:#e5f2fb!important}
.sr-drawer-status{margin:0!important;padding:12px 28px;background:#eff9f4;color:#32684f;font-size:12px;line-height:1.6;border-bottom:1px solid #dbece3;flex-shrink:0}
.sr-drawer-status.is-error{background:#fff5f3;color:#944532;border-color:#f0d8d0}
.sr-cart-drawer-content{display:flex;flex-direction:column;flex:1;min-height:0;transition:opacity .15s}
.sr-cart-drawer.is-busy .sr-cart-drawer-content{opacity:.55;pointer-events:none}
.sr-drawer-items{overflow-y:auto;overscroll-behavior:contain;padding:0 28px;flex:1;min-height:80px;scrollbar-width:thin;scrollbar-color:#c7dbe8 transparent}
.sr-drawer-item{display:grid;grid-template-columns:84px minmax(0,1fr);gap:19px;padding:25px 0;border-bottom:1px solid #e1ebf2}
.sr-drawer-item:last-child{border-bottom:0}
.sr-drawer-image{width:84px;height:92px;background:#f2f8fc;border:1px solid #e1ecf4;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:5px;align-self:start}
.sr-drawer-image img{width:100%;height:100%;object-fit:contain;object-position:center;margin:0}
.sr-drawer-product-name{font-size:14px;line-height:1.55;font-weight:600;display:block;overflow-wrap:anywhere}
.sr-drawer-format{display:block;font-size:11px;line-height:1.5;color:#718694;margin-top:6px}
.sr-drawer-item-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px}
.sr-drawer-quantity{display:flex;align-items:center;flex-shrink:0;border:1px solid #ccdee9;border-radius:6px;overflow:hidden;height:40px;background:white}
body.sr-site .sr-drawer-quantity button{display:flex;align-items:center;justify-content:center;width:33px;min-width:33px;padding:0!important;min-height:38px;height:38px;border:0!important;border-radius:0;background:transparent!important;color:#16354e!important}
.sr-drawer-quantity button .sr-icon{width:13px;height:13px;flex-basis:13px}
.sr-drawer-quantity button:disabled{opacity:.3;cursor:default}
.sr-drawer-quantity button:hover:not(:disabled){background:#edf7fd!important}
body.sr-site .sr-drawer-quantity input{width:34px;min-width:0;padding:0!important;border:0!important;box-shadow:none!important;border-radius:0;height:38px;min-height:38px;text-align:center;font:500 13px/1.4 Manrope,sans-serif;background:white;color:#16354e;appearance:textfield;-moz-appearance:textfield}
.sr-drawer-quantity input::-webkit-inner-spin-button,.sr-drawer-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.sr-drawer-line-price{font-size:16px;line-height:1.3;white-space:nowrap;letter-spacing:-.035em}
body.sr-site button.sr-drawer-remove{display:inline-block;padding:8px 0 0!important;min-height:25px;border:0!important;background:none!important;color:#758995!important;font-size:11px;line-height:1.5;text-decoration:underline;text-underline-offset:3px;font-weight:400;border-radius:0}
.sr-drawer-bottom{flex-shrink:0;border-top:1px solid #d8e7f1;background:#f1f8fd;padding:23px 28px max(20px,env(safe-area-inset-bottom));box-shadow:0 -8px 25px #16354e05}
.sr-drawer-subtotal{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px}
.sr-drawer-subtotal>strong{font-size:27px;font-weight:600;letter-spacing:-.045em;white-space:nowrap}
.sr-drawer-subtotal .tax_label{font-size:10px;font-weight:400;letter-spacing:0}
.sr-drawer-delivery{display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.7;color:#668398;margin:10px 0 20px!important}
.sr-drawer-delivery .sr-icon{width:15px;height:15px;flex-basis:15px}
body.sr-site .sr-drawer-bottom .sr-button{width:100%;min-height:50px;font-size:13px;justify-content:center;gap:14px}
body.sr-site .sr-drawer-cart-link{margin-top:10px;border-color:#cbdfece0;background:white}
body.sr-site button.sr-drawer-continue{display:block;width:100%;padding:10px 5px 0!important;min-height:35px;margin-top:6px;border:0!important;background:none!important;color:#58788c!important;font-size:12px;font-weight:400}
.sr-drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px 35px 50px;text-align:center;overflow-y:auto;flex:1}
.sr-drawer-empty-icon{width:76px;height:76px;background:#edf7fd;border:1px solid #d9eaf5;display:flex;align-items:center;justify-content:center;border-radius:22px;margin-bottom:27px;transform:rotate(-5deg)}
.sr-drawer-empty-icon .sr-icon{width:30px;height:30px;transform:rotate(5deg)}
.sr-drawer-empty .sr-kicker{font-size:9px;letter-spacing:.14em;color:#7894a6;line-height:1.8}
.sr-drawer-empty h3{font-size:30px;line-height:1.2;font-weight:500;letter-spacing:-.05em;margin:13px 0 18px!important}
.sr-drawer-empty>p:not(.sr-kicker){font-size:13px;line-height:1.8;color:#6c8495;max-width:280px;margin:0 0 28px!important}
.sr-drawer-empty .sr-button{width:100%;font-size:13px}
.sr-cart-drawer :focus-visible{outline:2px solid #3b87b2;outline-offset:3px}
@media(max-width:600px){body.sr-site dialog.sr-cart-drawer{width:100%;max-width:100vw}.sr-drawer-header{padding:23px 20px 19px}.sr-drawer-header h2{font-size:27px}.sr-drawer-items{padding:0 20px}.sr-drawer-item{gap:15px;grid-template-columns:74px minmax(0,1fr);padding:22px 0}.sr-drawer-image{width:74px;height:82px}.sr-drawer-product-name{font-size:13px}.sr-drawer-line-price{font-size:15px}.sr-drawer-item-actions{gap:8px}.sr-drawer-quantity{height:44px}.sr-drawer-quantity button{width:35px!important;min-width:35px!important;height:42px!important;min-height:42px!important}.sr-drawer-quantity input{width:32px!important;height:42px!important;min-height:42px!important}.sr-drawer-bottom{padding:20px 20px max(16px,env(safe-area-inset-bottom))}.sr-drawer-subtotal>strong{font-size:26px}.sr-drawer-status{padding:11px 20px}.sr-drawer-delivery{font-size:10px;margin-bottom:16px!important}}
@media(max-height:620px){.sr-drawer-header{padding-top:16px;padding-bottom:14px}.sr-drawer-header .sr-kicker{display:none}.sr-drawer-bottom{padding-top:14px;padding-bottom:12px}.sr-drawer-delivery{margin:5px 0 10px!important}.sr-drawer-bottom .sr-drawer-continue{display:none!important}.sr-drawer-item{padding-top:18px;padding-bottom:18px}}
@media(prefers-reduced-motion:reduce){body.sr-site dialog.sr-cart-drawer{transition:none}.sr-cart-drawer::backdrop{animation:none}}
