:root {
  --oxka-brand: #005067;
  --oxka-brand-deep: #003d4f;
  --oxka-brand-soft: #e8f4f6;
  --oxka-mint: #e8f6ed;
  --oxka-ink: #14242b;
  --oxka-muted: #74818a;
  --oxka-line: #e3eaed;
  --oxka-surface: #ffffff;
  --oxka-canvas: #f6f9fa;
  --oxka-accent: #f2a73b;
}

.oksada-cart {
  max-width: 1280px;
  margin: 28px auto 64px;
  padding: 44px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #edf1f2;
  border-radius: 30px;
  background: linear-gradient(145deg, #ffffff 0%, #ffffff 64%, #f3fafb 100%);
  box-shadow: 0 24px 60px rgba(21, 69, 79, .09);
  color: var(--oxka-ink);
  font-family: inherit;
}

.oksada-cart *, .oksada-cart *::before, .oksada-cart *::after { box-sizing: border-box; }
.oksada-orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.oksada-orb--one { width: 460px; height: 460px; top: -330px; right: -190px; background: radial-gradient(circle, rgba(0, 80, 103, .13), transparent 68%); animation: oxka-float 12s ease-in-out infinite; }
.oksada-orb--two { width: 370px; height: 370px; bottom: -300px; left: -170px; background: radial-gradient(circle, rgba(66, 183, 155, .11), transparent 68%); animation: oxka-float 14s ease-in-out infinite reverse; }

@keyframes oxka-float { 50% { transform: translate3d(-12px, 22px, 0) scale(1.06); } }
@keyframes oxka-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes oxka-pulse { 70% { box-shadow: 0 0 0 8px rgba(0, 80, 103, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 80, 103, 0); } }

.oksada-cart__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.oksada-eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--oxka-brand); font: 800 10px/1 Arial, sans-serif; letter-spacing: .18em; }
.oksada-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--oxka-brand); box-shadow: 0 0 0 5px rgba(0, 80, 103, .10); }
.oksada-cart h1 { margin: 0 0 14px; font-size: clamp(30px, 3.8vw, 50px); font-weight: 900; letter-spacing: -.055em; line-height: 1.1; }
.oksada-cart h1 em { color: var(--oxka-brand); font-style: normal; }
.oksada-cart__header p { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--oxka-muted); font-size: 13px; }
.oksada-pulse { width: 8px; height: 8px; border-radius: 50%; background: #3aad72; box-shadow: 0 0 0 0 rgba(58, 173, 114, .6); animation: oxka-pulse 2.2s infinite; }
.oksada-continue { display: flex; align-items: center; gap: 10px; color: var(--oxka-brand); text-decoration: none; font-size: 12px; font-weight: 800; white-space: nowrap; transition: color .25s ease; }
.oksada-continue__icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #d8e6e9; border-radius: 50%; background: #fff; font-size: 16px; transition: transform .35s ease, background .25s ease; }
.oksada-continue:hover { color: var(--oxka-brand-deep); }
.oksada-continue:hover .oksada-continue__icon { transform: rotate(45deg); background: var(--oxka-brand-soft); }

.oksada-cart__progress { display: flex; align-items: center; gap: 13px; margin-bottom: 30px; color: #9ba7ac; font-size: 12px; font-weight: 700; }
.oksada-cart__progress span { display: grid; grid-template-columns: 28px auto; column-gap: 8px; align-items: center; }
.oksada-cart__progress b { grid-row: span 2; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #dce5e8; border-radius: 50%; color: #90a0a6; font: 700 9px Arial, sans-serif; }
.oksada-cart__progress small { color: #aeb9bd; font-size: 9px; font-weight: 600; }
.oksada-cart__progress .is-active { color: var(--oxka-ink); }
.oksada-cart__progress .is-active b { border-color: var(--oxka-brand); background: var(--oxka-brand); color: #fff; box-shadow: 0 0 0 5px rgba(0, 80, 103, .09); }
.oksada-cart__progress .is-active small { color: var(--oxka-brand); }
.oksada-cart__progress i { display: block; width: 54px; height: 1px; background: linear-gradient(90deg, var(--oxka-brand), #e4eaeb); }

.oksada-cart__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .72fr); gap: 30px; align-items: start; }
.oksada-cart__items { padding: 0 24px; border: 1px solid var(--oxka-line); border-radius: 18px; background: #ffffff; box-shadow: 0 8px 26px rgba(24, 65, 74, .035); }
.oksada-items-title { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--oxka-line); font-size: 14px; font-weight: 850; }
.oksada-items-title small { color: var(--oxka-muted); font-size: 10px; font-weight: 500; }
.oksada-cart-item { display: grid; grid-template-columns: 132px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--oxka-line); animation: oxka-enter .55s both; }
.oksada-cart-item:nth-child(3) { animation-delay: .10s; }
.oksada-cart-item:nth-child(4) { animation-delay: .20s; }
.oksada-cart-item__image { display: grid; height: 132px; position: relative; place-items: center; overflow: hidden; border-radius: 13px; background: linear-gradient(145deg, #edf5f6, #f9fbfb); transition: transform .35s ease, box-shadow .35s ease; }
.oksada-cart-item__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 55%, rgba(0, 80, 103, .06)); pointer-events: none; }
.oksada-cart-item__image:hover { transform: translateY(-3px) scale(1.025); box-shadow: 0 12px 20px rgba(0, 80, 103, .12); }
.oksada-cart-item__image img { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: contain; mix-blend-mode: multiply; }
.oksada-cart-item__info { display: flex; min-width: 0; flex-direction: column; }
.oksada-cart-item__topline { display: flex; align-items: center; justify-content: space-between; }
.oksada-tag { padding: 5px 9px; border: 1px solid #d4eddd; border-radius: 30px; background: var(--oxka-mint); color: #26774e; font-size: 9px; font-weight: 750; }
.oksada-tag i { margin-left: 4px; font-style: normal; }
.oksada-remove { display: flex; align-items: center; gap: 3px; color: #9aa5aa; font: 13px Arial, sans-serif; text-decoration: none; transition: color .2s ease; }
.oksada-remove span { font-family: inherit; font-size: 10px; }
.oksada-remove:hover { color: #d34f57; }
.oksada-cart-item h2 { margin: 12px 0 5px; font-size: 17px; font-weight: 850; line-height: 1.5; }
.oksada-cart-item h2 a { color: inherit; text-decoration: none; }
.oksada-variation, .oksada-variation dl { margin: 0; color: var(--oxka-muted); font-size: 11px; }
.oksada-variation dt, .oksada-variation dd { display: inline; margin: 0 3px; }
.oksada-cart-item__bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; }
.oksada-quantity { display: flex; height: 38px; align-items: center; overflow: hidden; direction: ltr; border: 1px solid #d9e4e6; border-radius: 9px; background: #fff; transition: box-shadow .22s ease, border-color .22s ease; }
.oksada-quantity.is-changed { border-color: var(--oxka-brand); box-shadow: 0 0 0 4px rgba(0, 80, 103, .10); }
.oksada-qty-btn { width: 34px; height: 36px; border: 0; background: transparent; color: var(--oxka-brand); font-size: 18px; cursor: pointer; transition: color .2s ease, background .2s ease; }
.oksada-qty-btn:hover { background: var(--oxka-brand-soft); color: var(--oxka-brand-deep); }
.oksada-quantity input.qty { width: 30px !important; padding: 0 !important; border: 0 !important; background: transparent !important; color: var(--oxka-ink) !important; text-align: center; font-size: 13px !important; font-weight: 800; appearance: textfield; -moz-appearance: textfield; }
.oksada-quantity input::-webkit-outer-spin-button, .oksada-quantity input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.oksada-price { color: var(--oxka-brand-deep); font-size: 16px; font-weight: 900; white-space: nowrap; }

.oksada-cart-actions { display: flex; align-items: end; justify-content: space-between; gap: 15px; padding: 19px 0; }
.oksada-coupon label { display: block; margin-bottom: 8px; color: #55656d; font-size: 11px; font-weight: 700; }
.oksada-coupon div { display: flex; }
.oksada-coupon input { width: 185px; height: 39px; padding: 0 11px; outline: 0; border: 1px solid #d8e4e6; border-radius: 0 7px 7px 0; background: #fff; color: var(--oxka-ink); font-family: inherit; font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.oksada-coupon input:focus { border-color: var(--oxka-brand); box-shadow: 0 0 0 3px rgba(0, 80, 103, .10); }
.oksada-coupon button, .oksada-update { height: 39px; border: 0; background: var(--oxka-brand); color: #fff; padding: 0 13px; font-family: inherit; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.oksada-coupon button { border-radius: 7px 0 0 7px; }
.oksada-coupon button:hover { background: var(--oxka-brand-deep); }
.oksada-update { border: 1px solid #ccdde0; border-radius: 7px; background: #fff; color: var(--oxka-brand); }
.oksada-update:hover, .oksada-update.is-ready { border-color: var(--oxka-brand); background: var(--oxka-brand-soft); }
.oksada-update span { margin-left: 5px; font-size: 15px; }

.oksada-summary { position: sticky; top: 25px; }
.oksada-summary__card { position: relative; overflow: hidden; padding: 25px; border: 1px solid #dbe9eb; border-radius: 19px; background: #ffffff; box-shadow: 0 16px 34px rgba(0, 80, 103, .10); }
.oksada-summary__card::before { content: ''; width: 210px; height: 210px; position: absolute; top: -120px; left: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 80, 103, .13), transparent 70%); }
.oksada-summary__top { display: flex; position: relative; align-items: center; justify-content: space-between; }
.oksada-summary__badge { color: var(--oxka-brand); font: 800 9px Arial, sans-serif; letter-spacing: .13em; }
.oksada-live-dot { color: #258653; font-size: 10px; }
.oksada-live-dot::before { content: ''; display: inline-block; width: 5px; height: 5px; margin-left: 5px; border-radius: 50%; background: #34af6d; }
.oksada-summary h2 { position: relative; margin: 15px 0 20px; font-size: 21px; font-weight: 900; }
.oksada-summary__line { display: flex; position: relative; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid #dfe9eb; color: #6e7d84; font-size: 12px; }
.oksada-summary__line strong { color: var(--oxka-ink); font-size: 13px; }
.oksada-summary__line.is-discount, .oksada-summary__line.is-discount strong { color: #258653; }
.oksada-shipping-text { color: #75868d !important; font-size: 10px !important; font-weight: 600; }
.oksada-summary__total { display: flex; position: relative; align-items: center; justify-content: space-between; padding: 19px 0 22px; font-size: 13px; font-weight: 800; }
.oksada-summary__total strong { color: var(--oxka-brand-deep); font-size: 19px; }
.oksada-checkout { display: flex; width: 100%; height: 61px; position: relative; align-items: center; justify-content: space-between; overflow: hidden; padding: 0 18px; border-radius: 10px; background: var(--oxka-brand); box-shadow: 0 12px 24px rgba(0, 80, 103, .24); color: #fff; font-size: 15px; font-weight: 850; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.oksada-checkout::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.25) 47%, transparent 63%); transform: translateX(125%); transition: transform .65s ease; }
.oksada-checkout:hover { transform: translateY(-3px); background: var(--oxka-brand-deep); box-shadow: 0 18px 32px rgba(0, 80, 103, .30); color: #fff; }
.oksada-checkout:hover::before { transform: translateX(-125%); }
.oksada-checkout__copy { display: flex; position: relative; flex-direction: column; gap: 2px; }
.oksada-checkout__copy small { opacity: .76; font-size: 9px; font-weight: 500; }
.oksada-checkout__arrow { display: grid; width: 31px; height: 31px; position: relative; place-items: center; border-radius: 50%; background: #fff; color: var(--oxka-brand); font-size: 18px; transition: transform .25s ease; }
.oksada-checkout:hover .oksada-checkout__arrow { transform: translateX(-4px); }
.oksada-secure { position: relative; margin: 15px 0 0; color: #718087; font-size: 10px; text-align: center; }
.oksada-secure span { color: var(--oxka-brand); font-size: 17px; vertical-align: middle; }
.oksada-benefits { display: flex; justify-content: space-around; margin-top: 16px; color: #63747b; font-size: 10px; font-weight: 700; }
.oksada-benefits span::before { content: '✓'; margin-left: 4px; color: var(--oxka-brand); }
.oksada-cart--empty { max-width: 650px; padding: 85px 22px; text-align: center; }
.oksada-cart--empty .oksada-empty-icon { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 17px; border-radius: 50%; background: var(--oxka-brand-soft); color: var(--oxka-brand); font-size: 38px; }
.oksada-cart--empty p { margin: 0 auto 25px; color: var(--oxka-muted); font-size: 14px; }
.oksada-cart--empty .oksada-checkout { width: 220px; margin: auto; }

@media (max-width: 1024px) {
  .oksada-cart { padding: 34px 28px; }
  .oksada-cart__grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; }
  .oksada-cart__items { padding: 0 18px; }
  .oksada-cart-item { grid-template-columns: 108px 1fr; gap: 17px; }
  .oksada-cart-item__image { height: 108px; }
  .oksada-items-title small { display: none; }
}

@media (max-width: 780px) {
  .oksada-cart { margin: 0; padding: 31px 16px 26px; border: 0; border-radius: 0; box-shadow: none; }
  .oksada-cart__header { align-items: flex-start; flex-direction: column; margin-bottom: 27px; }
  .oksada-cart h1 { font-size: 31px; }
  .oksada-cart__progress { gap: 5px; overflow: hidden; font-size: 9px; white-space: nowrap; }
  .oksada-cart__progress small { display: none; }
  .oksada-cart__progress i { width: 17px; }
  .oksada-cart__grid { display: flex; flex-direction: column; gap: 19px; }
  .oksada-cart__items, .oksada-summary { width: 100%; }
  .oksada-cart__items { padding: 0 14px; }
  .oksada-summary { position: static; order: 2; }
  .oksada-items-title small { display: none; }
  .oksada-cart-item { grid-template-columns: 94px 1fr; gap: 14px; padding: 17px 0; }
  .oksada-cart-item__image { height: 94px; }
  .oksada-cart-item h2 { margin: 7px 0 3px; font-size: 13px; }
  .oksada-tag { font-size: 8px; }
  .oksada-cart-item__bottom { margin-top: 10px; }
  .oksada-price { font-size: 12px; }
  .oksada-cart-actions { align-items: stretch; flex-direction: column; }
  .oksada-coupon input { width: 100%; }
  .oksada-update { width: 100%; }
  .oksada-summary__card { padding: 22px; }
  .oksada-cart--empty { padding: 55px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .oksada-cart *, .oksada-cart *::before, .oksada-cart *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
