.ows-cart[hidden] { display: none !important; }
.ows-cart { position: fixed; inset: 0; z-index: 999999; font-family: inherit; }
.ows-cart__shade { position: absolute; inset: 0; background: rgba(20, 25, 24, .48); }
.ows-cart__panel { position: absolute; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(100%, 440px); background: #fff; box-shadow: -12px 0 32px rgba(0,0,0,.12); color: #202524; }
.ows-cart__head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid #e8e8e8; }
.ows-cart__head h2 { margin: 0; font-size: 20px; line-height: 1.25; }
.ows-cart__head button { border: 0; background: none; color: inherit; font-size: 26px; line-height: 1; cursor: pointer; }
.ows-cart__items { flex: 1; overflow-y: auto; padding: 4px 20px; }
.ows-cart__empty { margin-top: 48px; text-align: center; color: #707777; }
.ows-cart__item { display: flex; align-items: flex-start; gap: 12px; padding: 16px 0; border-bottom: 1px solid #eee; }
.ows-cart__item > img { display: block; flex: 0 0 96px; width: 96px; height: 96px; max-width: 96px; box-sizing: border-box; padding: 5px; object-fit: contain; object-position: center; border: 1px solid #eee; border-radius: 10px; background: #fff; }
.ows-cart__details { display: flex; flex-direction: column; gap: 6px; min-width: 0; flex: 1; }
.ows-cart__details strong { font-size: 15px; line-height: 1.35; font-weight: 650; overflow-wrap: anywhere; }
.ows-cart__details > span:not(.ows-cart__warning) { font-size: 14px; line-height: 1.3; }
.ows-cart__warning { color: #b42318; font-size: 13px; }
.ows-cart__controls { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.ows-cart__controls button { min-width: 26px; min-height: 26px; border: 1px solid #ddd; border-radius: 5px; background: #fff; font-size: 15px; cursor: pointer; }
.ows-cart__controls .ows-cart__remove { border: 0; margin-left: auto; color: #707777; font-size: 12px; text-decoration: underline; }
.ows-cart__foot { padding: 18px 20px 20px; border-top: 1px solid #e8e8e8; }
.ows-cart__total { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 16px; }
.ows-cart__checkout { display: block; width: 100%; min-height: 48px; border: 0; border-radius: 8px; background: #202524; color: #fff; font-weight: 700; font-size: 15px; cursor: pointer; }
.ows-cart__checkout:disabled { opacity: .45; cursor: not-allowed; }
.ows-cart__foot p { margin: 10px 0 0; color: #707777; text-align: center; font-size: 12px; line-height: 1.4; }
body.ows-cart-open { overflow: hidden; }
@media (max-width: 480px) {
  .ows-cart__head { padding: 16px; }
  .ows-cart__head h2 { font-size: 18px; }
  .ows-cart__items { padding: 4px 16px; }
  .ows-cart__item > img { flex-basis: 80px; width: 80px; height: 80px; max-width: 80px; }
  .ows-cart__details strong { font-size: 14px; }
  .ows-cart__details > span:not(.ows-cart__warning) { font-size: 13px; }
  .ows-cart__foot { padding: 16px; }
}
