.cart-drawer[hidden] { display: none !important; }
.cart-drawer {
  inset: 0;
  position: fixed;
  z-index: 12050;
}
.cart-drawer-backdrop {
  background: rgba(15, 17, 17, 0.45);
  inset: 0;
  position: absolute;
}
.cart-drawer-panel {
  background: #fff;
  box-shadow: -8px 0 32px rgba(15, 17, 17, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 420px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(104%);
  transition: transform .28s ease;
  width: min(100vw, 420px);
}
.cart-drawer.is-open .cart-drawer-panel { transform: translateX(0); }

.cart-drawer-head {
  align-items: flex-start;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 18px 14px;
}
.cart-drawer-head h2 {
  color: #0f1111;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 2px;
}
.cart-drawer-count {
  color: #565959;
  font-size: 13px;
  margin: 0;
}
.cart-drawer-close {
  align-items: center;
  background: #f5f6f8;
  border: 0;
  border-radius: 999px;
  color: #0f1111;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.cart-drawer-close:hover { background: #eceef1; }

.cart-drawer-body {
  flex: 1;
  overflow: auto;
  padding: 8px 0 12px;
}
.cart-drawer-empty {
  align-items: center;
  color: #565959;
  display: none;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 220px;
  padding: 28px 20px;
  text-align: center;
}
.cart-drawer-empty.is-visible { display: flex; }
.cart-drawer-empty i { font-size: 28px; opacity: .45; }
.cart-drawer-empty p { margin: 0; font-weight: 600; }

.cart-drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-drawer-item {
  border-bottom: 1px solid #f0f1f3;
  display: grid;
  gap: 12px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 14px 18px;
}
.cart-drawer-thumb {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 8px;
  display: block;
  height: 72px;
  overflow: hidden;
  width: 72px;
}
.cart-drawer-thumb img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.cart-drawer-meta { min-width: 0; }
.cart-drawer-name {
  color: #0f1111;
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 2px;
  text-decoration: none;
}
.cart-drawer-name:hover { color: #a8843f; }
.cart-drawer-sku {
  color: #8a8f96;
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
}
.cart-drawer-row {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.cart-drawer-qty {
  align-items: center;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  display: inline-flex;
  overflow: hidden;
}
.cart-drawer-qty button {
  background: #f5f6f8;
  border: 0;
  color: #0f1111;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  line-height: 1;
  width: 34px;
}
.cart-drawer-qty button:hover { background: #eceef1; }
.cart-drawer-qty button:disabled { cursor: wait; opacity: .55; }
.cart-drawer-qty span {
  font-size: 13px;
  font-weight: 700;
  min-width: 28px;
  text-align: center;
}
.cart-drawer-price {
  color: #0f1111;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.cart-drawer-remove {
  background: none;
  border: 0;
  color: #8a8f96;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
  padding: 0;
  text-decoration: underline;
}
.cart-drawer-remove:hover { color: #a33327; }

.cart-drawer-foot {
  border-top: 1px solid #e7e7e7;
  padding: 14px 18px 18px;
}
.cart-drawer-foot[hidden] { display: none !important; }
.cart-drawer-ship {
  background: #f8f5ee;
  border-radius: 8px;
  color: #6b5530;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 10px 12px;
}
.cart-drawer-ship[hidden] { display: none !important; }
.cart-drawer-totals {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cart-drawer-totals strong {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}
.cart-drawer-actions {
  display: grid;
  gap: 8px;
}
.cart-drawer-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none !important;
}
.cart-drawer-btn.primary {
  background: #131921;
  border-color: #131921;
  color: #fff !important;
}
.cart-drawer-btn.checkout {
  background: #e9bd73;
  border-color: #d9b068;
  color: #0f1111 !important;
}
.cart-drawer-btn.ghost {
  background: #fff;
  border-color: #d5d9d9;
  color: #0f1111 !important;
}
.cart-drawer-af { display: none !important; }

body.cart-drawer-open { overflow: hidden; }

@media (max-width: 480px) {
  .cart-drawer-panel { max-width: 100vw; width: 100vw; }
}
