@media screen and (max-width: 768px){.bundle-post-hero,.bundle-post-items,.bundle-post-usps{--section-padding-block: 20px}}@keyframes bundle-post-fade-in{0%{opacity:0}to{opacity:1}}.bundle-post-hero,.bundle-post-items,.bundle-post-usps{animation:bundle-post-fade-in .5s;scroll-margin-top:calc(var(--header-height))}.bundle-post-hero{padding-bottom:var(--section-padding-block)}.bundle-post-hero__grid{display:grid;gap:var(--padding-sm);row-gap:36px;grid-template-columns:100%;grid-template-areas:"image" "details"}.bundle-post-hero__image{background:#d3d3d3;width:100%;height:auto;display:block;grid-area:image}.bundle-post-hero__tag{justify-self:end}.bundle-post-hero--no-image :is(.bundle-post-hero__tooltips){display:none}@media screen and (min-width: 768px){.bundle-post-hero__grid{grid-template-columns:minmax(450px,1fr) minmax(350px,1fr);grid-template-areas:"image details";align-items:center;gap:64px;row-gap:0}}.bundle-post-hero__edit{display:flex;align-items:center;gap:0;width:fit-content;padding-left:0;margin-block:var(--padding-xs)}.bundle-post-hero__edit span{text-decoration:underline;font:var(--text-sm)}@media screen and (min-width: 768px){.bundle-post-hero__edit span{font:var(--text-md)}}.bundle-post-hero__tooltips{grid-area:image;position:relative;align-self:stretch}.bundle-post-hero__tooltip{position:absolute;top:var(--vertical);left:0;width:100%;transform:translateY(-50%);pointer-events:none}.bundle-post-hero__tooltip:has(.bundle-post-hero__tooltip-trigger[aria-expanded=true]){z-index:5}.bundle-post-hero__tooltips:has(.bundle-post-hero__tooltip-trigger[aria-expanded=true]) .bundle-post-hero__tooltip-trigger[aria-expanded=false]{opacity:.5}.bundle-post-hero__tooltip-trigger{width:44px;height:44px;padding:0;display:flex;justify-content:center;align-items:center;border:none;background:none;pointer-events:all;position:relative;left:var(--horizontal);transition:opacity .15s}@keyframes bundle-post-tooltip-prompt-anim{0%{opacity:.5;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(3)}}.bundle-post-hero__tooltip-trigger:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";width:8px;height:8px;border-radius:50%;background:#000;opacity:.6;animation:bundle-post-tooltip-prompt-anim 1.5s infinite;transition:background .3s;z-index:-1}.bundle-post-hero__tooltip-trigger:after{--scale: 1;content:"";opacity:.6;display:block;width:8px;height:8px;background:var(--color-bg-inverted-primary, #212121);outline:1px solid rgba(255,255,255,calc(1 / var(--scale)));filter:drop-shadow(0 12px 24px rgba(0,0,0,.12));border-radius:50%;transition:transform .15s,opacity .15s,outline .15s;transform:scale(var(--scale));position:relative;z-index:5}@media (hover: hover){.bundle-post-hero__tooltip-trigger:hover:after{opacity:.8;--scale: 1.5}.bundle-post-hero__tooltip-trigger:hover:before{background:transparent}}.bundle-post-hero__tooltip-trigger[aria-expanded=true]:before{background:transparent}.bundle-post-hero__tooltip-trigger[aria-expanded=true]:after{opacity:1;--scale: 2}.bundle-post-hero__tooltip-content{position:absolute;bottom:100%;left:0;right:0;margin-inline:var(--padding-sm);pointer-events:all;display:flex;flex-direction:column;gap:4px;padding:var(--padding-sm);border-radius:var(--spacing-radious-radius-sm, 2px);background:var(--color-bg-primary, #FFF);box-shadow:0 1px 2px #00000024;animation:bundle-post-tooltip-anim .15s}@keyframes bundle-post-tooltip-anim{0%{opacity:0}to{opacity:1}}.bundle-post-hero__tooltip-trigger[aria-expanded=false]+.bundle-post-hero__tooltip-content{display:none}.bundle-post-hero__tooltip-title{color:var(--color-text-primary);font:var(--text-lg);margin:0}.bundle-post-hero__tooltip-description{font:var(--text-md);margin:0}.bundle-post-hero__tooltip-close{position:absolute;top:var(--padding-xs);right:var(--padding-xs);width:24px;height:24px;padding:0;border:none;background:none;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px){.bundle-post-hero__tooltip{left:var(--horizontal);width:auto}.bundle-post-hero__tooltip-trigger{left:auto;width:50px;height:50px}.bundle-post-hero__tooltip-trigger:after,.bundle-post-hero__tooltip-trigger:before{width:14px;height:14px}.bundle-post-hero__tooltip-content{width:280px;left:50%;transform:translate(calc(-50% + var(--horizontal-offset, 0px)));pointer-events:none}.bundle-post-hero__tooltip-close{display:none}}.bundle-post-hero__details{grid-area:details;display:flex;flex-direction:column;gap:var(--padding-xs);align-items:center;padding-inline:var(--padding-sm)}.bundle-post-hero__section-title,.bundle-post-hero__title{font:var(--title-lg);margin:0}.bundle-post-hero__section-title{text-align:center}.bundle-post-hero__section-subtitle,.bundle-post-hero__subtitle{font:var(--text-md);margin:0;text-align:center}.bundle-post-hero__section-subtitle{margin-bottom:var(--padding-sm)}.bundle-post-hero__button{width:100%;max-width:280px}.bundle-post-hero__text-below{font:var(--text-md);text-align:center;width:100%;max-width:280px}.bundle-post-hero__usps{align-self:stretch;padding-inline:var(--padding-xs);display:flex;flex-direction:column;gap:var(--padding-xs)}.bundle-post-hero__usp{display:flex;gap:var(--padding-xs);padding:0;padding-block:4px;font:var(--text-md);align-items:center}.bundle-post-hero__usp:before{content:"";width:16px;height:16px;background:var(--icon-check-circle);background-size:100%}@media screen and (max-width: 768px){.bundle-post-hero__usps{order:1;padding-top:var(--padding-xl)}}@media screen and (min-width: 768px){.bundle-post-hero__details{align-items:start}.bundle-post-hero__subtitle,.bundle-post-hero__title{text-align:left}.bundle-post-hero__usps{padding-block:var(--padding-sm)}}.bundle-post-hero__cart-count{grid-area:image;justify-self:center;align-self:end;transform:translateY(50%);font:var(--text-md);color:var(--color-button-text-secondary, #212121);padding:var(--padding-xs) var(--padding-sm);border-radius:var(--spacing-radious-radius-sm, 2px);border:1px solid var(--color-border-button-primary, #BDBDBD);background:var(--color-button-bg-secondary, #FFF);cursor:pointer}bundle-post-sticky-cart{position:fixed;bottom:var(--padding-sm);left:var(--padding-sm);right:var(--padding-sm);z-index:1000;border-radius:var(--spacing-radious-radius-sm, 2px);background:var(--color-button-bg-primary, #212121);box-shadow:0 -8px 24px #0000001f;color:#fff;display:grid;grid-template-areas:"icon label arrow" "icon price arrow";grid-template-columns:min-content 1fr min-content;padding:var(--padding-xs);padding-left:var(--padding-sm);column-gap:var(--padding-xs);transition:opacity .25s,transform .25s;max-width:360px;margin-inline:auto;cursor:pointer}bundle-post-sticky-cart:not(.active){opacity:0;pointer-events:none;transform:translateY(150%)}bundle-post-sticky-cart svg{filter:invert(1);width:36px;height:36px;grid-area:icon}.bundle-post-sticky-cart__count{font:var(--text-sm);grid-area:icon;border-radius:var(--spacing-radious-radius-x-lg, 40px);background:var(--color-bg-alert, #E32C2B);justify-self:end;align-self:start;display:block;width:16px;height:16px;line-height:16px;text-align:center;z-index:1;transform:translate(20%,-20%)}.bundle-post-sticky-cart__label{font:var(--text-md);grid-area:label}.bundle-post-sticky-cart__price{font:var(--text-sm);grid-area:price}.bundle-post-sticky-cart__price s{color:var(--color-text-disabled, #949494)}bundle-post-sticky-cart:after{content:"";display:block;width:24px;height:24px;grid-area:arrow;background:var(--icon-arrow-right);background-size:100%;align-self:center;filter:invert(1)}.bundle-post-items{display:grid;gap:var(--padding-sm);padding-block:var(--section-padding-block);grid-template-areas:"header" "images" "items";width:fit-content;margin-inline:auto}@media screen and (min-width: 768px){.bundle-post-items{grid-template-areas:"images header" "images items";column-gap:var(--padding-md)}}.bundle-post-items__header{display:flex;flex-direction:column;gap:var(--padding-xs);text-align:center;grid-area:header;align-self:end}.bundle-post-items__title{font:var(--title-sm);margin:0;color:var(--color-text-primary)}.bundle-post-items__subtitle{font:var(--text-md);margin:0}.bundle-post-items__images{display:grid;gap:var(--padding-xs);grid-template-columns:1fr 1fr;grid-area:images}.bundle-post-items__images :is(picture,img){display:block}.bundle-post-items__image-link{display:block}@media screen and (min-width: 768px){.bundle-post-items__images{grid-template-columns:repeat(3,1fr)}:is(.bundle-post-items--3) .bundle-post-items__images{grid-template-columns:repeat(2,1fr);max-width:600px}}.bundle-post-items__list{display:flex;flex-direction:column;gap:var(--padding-xs);border-radius:var(--spacing-radious-radius-sm, 2px);border:1px solid var(--color-border-border-primary, #E1E1E1);padding:var(--padding-sm);background:var(--color-bg-primary, #FFF);grid-area:items;align-self:start}.bundle-post-items__item{display:flex;align-items:center;gap:var(--padding-xs)}.bundle-post-items__item :is(picture,img){width:40px;height:auto;display:block}.bundle-post-items__item-details{display:flex;flex-direction:column;gap:4px}.bundle-post-items__item-title{font:var(--text-md);margin:0;color:var(--color-text-primary)}.bundle-post-items__item-description{font:var(--text-sm);margin:0}.bundle-post-usps{display:flex;flex-direction:column;gap:var(--padding-xs);padding-block:var(--section-padding-block)}.bundle-post-usps__title{font:var(--title-sm);margin:0;text-align:center}.bundle-post-usps__subtitle{font:var(--text-md);margin:0;text-align:center}.bundle-post-usps__list{display:grid}.bundle-post-usps__item{display:grid;grid-template-columns:min-content 1fr;grid-template-areas:"icon title" "icon description";gap:var(--padding-xs);padding:var(--padding-sm)}.bundle-post-usps__item-icon{grid-area:icon;min-width:36px;height:auto;padding:6px}.bundle-post-usps__item-title{grid-area:title;font:var(--text-lg);margin:0;color:var(--color-text-primary)}.bundle-post-usps__item-description{grid-area:description;font:var(--text-md);margin:0}@media screen and (min-width: 768px){.bundle-post-usps__list{grid-template-columns:repeat(4,1fr);padding-top:var(--padding-xs)}.bundle-post-usps__item{padding-inline:12px}}
/*# sourceMappingURL=/cdn/shop/t/257/assets/bundle-post.css.map */
