.bundle-creator .js-bc-bundle-template,.bundle-creator .js-bc-product-template,.bundle-creator .js-bc-summary-item-template,.bundle-creator .js-bc-summary-item-type-template{display:none}.bundle-creator .bundle-creator__header{background-color:var( --header-bg-colour );border-bottom:1px solid var( --header-border-colour );color:var( --header-text-colour )}.bundle-creator .bundle-creator__header__wrapper{display:flex;flex-direction:column;gap:8px;padding-block:8px}.bundle-creator .bundle-creator__header__back{display:flex;flex-direction:row;align-items:center;gap:8px;max-width:max-content;border:none;color:inherit;padding:0}.bundle-creator .bundle-creator__header__back .btn__text{font-size:18px;line-height:24px}.bundle-creator .bundle-creator__header__back svg{width:20px;height:24px}.bundle-creator .text-controls__heading{font-size:34px;color:inherit;width:100%}.bundle-creator .bundle-creator__header__text-controls{display:flex;flex-direction:row;gap:8px;align-items:center}.bundle-creator .text-controls__controls{width:100%;display:flex;flex-direction:row;gap:8px;align-items:center;position:fixed;bottom:-100%;left:0;z-index:32;background:var( --header-bg-colour );transition:.7s cubic-bezier(.19,1,.22,1);transition-property:bottom;padding:8px;flex-wrap:wrap}.bundle-creator .text-controls__controls.text-controls__controls--active{bottom:0}.bundle-creator .text-controls__controls button{flex:1 0 0}.bundle-creator .bundle-creator__header__filters{display:flex;flex-direction:row;gap:8px;transition:height .4s cubic-bezier(.7,0,.2,1),opacity .2s cubic-bezier(.7,0,.2,1);height:0;opacity:0}.bundle-creator .bundle-creator__header__filters--active{opacity:1;transition:height .3s cubic-bezier(.7,0,.2,1),opacity .6s cubic-bezier(.7,0,.2,1)}.bundle-creator custom-select.js-bc-controls-filter-template{display:none!important}.bundle-creator .filters__clear{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0;border:none}.bundle-creator .text-controls__quantity{display:block;flex-basis:100%;margin:4px;text-align:center}.bundle-creator .quantity-hints__quantity{display:none}@media(min-width:800px){.bundle-creator .bundle-creator__header{gap:16px;padding-block:16px}.bundle-creator .text-controls__heading{font-size:44px}.bundle-creator .text-controls__controls{position:relative;top:unset;bottom:unset;left:unset;right:unset;flex-direction:row;justify-content:end;background:transparent;padding:0;z-index:unset;opacity:0;transition-property:opacity;pointer-events:none;flex-wrap:nowrap}.bundle-creator .text-controls__quantity{display:none}.bundle-creator .quantity-hints__quantity{display:block}.bundle-creator .text-controls__controls.text-controls__controls--active{opacity:1;pointer-events:auto}.bundle-creator .text-controls__controls button{width:unset;flex:unset}}.bundle-creator .bundle-creator__product-grid{display:grid;grid-template-columns:repeat(2,minmax(175px,300px));gap:16px;justify-content:center;margin-top:16px}@media(min-width:768px){.bundle-creator .bundle-creator__product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,280px))}}.bundle-creator .bundle-creator__product-grid__bundle:not(.js-bc-bundle-template),.bundle-creator .bundle-creator__product-grid__product:not(.js-bc-product-template){display:flex;flex-direction:column;gap:8px;padding:8px;border-radius:12px;background-color:var(--pc-background-colour);border:2px solid var(--pc-border-colour);transition:.6s cubic-bezier(.7,0,.2,1);transition-property:border-color,background-color;overflow:hidden;position:relative}.bundle-creator .bundle-creator__product-grid__product:not(.js-bc-product-template).bundle-creator__product-grid__product--selected{background-color:var(--pc-selected-background-colour);border-color:var(--pc-selected-border-colour)}@keyframes skeleton-shimmer{0%{background-position-x:200%}to{background-position-x:0%}}.skeleton-loader{background:linear-gradient(-90deg,#efefef,#fcfcfc,#efefef);animation:skeleton-shimmer 2s ease-out infinite;background-size:200% 100%}.bundle-creator .bundle__image,.bundle-creator .product__image{width:100%;object-fit:cover;aspect-ratio:1 / 1;max-height:300px;border-radius:8px}.bundle-creator .bundle__name,.bundle-creator .product__name{font-size:17px;margin:0}.bundle-creator .bundle__subtext,.bundle-creator .product__variant-name{margin:0}.bundle-creator .bundle__select,.bundle-creator .product__select{margin-top:auto}.bundle-creator .product__qs{width:100%;min-height:40px;margin-top:auto}.bundle-creator .product__qs button{height:40px}.bundle-creator :is(.bundle__tag,.product__tag){display:none;padding:2px 8px;border-radius:1000px;font-size:12px;position:absolute;top:15px;right:15px;font-weight:700}.bundle-creator :is(.bundle__tag.bundle__tag--oos,.product__tag.product__tag--oos){display:flex;background-color:#adadad;color:#fff}.bundle-creator .bundle-creator__summary{position:fixed;top:200px;left:0;right:0;bottom:0;transform:translateY(100%);background-color:#fff;z-index:100;transition:transform .7s cubic-bezier(.19,1,.22,1) .15s;padding-bottom:16px;border-top-right-radius:16px;border-top-left-radius:16px;display:flex;flex-direction:column;gap:16px}.bundle-creator .bundle-creator__summary-overlay{position:fixed;top:0;left:0;right:0;bottom:0;transition:.8s cubic-bezier(.7,0,.2,1);transition-property:opacity,visibility,background-color;opacity:0;visibility:hidden;pointer-events:none;cursor:pointer;background-color:#0006;display:block!important;z-index:32}.bundle-creator .bundle-creator__summary-overlay.bundle-creator__summary-overlay--active{opacity:1;visibility:visible;pointer-events:auto}.bundle-creator .bundle-creator__summary.bundle-creator__summary--active{transform:translateY(0)}@media(min-width:768px){.bundle-creator .bundle-creator__summary{top:0;right:0;bottom:0;left:unset;transform:translate(100%);border-top-right-radius:0;border-top-left-radius:16px;border-bottom-left-radius:16px;box-shadow:1px 10px 2px #0003;width:100%;max-width:540px}.bundle-creator .bundle-creator__summary.bundle-creator__summary--active{transform:translate(0)}}.bundle-creator .bundle-creator__summary__header{display:flex;flex-direction:row;gap:8px;justify-content:space-between;align-items:center;padding-inline:30px;padding-block:16px;border-bottom:1px solid #dde3e8}.bundle-creator .bundle-creator__summary__items{display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1 0 0;padding-inline:30px}.bundle-creator .items__item-type:not(.js-bc-summary-item-type-template){display:flex;flex-direction:column;gap:4px}.bundle-creator .items__item-type-item-grid{display:flex;flex-direction:column;gap:8px}.bundle-creator .item-grid__item:not(.js-bc-summary-item-template){background-color:var( --summary-item-bg-colour );color:var( --summary-item-text-colour );padding:4px;border-radius:4px;display:flex;flex-direction:row;gap:4px}.bundle-creator .item-grid__item__image{flex:0 0 0;border-radius:4px}.bundle-creator .item-grid__item__info{flex:1 0 1;display:flex;flex-direction:column;gap:6px}.bundle-creator .info__name{font-weight:600}.bundle-creator .bundle-creator__summary__rows{display:flex;flex-direction:column;gap:8px;padding-inline:30px;padding-top:20px;box-shadow:0 -5px 10px #0b2e4514}.bundle-creator .rows__row{display:flex;flex-direction:row;justify-content:space-between;gap:4px;align-items:center}.bundle-creator .rows__shipping-row{font-weight:400;font-size:18px}.bundle-creator .rows__total-row{font-weight:600;font-size:22px}
/*# sourceMappingURL=/cdn/shop/t/308/assets/section-bundle-creator.css.map */
