.mdw-cart-panel,
.mdw-cart-panel *,
.mdw-cart-modal,
.mdw-cart-modal * {
  box-sizing: border-box;
}

.mdw-cart-panel {
  --mdw-cart-ink: #17251f;
  --mdw-cart-forest: #203b31;
  --mdw-cart-line: rgba(23, 37, 31, .15);
  --mdw-cart-muted: #66716b;
  --mdw-cart-button-border: #915b0b;
  --mdw-cart-button-top: #f7d88c;
  --mdw-cart-button-bottom: #c78322;
  width: 100%;
  padding: clamp(22px, 4vw, 38px);
  color: var(--mdw-cart-ink);
  background: rgba(255, 255, 255, .66);
  border: 1px solid var(--mdw-cart-line);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(23, 37, 31, .08);
  font-family: inherit;
}

.mdw-cart-notice { margin-bottom: 18px; padding: 14px 16px; border: 1px solid var(--mdw-cart-line); }
.mdw-cart-notice--error { color: #7f1d1d; background: #fef2f2; border-color: #fecaca; }
.mdw-cart-empty { max-width: 640px; margin: 0 auto; padding: 58px 20px; text-align: center; }
.mdw-cart-empty h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); font-weight: 400; letter-spacing: -.04em; }
.mdw-cart-empty p:not(.eyebrow) { margin: 18px auto 28px; color: var(--mdw-cart-muted); line-height: 1.75; }
.mdw-cart-account-row { display: flex; gap: 14px; align-items: center; justify-content: center; margin-bottom: 10px; padding: 16px; background: rgba(255, 255, 255, .5); border: 1px solid var(--mdw-cart-line); border-radius: 9px; }
.mdw-cart-button,
.mdw-cart-modal__button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 26px; color: #1e1204; text-decoration: none; border: 1px solid var(--mdw-cart-button-border); border-radius: 10px; background: linear-gradient(var(--mdw-cart-button-top), var(--mdw-cart-button-bottom)); box-shadow: 0 8px 20px rgba(120, 72, 18, .22), inset 0 1px 0 rgba(255, 255, 255, .7); font-size: 12px; font-weight: 800; text-shadow: 0 1px 0 rgba(255, 255, 255, .38); cursor: pointer; }
.mdw-cart-button:hover,
.mdw-cart-modal__button:hover { filter: brightness(.97); transform: translateY(-1px); }
.mdw-cart-button--small { min-height: 38px; padding-inline: 20px; }
.mdw-cart-step { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin: 0 0 22px; padding: 10px 14px; color: var(--mdw-cart-ink); background: rgba(255, 255, 255, .5); border: 1px solid var(--mdw-cart-line); border-radius: 9px; font-size: 13px; }
.mdw-cart-step strong { text-align: center; font-size: 15px; }
.mdw-cart-step span:last-child { justify-self: end; color: #9aa3aa; font-size: 26px; line-height: .5; }
.mdw-cart-table { display: grid; gap: 0; }
.mdw-cart-row { display: grid; grid-template-columns: 170px minmax(210px, 1fr) 130px 160px 120px 58px; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--mdw-cart-line); }
.mdw-cart-row--head { padding-top: 0; color: #383f3a; border: 0; font-size: 12px; font-weight: 800; }
.mdw-cart-thumb { display: grid; min-height: 70px; place-items: center; }
.mdw-cart-thumb img { width: 110px; height: 70px; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(23, 37, 31, .12)); }
.mdw-cart-thumb span { display: grid; width: 82px; height: 58px; place-items: center; color: rgba(32, 59, 49, .38); background: #e9e7dd; }
.mdw-cart-name a { font-size: 14px; font-weight: 800; text-decoration: none; }
.mdw-cart-name small { display: block; margin-top: 4px; color: #6c7670; font-size: 11px; }
.mdw-cart-price,
.mdw-cart-total { font-size: 13px; font-weight: 700; }
.mdw-cart-quantity form { display: flex; gap: 6px; align-items: center; }
.mdw-cart-quantity input { width: 52px; height: 33px; padding: 0 6px; text-align: center; background: #fff; border: 1px solid #a7a7a7; border-radius: 4px; }
.mdw-cart-quantity button { min-height: 33px; padding: 0 9px; color: var(--mdw-cart-forest); background: transparent; border: 1px solid var(--mdw-cart-line); border-radius: 4px; font-size: 11px; font-weight: 800; cursor: pointer; }
.mdw-cart-remove button { color: #8b8b8b; background: transparent; border: 0; font-size: 22px; cursor: pointer; }
.mdw-cart-lower { display: grid; grid-template-columns: minmax(330px, 426px); justify-content: end; gap: 50px; padding-top: 12px; }
.mdw-cart-summary dl { margin: 0 0 24px; padding-bottom: 5px; border-bottom: 1px solid #454545; }
.mdw-cart-summary dl div { display: flex; align-items: center; justify-content: space-between; margin: 0 0 9px; gap: 16px; }
.mdw-cart-summary dt,
.mdw-cart-summary dd { margin: 0; font-size: 13px; }
.mdw-cart-summary__grand dt,
.mdw-cart-summary__grand dd { font-weight: 800; }
.mdw-cart-button--checkout { width: 100%; min-height: 38px; }
.mdw-cart-express { display: flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 16px; color: #173f76; text-decoration: none; background: #ffc439; border-radius: 999px; font-size: 16px; }
.mdw-cart-express--paypal { color: #003087; font-size: 21px; font-style: italic; font-weight: 800; }
.mdw-cart-actions { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--mdw-cart-line); }
.mdw-cart-actions a { color: var(--mdw-cart-forest); font-size: 13px; font-weight: 800; }
.mdw-cart-bestsellers { margin-top: 46px; border: 1px solid rgba(23, 37, 31, .35); }
.mdw-cart-bestsellers h2 { margin: 0; padding: 12px; color: #596b80; font-size: 14px; text-align: center; }
.mdw-cart-bestsellers div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px; }
.mdw-cart-bestsellers span { display: grid; min-height: 86px; place-items: center; color: #6c7670; background: rgba(255, 255, 255, .52); border: 1px solid var(--mdw-cart-line); font-size: 12px; }

.mdw-cart-modal[hidden] { display: none; }
body.mdw-cart-modal-open { overflow: hidden; }
.mdw-cart-modal { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 24px; font-family: inherit; }
.mdw-cart-modal__shade { position: absolute; inset: 0; background: rgba(23, 27, 33, .48); backdrop-filter: blur(1px); }
.mdw-cart-modal__dialog { position: relative; width: min(475px, 100%); color: #142137; background: #fff; border: 1px solid #9d9d9d; box-shadow: 0 18px 55px rgba(0, 0, 0, .24); outline: 0; }
.mdw-cart-modal__close { position: absolute; top: 6px; right: 6px; width: 20px; height: 20px; padding: 0; color: #777; background: #fff; border: 1px solid #aaa; font-size: 18px; line-height: 16px; cursor: pointer; }
.mdw-cart-modal__head { padding: 8px 8px 0; border-bottom: 1px solid #4775bd; }
.mdw-cart-modal__checkout { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: 0 20px; color: #1e1204; text-decoration: none; border: 1px solid #915b0b; border-radius: 10px; background: linear-gradient(#f7d88c, #c78322); box-shadow: 0 7px 17px rgba(120, 72, 18, .22), inset 0 1px 0 rgba(255, 255, 255, .7); font-size: 12px; font-weight: 800; }
.mdw-cart-modal__body { padding: 4px 8px 0; }
.mdw-cart-modal__body h2 { margin: 0 0 8px; font-size: 12px; line-height: 1.45; }
.mdw-cart-modal__item { display: grid; grid-template-columns: 124px 1fr; gap: 10px; align-items: start; }
.mdw-cart-modal__thumb { display: grid; height: 56px; place-items: center; background: #e9e7dd; overflow: hidden; }
.mdw-cart-modal__thumb img { width: 100%; height: 100%; object-fit: contain; }
.mdw-cart-modal__thumb span { color: rgba(32, 59, 49, .4); }
.mdw-cart-modal__item-body { background: #f0f0f0; }
.mdw-cart-modal__item-body p { margin: 0; padding: 2px 5px; font-size: 12px; }
.mdw-cart-modal__item-body ul { margin: 0; padding: 2px 5px 4px 18px; color: #59655f; font-size: 11px; }
.mdw-cart-modal__totals { margin-top: 22px; padding: 7px 0 0; border-top: 1px dotted #9fb3d8; text-align: right; }
.mdw-cart-modal__totals span,
.mdw-cart-modal__totals strong { display: block; font-size: 12px; font-weight: 500; }
.mdw-cart-modal__foot { display: flex; gap: 8px; justify-content: flex-end; padding: 22px 8px 8px; }
.mdw-cart-modal__button { min-height: 37px; padding-inline: 18px; font-size: 12px; }

@media (max-width: 980px) {
  .mdw-cart-row { grid-template-columns: 120px minmax(180px, 1fr) 90px 140px 90px 44px; gap: 12px; }
  .mdw-cart-lower { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 720px) {
  .mdw-cart-panel { padding: 18px; border-radius: 12px; }
  .mdw-cart-account-row,
  .mdw-cart-actions { flex-direction: column; align-items: stretch; }
  .mdw-cart-step { grid-template-columns: 1fr; gap: 6px; text-align: center; }
  .mdw-cart-step span:last-child { display: none; }
  .mdw-cart-row,
  .mdw-cart-row--head { grid-template-columns: 86px 1fr; gap: 10px; }
  .mdw-cart-row--head { display: none; }
  .mdw-cart-price,
  .mdw-cart-total,
  .mdw-cart-quantity,
  .mdw-cart-remove { grid-column: 2; }
  .mdw-cart-lower,
  .mdw-cart-bestsellers div { grid-template-columns: 1fr; }
  .mdw-cart-modal { padding: 12px; }
  .mdw-cart-modal__item { grid-template-columns: 88px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .mdw-cart-button,
  .mdw-cart-modal__button { transition: none; }
}