.cart-bubble{--cart-padding: 0.2em;position:relative;width:20px;aspect-ratio:1;border-radius:50%;border-width:0;display:flex;line-height:normal;align-items:center;justify-content:center;color:var(--color-primary-button-text);padding-inline:var(--cart-padding)}.cart-bubble[data-maintain-ratio]{aspect-ratio:1}.cart-bubble[data-maintain-ratio] .cart-bubble__background{border-radius:var(--style-border-radius-50)}.cart-bubble__background{position:absolute;inset:0;background-color:var(--color-primary-button-background);border-radius:var(--style-border-radius-lg)}.cart-bubble__text{font-size:var(--font-size--3xs);z-index:var(--layer-flat);line-height:1;display:flex;align-items:center;justify-content:center}.cart-bubble.cart-bubble--animating .cart-bubble__background{animation:grow var(--animation-speed) var(--animation-easing)}.cart-bubble.cart-bubble--animating .cart-bubble__text{--start-y: -1em;--start-opacity: 1;transform:translate(0, var(--start-y, -1em));opacity:var(--start-opacity, 1);animation:move-and-fade var(--animation-speed) var(--animation-easing)}.header-actions__cart-icon{--cart-bubble-size: 20px;--cart-bubble-top: 4.5px;--cart-bubble-right: 2.5px;position:relative}.header-actions__cart-icon .cart-bubble{position:absolute;width:var(--cart-bubble-size, 20px);top:var(--cart-bubble-top);right:var(--cart-bubble-right)}.header-actions__cart-icon.header-actions__cart-icon--has-cart svg{-webkit-mask:radial-gradient(calc(var(--cart-bubble-size) + 2px) at calc(100% - var(--cart-bubble-right)) var(--cart-bubble-top), transparent 45.45%, rgb(var(--color-background-rgb)) 45.45%, rgb(var(--color-background-rgb)) 100%);mask:radial-gradient(calc(var(--cart-bubble-size) + 2px) at calc(100% - var(--cart-bubble-right)) var(--cart-bubble-top), transparent 45.45%, rgb(var(--color-background-rgb)) 45.45%, rgb(var(--color-background-rgb)) 100%)}.header-actions__cart-icon .cart-bubble__text{font-family:var(--font-paragraph--family);font-weight:var(--font-paragraph--weight)}@media screen and (min-width: 990px){.header-actions__cart-icon.header-actions__cart-icon--text:has(.cart-bubble__text-count:empty){--cart-bubble-right: 2.5px}}@media screen and (min-width: 990px){.header-actions__cart-icon--text.header-actions__cart-icon .cart-bubble{position:relative;top:0}}.cart-drawer__heading .cart-bubble{width:-moz-fit-content;width:fit-content;border-radius:var(--style-border-radius-buttons-primary);aspect-ratio:auto;padding:var(--cart-padding)}.cart-drawer__heading .cart-bubble[data-maintain-ratio]{width:min(1lh,22px);height:min(1lh,22px)}.cart-drawer__heading .cart-bubble .cart-bubble__background{background-color:rgb(var(--color-foreground-rgb)/var(--opacity-10-25))}.cart-drawer__heading .cart-bubble__text{color:var(--color-foreground);font-size:clamp(var(--font-size--3xs),.75em,var(--font-size--xs));font-family:var(--font-paragraph--family);font-weight:var(--font-paragraph--weight)}cart-icon:has(.cart-bubble__text-count:empty){--cart-bubble-size: 10px;--cart-bubble-top: 9px;--cart-bubble-right: 9px}cart-icon:has(.cart-bubble__text-count:empty) .svg-wrapper{--cart-bubble-top: 4px;--cart-bubble-right: 4px}.header .header__actions .header-actions__cart-icon .cart-bubble{top:-2px;right:-6px;width:14px;height:14px;padding:1px 3px;border-radius:8px;aspect-ratio:auto}.header .header__actions .header-actions__cart-icon .cart-bubble .cart-bubble__background{background-color:#ba4c3d;border-radius:8px}.header .header__actions .header-actions__cart-icon .cart-bubble .cart-bubble__text{color:#fff;font-family:var(--font-body--family);font-size:10px;font-weight:500;line-height:1.08}