.rb-side-cart {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
}

.rb-side-cart.is-open { pointer-events: auto; }

.rb-side-cart[hidden] { display: none; }

.rb-side-cart__overlay {
  position: fixed; inset: 0; z-index: 80; background: rgba(8, 15, 30, .58); opacity: 0; visibility: hidden;
  backdrop-filter: blur(2px); transition: opacity .25s ease, visibility .25s ease;
}

.rb-side-cart__panel {
  position: fixed; top: 0; right: 0; z-index: 81; display: flex; flex-direction: column;
  width: min(540px, 100vw); height: 100vh; overflow: hidden; border-radius: 28px 0 0 28px;
  background: #fff; box-shadow: -30px 0 78px rgba(6, 16, 34, .26);
  opacity: 0; transform: translateX(100%); transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
}

.rb-side-cart.is-open .rb-side-cart__overlay,
.rb-cart.is-open .rb-side-cart__overlay { opacity: 1; visibility: visible; }

.rb-side-cart.is-open .rb-side-cart__panel,
.rb-cart.is-open .rb-side-cart__panel { opacity: 1; transform: translateX(0); }

.rb-side-cart__head,
.rb-side-cart__foot { padding: 22px 28px; border-bottom: 1px solid #e5edf6; }

.rb-side-cart__head { display: grid; grid-template-columns: 40px 1fr; align-items: start; gap: 18px; min-height: 136px; padding: 54px 64px 22px 51px; }

.rb-side-cart__heading { grid-column: 2; display: grid; gap: 4px; }

.rb-side-cart__heading strong { color: #0f172a; font-size: 28px; font-weight: 760; line-height: 1.08; }

.rb-side-cart__heading span { color: #7a8496; font-size: 13.5px; font-weight: 650; line-height: 18.225px; }

.rb-side-cart__heading b { color: #0f172a; font-weight: 760; }

.rb-side-cart__foot { margin-top: auto; padding: 12px 20px 12px; border-top: 1px solid #e5edf6; border-bottom: 0; }

.rb-side-cart__close { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid #d8e2ef; border-radius: 13px; background: #fff; color: #0b1426; font-size: 0; line-height: 1; cursor: pointer; transition: transform .12s ease, border-color .18s ease, box-shadow .18s ease; }

.rb-side-cart__close { grid-column: 1; grid-row: 1; margin-top: 7px; }

.rb-side-cart__body { flex: 1; display: grid; align-content: start; gap: 18px; padding: 16px 41px 15px; overflow: auto; background: #f4f7fb; }

.rb-side-cart__empty { display: grid; gap: 10px; padding: 28px; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(15, 35, 65, .055); }

.rb-side-cart__empty strong { color: #0f172a; font-size: 20px; line-height: 1.15; }

.rb-side-cart__empty span { color: #64748b; font-size: 14px; line-height: 1.45; }

.rb-side-cart__item {
  position: relative; display: grid; grid-template-columns: 76px 1fr; gap: 12px;
  height: 146px; padding: 13px 15px; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(15, 35, 65, .055);
}

.rb-side-cart__item-image { display: grid; place-items: center; width: 76px; height: 76px; margin-top: 22px; border-radius: 14px; background: #fbfcfe; }

.rb-side-cart__item-image img { width: 74px; height: 74px; object-fit: contain; }

.rb-side-cart__item-body { min-width: 0; padding-right: 32px; }

.rb-side-cart__title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 33px; overflow: hidden; color: #0f172a; font-size: 13.5px; font-weight: 700; line-height: 16.47px; }

.rb-side-cart__sku,
.rb-side-cart__qty,
.rb-side-cart__stock { color: #64748b; font-size: 13px; }

.rb-side-cart__sku { display: block; margin-bottom: 3px; color: #a8b2c4; font-size: 11.5px; font-weight: 650; line-height: 13.8px; }

.rb-side-cart__stock { display: block; margin-top: 4px; color: #159947; font-size: 12px; font-weight: 700; line-height: 14.4px; }

.rb-side-cart__item-bottom,
.rb-side-cart__summary { display: flex; justify-content: space-between; gap: 16px; margin-top: 8px; }

.rb-side-cart__qty { display: inline-grid; grid-template-columns: 32px 44px 32px; align-items: center; width: 108px; height: 36px; padding: 0; border: 1px solid #d8e2ef; border-radius: 12px; color: #0f172a; font-size: 15px; font-weight: 700; text-align: center; }

.rb-side-cart__qty button { display: grid; place-items: center; width: 32px; height: 34px; border: 0; background: transparent; color: #64748b; font: inherit; cursor: pointer; transition: transform .12s ease; }

.rb-side-cart__price { display: grid; justify-items: end; min-width: 100px; color: #0f172a; font-size: 18px; font-weight: 700; line-height: 20px; }

.rb-side-cart__price small { margin-top: 8px; color: #7f8da3; font-size: 11.5px; font-weight: 700; line-height: 18px; }

.rb-side-cart__summary strong { color: #0f172a; font-size: 22px; }

.rb-side-cart__remove {
  display: grid; place-items: center; position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; padding: 0;
  border: 1px solid #d8e2ef; border-radius: 10px; background: #fff; color: #64748b; font-size: 0; cursor: pointer; transition: transform .12s ease;
}

.rb-side-cart__close svg,
.rb-side-cart__remove svg { display: block; width: 18px; height: 18px; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }

.rb-side-cart__delivery { margin: 4px 0 6px; color: #94a3b8; font-size: 13px; }

.rb-side-cart__delivery-title { display: block; padding-bottom: 10px; border-bottom: 5px solid #ff6a00; color: #334155; font-size: 13px; }

.rb-side-cart__checkout,
.rb-side-cart__cart-link,
.rb-side-cart__empty a { display: flex; align-items: center; justify-content: center; height: 44px; margin-top: 9px; border-radius: 12px; font-weight: 700; transition: transform .12s ease, background .18s ease; }

.rb-side-cart__close:active,
.rb-side-cart__qty button:active,
.rb-side-cart__remove:active,
.rb-side-cart__checkout:active,
.rb-side-cart__cart-link:active,
.rb-side-cart__empty a:active { transform: scale(.97); }

.rb-side-cart__checkout,
.rb-side-cart__empty a { background: #ff6a00; color: #fff; }

.rb-side-cart__checkout:hover,
.rb-side-cart__empty a:hover { background: #ff741f; transform: translateY(-1px); }
.rb-side-cart__cart-link:hover,
.rb-side-cart__close:hover,
.rb-side-cart__remove:hover,
.rb-side-cart__qty button:hover { transform: translateY(-1px); }
.rb-side-cart__close:hover { border-color: #ff8a3d; box-shadow: 0 8px 18px rgba(255, 106, 0, .14); }
.rb-side-cart__checkout:hover,.rb-side-cart__checkout:focus,.rb-side-cart__checkout:active,.rb-side-cart__cart-link:hover,.rb-side-cart__cart-link:focus,.rb-side-cart__cart-link:active,.rb-side-cart__empty a:hover,.rb-side-cart__empty a:focus,.rb-side-cart__empty a:active { text-decoration: none; }

.gt-rebuild-header .rb-side-cart__checkout,
.gt-rebuild-header .rb-side-cart__empty a { color: #fff; }

.rb-side-cart__checkout span { margin-left: 8px; }

.rb-side-cart__cart-link { border: 1px solid #d8e2ef; color: #0f172a; }

.rb-side-cart__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 6px; }

.rb-side-cart__trust span { display: grid; justify-items: center; gap: 1px; height: 58px; overflow: hidden; padding: 5px 6px; border-radius: 12px; background: #f8fafc; color: #334155; font-size: 10px; font-weight: 700; line-height: 1.12; text-align: center; }

.rb-side-cart__trust b { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: #fff; color: #64748b; font-size: 10px; }

.rb-side-cart__trust small { color: #94a3b8; font-size: 9px; font-weight: 500; line-height: 1.1; }
