:root{
  --bb-ink:#1d1d1f;
  --bb-muted:#6e6e73;
  --bb-subtle:#86868b;
  --bb-surface:#fff;
  --bb-soft:#f5f5f7;
  --bb-line:#d2d2d7;
  --bb-line-soft:rgba(0,0,0,.075);
  --bb-blue:#0071e3;
  --bb-blue-hover:#0077ed;
  --bb-font:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue","Segoe UI",Arial,sans-serif;
}

.bb-cart-root,.bb-full-cart-page{font-family:var(--bb-font);color:var(--bb-ink)}
#globalnav-submenu-bag .bb-cart-apple-embed{width:100%;min-width:0;align-self:stretch}
.bb-cart-trigger{appearance:none;border:0;background:transparent;padding:0;color:var(--bb-ink);cursor:pointer;gap:8px}
.bb-cart-trigger:focus-visible,.bb-cart-close:focus-visible,.bb-cart-btn:focus-visible,.bb-cart-qty__btn:focus-visible,.bb-cart-coupon button:focus-visible,.bb-cart-coupon input:focus-visible{outline:3px solid rgba(0,113,227,.25);outline-offset:2px}
.bb-cart-count{top:-1px;right:-7px;background:var(--bb-ink);color:#fff;box-shadow:0 0 0 2px #fff}

/* The page remains visible, but becomes soft like the reference when Bag is open. */
.bb-cart-overlay{
  background:rgba(245,245,247,.28);
  backdrop-filter:blur(18px) saturate(115%);
  -webkit-backdrop-filter:blur(18px) saturate(115%);
  transition:opacity .5s ease,visibility .5s ease
}

/* Full-width white top sheet. The actual UI inside stays centered at 980px. */
.bb-cart-drawer{
  margin:0;
  background:#fff;
  border:0;
  border-bottom:1px solid rgba(0,0,0,.06);
  border-radius:0;
  box-shadow:0 14px 34px rgba(0,0,0,.055);
  overflow:hidden;
  transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .5s ease,visibility .5s ease
}

.bb-cart-drawer__header,
.bb-cart-drawer__body,
.bb-cart-notices{
  box-sizing:border-box;
  width:min(980px,calc(100% - 32px));
  margin-left:auto;
  margin-right:auto
}

.bb-cart-drawer__header{
  flex:0 0 auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding:18px 0 8px
}
.bb-cart-drawer__title{font-size:24px;line-height:1.12;font-weight:650;letter-spacing:-.025em}
.bb-cart-drawer__meta{margin-top:4px;color:var(--bb-muted);font-size:11px;line-height:1.35}
.bb-cart-root .bb-cart-close{
  appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;
  display:inline-grid!important;place-items:center!important;flex:0 0 32px!important;
  width:32px!important;min-width:32px!important;max-width:32px!important;
  height:32px!important;min-height:32px!important;max-height:32px!important;
  margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;
  background:var(--bb-soft)!important;color:var(--bb-muted)!important;box-shadow:none!important;
  font-family:Arial,sans-serif!important;font-size:21px!important;font-weight:400!important;line-height:1!important;
  text-align:center!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer!important;
  transition:background .5s ease,color .5s ease!important
}
.bb-cart-root .bb-cart-close:hover{background:#e8e8ed!important;color:var(--bb-ink)!important}
.bb-cart-root .bb-cart-close:before,.bb-cart-root .bb-cart-close:after{content:none!important}

.bb-cart-notices{flex:0 0 auto;padding:0}
.bb-cart-notices:empty{display:none}
.bb-cart-notices .woocommerce-message,.bb-cart-notices .woocommerce-error,.bb-cart-inline-error{
  margin:4px 0 8px;padding:10px 12px;border:0;border-radius:10px;background:var(--bb-soft);color:var(--bb-ink);
  font-size:11px;line-height:1.4;list-style:none
}

.bb-cart-drawer__body{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  overscroll-behavior:contain;
  padding:0 0 26px
}

/* Compact product rows similar to the reference Bag preview. */
.bb-cart-items{display:flex;flex-direction:column}
.bb-cart-item{
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:20px;
  align-items:start;
  padding:10px 0 16px;
  border-bottom:1px solid var(--bb-line-soft)
}
.bb-cart-item:last-child{border-bottom:0}
.bb-cart-item__thumb{
  width:58px;height:58px;border-radius:10px;overflow:hidden;background:var(--bb-soft);
  display:flex;align-items:center;justify-content:center
}
.bb-cart-item__thumb img{display:block;width:100%;height:100%;object-fit:contain}
.bb-cart-item__info{min-width:0;padding-right:28px}
.bb-cart-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.bb-cart-item__name,.bb-cart-item__name a{
  color:var(--bb-ink);font-size:13px;line-height:1.38;font-weight:600;letter-spacing:-.012em;text-decoration:none
}
.bb-cart-item__name a:hover{text-decoration:underline;text-underline-offset:2px}
.bb-cart-item__subtotal{font-size:13px;line-height:1.35;font-weight:600;white-space:nowrap}
.bb-cart-item__meta{margin-top:4px;color:var(--bb-muted);font-size:10.5px;line-height:1.45}
.bb-cart-item__meta dl,.bb-cart-item__meta p{margin:0}
.bb-cart-item__bottom{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-top:9px;flex-wrap:wrap}
.bb-cart-item__price{color:var(--bb-muted);font-size:10.5px;line-height:1.3}
.bb-cart-item__price span{color:var(--bb-subtle)}
.bb-cart-item__remove{position:absolute;top:11px;right:0;color:#8e8e93;text-decoration:none;font-size:17px;line-height:1}
.bb-cart-item__remove:hover{color:var(--bb-ink)}

.bb-cart-root .bb-cart-qty{
  box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  flex:0 0 auto!important;width:auto!important;height:32px!important;min-height:32px!important;
  margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;background:var(--bb-soft)!important;
  overflow:hidden!important;box-shadow:none!important;vertical-align:middle!important
}
.bb-cart-root .bb-cart-qty__btn{
  appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;flex:0 0 32px!important;
  width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;
  margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--bb-ink)!important;
  box-shadow:none!important;font-family:var(--bb-font)!important;font-size:16px!important;font-weight:400!important;line-height:1!important;
  text-align:center!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer!important
}
.bb-cart-root .bb-cart-qty__btn:hover,.bb-cart-root .bb-cart-qty__btn:focus{background:rgba(0,0,0,.045)!important;color:var(--bb-ink)!important}
.bb-cart-root .bb-cart-qty__input{
  appearance:textfield!important;-moz-appearance:textfield!important;box-sizing:border-box!important;display:block!important;flex:0 0 36px!important;
  width:36px!important;min-width:36px!important;max-width:36px!important;height:32px!important;min-height:32px!important;max-height:32px!important;
  margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--bb-ink)!important;
  box-shadow:none!important;outline:0!important;font-family:var(--bb-font)!important;font-size:12px!important;font-weight:500!important;line-height:32px!important;
  text-align:center!important;text-indent:0!important;letter-spacing:0!important;vertical-align:middle!important
}
.bb-cart-root .bb-cart-qty__input::-webkit-outer-spin-button,.bb-cart-root .bb-cart-qty__input::-webkit-inner-spin-button{-webkit-appearance:none!important;appearance:none!important;margin:0!important}
.bb-cart-root .bb-cart-qty--single{height:32px!important;padding:0 12px!important;font-size:11px!important;line-height:32px!important}


/* Apple-like account shortcuts shown in both the popup and [bb_full_cart]. */
.bb-cart-profile{
  margin:18px 0 4px;
  padding:0;
  color:var(--bb-ink)
}
.bb-cart-profile__title{
  margin:0 0 10px;
  color:var(--bb-muted);
  font-size:11px;
  line-height:1.35;
  font-weight:400
}
.bb-cart-profile__links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 22px
}
.bb-cart-profile__link{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:28px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--bb-ink)!important;
  box-shadow:none!important;
  font-family:var(--bb-font)!important;
  font-size:11.5px!important;
  font-weight:500!important;
  line-height:1.25!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  text-transform:none!important
}
.bb-cart-profile__link:hover{color:var(--bb-blue)!important}
.bb-cart-profile__icon{
  position:relative;
  box-sizing:border-box;
  display:inline-block;
  width:15px;
  height:15px;
  flex:0 0 15px;
  color:var(--bb-subtle)
}
.bb-cart-profile__link:hover .bb-cart-profile__icon{color:var(--bb-blue)}
.bb-cart-profile__icon:before,
.bb-cart-profile__icon:after{content:"";position:absolute;box-sizing:border-box}
.bb-cart-profile__icon--orders:before{inset:2px;border:1.25px solid currentColor;border-radius:2px;transform:rotate(30deg)}
.bb-cart-profile__icon--orders:after{left:4px;right:4px;top:6.4px;border-top:1.25px solid currentColor}
.bb-cart-profile__icon--downloads:before{left:3px;right:3px;bottom:1px;height:5px;border:1.25px solid currentColor;border-top:0;border-radius:0 0 2px 2px}
.bb-cart-profile__icon--downloads:after{left:7px;top:1px;width:1.25px;height:8px;background:currentColor;box-shadow:-3px 4px 0 -1px currentColor,3px 4px 0 -1px currentColor;transform-origin:center}
.bb-cart-profile__icon--account:before{left:4.6px;top:1px;width:6px;height:6px;border:1.25px solid currentColor;border-radius:50%}
.bb-cart-profile__icon--account:after{left:2px;right:2px;bottom:1px;height:6px;border:1.25px solid currentColor;border-radius:7px 7px 3px 3px}
.bb-cart-profile__icon--bag:before{left:2px;right:2px;top:5px;bottom:1px;border:1.25px solid currentColor;border-radius:3px}
.bb-cart-profile__icon--bag:after{left:5px;top:1px;width:5px;height:6px;border:1.25px solid currentColor;border-bottom:0;border-radius:5px 5px 0 0}
.bb-cart-profile__icon--signin:before{inset:1.5px;border:1.25px solid currentColor;border-radius:50%}
.bb-cart-profile__icon--signin:after{left:4px;right:4px;bottom:3px;height:4px;border:1.25px solid currentColor;border-radius:5px 5px 3px 3px}

