.bundle-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;color:var(--bundle-text-muted)}.bundle-loading.hidden{display:none}.bundle-loading__spinner{width:24px;height:24px}.bundle-loading__spinner .spinner{width:100%;height:100%;animation:rotate 2s linear infinite}.bundle-loading__spinner .path{stroke:var(--bundle-primary-color);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.bundle-drawer.is-loading .bundle-options-row{position:relative}.bundle-drawer.is-loading .bundle-loading{display:flex}.bundle-trigger-btn,[data-bundle-trigger]{width:100%;margin-top:0}.bundle-trigger-btn.product-form__submit.button.button--filled.uppercase.button--full,[data-bundle-trigger].product-form__submit.button.button--filled.uppercase.button--full{width:100%;display:block}.product-form__buttons .bundle-trigger-btn,.product-form__buttons [data-bundle-trigger]{grid-column:span 10 / span 10;grid-row:2}.product-form__buttons[data-display-layout=seperate] .bundle-trigger-btn,.product-form__buttons[data-display-layout=seperate] [data-bundle-trigger],.product-form__buttons[data-display-layout=inline][data-display-quantity=false] .bundle-trigger-btn,.product-form__buttons[data-display-layout=inline][data-display-quantity=false] [data-bundle-trigger]{grid-column:span 10 / span 10}.product-form__buttons[data-display-layout=inline][data-display-quantity=false]:has(.shopify-payment-button__button--unbranded) .bundle-trigger-btn,.product-form__buttons[data-display-layout=inline][data-display-quantity=false]:has(.shopify-payment-button__button--unbranded) [data-bundle-trigger]{grid-column:span 6 / span 6}.product-form__buttons[data-display-dynamics=false][data-display-quantity=false] .bundle-trigger-btn,.product-form__buttons[data-display-dynamics=false][data-display-quantity=false] [data-bundle-trigger]{grid-column:span 10 / span 10}@media screen and (min-width:750px)and (max-width:989px){.product-form__buttons .bundle-trigger-btn,.product-form__buttons [data-bundle-trigger]{grid-column:span 10 / span 10}}@media screen and (max-width:749px){.product-form__buttons .bundle-trigger-btn,.product-form__buttons [data-bundle-trigger]{grid-column:span 10 / span 10;grid-row:3}}:root{--bundle-drawer-width: 480px;--bundle-drawer-bg: #faf8f5;--bundle-primary-color: #5c4a3d;--bundle-text-color: #333;--bundle-text-muted: #888;--bundle-border-color: #e5e0da;--bundle-accent-color: #c75050;--bundle-success-color: #4a7c59;--bundle-overlay-bg: rgba(0, 0, 0, .5);--bundle-shadow: 0 0 40px rgba(0, 0, 0, .15);--bundle-radius: 8px;--bundle-radius-sm: 4px;--bundle-transition: .3s cubic-bezier(.4, 0, .2, 1)}.bundle-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden;opacity:0;background-color:transparent;transition:opacity var(--drawer-transition-duration, .3s) var(--drawer-transition-timing-function, ease),visibility var(--drawer-transition-duration, .3s) var(--drawer-transition-timing-function, ease);isolation:isolate}.bundle-drawer.is-open{pointer-events:all;visibility:visible;opacity:1;background-color:transparent}.bundle-drawer.is-open:before{content:"";display:block;position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;background-color:#00000080;z-index:9998}.bundle-drawer__content{position:fixed;inset-block:0;inset-inline-end:0;width:var(--bundle-drawer-width);max-width:100%;height:100dvh;background-color:rgb(var(--color-background, 250, 248, 245));box-shadow:var(--bundle-shadow);display:flex;flex-direction:column;transform:translate(100%);opacity:0;visibility:hidden;transition:transform var(--drawer-transition-duration, .3s) var(--drawer-transition-timing-function, ease),opacity var(--drawer-transition-duration, .3s) var(--drawer-transition-timing-function, ease),visibility var(--drawer-transition-duration, .3s) var(--drawer-transition-timing-function, ease);overflow-y:auto;z-index:9999;pointer-events:none}@media screen and (max-width:749px){.bundle-drawer__content{inset-block:auto 0;inset-inline:0;width:100%;height:90vh;max-height:90vh;border-radius:20px 20px 0 0;transform:translateY(100%)}.bundle-drawer.is-open .bundle-drawer__content{transform:translateY(0)}}.bundle-drawer.is-open .bundle-drawer__content{pointer-events:auto;opacity:1;visibility:visible;transform:translate(0);z-index:9999}@media screen and (max-width:749px){.bundle-drawer.is-open .bundle-drawer__content{transform:translateY(0)}}[dir=rtl] .bundle-drawer__content{transform:translate(-100%)}@media screen and (max-width:749px){[dir=rtl] .bundle-drawer__content{transform:translateY(100%)}}.bundle-drawer.is-open .bundle-drawer__content{transform:translate(0);opacity:1;visibility:visible}.bundle-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity var(--drawer-transition-duration, .3s) var(--drawer-transition-timing-function, ease),visibility var(--drawer-transition-duration, .3s) var(--drawer-transition-timing-function, ease);cursor:pointer;pointer-events:none}.bundle-drawer.is-open .bundle-drawer__backdrop{opacity:1;visibility:visible;pointer-events:auto}.bundle-drawer__overlay{display:none}.bundle-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--bundle-border-color);background:#fff}.bundle-drawer__title{font-size:18px;font-weight:600;color:var(--bundle-text-color);margin:0;font-family:inherit}.bundle-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;color:var(--bundle-text-color);transition:opacity .2s}.bundle-drawer__close:hover{opacity:.7}.bundle-drawer__close svg{width:20px;height:20px}.bundle-drawer__body{flex:1;overflow-y:auto;padding:24px;background-color:#fff}.bundle-pack-size{text-align:center;margin-bottom:24px;position:relative;overflow:hidden}.bundle-pack-size__label{display:block;font-size:11px;font-weight:600;letter-spacing:1px;color:var(--bundle-text-muted);text-transform:uppercase;margin-bottom:12px}.bundle-pack-size__selector{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;padding:0 60px;overflow:hidden}.bundle-pack-size__btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid var(--bundle-border-color);border-radius:50%;background:#fff;cursor:pointer;color:var(--bundle-text-color);transition:border-color .2s;flex-shrink:0;position:relative;z-index:1}.bundle-pack-size__btn:hover{border-color:var(--bundle-primary-color)}.bundle-pack-size__btn svg{width:16px;height:16px;pointer-events:none}.bundle-pack-size__options{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-start;position:relative;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-left:calc(50% - 30px);padding-right:calc(50% - 30px)}.bundle-pack-size__options::-webkit-scrollbar{display:none}.bundle-pack-size__option{display:flex;flex-direction:column;align-items:center;background:none;border:none;padding:8px;cursor:pointer;opacity:.5;transition:opacity .2s;flex-shrink:0}.bundle-pack-size__option.is-active{opacity:1}.bundle-pack-size__option:hover{opacity:.8}.bundle-pack-size__number{font-size:24px;font-weight:700;color:var(--bundle-text-color);line-height:1;transition:font-size .2s}.bundle-pack-size__option.is-active .bundle-pack-size__number{font-size:36px}.bundle-pack-size__discount{display:block;font-size:14px;color:var(--bundle-text-muted);margin-top:8px;white-space:nowrap}.bundle-selection__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.bundle-selection__title{font-size:16px;font-weight:500;color:var(--bundle-text-color);margin:0}.bundle-selection__clear{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;color:var(--bundle-text-muted);transition:color .2s}.bundle-selection__clear:hover{color:var(--bundle-accent-color)}.bundle-selection__clear svg{width:18px;height:18px}.bundle-collection-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bundle-collection-card{display:flex;flex-direction:column;align-items:center;padding:12px 8px;background:#fff;border:2px solid transparent;border-radius:var(--bundle-radius);cursor:pointer;transition:all .2s;text-align:center}.bundle-collection-card:hover{border-color:var(--bundle-border-color)}.bundle-collection-card__image{width:80px;height:80px;border-radius:var(--bundle-radius-sm);overflow:hidden;margin-bottom:8px}.bundle-collection-card__image img{width:100%;height:100%;object-fit:cover}.bundle-collection-card__name{font-size:14px;font-weight:600;color:var(--bundle-text-color);margin-bottom:2px}.bundle-collection-card__count{font-size:12px;color:var(--bundle-text-muted)}.bundle-categories,.bundle-subcategories{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.bundle-category-card{display:flex;flex-direction:column;align-items:center;padding:12px 8px;background:#fff;border:2px solid transparent;border-radius:var(--bundle-radius);cursor:pointer;transition:all .2s;text-align:center}.bundle-category-card:hover{border-color:var(--bundle-border-color)}.bundle-category-card.is-active{border-color:var(--bundle-primary-color)}.bundle-category-card__image{width:80px;height:80px;border-radius:var(--bundle-radius-sm);overflow:hidden;margin-bottom:8px}.bundle-category-card__image img{width:100%;height:100%;object-fit:cover}.bundle-category-card__name{font-size:14px;font-weight:600;color:var(--bundle-text-color);margin-bottom:2px}.bundle-category-card__count{font-size:12px;color:var(--bundle-text-muted)}.bundle-restore{text-align:center;margin-bottom:20px}.bundle-restore__btn{font-size:14px;color:var(--bundle-text-muted);text-decoration:underline;background:none;border:none;cursor:pointer;padding:8px 16px;transition:color .2s}.bundle-restore__btn:hover{color:var(--bundle-text-color)}.bundle-options{display:flex;flex-direction:column;gap:12px}.bundle-option--collection{width:100%}.bundle-options-row{display:block;margin-bottom:16px}.bundle-options-row__inner{display:flex;gap:12px;flex-wrap:nowrap;align-items:flex-start}.bundle-options-row__inner .bundle-option--collection{flex:1;min-width:150px}.bundle-options-row__inner .bundle-dynamic-options{display:flex;gap:12px;flex-wrap:nowrap;flex:1}.bundle-options-row__inner .bundle-dynamic-options .bundle-option{flex:1;min-width:150px}.bundle-dynamic-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.bundle-option,.bundle-option__select{position:relative}.bundle-option__select select{width:100%;height:48px;padding:0 40px 0 16px;font-size:14px;color:var(--bundle-text-color);background:#fff;border:1px solid var(--bundle-border-color);border-radius:var(--bundle-radius-sm);-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s}.bundle-option__select select:focus{outline:none;border-color:var(--bundle-primary-color)}.bundle-option__arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--bundle-text-muted)}.bundle-option__arrow svg{width:16px;height:16px}.bundle-swatches{margin-bottom:20px}.bundle-swatches__empty{text-align:center;padding:24px;color:var(--bundle-text-muted);font-size:14px}.bundle-swatches__grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.5rem;margin-top:.5rem}@media screen and (max-width:749px){.bundle-swatches__grid{grid-template-columns:repeat(6,1fr)}}.bundle-drawer .color-swatch-item{background-color:transparent!important;border-radius:0!important;height:auto!important;min-width:auto!important;padding:0!important}.bundle-empty-message{padding:2rem;text-align:center;color:rgb(var(--color-foreground));font-size:1.4rem;width:100%}.bundle-no-products{padding:1rem;margin-top:1rem;text-align:center;color:var(--bundle-text-muted);font-size:14px}.bundle-no-products.hidden{display:none}.bundle-option select option.out-of-stock{color:var(--bundle-text-muted);text-decoration:line-through;opacity:.6}.bundle-swatches__grid .color-swatch-item{position:relative;display:flex;justify-content:center;align-items:center;padding:4px;border:1.6px solid transparent;cursor:pointer;transition:border-color .2s ease;width:auto;aspect-ratio:1 / 1;background-color:transparent!important;border-radius:0!important;height:auto!important;min-width:auto!important;text-decoration:none}.bundle-swatches__grid .color-swatch-item:hover{border-color:rgba(var(--color-foreground),.2)}.bundle-swatches__grid .color-swatch-item.active,.bundle-swatches__grid .color-swatch-item[aria-current=true]{border-color:rgb(var(--color-foreground));opacity:1}.bundle-swatches__grid .swatch-image,.bundle-swatches__grid .swatch-color,.bundle-swatches__grid .swatch-placeholder{width:calc(100% - 4px);height:calc(100% - 4px);object-fit:cover;display:block;border-radius:0;border:none}.bundle-swatches__grid .swatch-color{border:1px solid rgba(var(--color-foreground),.1)}.bundle-swatches__grid .swatch-placeholder{display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#666;font-weight:500;font-size:1.2rem}.bundle-swatches__grid .color-swatch-item.is-unavailable{opacity:.4;cursor:not-allowed}.bundle-swatches__grid .color-swatch-item.size-not-produced,.bundle-swatches__grid .color-swatch-item.size-out-of-stock{position:relative;cursor:not-allowed;pointer-events:none}.bundle-swatches__grid .color-swatch-item.size-not-produced:after,.bundle-swatches__grid .color-swatch-item.size-out-of-stock:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(-135deg,transparent 0%,transparent calc(50% - 1px),white calc(50% - 1px),white calc(50% + 1px),transparent calc(50% + 1px),transparent 100%);pointer-events:none;z-index:1}.bundle-swatches__grid .color-swatch-item[aria-disabled=true]:hover{border-color:transparent}.bundle-swatch{position:relative;width:44px;height:44px;border-radius:4px;border:2px solid transparent;cursor:pointer;overflow:hidden;transition:opacity .2s;display:flex;flex-direction:column;align-items:center}.bundle-swatch:hover{opacity:.8}.bundle-swatch.is-active{opacity:1;border-color:currentColor;box-shadow:0 0 0 1px #0000001a}.bundle-swatch.is-unavailable{opacity:.4;cursor:not-allowed}.bundle-swatch__image{width:100%;height:100%;object-fit:cover;border-radius:4px}.bundle-swatch__color{width:100%;height:100%;border-radius:4px}.bundle-preview{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border-radius:var(--bundle-radius);margin-bottom:16px}.bundle-preview__image{width:120px;height:120px;border-radius:var(--bundle-radius-sm);overflow:hidden;flex-shrink:0}.bundle-preview__image img{width:100%;height:100%;object-fit:cover}.bundle-preview__info{flex:1;min-width:0}.bundle-preview__name{font-size:16px;font-weight:600;color:var(--bundle-text-color);margin:0 0 4px;line-height:1.3}.bundle-preview__meta{font-size:13px;color:var(--bundle-text-muted);margin:0 0 8px}.bundle-preview__price{display:flex;align-items:center;gap:8px}.bundle-preview__price-compare{font-size:14px;color:var(--bundle-text-muted);text-decoration:line-through}.bundle-preview__price-current{font-size:16px;font-weight:600;color:var(--bundle-text-color)}.bundle-add-btn{width:100%;height:52px;font-size:15px;font-weight:600;color:#fff;background:var(--bundle-primary-color);border:none;border-radius:var(--bundle-radius-sm);cursor:pointer;transition:background .2s}.bundle-add-btn:hover{background:#4a3a2e}.bundle-add-btn:disabled{background:#ccc;cursor:not-allowed}.bundle-items{margin-top:24px;border-top:1px solid var(--bundle-border-color);padding-top:16px}.bundle-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--bundle-border-color)}.bundle-item__image{width:60px;height:60px;border-radius:var(--bundle-radius-sm);overflow:hidden;flex-shrink:0;background:#fff}.bundle-item__image img{width:100%;height:100%;object-fit:cover}.bundle-item__info{flex:1;min-width:0}.bundle-item__name{font-size:14px;font-weight:600;color:var(--bundle-text-color);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-item__meta{font-size:12px;color:var(--bundle-text-muted);margin:0}.bundle-item__remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;color:var(--bundle-text-muted);transition:color .2s;flex-shrink:0}.bundle-item__remove:hover{color:var(--bundle-accent-color)}.bundle-item__remove svg{width:18px;height:18px}.bundle-remaining{text-align:center;padding:16px;font-size:14px;color:var(--bundle-text-muted)}.bundle-remaining span{display:inline-block}.bundle-drawer__footer{padding:20px 24px;background:#fff;border-top:1px solid var(--bundle-border-color)}.bundle-summary{margin-bottom:16px}.bundle-summary__row{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.bundle-summary__row--saved{color:var(--bundle-success-color);font-weight:500}.bundle-summary__row--total{font-size:18px;font-weight:700;color:var(--bundle-text-color)}.bundle-checkout-btn{width:100%;height:52px;font-size:15px;font-weight:600;color:#fff;background:var(--bundle-accent-color);border:none;border-radius:var(--bundle-radius-sm);cursor:pointer;transition:background .2s}.bundle-checkout-btn:hover{background:#b04545}.bundle-checkout-btn:disabled{background:#ccc;cursor:not-allowed}.hidden{display:none!important}@media screen and (max-width:1199px)and (min-width:990px){.bundle-drawer__content{width:420px}.bundle-drawer__header{padding:18px 20px}.bundle-drawer__title{font-size:17px}.bundle-drawer__body{padding:20px}.bundle-collection-cards,.bundle-categories,.bundle-subcategories{gap:10px}.bundle-collection-card__image,.bundle-category-card__image{width:70px;height:70px}.bundle-swatches__grid{grid-template-columns:repeat(7,1fr);gap:.4rem}}@media screen and (max-width:989px)and (min-width:750px){.bundle-drawer__content{width:90%;max-width:480px}.bundle-drawer__header{padding:16px 20px}.bundle-drawer__title{font-size:16px}.bundle-drawer__body{padding:18px}.bundle-collection-cards,.bundle-categories,.bundle-subcategories{grid-template-columns:repeat(3,1fr);gap:10px}.bundle-swatches__grid{grid-template-columns:repeat(6,1fr);gap:.4rem}.bundle-pack-size__selector{padding:0 50px}}@media screen and (max-width:749px)and (min-width:640px){.bundle-drawer__content{width:95%;max-width:460px}.bundle-drawer__header{padding:16px 18px}.bundle-drawer__title{font-size:16px}.bundle-drawer__body{padding:16px}.bundle-collection-cards,.bundle-categories,.bundle-subcategories{grid-template-columns:repeat(3,1fr);gap:8px}.bundle-collection-card,.bundle-category-card{padding:10px 6px}.bundle-collection-card__image,.bundle-category-card__image{width:70px;height:70px}.bundle-collection-card__name,.bundle-category-card__name{font-size:13px}.bundle-swatches__grid{grid-template-columns:repeat(6,1fr);gap:.4rem}.bundle-pack-size__selector{padding:0 45px}.bundle-pack-size__btn{width:36px;height:36px}}@media screen and (max-width:639px)and (min-width:480px){.bundle-drawer__content{width:100%}.bundle-drawer__header{padding:14px 16px}.bundle-drawer__title{font-size:15px}.bundle-drawer__body{padding:14px}.bundle-drawer__footer{padding:16px}.bundle-collection-cards,.bundle-categories,.bundle-subcategories{grid-template-columns:repeat(2,1fr);gap:8px}.bundle-collection-card,.bundle-category-card{padding:8px 6px}.bundle-collection-card__image,.bundle-category-card__image{width:65px;height:65px}.bundle-swatches__grid{grid-template-columns:repeat(6,1fr);gap:.35rem}.bundle-pack-size__selector{padding:0 40px}.bundle-pack-size__btn{width:32px;height:32px}.bundle-pack-size__btn svg{width:14px;height:14px}.bundle-pack-size__number{font-size:22px}.bundle-pack-size__option.is-active .bundle-pack-size__number{font-size:32px}.bundle-options-row__inner{flex-wrap:wrap}.bundle-options-row__inner .bundle-option--collection,.bundle-options-row__inner .bundle-dynamic-options .bundle-option{min-width:100%}}@media screen and (max-width:479px){.bundle-drawer__content{width:100%}.bundle-drawer__header{padding:12px 14px}.bundle-drawer__title{font-size:14px}.bundle-drawer__close{width:32px;height:32px}.bundle-drawer__close svg{width:18px;height:18px}.bundle-drawer__body{padding:12px}.bundle-drawer__footer{padding:14px}.bundle-collection-cards,.bundle-categories,.bundle-subcategories{grid-template-columns:repeat(2,1fr);gap:6px}.bundle-collection-card,.bundle-category-card{padding:8px 4px}.bundle-collection-card__image,.bundle-category-card__image{width:60px;height:60px;margin-bottom:6px}.bundle-collection-card__name,.bundle-category-card__name{font-size:12px}.bundle-collection-card__count,.bundle-category-card__count{font-size:11px}.bundle-swatches__grid{grid-template-columns:repeat(6,1fr);gap:.3rem}.bundle-pack-size__selector{padding:0 35px}.bundle-pack-size__btn{width:28px;height:28px}.bundle-pack-size__btn svg{width:12px;height:12px}.bundle-pack-size__number{font-size:20px}.bundle-pack-size__option.is-active .bundle-pack-size__number{font-size:28px}.bundle-pack-size__discount{font-size:12px}.bundle-option__select select{height:44px;font-size:13px}.bundle-options-row__inner{flex-wrap:wrap}.bundle-options-row__inner .bundle-option--collection,.bundle-options-row__inner .bundle-dynamic-options .bundle-option{min-width:100%}.bundle-item__image{width:50px;height:50px}.bundle-item__name{font-size:13px}.bundle-item__meta{font-size:11px}.bundle-add-btn,.bundle-checkout-btn{height:48px;font-size:14px}.bundle-summary__row{font-size:13px}.bundle-summary__row--total{font-size:16px}}.bundle-drawer__body::-webkit-scrollbar{width:6px}.bundle-drawer__body::-webkit-scrollbar-track{background:transparent}.bundle-drawer__body::-webkit-scrollbar-thumb{background:var(--bundle-border-color);border-radius:3px}.bundle-drawer__body::-webkit-scrollbar-thumb:hover{background:var(--bundle-text-muted)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bundle-item{animation:fadeIn .3s ease}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bundle-drawer.css.map */
