.bundled-products__container{display:flex;flex-direction:column;gap:15px}@media only screen and (min-width:768px){.bundled-products__container{display:grid;grid-template-columns:1fr 1fr;gap:20px}}@media only screen and (min-width:768px){.bundled-products__container--right .bundled-products__image{order:2}.bundled-products__container--right .bundled-products__content{order:1}}@media only screen and (min-width:768px){.bundled-products__container--top{align-items:start}}@media only screen and (min-width:768px){.bundled-products__container--center{align-items:center}}@media only screen and (min-width:768px){.bundled-products__container--bottom{align-items:end}}.bundled-products__content{width:100%}@media only screen and (min-width:768px){.bundled-products__image{align-self:center}}.bundled-products__image--tall img,.bundled-products__image--tall svg{aspect-ratio:2/3}.bundled-products__image--wide img,.bundled-products__image--wide svg{aspect-ratio:4/3}.bundled-products__image--square img,.bundled-products__image--square svg{aspect-ratio:1/1}.bundled-products__image{position:relative}.bundled-products__hotspot{position:absolute;width:44px;height:44px;top:calc(var(--hotspot-vertical-position) - 22px);left:calc(var(--hotspot-horizontal-position) - 22px);background-color:transparent;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.bundled-products__hotspot.is-active .bundled-products__hotspot-icon{transform:scale(1.8)}.bundled-products__hotspot:focus-visible .bundled-products__hotspot-icon{transform:scale(1.8)}.bundled-products__hotspot:hover .bundled-products__hotspot-icon{transform:scale(1.8)}.bundled-products__hotspot-icon{display:block;width:20px;height:20px;border-radius:50%;box-shadow:0 1px 10px rgba(0,0,0,.25);position:relative;background-color:var(--hotspot-color);transition:transform .4s ease-in-out}.bundled-products__hotspot-icon:after{position:absolute;content:"";width:inherit;height:inherit;left:0;top:0;border-radius:50%;animation:2s bundledProductsHotspotPulse ease-in-out infinite;opacity:.4;background-color:var(--hotspot-color)}.bundled-products__tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);background-color:var(--color-scheme-background-color);width:max-content;max-width:200px;text-align:left;opacity:0;padding:15px 20px;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:10;pointer-events:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.bundled-products__tooltip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:8px 6px;border-style:solid;border-color:transparent;border-top-color:var(--color-scheme-background-color)}.bundled-products__tooltip--below{bottom:auto;top:calc(100% + 10px)}.bundled-products__tooltip--below::after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:var(--color-scheme-background-color)}.bundled-products__tooltip--left{left:0;transform:translateX(0)}.bundled-products__tooltip--left::after{left:17px;transform:translateX(0)}.bundled-products__tooltip--left.bundled-products__tooltip--below{top:calc(100% + 10px);bottom:auto}.bundled-products__tooltip--left.bundled-products__tooltip--below::after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:var(--color-scheme-background-color)}.bundled-products__tooltip--right{right:0;left:auto;transform:translateX(0)}.bundled-products__tooltip--right::after{right:17px;left:auto;transform:translateX(0)}.bundled-products__tooltip--right.bundled-products__tooltip--below{top:calc(100% + 10px);bottom:auto}.bundled-products__tooltip--right.bundled-products__tooltip--below::after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:var(--color-scheme-background-color)}.bundled-products__tooltip .bundled-products__tooltip-price,.bundled-products__tooltip .bundled-products__tooltip-text{display:block;transform:translateX(8px);opacity:0;transition:all .4s ease}.bundled-products__tooltip .bundled-products__tooltip-text{transition-delay:.1s}.bundled-products__tooltip .bundled-products__tooltip-price{transition-delay:.2s}.bundled-products__tooltip .bundled-products__tooltip-price .money{font-size:inherit}.bundled-products__tooltip.is-visible{opacity:1;visibility:visible}.bundled-products__tooltip.is-visible .bundled-products__tooltip-price,.bundled-products__tooltip.is-visible .bundled-products__tooltip-text{opacity:1;transform:none}@keyframes bundledProductsHotspotPulse{0%{transform:scale(.95);box-shadow:0 0 0 0 var(--hotspot-color);opacity:.7}70%{transform:scale(1);box-shadow:0 0 0 10px var(--hotspot-color);opacity:0}100%{transform:scale(.95);box-shadow:0 0 0 0 var(--hotspot-color);opacity:0}}.bundled-products__product:not(:first-child) [data-bundle-product]{padding-top:15px}.bundled-products__product:not(:last-child){border-bottom:1px solid var(--color-scheme-border-color)}.bundled-products__product:not(:last-child) [data-bundle-product]{padding-bottom:15px}.bundled-products__product--unavailable [data-bundle-product]{opacity:.4}[data-bundle-product]{display:flex;gap:15px;transition:all .4s ease}[data-bundle-product].is-active{opacity:1;filter:blur(0)}[data-bundle-product].is-inactive{opacity:.4;filter:blur(.5px)}[data-bundle-product]:focus-within .bundled-products__add-to-cart,[data-bundle-product]:hover .bundled-products__add-to-cart{transform:translateX(0);opacity:1}.bundled-products__product-image{width:70px;flex-shrink:0}.bundled-products__product-info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.bundled-products__product-info--unavailable{justify-content:flex-start}.bundled-products__badge{position:static;width:fit-content}.bundled-products__product-vendor{font-size:12px;margin-bottom:2px}.bundled-products__product-title{line-height:1.6}.bundled-products__price,.bundled-products__product-title{margin:0}.bundled-products__price{text-align:right}.bundled-products__price .money{font-size:inherit}.bundled-products__price .money.price-line-through.sale-price,.bundled-products__price .money.sale-price{color:var(--text-color);opacity:.4}.bundled-products__price .money.price-line-through.sale-price+.money,.bundled-products__price .money.sale-price+.money{color:var(--on-sale-color)}.bundled-products__price .unit-price{font-size:.85em;opacity:.7;margin-top:2px;transition:opacity .3s ease-in-out}.bundled-products__price .unit-price.hide{opacity:0;height:0;overflow:hidden}.bundled-products__add-set-button{margin-top:40px;text-align:center}.bundled-products__add-set-button button{width:100%;max-width:250px}.bundled-products__add-set-button button span:not(:last-child){display:none}.bundled-products__add-to-cart form{display:flex}.bundled-products__add-to-cart-btn span:not(:last-child){display:none}.bundled-products__variant-wrapper{position:relative;width:100%;max-width:max-content}.bundled-products__variant-select{width:100%;max-width:max-content;padding:8px 40px 8px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bundled-products__variant-chevron{display:flex;position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-scheme-text-color)}.bundled-products__variant-chevron svg{width:16px;height:16px}@media screen and (min-width:768px) and (pointer:fine){.bundled-products__add-to-cart{transform:translateX(8px);opacity:0;transition:transform .4s ease,opacity .4s ease}}