.bs-basket-open { overflow: hidden; }
.bs-basket { position: fixed; inset: 0 0 0 auto; margin: 0; width: min(520px,100%); height: 100dvh; max-height: 100dvh; max-width: 100%; border: 0; padding: 0; background: #fffaf3; color: #25323c; font: 400 1rem/1.5 var(--bs-body-font,Arial,sans-serif); box-shadow: -15px 0 70px #0003; }
.bs-basket[open] { display: flex; flex-direction: column; }
.bs-basket::backdrop { background: #17232a88; }
.bs-basket *, .bs-basket *::before, .bs-basket *::after { box-sizing: border-box; }
.bs-basket [hidden] { display: none !important; }
.bs-basket button, .bs-basket a { font: inherit; }
.bs-basket button { cursor: pointer; }
.bs-basket button:disabled { opacity: .4; cursor: default; }
.bs-basket :focus-visible, .bs-basket-launcher:focus-visible { outline: 3px solid #385c80; outline-offset: 3px; }
.bs-basket-header { flex: 0 0 auto; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: max(22px,env(safe-area-inset-top)) 28px 20px; border-bottom: 1px solid #e8decf; }
.bs-basket-eyebrow { color: #6c6258; font-size: .875rem; }
.bs-basket-header h2 { font: 400 2.4rem/1.2 var(--bs-heading-font,Arial,sans-serif); color: var(--bs-orange-dark,#bc3b1a); margin: 4px 0 0; }
.bs-basket-close { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid #ddcfbd; border-radius: 50%; background: #fffaf3; font-size: 1.8rem !important; line-height: 1; color: inherit; }
.bs-basket-body { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 0 28px 24px; }
.bs-basket-status { margin: 12px 0; color: #6c6258; font-size: .875rem; }
.bs-basket-status:empty { display: none; }
.bs-basket-delivery { display: flex; gap: 12px; align-items: flex-start; margin: 24px 0 12px; padding: 16px; border-radius: 12px; background: #e5eef5; }
.bs-basket-delivery > span { font-size: 1.5rem; }
.bs-basket-delivery p { margin: 4px 0 0; font-size: .875rem; color: #4d6070; }
.bs-basket-items { list-style: none; margin: 0; padding: 0; }
.bs-basket-item { display: grid; grid-template-columns: 76px minmax(0,1fr) auto; gap: 8px 14px; padding: 24px 0; border-bottom: 1px solid #e8decf; }
.bs-basket-photo { grid-row: span 2; width: 76px; height: 76px; object-fit: cover; border-radius: 12px; background: #fff; }
.bs-basket-item h3 { font: 700 1rem/1.4 var(--bs-body-font,Arial,sans-serif); margin: 0 0 5px; }
.bs-basket-tag { font-size: .75rem; font-weight: 650; color: #a93c1d; display: block; margin-bottom: 3px; }
.bs-basket-item dl { font-size: .875rem; margin: 0; color: #6c6258; }
.bs-basket-item dt { font-weight: 500; }
.bs-basket-item dd { margin: 0 0 4px; }
.bs-basket-item dd p { margin: 0; }
.bs-basket-price { white-space: nowrap; font-size: .9375rem; }
.bs-basket-item-actions { display: flex; flex-wrap: wrap; gap: 0 16px; }
.bs-basket-item-actions button { background: none; border: 0; color: #a93c1d; text-decoration: underline; padding: 10px 0; min-height: 44px; font-size: .875rem; }
.bs-basket-quantity { grid-column: 2 / -1; justify-self: end; display: flex; align-items: center; border: 1px solid #ddcfbd; border-radius: 24px; overflow: hidden; }
.bs-basket-quantity button { width: 44px; height: 40px; background: transparent; border: 0; color: inherit; font-size: 1.25rem; }
.bs-basket-quantity span { min-width: 24px; text-align: center; font-weight: 650; }
.bs-basket-more { display: block; margin: 20px 0; padding: 12px; text-align: center; border: 1px dashed #c8b49b; border-radius: 8px; color: #a93c1d; text-decoration: none; }
.bs-basket-totals { margin: 26px 0 0; }
.bs-basket-totals > div { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; }
.bs-basket-totals dt,.bs-basket-totals dd { margin: 0; }
.bs-basket-totals dd { text-align: right; }
.bs-basket-grand-total { border-top: 1px solid #e8decf; margin-top: 10px; padding-top: 16px !important; font-weight: 750; }
.bs-basket-footer { flex: 0 0 auto; padding: 14px 28px max(12px,env(safe-area-inset-bottom)); border-top: 1px solid #e8decf; background: #fffaf3; box-shadow: 0 -5px 16px #25323c05; }
.bs-basket-footnote { text-align: center; font-size: .875rem; color: #6c6258; margin: 0 0 10px; }
.bs-basket-primary { display: flex; align-items: center; justify-content: center; gap: 18px; background: #bf421f; color: white !important; padding: 15px 18px; min-height: 54px; border-radius: 9px; text-decoration: none !important; font-weight: 650 !important; }
.bs-basket-checkout { justify-content: space-between; }
.bs-basket-checkout strong { white-space: nowrap; }
.bs-basket-checkout[aria-disabled=true] { opacity: .45; cursor: default; }
.bs-basket-continue { display: block; margin: 0 auto; min-height: 44px; background: none; border: 0; color: #6c6258; font-size: .875rem !important; }
.bs-basket-empty { text-align: center; padding: 60px 8px; }
.bs-basket-empty img { display: block; margin: 0 auto 20px; }
.bs-basket-empty h3 { font-size: 1.5rem; margin: 0; }
.bs-basket-empty p { color: #6c6258; margin: 10px 0 26px; }
.bs-basket-message { flex: 0 0 auto; padding: 12px 28px; background: #e5eef5; font-size: .875rem; }
.bs-basket-message button { min-height: 44px; margin: 0 0 0 10px; padding: 0; background: none; border: 0; color: #294c6b; text-decoration: underline; font-weight: 650; }
.bs-basket-warning { border-left: 3px solid #a93c1d; padding: 12px; background: #fff0e7; font-size: .875rem; }
.bs-basket-launcher { position: fixed; z-index: 1000; bottom: 24px; right: 24px; padding: 15px 23px; border-radius: 30px; background: #25323c; color: #fff !important; text-decoration: none !important; box-shadow: 0 5px 25px #0003; font: 650 .9375rem/1.5 var(--bs-body-font,Arial,sans-serif); text-align: center; }
@media(max-width:600px) {
  .bs-basket { width: 100%; }
  .bs-basket-header { padding-inline: 20px; }
  .bs-basket-body { padding-inline: 20px; }
  .bs-basket-footer,.bs-basket-message { padding-inline: 20px; }
  .bs-basket-launcher { bottom: max(12px,env(safe-area-inset-bottom)); right: 12px; left: 12px; border-radius: 10px; }
  body.bs-site { padding-bottom: 84px; }
}
@media(max-width:380px) {
  .bs-basket-item { grid-template-columns: 58px minmax(0,1fr); }
  .bs-basket-photo { width: 58px; height: 58px; }
  .bs-basket-price { grid-column: 2; }
  .bs-basket-header h2 { font-size: 2rem; }
}
