bundle-bag{display:block;position:sticky;bottom:0;height:min-content;width:100vw;z-index:var(--z-overlay)}bundle-bag .bundle-bag{background-color:rgb(var(--color-background));box-shadow:0 var(--size-1px) var(--size-6px) 0 var(--dropshadow);transition:all var(--transition-speed);height:auto;overflow:hidden;transform:translateY(100%);opacity:0}bundle-bag .bundle-bag.active{transform:translateY(0);height:var(--active-height);opacity:1}bundle-bag .bundle-bag.open{height:var(--open-height)!important}bundle-bag .bundle-bag.open .bundle-bag__toggle{border-color:rgb(var(--brand-yellow));background-color:rgb(var(--brand-yellow))}bundle-bag .bundle-bag.open .bundle-bag__toggle .icon-caret-small{transform:rotate(0)}.bundle-bag__wrapper{padding:var(--base-line);display:grid;gap:var(--base-line);grid-auto-flow:row;position:relative}.bundle-bag__wrapper>*{justify-self:center}.bundle-bag__bag-list{list-style:none;display:flex;justify-content:space-between;padding:0;margin:0}.bundle-bag__bag-item{display:flex;flex-direction:column;align-items:center;gap:var(--base-line);position:relative}.bundle-bag__bag-item:not(:first-child):before{position:absolute;content:"";width:calc(100% + var(--base-line));height:1px;background-color:var(--border-color);right:50%;top:var(--size-17px);z-index:var(--z-background)}.bundle-bag__bag-item.bundle-bag__bag-item--full .bundle-bag__item-index{background-color:rgb(var(--brand-yellow));border-color:rgb(var(--brand-yellow))}.bundle-bag__bag-item.bundle-bag__bag-item--full:before{background-color:rgb(var(--brand-brown))}.bundle-bag__toggle{display:flex;gap:var(--size-6px);border:solid var(--size-1px) var(--border-color);align-items:center;border-radius:var(--size-4px);background-color:transparent;padding:var(--size-6px) var(--base-line-1x2);color:inherit;z-index:var(--z-background);transition:all var(--transition-speed)}.bundle-bag__toggle .icon-caret-small{transform:rotate(180deg)}.bundle-bag__toggle:hover{border-color:rgb(var(--brand-yellow));background-color:rgb(var(--brand-yellow))}.bundle-bag__toggle .bundle-bag__toggle-price--compare-at-price{opacity:var(--opacity-medium);text-decoration:line-through}.bundle-bag__callout{background-color:rgb(var(--brand-yellow));border-radius:10rem;position:absolute;aspect-ratio:1;width:var(--base-line-3);display:flex;justify-content:center;align-items:center;transform:translate(15%,-90%);top:0;right:0}.bundle-bag__callout>span{display:inline-block;width:85%;text-align:center}.bundle-bag__item-index{border:solid var(--size-1px) var(--border-color);display:flex;justify-content:center;align-items:center;width:var(--size-38px);height:var(--size-33px);border-radius:var(--size-8px);background-color:rgb(var(--color-background));transition:all var(--transition-speed);z-index:var(--z-foreground)}.bundle-bag__item-index.bundle-bag__item-index--product{width:auto;padding-left:var(--base-line-1x2);padding-right:var(--base-line-1x2);position:relative}.bundle-bag__item-index.bundle-bag__item-index--product>span{white-space:nowrap}.bundle-bag__item-index span{display:inline-block;padding-top:var(--size-2px)}.bundle-bag__product-image{aspect-ratio:134 / 160;width:var(--size-134px);border:solid var(--size-1px) var(--border-color);border-radius:var(--size-12px);overflow:hidden;position:relative}.bundle-bag__product-image .close-button{--button-size: var(--base-line-1-1x2);position:absolute;top:0;right:0}.bundle-bag__product-image img{display:block}.bundle-bag__product-image:not(:has(img)):before,.bundle-bag__product-image:not(:has(img)):after{content:"";display:block;height:125%;width:var(--size-1px);background-color:var(--border-color);position:absolute;top:-12.5%;left:50%}.bundle-bag__product-image:not(:has(img)):before{transform:rotate(40deg)}.bundle-bag__product-image:not(:has(img)):after{transform:rotate(-40deg)}.bundle-bag__product-label{width:var(--size-134px);text-align:center}@media screen and (max-width: 799px){.bundle-bag__bag-list{justify-self:auto}.bundle-bag__wrapper{padding-left:0;padding-right:0}.bundle-bag__bag-list{padding-left:var(--base-line);padding-right:var(--base-line);overflow:auto;padding-top:var(--base-line-3);margin-top:calc(var(--base-line-3) * -1);padding-bottom:var(--base-line-1x2);margin-bottom:calc(var(--base-line-1x2) * -1)}.bundle-bag__product-image,.bundle-bag__product-label{transition:all var(--transition-speed)}.bundle-bag.active:not(.open) .bundle-bag__product-image,.bundle-bag.active:not(.open) .bundle-bag__product-label{width:0;opacity:0}.bundle-bag.open .bundle-bag__bag-list{gap:var(--base-line-1x2)}}@media screen and (min-width: 800px){.bundle-bag__wrapper{gap:var(--base-line-1-1x2)}.bundle-bag__bag-list{justify-content:normal;gap:var(--base-line);margin-bottom:var(--base-line)}}
