cart-drawer,
cart-notification-drawer {
  display: none !important;
}

#atlas-static-cart-panel[hidden] { display: none !important; }
#atlas-static-cart-panel { position: fixed; inset: 0; z-index: 2147483000; color: #171717; }
.atlas-static-cart__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .45); }
.atlas-static-cart__drawer { position: absolute; right: 0; top: 0; width: min(100%, 480px); height: 100%; display: flex; flex-direction: column; background: #fff; box-shadow: -12px 0 28px rgba(0, 0, 0, .16); }
.atlas-static-cart__drawer header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; border-bottom: 1px solid #e6e6e6; }
.atlas-static-cart__drawer h2 { margin: 0; font-size: 20px; }
.atlas-static-cart__drawer header button { border: 0; background: transparent; font-size: 32px; line-height: 1; cursor: pointer; }
.atlas-static-cart__items { flex: 1; overflow: auto; padding: 8px 24px; }
.atlas-static-cart__item { display: grid; grid-template-columns: 80px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid #eee; }
.atlas-static-cart__image { width: 80px; height: 96px; object-fit: cover; background: #f6f6f6; }
.atlas-static-cart__details { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.atlas-static-cart__details strong { font-size: 14px; line-height: 1.35; }
.atlas-static-cart__details span { font-size: 13px; color: #666; }
.atlas-static-cart__quantity { display: flex; align-items: center; gap: 9px; margin-top: auto; font-size: 14px; }
.atlas-static-cart__quantity button { width: 26px; height: 26px; border: 1px solid #ddd; background: #fff; cursor: pointer; }
.atlas-static-cart__quantity .atlas-static-cart__remove { width: auto; border: 0; text-decoration: underline; color: #666; }
.atlas-static-cart__footer { padding: 20px 24px 26px; border-top: 1px solid #e6e6e6; }
.atlas-static-cart__footer > div { display: flex; justify-content: space-between; font-size: 16px; margin-bottom: 16px; }
.atlas-static-cart__checkout { width: 100%; min-height: 52px; border: 0; background: #121212; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.atlas-static-cart__empty { display: grid; place-content: center; justify-items: center; flex: 1; gap: 20px; padding: 30px; text-align: center; }
.atlas-static-cart__empty p { font-size: 18px; margin: 0; }
.atlas-static-cart__empty a { display: inline-block; padding: 14px 22px; background: #121212; color: #fff; text-decoration: none; }
@media (max-width: 560px) {
  .atlas-static-cart__drawer { width: 100%; }
  .atlas-static-cart__item { grid-template-columns: 64px 1fr auto; }
  .atlas-static-cart__image { width: 64px; height: 80px; }
}
