.section-bundle-builder{background-color:var(--bundle-background-color, #e1e3ff)}.bundle-product-wrapper{--bundle-grid-top-padding: 3rem;width:100%;display:grid;grid-template-columns:repeat(2,1fr);align-items:start;gap:var(--product-gap, 1rem)}.bundle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));padding:var(--bundle-grid-top-padding) 1rem;gap:1.5rem;align-content:stretch;align-items:stretch}.bundle-levels{padding:0 1rem 1rem}bundle-builder .accordion__disclosure .bundle-level-subtitle.toggle--show{opacity:0;position:absolute;transition:opacity .05s ease}bundle-builder accordion-disclosure{border:none}bundle-builder .accordion__disclosure[open] .bundle-level-subtitle.toggle--show{opacity:1;transition:opacity .05s ease}.bb-toggle-plusminus{position:relative;width:15px;height:15px;display:inline-block;margin-left:8px}.bb-toggle-plusminus:before,.bb-toggle-plusminus:after{content:"";display:block;background-color:#000;position:absolute;top:50%;left:0;width:100%;height:1px;transition:.35s;transform:translateY(-50%)}.bb-toggle-plusminus:after{transform:translateY(-50%) rotate(90deg)}bundle-builder .accordion__content{margin-block-start:unset;padding-block-end:unset;padding-inline-end:unset;opacity:1;transform:none}bundle-builder ul{margin-inline-start:unset}bundle-builder .accordion__disclosure:not([open]) .bb-toggle-plusminus:before{transform:translateY(-50%) rotate(0);opacity:1}bundle-builder .accordion__disclosure:not([open]) .bb-toggle-plusminus:after{transform:translateY(-50%) rotate(90deg)}bundle-builder .accordion__disclosure[open] .bb-toggle-plusminus:before{transform:translateY(-50%) rotate(-90deg);opacity:0}bundle-builder .accordion__disclosure[open] .bb-toggle-plusminus:after{transform:translateY(-50%) rotate(0)}bundle-builder .accordion{border:none}bundle-builder .accordion__summary{border-bottom:1px solid rgb(var(--border-color))}bundle-builder .accordion__disclosure[open]{border-bottom:1px solid rgb(var(--border-color))}bundle-builder .accordion--lg .accordion__toggle{padding-block:1.25rem}.bundle-level-subtitle{font-size:var(--text-xs)}.bb-card{list-style:none;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative}.bb-card__footer{width:100%;display:flex;flex-direction:column;align-items:center}.bb-card__meta{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.bb-card__title{line-height:1.3;font-weight:700}.bb-card__controls{width:80%;display:flex}.bb-qty{border:1px rgb(16,3,61) solid;background-color:#fff;width:50%;color:#10033d;transition:all .2s ease}.bb-qty[disabled]{opacity:.7;background-color:#ebebeb;transition:all .2s ease}.bb-qty--minus{border-top-left-radius:8px;border-bottom-left-radius:8px;border-right:none}.bb-qty--plus{border-top-right-radius:8px;border-bottom-right-radius:8px}.bb-qty__count{position:absolute;right:0;top:0;transform:translate(25%,-25%);display:flex;align-items:center;justify-content:center;color:#fff;width:1.5rem;height:1.5rem;background-color:#000;border-radius:50%}.bb-card__imgwrap{overflow:hidden;border-radius:.5rem;background-color:var(--bundle-variant-bg, rgb(255, 255, 255));width:90px;aspect-ratio:1 / 1}.bb-card__imgwrap img{width:100%;height:100%;object-fit:cover}.bb-product-title{padding-left:1rem}.bundle-product-level__sepatator{display:block;width:1px;background-color:#c7c7c7;margin-right:var(--levels_gap)}.product-accordion__content{margin-block-start:unset}.bundle-sticky{height:100%;transition:opacity .2s,visibility .2s,inset-block .15s ease-in-out}.bundle-sticky__desktop{position:sticky;display:block;inset-block-start:calc(var(--sticky-area-height) + 20px);width:100%;overflow:auto;padding:1.5rem 2.5rem;background:var(--bundle-sticky-box-bg, #ededed);border-radius:.5rem;margin:1rem 0}.bundle-sticky__desktop .bundle-sticky__title{display:flex}.bundle-sticky__head{display:flex;justify-content:space-between;align-items:start}.bundle-sticky__toggle{position:absolute;top:-28px;right:16px}.bundle-sticky__swatches{--slot: 100px;display:flex;flex-wrap:wrap;gap:.25rem;width:100%;padding-block:.5rem}.bundle-sticky__slot{--sticky-img-radius: .5rem;aspect-ratio:1/1;width:var(--slot);border-radius:var(--sticky-img-radius, .5rem);margin-right:8px;overflow:hidden;border:1px solid #cfcfcf;cursor:pointer}.bundle-sticky__slot.is-empty{border:1px dashed #cfcfcf}.bundle-sticky__slot img{width:100%;height:100%;object-fit:cover}.bundle-sticky__badge{background:#e53935;color:#fff;padding:2px 8px;border-radius:8px;font-size:12px}.bundle-sticky__old{text-decoration:line-through;opacity:.7;margin-right:8px;font-size:var(--text-h5)}.bundle-sticky__new{font-size:var(--text-h3)}.bundle-sticky__old,.bundle-sticky__new{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style)}.bundle-sticky__atc button[disabled]{opacity:.5;pointer-events:none}.sticky-expand-toggle{display:none}.sticky-expand-toggle svg{transition:transform .3s ease}.sticky-expand-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.bundle-sticky__desktop .bundle-sticky__level-title{position:relative}.bundle-sticky__desktop .bundle-sticky__level-title:after{position:absolute;width:100%;height:1px;background-color:rgb(var(--border-color));content:"";bottom:0;left:0}.bundle-sticky__atc.buy-buttons{margin-top:1rem}@media screen and (max-width: 999px){.bundle-product-wrapper{--bundle-grid-top-padding: 1rem;display:block;align-content:unset;align-items:unset}.bb-card__imgwrap{width:unset}.bundle-grid{grid-template-columns:repeat(3,1fr);column-gap:1.5rem;row-gap:1rem}.bundle-sticky__desktop{display:grid;inset-block-start:unset;margin:0 calc(-1 * var(--container-gutter));width:calc(100% + 2 * var(--container-gutter));padding:1rem;max-height:unset;border-radius:.5rem .5rem 0 0;left:0;right:0;bottom:0;will-change:transform;z-index:3}.bundle-sticky__atc.buy-buttons{margin-top:0}.sticky-expand-toggle{display:block}.bundle-sticky__desktop:not(.bundle-sticky--opened){padding:.25rem 1rem}.bundle-sticky__desktop .bundle-sticky__title{display:flex}.bundle-sticky__title .text-with-icon{font-size:var(--text-h5);gap:.4rem}.bundle-sticky__prices{line-height:1.3}.bundle-sticky__prices .price-list{column-gap:unset}.bundle-sticky__desktop:not(.bundle-sticky--opened) .bundle-sticky__level-title{display:none}.bundle-sticky__desktop:not(.bundle-sticky--opened) .bundle-sticky__levels{--levels_gap: 2px;gap:var(--levels_gap);display:flex;width:100%;overflow:auto}.bundle-sticky__levels{max-height:70dvh;overflow-y:auto}.bundle-sticky__levels:has(.bundle-sticky__level:only-child .bundle-sticky__swatches[data-max="1"]),.bundle-sticky__levels:has(.bundle-sticky__level:only-child .bundle-sticky__swatches[data-max="2"]),.bundle-sticky__levels:has(.bundle-sticky__level:only-child .bundle-sticky__swatches[data-max="3"]),.bundle-sticky__levels:has(.bundle-sticky__level:only-child .bundle-sticky__swatches[data-max="4"]),.bundle-sticky__levels:has(.bundle-sticky__level:only-child .bundle-sticky__swatches[data-max="5"]),.bundle-sticky__levels:has(.bundle-sticky__level:only-child .bundle-sticky__swatches[data-max="6"]){justify-content:center}.bundle-sticky__desktop:not(.bundle-sticky--opened) .bundle-sticky__level{position:relative;display:flex;flex-direction:row;flex-shrink:0}.bundle-sticky__slot{margin-right:0}.bundle-sticky__desktop .bundle-sticky__sepatator{display:none;flex-shrink:0}.bundle-sticky__desktop:not(.bundle-sticky--opened) .bundle-sticky__sepatator{display:block;width:1px;background-color:#c7c7c7;margin-right:var(--levels_gap)}.bundle-sticky__desktop .bundle-sticky__swatches{--slot: 70px}.bundle-sticky__desktop:not(.bundle-sticky--opened) .bundle-sticky__swatches{--slot: 50px;padding-block:.5rem}.bundle-sticky__old{font-size:var(--text-h6)}.bundle-sticky__new{font-size:var(--text-h5)}}@media screen and (min-width : 1280px){.bb-card__controls{width:70%}}@media screen and (max-width: 650px){.bb-card__controls{width:100%}}@media screen and (max-width: 375px){.bundle-grid{column-gap:1rem}.bundle-sticky__title .text-with-icon{font-size:var(--text-h6)}}.bb-card__price s,.bb-card__price span{display:inline-block}.from{text-transform:lowercase}.bundle-price-list{display:flex;justify-content:space-between;column-gap:1rem;flex-wrap:wrap;align-items:baseline;flex-direction:row-reverse;height:-moz-fit-content;height:fit-content}.price-bundle-badge{margin-top:.5rem;background:#e53935;color:#fff;padding:2px 8px;border-radius:8px;text-transform:none;width:fit-content}@media screen and (max-width: 999px){.bundle-price-list{display:flex;justify-content:space-between;column-gap:.5rem}.price-bundle-badge{margin-top:.25rem}.bundle-price-list sale-price{font-size:var(--text-h4)}.bundle-price-list compare-at-price,.price-bundle-badge{font-size:var(--text-h6);font-weight:600}}
/*# sourceMappingURL=/cdn/shop/t/65/assets/bundle-builder.css.map */