/* Lower utility area takes the role of the compact profile/action area in the reference. */
.bb-cart-footer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:56px;align-items:start;margin-top:14px;padding-top:12px}
.bb-cart-card{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}
.bb-cart-card__title{margin:0 0 8px;color:var(--bb-muted);font-size:11px;line-height:1.3;font-weight:400}
.bb-cart-coupon{padding:0;border:0}
.bb-cart-coupon form{display:flex;align-items:center;gap:8px;max-width:390px}
.bb-cart-coupon input{
  min-width:0;flex:1;height:34px;padding:0 11px;border:1px solid #d2d2d7;border-radius:8px;background:#fff;
  font:400 11px var(--bb-font);color:var(--bb-ink);box-shadow:none
}
.bb-cart-coupon input::placeholder{color:#86868b}
.bb-cart-coupon button{
  height:34px;padding:0 14px;border:0;border-radius:999px;background:var(--bb-ink);color:#fff;font:500 11px var(--bb-font);cursor:pointer
}
.bb-cart-coupon button:disabled{opacity:.5;cursor:default}
.bb-cart-coupons{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.bb-cart-coupon .bb-cart-coupon-chip{
  height:27px;padding:0 9px;border:0;border-radius:999px;background:var(--bb-soft);color:var(--bb-ink);
  font:500 10px var(--bb-font);display:inline-flex;align-items:center;gap:5px;cursor:pointer
}

.bb-cart-summary{padding:0}
.bb-cart-summary__row{display:flex;justify-content:space-between;gap:18px;padding:4px 0;font-size:11.5px;line-height:1.4}
.bb-cart-summary__row span{color:var(--bb-muted)}
.bb-cart-summary__row strong{color:var(--bb-ink);font-weight:600}
.bb-cart-summary__row--total{margin-top:5px;padding-top:9px;border-top:1px solid var(--bb-line-soft);font-size:15px}
.bb-cart-summary__row--total span,.bb-cart-summary__row--total strong{color:var(--bb-ink)}
.bb-cart-summary__note{margin:6px 0 0;color:var(--bb-subtle);font-size:9.5px;line-height:1.4}
.bb-cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:11px}
.bb-cart-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;border-radius:999px;text-decoration:none;
  font-size:11.5px;font-weight:500;transition:background .5s ease,transform .5s ease,color .5s ease
}
.bb-cart-btn:active{transform:scale(.985)}
.bb-cart-btn--secondary{background:var(--bb-soft);color:var(--bb-ink)}
.bb-cart-btn--secondary:hover{background:#e8e8ed;color:var(--bb-ink)}
.bb-cart-btn--primary{background:var(--bb-blue);color:#fff}
.bb-cart-btn--primary:hover{background:var(--bb-blue-hover);color:#fff}

.bb-cart-empty{text-align:center;padding:30px 0 34px}
.bb-cart-empty__icon{display:inline-flex;opacity:.7}
.bb-cart-empty__icon .bb-cart-svg{display:block!important;width:46px;height:46px}
.bb-cart-empty p{margin:12px 0 16px;font-size:14px;font-weight:600}

/* Scoped control reset: prevents Elementor/theme form and button styles from overriding this cart UI. */
.bb-cart-root button,
.bb-cart-root input,
.bb-cart-root a.bb-cart-btn{
  box-sizing:border-box!important;
  font-family:var(--bb-font)!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.bb-cart-root button{
  margin:0!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.bb-cart-root input{box-shadow:none!important}
.bb-cart-root .bb-cart-btn{
  margin:0!important;border:0!important;box-shadow:none!important;text-shadow:none!important;
  line-height:1!important;white-space:nowrap!important
}
.bb-cart-root .bb-cart-btn--secondary{background:var(--bb-soft)!important;color:var(--bb-ink)!important}
.bb-cart-root .bb-cart-btn--secondary:hover{background:#e8e8ed!important;color:var(--bb-ink)!important}
.bb-cart-root .bb-cart-btn--primary{background:var(--bb-blue)!important;color:#fff!important}
.bb-cart-root .bb-cart-btn--primary:hover{background:var(--bb-blue-hover)!important;color:#fff!important}
.bb-cart-root .bb-cart-coupon input{
  height:34px!important;min-height:34px!important;margin:0!important;padding:0 11px!important;border:1px solid #d2d2d7!important;
  border-radius:8px!important;background:#fff!important;color:var(--bb-ink)!important;font-size:11px!important;line-height:34px!important
}
.bb-cart-root .bb-cart-coupon button{
  height:34px!important;min-height:34px!important;margin:0!important;padding:0 14px!important;border:0!important;border-radius:999px!important;
  background:var(--bb-ink)!important;color:#fff!important;font-size:11px!important;font-weight:500!important;line-height:34px!important
}
.bb-cart-root .bb-cart-coupon .bb-cart-coupon-chip{
  height:27px!important;min-height:27px!important;padding:0 9px!important;border-radius:999px!important;background:var(--bb-soft)!important;
  color:var(--bb-ink)!important;font-size:10px!important;line-height:27px!important
}

/* Full /cart/ page: use the exact same visual components as the popup. */
.bb-full-cart-page.bb-cart-root{
  box-sizing:border-box;
  width:min(980px,calc(100% - 32px));
  max-width:980px;
  margin:0 auto;
  padding:56px 0 72px;
  background:#fff;
  color:var(--bb-ink)
}
.bb-full-cart-page__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding:0 0 26px;
  border-bottom:1px solid var(--bb-line-soft)
}
.bb-full-cart-page__title{
  margin:0!important;
  padding:0!important;
  color:var(--bb-ink)!important;
  font-family:var(--bb-font)!important;
  font-size:40px!important;
  font-weight:650!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  text-transform:none!important
}
.bb-full-cart-page__meta{
  margin:7px 0 0!important;
  padding:0!important;
  color:var(--bb-muted)!important;
  font:400 12px/1.4 var(--bb-font)!important
}
.bb-full-cart-page__checkout{
  flex:0 0 auto!important;
  min-height:42px!important;
  height:42px!important;
  padding:0 20px!important;
  font-size:12px!important;
  line-height:42px!important
}
.bb-full-cart-page__notices{width:100%;margin:0;padding:12px 0 0}
.bb-full-cart-page__body{padding:22px 0 0}

/* On the full page, let the shared popup components breathe a little more. */
.bb-full-cart-page .bb-cart-item{
  grid-template-columns:86px minmax(0,1fr);
  gap:24px;
  padding:20px 0 24px
}
.bb-full-cart-page .bb-cart-item__thumb{width:86px;height:86px;border-radius:14px}
.bb-full-cart-page .bb-cart-item__info{padding-right:34px}
.bb-full-cart-page .bb-cart-item__name,
.bb-full-cart-page .bb-cart-item__name a{font-size:15px;line-height:1.4}
.bb-full-cart-page .bb-cart-item__subtotal{font-size:15px}
.bb-full-cart-page .bb-cart-item__meta{margin-top:5px;font-size:11px}
.bb-full-cart-page .bb-cart-item__bottom{margin-top:12px}
.bb-full-cart-page .bb-cart-item__price{font-size:11px}
.bb-full-cart-page .bb-cart-item__remove{top:21px;font-size:18px}
.bb-full-cart-page .bb-cart-profile{margin-top:28px;padding-top:20px;border-top:1px solid var(--bb-line-soft)}
.bb-full-cart-page .bb-cart-footer-grid{gap:64px;margin-top:28px;padding-top:20px;border-top:1px solid var(--bb-line-soft)}
.bb-full-cart-page .bb-cart-card__title{font-size:12px;margin-bottom:10px}
.bb-full-cart-page .bb-cart-summary__row{font-size:12px;padding:5px 0}
.bb-full-cart-page .bb-cart-summary__row--total{font-size:17px;padding-top:11px}
.bb-full-cart-page .bb-cart-summary__note{font-size:10px}
.bb-full-cart-page .bb-cart-actions{padding-top:14px}
.bb-full-cart-page .bb-cart-btn{min-height:40px;font-size:12px;padding:0 17px}
.bb-full-cart-page .bb-cart-empty{padding:72px 0 90px}
.bb-full-cart-page .bb-cart-empty p{font-size:18px;margin:16px 0 20px}

/* Full-page controls also use the plugin reset, not Elementor/theme defaults. */
.bb-full-cart-page.bb-cart-root button,
.bb-full-cart-page.bb-cart-root input,
.bb-full-cart-page.bb-cart-root a.bb-cart-btn{
  box-sizing:border-box!important;
  font-family:var(--bb-font)!important;
  text-transform:none!important;
  letter-spacing:0!important
}

@media(max-width:767px){
  .bb-cart-overlay{background:rgba(245,245,247,0);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}
  .bb-cart-drawer__header,.bb-cart-drawer__body,.bb-cart-notices{width:calc(100% - 28px)}
  .bb-cart-drawer__header{padding:14px 0 8px;gap:12px}
  .bb-cart-drawer__title{font-size:22px}
  .bb-cart-drawer__meta{font-size:10px}
    .bb-cart-root .bb-cart-close{flex-basis:30px!important;width:30px!important;min-width:30px!important;max-width:30px!important;height:30px!important;min-height:30px!important;max-height:30px!important;font-size:19px!important}
  .bb-cart-drawer__body{padding-bottom:20px}
  .bb-cart-item{grid-template-columns:52px minmax(0,1fr);gap:12px;padding:9px 0 13px}
  .bb-cart-item__thumb{width:52px;height:52px;border-radius:9px}
  .bb-cart-item__info{padding-right:23px}
  .bb-cart-item__name,.bb-cart-item__name a{font-size:12px}
  .bb-cart-item__subtotal{font-size:11.5px}
  .bb-cart-item__meta{font-size:9.5px}
  .bb-cart-item__bottom{gap:10px;margin-top:7px}
  .bb-cart-item__remove{top:9px;font-size:16px}
  .bb-cart-profile{margin-top:14px}
  .bb-cart-profile__links{display:grid;grid-template-columns:1fr 1fr;gap:5px 18px}
  .bb-cart-profile__link{min-height:30px!important}
  .bb-cart-footer-grid{grid-template-columns:1fr;gap:18px;margin-top:10px;padding-top:9px}
  .bb-cart-coupon form{max-width:none}
  .bb-cart-actions{grid-template-columns:1fr 1fr}
  .bb-cart-summary__note{max-width:300px}
  .bb-full-cart-page.bb-cart-root{width:calc(100% - 28px);padding:32px 0 48px}
  .bb-full-cart-page__header{align-items:center;padding-bottom:18px}
  .bb-full-cart-page__title{font-size:30px!important}
  .bb-full-cart-page__meta{font-size:11px!important;margin-top:5px!important}
  .bb-full-cart-page__checkout{min-height:38px!important;height:38px!important;padding:0 15px!important;font-size:11px!important;line-height:38px!important}
  .bb-full-cart-page__body{padding-top:14px}
  .bb-full-cart-page .bb-cart-item{grid-template-columns:64px minmax(0,1fr);gap:14px;padding:14px 0 17px}
  .bb-full-cart-page .bb-cart-item__thumb{width:64px;height:64px;border-radius:11px}
  .bb-full-cart-page .bb-cart-item__info{padding-right:24px}
  .bb-full-cart-page .bb-cart-item__name,.bb-full-cart-page .bb-cart-item__name a{font-size:13px}
  .bb-full-cart-page .bb-cart-item__subtotal{font-size:12px}
  .bb-full-cart-page .bb-cart-item__remove{top:15px;font-size:17px}
  .bb-full-cart-page .bb-cart-footer-grid{gap:22px;margin-top:18px;padding-top:16px}
}

@media(max-width:430px){
  .bb-cart-item__top{gap:8px}
  .bb-cart-item__bottom{align-items:flex-start;flex-direction:column}
  .bb-cart-actions{grid-template-columns:1fr}
  .bb-cart-coupon form{flex-direction:column;align-items:stretch}
  .bb-cart-coupon button{width:100%}
}


/* Dark theme support. Works when .theme-dark is on html, body, Elementor wrapper, or any ancestor. */
.theme-dark .bb-cart-root,
.theme-dark.bb-cart-root,
.theme-dark .bb-full-cart-page,
.theme-dark.bb-full-cart-page{
  --bb-ink:#f5f5f7;
  --bb-muted:#a1a1a6;
  --bb-subtle:#86868b;
  --bb-surface:#161617;
  --bb-soft:#242426;
  --bb-line:#424245;
  --bb-line-soft:rgba(255,255,255,.11);
  --bb-blue:#2997ff;
  --bb-blue-hover:#40a9ff;
  color:var(--bb-ink)!important
}
.theme-dark .bb-cart-trigger,.theme-dark.bb-cart-root .bb-cart-trigger{color:var(--bb-ink)!important}
.theme-dark .bb-cart-count,.theme-dark.bb-cart-root .bb-cart-count{background:#f5f5f7!important;color:#1d1d1f!important;box-shadow:0 0 0 2px #161617!important}
.theme-dark .bb-cart-overlay,.theme-dark.bb-cart-root .bb-cart-overlay{background:rgba(0,0,0,.38)!important}
.theme-dark .bb-cart-drawer,.theme-dark.bb-cart-root .bb-cart-drawer{background:#161617!important;border-bottom-color:rgba(255,255,255,.10)!important;box-shadow:0 18px 44px rgba(0,0,0,.38)!important}
.theme-dark .bb-cart-root .bb-cart-close,.theme-dark.bb-cart-root .bb-cart-close{background:#2c2c2e!important;color:#a1a1a6!important}
.theme-dark .bb-cart-root .bb-cart-close:hover,.theme-dark.bb-cart-root .bb-cart-close:hover{background:#3a3a3c!important;color:#f5f5f7!important}
.theme-dark .bb-cart-notices .woocommerce-message,
.theme-dark .bb-cart-notices .woocommerce-error,
.theme-dark .bb-cart-inline-error{background:#242426!important;color:#f5f5f7!important}
.theme-dark .bb-cart-item__thumb{background:#242426!important}
.theme-dark .bb-cart-item__name,
.theme-dark .bb-cart-item__name a,
.theme-dark .bb-cart-item__subtotal,
.theme-dark .bb-cart-summary__row strong,
.theme-dark .bb-cart-summary__row--total span,
.theme-dark .bb-cart-summary__row--total strong{color:#f5f5f7!important}
.theme-dark .bb-cart-item{border-bottom-color:rgba(255,255,255,.10)!important}
.theme-dark .bb-cart-item__remove{color:#a1a1a6!important}
.theme-dark .bb-cart-root .bb-cart-qty,
.theme-dark .bb-cart-root .bb-cart-qty--single{background:#242426!important;border-color:rgba(255,255,255,.12)!important;box-shadow:none!important}
.theme-dark .bb-cart-root .bb-cart-qty__btn,
.theme-dark .bb-cart-root .bb-cart-qty__input{background:transparent!important;color:#f5f5f7!important}
.theme-dark .bb-cart-root .bb-cart-qty__btn:hover{background:#343437!important}
.theme-dark .bb-cart-root .bb-cart-coupon input{background:#1d1d1f!important;border-color:#424245!important;color:#f5f5f7!important}
.theme-dark .bb-cart-root .bb-cart-coupon input::placeholder{color:#86868b!important}
.theme-dark .bb-cart-root .bb-cart-coupon button{background:#f5f5f7!important;color:#1d1d1f!important}
.theme-dark .bb-cart-root .bb-cart-coupon .bb-cart-coupon-chip{background:#242426!important;color:#f5f5f7!important}
.theme-dark .bb-cart-root .bb-cart-btn--secondary{background:#242426!important;color:#f5f5f7!important}
.theme-dark .bb-cart-root .bb-cart-btn--secondary:hover{background:#343437!important;color:#fff!important}
.theme-dark .bb-cart-root .bb-cart-btn--primary{background:#2997ff!important;color:#fff!important}
.theme-dark .bb-cart-root .bb-cart-btn--primary:hover{background:#40a9ff!important;color:#fff!important}
.theme-dark .bb-cart-profile__link{color:#f5f5f7!important}
.theme-dark .bb-cart-profile__link:hover{color:#2997ff!important}
.theme-dark .bb-cart-profile__icon{color:#a1a1a6!important}
.theme-dark .bb-cart-profile__link:hover .bb-cart-profile__icon{color:#2997ff!important}
.theme-dark .bb-full-cart-page.bb-cart-root,.theme-dark.bb-full-cart-page.bb-cart-root{background:transparent!important}
.theme-dark .bb-full-cart-page__title{color:#f5f5f7!important}
.theme-dark .bb-full-cart-page__header,
.theme-dark .bb-full-cart-page .bb-cart-profile,
.theme-dark .bb-full-cart-page .bb-cart-footer-grid{border-color:rgba(255,255,255,.10)!important}


/* Cart bag SVG color: force exact light/dark values against Elementor/theme inheritance. */
.bb-cart-root .bb-cart-svg,
.bb-full-cart-page .bb-cart-svg{
  color:#1d1d1f!important;
  fill:currentColor!important;
}
.theme-dark .bb-cart-root .bb-cart-svg,
.theme-dark.bb-cart-root .bb-cart-svg,
.theme-dark .bb-full-cart-page .bb-cart-svg,
.theme-dark.bb-full-cart-page .bb-cart-svg{
  color:#f5f5f7!important;
  fill:currentColor!important;
}
@media(prefers-reduced-motion:reduce){.bb-cart-overlay,.bb-cart-drawer,.bb-cart-btn{transition:none!important}}

/* v1.8.2 unified 0.5s motion, typography, profile layout, quantity sizing and notices. */
.bb-cart-root,
.bb-full-cart-page{
  font-size:14px!important;
}

/* One motion language everywhere: 0.5s. The WHOLE sheet moves from above the viewport. */
.bb-cart-root{--bb-motion:.5s;--bb-ease:cubic-bezier(.32,.72,0,1)}
.bb-cart-overlay{
  background:rgba(29,29,31,0)!important;
  opacity:0;
  backdrop-filter:blur(0) saturate(100%)!important;
  -webkit-backdrop-filter:blur(0) saturate(100%)!important;
  transition:opacity var(--bb-motion) var(--bb-ease),visibility var(--bb-motion) linear,background-color var(--bb-motion) var(--bb-ease),backdrop-filter var(--bb-motion) var(--bb-ease),-webkit-backdrop-filter var(--bb-motion) var(--bb-ease)!important;
}
.bb-cart-root.is-open .bb-cart-overlay:not([hidden]){
  background:rgba(29,29,31,.10)!important;
  opacity:1;
  backdrop-filter:blur(18px) saturate(115%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(115%)!important;
}
.bb-cart-drawer{
  transform:translate3d(0,calc(-100% - 44px),0) scale(.99)!important;
  opacity:0;
  clip-path:none!important;
  transition:transform var(--bb-motion) var(--bb-ease),opacity var(--bb-motion) var(--bb-ease),visibility var(--bb-motion) linear,background-color var(--bb-motion) var(--bb-ease),border-color var(--bb-motion) var(--bb-ease),box-shadow var(--bb-motion) var(--bb-ease),backdrop-filter var(--bb-motion) var(--bb-ease),-webkit-backdrop-filter var(--bb-motion) var(--bb-ease)!important;
}
.bb-cart-root.is-open .bb-cart-drawer{
  transform:translate3d(0,0,0) scale(1)!important;
  opacity:1;
}
@media(max-width:767px){
  .bb-cart-drawer{transform:translate3d(0,calc(-100% - 48px),0) scale(.99)!important}
  .bb-cart-root.is-open .bb-cart-drawer{transform:translate3d(0,0,0) scale(1)!important}
}

/* All visible interactive state changes use the same 0.5s duration. */
.bb-cart-root .bb-cart-btn,
.bb-cart-root .bb-cart-close,
.bb-cart-root .bb-cart-qty,
.bb-cart-root .bb-cart-qty__btn,
.bb-cart-root .bb-cart-qty__input,
.bb-cart-root .bb-cart-coupon input,
.bb-cart-root .bb-cart-coupon button,
.bb-cart-root .bb-cart-coupon-chip,
.bb-cart-root .bb-cart-profile__link,
.bb-cart-root .bb-cart-profile__icon,
.bb-cart-root .bb-cart-item__remove,
.bb-cart-root a{
  transition-duration:var(--bb-motion)!important;
  transition-timing-function:var(--bb-ease)!important;
}

/* Strict type scale: 12 / 14 / 17 / 28px only. */
.bb-cart-drawer__title,
.bb-full-cart-page__title{
  font-size:28px!important;
}
.bb-cart-drawer__meta,
.bb-full-cart-page__meta,
.bb-cart-item__meta,
.bb-cart-item__price,
.bb-cart-summary__note,
.bb-cart-profile__title,
.bb-cart-notices .woocommerce-message,
.bb-cart-notices .woocommerce-error,
.bb-cart-inline-error,
.bb-cart-root .bb-cart-qty__input,
.bb-cart-root .bb-cart-qty--single{
  font-size:12px!important;
}
.bb-cart-item__name,
.bb-cart-item__name a,
.bb-cart-item__subtotal,
.bb-cart-summary__row,
.bb-cart-card__title,
.bb-cart-profile__link,
.bb-cart-btn,
.bb-cart-root .bb-cart-coupon input,
.bb-cart-root .bb-cart-coupon button,
.bb-cart-root .bb-cart-coupon .bb-cart-coupon-chip,
.bb-cart-empty p,
.bb-full-cart-page__checkout{
  font-size:14px!important;
}
.bb-cart-summary__row--total,
.bb-cart-root .bb-cart-close,
.bb-cart-item__remove{
  font-size:17px!important;
}

/* WooCommerce error icon stays inline with its message, including [bb_full_cart]. */
.bb-cart-notices ul.woocommerce-error,
.bb-full-cart-page__notices ul.woocommerce-error{
  display:block!important;
  margin:4px 0 10px!important;
  padding:10px 12px!important;
  list-style:none!important;
}
.bb-cart-notices ul.woocommerce-error::before,
.bb-cart-notices ul.woocommerce-error::after,
.bb-full-cart-page__notices ul.woocommerce-error::before,
.bb-full-cart-page__notices ul.woocommerce-error::after{
  content:none!important;
  display:none!important;
}
.bb-cart-notices ul.woocommerce-error > li,
.bb-full-cart-page__notices ul.woocommerce-error > li{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  font-size:12px!important;
  line-height:1.45!important;
}
.bb-cart-notices ul.woocommerce-error > li::before,
.bb-full-cart-page__notices ul.woocommerce-error > li::before{
  content:"!"!important;
  position:static!important;
  inset:auto!important;
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 17px!important;
  width:17px!important;
  height:17px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid currentColor!important;
  border-radius:50%!important;
  background:transparent!important;
  color:currentColor!important;
  font-family:var(--bb-font)!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1!important;
  transform:none!important;
}

/* Exact compact quantity capsule requested: 24px high. */
.bb-cart-root .bb-cart-qty{
  height:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  border-radius:999px!important;
}
.bb-cart-root .bb-cart-qty__btn{
  flex:0 0 24px!important;
  width:24px!important;
  min-width:24px!important;
  max-width:24px!important;
  height:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  padding:0!important;
  font-size:14px!important;
  line-height:24px!important;
}
.bb-cart-root .bb-cart-qty__input{
  flex:0 0 30px!important;
  width:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  height:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  padding:0!important;
  font-size:12px!important;
  line-height:24px!important;
}
.bb-cart-root .bb-cart-qty--single{
  height:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  padding:0 10px!important;
  font-size:12px!important;
  line-height:24px!important;
}

/* Profile is intentionally below .bb-cart-footer-grid and runs top-to-bottom. */
.bb-cart-profile,
.bb-full-cart-page .bb-cart-profile{
  margin:24px 0 4px!important;
  padding:18px 0 0!important;
  border-top:1px solid var(--bb-line-soft)!important;
}
.bb-cart-profile__title{
  margin:0 0 8px!important;
  font-size:12px!important;
  line-height:1.4!important;
}
.bb-cart-profile__links{
  display:flex!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:2px!important;
}
.bb-cart-profile__link{
  display:flex!important;
  width:100%!important;
  min-height:34px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  padding:0!important;
  font-size:14px!important;
  line-height:1.3!important;
}
.bb-cart-profile__icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:17px!important;
  height:17px!important;
  flex:0 0 17px!important;
  color:var(--bb-subtle)!important;
}
.bb-cart-profile__icon::before,
.bb-cart-profile__icon::after{
  content:none!important;
  display:none!important;
}
.bb-cart-profile__svg{
  display:block!important;
  width:17px!important;
  height:17px!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.6!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}

/* Keep Elementor/theme CSS from changing the final typography and dimensions. */
.bb-cart-root button,
.bb-cart-root input,
.bb-cart-root a,
.bb-cart-root span,
.bb-cart-root p,
.bb-cart-root strong,
.bb-cart-root h1{
  font-family:var(--bb-font)!important;
}

@media(max-width:767px){
  .bb-cart-drawer__title,
  .bb-full-cart-page__title{font-size:28px!important}
  .bb-cart-profile__links{display:flex!important;grid-template-columns:none!important;gap:2px!important}
  .bb-cart-profile__link{min-height:34px!important;font-size:14px!important}
  .bb-cart-item__name,.bb-cart-item__name a,.bb-cart-item__subtotal{font-size:14px!important}
  .bb-cart-item__meta,.bb-cart-item__price{font-size:12px!important}
  .bb-full-cart-page .bb-cart-item__name,.bb-full-cart-page .bb-cart-item__name a{font-size:14px!important}
  .bb-full-cart-page .bb-cart-item__subtotal{font-size:14px!important}
}

.theme-dark .bb-cart-notices ul.woocommerce-error > li::before,
.theme-dark .bb-full-cart-page__notices ul.woocommerce-error > li::before{
  color:#ff9f9a!important;
  border-color:#ff9f9a!important;
}

@media(prefers-reduced-motion:reduce){
  .bb-cart-overlay,.bb-cart-drawer,.bb-cart-btn{transition:none!important}
}

/* Dark-mode overlay target participates in the same 0.5s blur/opacity transition. */
.theme-dark .bb-cart-root.is-open .bb-cart-overlay:not([hidden]),
.theme-dark.bb-cart-root.is-open .bb-cart-overlay:not([hidden]){
  background:rgba(0,0,0,.38)!important;
  backdrop-filter:blur(18px) saturate(110%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(110%)!important;
}

/* v1.8.3 Apple-style layered reveal: surface first, content slides in over it. */
.bb-cart-root{--bb-motion:.5s;--bb-ease:cubic-bezier(.32,.72,0,1)}

/* The drawer itself no longer flies in. It stays fixed while its white surface reveals top-to-bottom. */
.bb-cart-drawer{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:1!important;
  transform:none!important;
  visibility:visible!important;
  isolation:isolate!important;
  overflow:hidden!important;
  transition:none!important;
}
.bb-cart-drawer::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.06);
  box-shadow:0 14px 34px rgba(0,0,0,.055);
  clip-path:inset(0 0 100% 0);
  will-change:clip-path;
  transition:
    clip-path var(--bb-motion) var(--bb-ease),
    background-color var(--bb-motion) var(--bb-ease),
    border-color var(--bb-motion) var(--bb-ease),
    box-shadow var(--bb-motion) var(--bb-ease)!important;
}
.bb-cart-root.is-open .bb-cart-drawer::before{
  clip-path:inset(0 0 0 0);
}

/* All information is a separate layer: a short slide/fade reveal, not a moving panel. */
.bb-cart-drawer>.bb-cart-drawer__header,
.bb-cart-drawer>.bb-cart-notices,
.bb-cart-drawer>.bb-cart-drawer__body{
  position:relative!important;
  z-index:1!important;
  opacity:0!important;
  transform:translate3d(0,-14px,0)!important;
  will-change:transform,opacity;
  transition:
    opacity var(--bb-motion) var(--bb-ease),
    transform var(--bb-motion) var(--bb-ease)!important;
}
.bb-cart-root.is-open .bb-cart-drawer>.bb-cart-drawer__header,
.bb-cart-root.is-open .bb-cart-drawer>.bb-cart-notices,
.bb-cart-root.is-open .bb-cart-drawer>.bb-cart-drawer__body{
  opacity:1!important;
  transform:translate3d(0,0,0)!important;
}

/* Overlay blur/opacity follows the same 0.5s timing. */
.bb-cart-overlay{
  visibility:visible!important;
  opacity:0!important;
  background:rgba(29,29,31,0)!important;
  backdrop-filter:blur(0) saturate(100%)!important;
  -webkit-backdrop-filter:blur(0) saturate(100%)!important;
  transition:
    opacity var(--bb-motion) var(--bb-ease),
    background-color var(--bb-motion) var(--bb-ease),
    backdrop-filter var(--bb-motion) var(--bb-ease),
    -webkit-backdrop-filter var(--bb-motion) var(--bb-ease)!important;
}
.bb-cart-root.is-open .bb-cart-overlay:not([hidden]){
  opacity:1!important;
  background:rgba(29,29,31,.10)!important;
  backdrop-filter:blur(18px) saturate(115%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(115%)!important;
}

/* Keep the surface behavior identical on mobile; only the top offset changes. */
@media(max-width:767px){
  .bb-cart-drawer,
  .bb-cart-root.is-open .bb-cart-drawer{transform:none!important}
}

/* Dark mode animates the same surface, with a dark sheet instead of white. */
.theme-dark .bb-cart-drawer,
.theme-dark.bb-cart-root .bb-cart-drawer{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.theme-dark .bb-cart-drawer::before,
.theme-dark.bb-cart-root .bb-cart-drawer::before{
  background:#161617!important;
  border-bottom-color:rgba(255,255,255,.10)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.38)!important;
}
.theme-dark .bb-cart-root.is-open .bb-cart-overlay:not([hidden]),
.theme-dark.bb-cart-root.is-open .bb-cart-overlay:not([hidden]){
  background:rgba(0,0,0,.38)!important;
  backdrop-filter:blur(18px) saturate(110%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(110%)!important;
}

@media(prefers-reduced-motion:reduce){
  .bb-cart-drawer::before,
  .bb-cart-drawer>.bb-cart-drawer__header,
  .bb-cart-drawer>.bb-cart-notices,
  .bb-cart-drawer>.bb-cart-drawer__body,
  .bb-cart-overlay{transition:none!important}
}

/* ========================================================================
   v2.0.0 - Shared WordPress header trigger + single Apple-style live flyout
   ======================================================================== */
.bb-cart-shortcode{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:44px!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
  vertical-align:middle!important
}
.bb-cart-shortcode [data-bb-cart-open],
#globalnav .bb-cart-shortcode [data-bb-cart-open]{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  width:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#1d1d1f!important;
  cursor:pointer!important;
  line-height:0!important;
  overflow:visible!important;
  text-decoration:none!important;
  -webkit-tap-highlight-color:transparent!important
}
.bb-cart-shortcode [data-bb-cart-open]:hover,
#globalnav .bb-cart-shortcode [data-bb-cart-open]:hover{color:#000!important}
.bb-cart-shortcode [data-bb-cart-open]:focus-visible,
#globalnav .bb-cart-shortcode [data-bb-cart-open]:focus-visible{
  outline:2px solid var(--sk-focus-color,#0071e3)!important;
  outline-offset:-5px!important
}
.bb-cart-shortcode .bb-cart-icon,
#globalnav .bb-cart-shortcode .bb-cart-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  height:44px!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  line-height:0!important
}
.bb-cart-shortcode .bb-cart-svg,
#globalnav .bb-cart-shortcode .bb-cart-svg{
  display:block!important;
  width:30px!important;
  height:44px!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  fill:currentColor!important;
  color:inherit!important
}
.bb-cart-shortcode .bb-cart-count,
#globalnav .bb-cart-shortcode .bb-cart-count{
  position:absolute!important;
  z-index:3!important;
  top:22px!important;
  right:-3px!important;
  bottom:auto!important;
  left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  width:auto!important;
  min-width:15px!important;
  max-width:none!important;
  height:15px!important;
  min-height:15px!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:999px!important;
  background:#1d1d1f!important;
  color:#fff!important;
  box-shadow:0 0 0 2px #fafafc!important;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif!important;
  font-size:10px!important;
  font-weight:500!important;
  line-height:15px!important;
  letter-spacing:0!important;
  text-align:center!important;
  transform:none!important
}
.bb-cart-shortcode .bb-cart-count[hidden]{display:none!important}
.bb-cart-shortcode .bb-cart-label{margin-left:7px;line-height:1.2}

/* Match the Apple global-nav opened surface rather than creating a second card. */
.bb-cart-global-root{--bb-motion:.32s!important;--bb-ease:cubic-bezier(.4,0,.6,1)!important}
.bb-cart-global-root .bb-cart-drawer::before{
  background:#fafafc!important;
  border-bottom:1px solid rgba(0,0,0,.06)!important;
  box-shadow:none!important;
  transition:clip-path var(--bb-motion) var(--bb-ease),background-color var(--bb-motion) var(--bb-ease),border-color var(--bb-motion) var(--bb-ease)!important
}
.bb-cart-global-root .bb-cart-overlay{
  inset:44px 0 0!important;
  background:rgba(232,232,237,0)!important;
  backdrop-filter:blur(0)!important;
  -webkit-backdrop-filter:blur(0)!important;
  transition:opacity var(--bb-motion) var(--bb-ease),background-color var(--bb-motion) var(--bb-ease),backdrop-filter var(--bb-motion) var(--bb-ease),-webkit-backdrop-filter var(--bb-motion) var(--bb-ease)!important
}
.bb-cart-global-root.is-open .bb-cart-overlay:not([hidden]){
  opacity:1!important;
  background:rgba(232,232,237,.40)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important
}
.bb-cart-global-root .bb-cart-drawer{
  top:44px!important;
  max-height:calc(100vh - 44px)!important;
  max-height:calc(100dvh - 44px)!important
}
.bb-cart-global-root .bb-cart-drawer__header,
.bb-cart-global-root .bb-cart-drawer__body,
.bb-cart-global-root .bb-cart-notices{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:1024px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:22px!important;
  padding-right:22px!important
}
.bb-cart-global-root .bb-cart-drawer__header{
  padding-top:32px!important;
  padding-bottom:10px!important
}
.bb-cart-global-root .bb-cart-drawer__body{
  padding-top:0!important;
  padding-bottom:64px!important;
  scrollbar-gutter:stable both-edges
}
.bb-cart-global-root .bb-cart-notices{padding-top:0!important;padding-bottom:0!important}
.bb-cart-global-root .bb-cart-drawer__title{font-size:24px!important;line-height:1.16667!important;font-weight:600!important;letter-spacing:.009em!important}
.bb-cart-global-root .bb-cart-drawer__meta{font-size:12px!important;line-height:1.33337!important}

/* Header dark-state compatibility, including copied Apple global-nav classes. */
.theme-dark .bb-cart-shortcode [data-bb-cart-open],
.globalheader-dark .bb-cart-shortcode [data-bb-cart-open],
#globalnav.globalnav-dark .bb-cart-shortcode [data-bb-cart-open]{color:#f5f5f7!important}
.theme-dark .bb-cart-shortcode [data-bb-cart-open]:hover,
.globalheader-dark .bb-cart-shortcode [data-bb-cart-open]:hover,
#globalnav.globalnav-dark .bb-cart-shortcode [data-bb-cart-open]:hover{color:#fff!important}
.theme-dark .bb-cart-shortcode .bb-cart-count,
.globalheader-dark .bb-cart-shortcode .bb-cart-count,
#globalnav.globalnav-dark .bb-cart-shortcode .bb-cart-count{
  background:#f5f5f7!important;
  color:#1d1d1f!important;
  box-shadow:0 0 0 2px #161617!important
}
.theme-dark .bb-cart-global-root .bb-cart-drawer::before,
.theme-dark.bb-cart-global-root .bb-cart-drawer::before{
  background:#161617!important;
  border-bottom-color:rgba(255,255,255,.10)!important;
  box-shadow:none!important
}
.theme-dark .bb-cart-global-root.is-open .bb-cart-overlay:not([hidden]),
.theme-dark.bb-cart-global-root.is-open .bb-cart-overlay:not([hidden]){
  background:rgba(0,0,0,.40)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important
}

@media(max-width:833px){
  .bb-cart-shortcode{height:48px!important}
  .bb-cart-shortcode [data-bb-cart-open],
  #globalnav .bb-cart-shortcode [data-bb-cart-open],
  .bb-cart-shortcode .bb-cart-icon,
  #globalnav .bb-cart-shortcode .bb-cart-icon{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important
  }
  .bb-cart-shortcode .bb-cart-count,
  #globalnav .bb-cart-shortcode .bb-cart-count{top:25px!important;right:-2px!important}
  .bb-cart-global-root .bb-cart-overlay{inset:48px 0 0!important}
  .bb-cart-global-root .bb-cart-drawer{
    top:48px!important;
    max-height:calc(100vh - 48px)!important;
    max-height:calc(100dvh - 48px)!important
  }
  .bb-cart-global-root .bb-cart-drawer__header,
  .bb-cart-global-root .bb-cart-drawer__body,
  .bb-cart-global-root .bb-cart-notices{
    width:100%!important;
    max-width:none!important;
    padding-left:24px!important;
    padding-right:24px!important
  }
  .bb-cart-global-root .bb-cart-drawer__header{padding-top:26px!important}
  .bb-cart-global-root .bb-cart-drawer__body{padding-bottom:48px!important}
}

@media(prefers-reduced-motion:reduce){
  .bb-cart-global-root .bb-cart-drawer::before,
  .bb-cart-global-root .bb-cart-drawer>.bb-cart-drawer__header,
  .bb-cart-global-root .bb-cart-drawer>.bb-cart-notices,
  .bb-cart-global-root .bb-cart-drawer>.bb-cart-drawer__body,
  .bb-cart-global-root .bb-cart-overlay{transition:none!important}
}
.bb-cart-shortcode .bb-cart-trigger--with-label,
#globalnav .bb-cart-shortcode .bb-cart-trigger--with-label{
  width:auto!important;
  min-width:30px!important;
  max-width:none!important;
  gap:7px!important
}
