#ct-bundle-builder .ct-builder-hero{margin-bottom:22px}#ct-bundle-builder .ct-builder-hero__picture{display:block;width:100%}#ct-bundle-builder .ct-builder-hero__image{display:block;width:100%;height:auto;border-radius:0}#ct-bundle-builder .ct-builder-hero__placeholder{width:100%;min-height:220px;border:1px dashed #cfcfcf;border-radius:24px;background:#f7f7f7;color:#666;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;box-sizing:border-box}#ct-bundle-builder .ct-builder-hero__picture--mobile{display:none}#ct-bundle-builder .ct-builder-hero__picture--desktop{display:block}#ct-bundle-builder .ct-package-section{margin-bottom:18px}#ct-bundle-builder .ct-package-frame-wrap{position:relative;margin-top:12px}#ct-bundle-builder .ct-package-section-eyebrow{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;width:max-content;max-width:calc(100% - 48px);padding:0 18px;background:var(--ct-bundles-frame-bg, #ffffff);line-height:1.1}#ct-bundle-builder .ct-package-section-eyebrow span{display:inline-block}#ct-bundle-builder .ct-package-frame{position:relative;background:var(--ct-bundles-frame-bg, #ffffff);border-radius:32px;padding:46px 18px 22px;width:100%;box-sizing:border-box}#ct-bundle-builder .ct-package-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:var(--ct-bundles-frame-border-width, 1px) solid var(--ct-bundles-frame-border, #d8d8d8);border-radius:32px;pointer-events:none;z-index:0}#ct-bundle-builder .ct-package-section-label{text-align:center;color:#111}#ct-bundle-builder .ct-package-selector{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;width:100%}#ct-bundle-builder .ct-package-card{position:relative;background:var(--ct-bundles-card-bg, #ffffff);border:1px solid var(--ct-bundles-card-border, #d8d8d8);border-radius:24px;padding:24px 20px 18px;text-align:center;cursor:pointer;transition:all .18s ease;width:100%;max-width:300px;min-height:160px;flex:0 1 300px;color:var(--ct-bundles-card-text, #111111);display:flex;align-items:center;justify-content:center;box-sizing:border-box}#ct-bundle-builder .ct-package-card:hover{transform:translateY(-1px);box-shadow:0 10px 28px #0000000f}#ct-bundle-builder .ct-package-card.is-active{border:2px solid var(--ct-package-active-border, #111111);background:var(--ct-bundles-card-active-bg, #ffffff);color:var(--ct-bundles-card-active-text, #111111);box-shadow:0 12px 30px #00000014}#ct-bundle-builder .ct-package-card-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);color:var(--ct-badge-text, #ffffff);padding:8px 18px;border-radius:999px;font-size:14px;font-weight:800;white-space:nowrap;background:var(--ct-badge-bg, #111111);line-height:1;z-index:2}#ct-bundle-builder .ct-package-card.is-active .ct-package-card-badge{background:var(--ct-badge-bg, #111111);color:var(--ct-badge-text, #ffffff)}#ct-bundle-builder .ct-package-card-copy{width:100%;max-width:240px;margin:0 auto}#ct-bundle-builder .ct-package-card-title{font-size:var(--ct-bundles-title-size, 18px);font-weight:800;line-height:1.15;color:inherit;margin:0 0 8px}#ct-bundle-builder .ct-package-card-subtitle{font-size:var(--ct-bundles-subtitle-size, 16px);line-height:1.25;color:inherit;opacity:.92;margin:0 0 12px}#ct-bundle-builder .ct-package-card-price{font-size:var(--ct-bundles-price-size, 17px);font-weight:700;line-height:1.15;color:inherit;margin:0}#ct-bundle-builder .ct-builder-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px;align-items:start}#ct-bundle-builder .ct-builder-main{min-width:0}#ct-bundle-builder .ct-builder-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:14px 0 18px;flex-wrap:wrap}#ct-bundle-builder .ct-toolbar-pill{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;font-size:16px}#ct-bundle-builder .ct-product-card{border:1px solid #ececec;border-radius:18px;background:#fff;padding:12px 12px 14px;transition:all .18s ease;display:flex;flex-direction:column}#ct-bundle-builder .ct-product-card.is-selected{border-color:#111;box-shadow:0 8px 22px #00000014}#ct-bundle-builder .ct-product-image-wrap{position:relative;background:#fff;border-radius:16px;border:1px solid #ececec;margin-bottom:12px;overflow:hidden;height:210px;padding:0;transition:all .18s ease}#ct-bundle-builder .ct-product-image-wrap:hover{border-color:#cfcfcf}#ct-bundle-builder .ct-product-image-wrap.is-single-image .ct-product-carousel-arrow{display:none}#ct-bundle-builder .ct-product-carousel-track{display:flex;width:100%;height:100%;transition:transform .22s ease;will-change:transform}#ct-bundle-builder .ct-product-slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}#ct-bundle-builder .ct-product-image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .18s ease,opacity .18s ease}#ct-bundle-builder .ct-product-image-wrap:hover .ct-product-image{transform:scale(1.02)}#ct-bundle-builder .ct-product-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:999px;background:#ffffffeb;color:#111;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;z-index:2;box-shadow:0 2px 8px #00000024;opacity:0;visibility:hidden;pointer-events:none;transition:transform .18s ease,opacity .18s ease,background .18s ease,visibility .18s ease}#ct-bundle-builder .ct-product-image-wrap:hover .ct-product-carousel-arrow,#ct-bundle-builder .ct-product-image-wrap:focus-within .ct-product-carousel-arrow{opacity:1;visibility:visible;pointer-events:auto}#ct-bundle-builder .ct-product-carousel-arrow.is-disabled{opacity:0;visibility:hidden;pointer-events:none;cursor:default}#ct-bundle-builder .ct-product-carousel-arrow:hover{background:#fff}#ct-bundle-builder .ct-product-carousel-arrow.is-disabled{opacity:.38;cursor:default;pointer-events:none}#ct-bundle-builder .ct-product-carousel-arrow--prev{left:8px}#ct-bundle-builder .ct-product-carousel-arrow--next{right:8px}#ct-bundle-builder .ct-selected-badge{position:absolute;right:10px;bottom:10px;width:42px;height:42px;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000002e;opacity:0;transform:scale(.9);transition:opacity .18s ease,transform .18s ease;pointer-events:none;z-index:3}#ct-bundle-builder .ct-selected-badge svg{width:22px;height:22px;display:block}#ct-bundle-builder .ct-product-card.is-selected .ct-selected-badge{opacity:1;transform:scale(1)}#ct-bundle-builder .ct-product-title{font-size:18px;font-weight:700;text-align:center;margin:0 0 6px;line-height:1.25;min-height:46px}#ct-bundle-builder .ct-product-stock{font-size:14px;text-align:center;margin-top:6px;min-height:42px}#ct-bundle-builder .ct-product-stock.in-stock{color:#26a269}#ct-bundle-builder .ct-product-stock.out-stock{color:#999}#ct-bundle-builder .ct-product-card-control{margin-top:auto}#ct-bundle-builder .ct-product-stepper{width:100%;display:inline-flex;align-items:center;justify-content:space-between;border:1px solid var(--ct-add-button-bg, #19c6c3);border-radius:999px;background:var(--ct-add-button-bg, #19c6c3);color:var(--ct-add-button-text, #ffffff);min-height:36px;overflow:hidden;box-sizing:border-box}#ct-bundle-builder .ct-product-stepper-btn{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:inherit;width:36px;height:36px;font:inherit;font-size:20px;font-weight:700;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .18s ease,background .18s ease}#ct-bundle-builder .ct-product-stepper-btn:hover{background:#ffffff1f}#ct-bundle-builder .ct-product-stepper-btn:disabled{opacity:.45;cursor:not-allowed}#ct-bundle-builder .ct-product-stepper-value{flex:1 1 auto;text-align:center;font-size:14px;font-weight:700;line-height:1;color:#111;background:#fff;padding:0 8px;margin:0;border-radius:0;min-height:34px;display:flex;align-items:center;justify-content:center}#ct-bundle-builder .ct-product-add-btn{margin-top:auto;width:100%;border:none;border-radius:999px;background:var(--ct-add-button-bg, #19c6c3);color:var(--ct-add-button-text, #ffffff);padding:8px 14px;min-height:36px;font-size:14px;font-weight:700;line-height:1;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background .18s ease}#ct-bundle-builder .ct-product-add-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000024}#ct-bundle-builder .ct-product-add-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}#ct-bundle-builder .ct-sidebar-column--desktop{display:block}#ct-bundle-builder .ct-sidebar-card{position:relative!important;top:auto!important;display:flex;flex-direction:column;overflow:hidden;min-height:0}#ct-bundle-builder .ct-sidebar-card-inner{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}#ct-bundle-builder .ct-sidebar-header{position:relative;margin-bottom:8px;padding-top:4px}#ct-bundle-builder .ct-sidebar-title-main{text-align:left;margin:0;padding-right:140px;color:var(--ct-summary-primary, #111111)}#ct-bundle-builder .ct-clear-bundle-btn[hidden]{display:none!important}#ct-bundle-builder .ct-clear-bundle-btn{position:absolute;top:0;right:0;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--ct-summary-primary, #111111);font:inherit;font-size:14px;font-weight:600;cursor:pointer;padding:0;line-height:1.2}#ct-bundle-builder .ct-clear-bundle-btn__icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}#ct-bundle-builder .ct-clear-bundle-btn__icon svg{width:18px;height:18px;display:block}#ct-bundle-builder .ct-clear-bundle-btn:hover{opacity:.72}#ct-bundle-builder .ct-sidebar-body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}#ct-bundle-builder .ct-sidebar-list{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding-right:4px;margin-bottom:0}#ct-bundle-builder .ct-sidebar-list::-webkit-scrollbar{width:8px}#ct-bundle-builder .ct-sidebar-list::-webkit-scrollbar-thumb{background:var(--ct-summary-scrollbar, #cfcfcf);border-radius:999px}#ct-bundle-builder .ct-sidebar-list::-webkit-scrollbar-track{background:transparent}#ct-bundle-builder .ct-sidebar-item{display:flex;align-items:flex-start;gap:10px;padding:10px;border:1px solid var(--ct-summary-item-border, #e2e2e2);border-radius:14px;background:var(--ct-summary-item-bg, #ffffff);flex:0 0 auto}#ct-bundle-builder .ct-sidebar-thumb{width:52px;height:52px;border-radius:12px;border:1px solid var(--ct-summary-item-border, #e2e2e2);background:var(--ct-summary-item-bg, #ffffff);overflow:hidden;flex:0 0 52px;display:flex;align-items:center;justify-content:center}#ct-bundle-builder .ct-sidebar-thumb img{width:100%;height:100%;object-fit:contain;display:block}#ct-bundle-builder .ct-sidebar-info{min-width:0;flex:1 1 auto}#ct-bundle-builder .ct-sidebar-title{font-size:14px;font-weight:700;line-height:1.2;color:var(--ct-summary-primary, #111111);margin-bottom:6px}#ct-bundle-builder .ct-qty-row{display:flex;align-items:center;justify-content:space-between;gap:10px}#ct-bundle-builder .ct-qty-controls{display:inline-flex;align-items:center;border:1px solid var(--ct-summary-item-border, #dcdcdc);border-radius:999px;overflow:hidden;background:var(--ct-summary-item-bg, #ffffff)}#ct-bundle-builder .ct-qty-btn{border:none;background:transparent;color:var(--ct-summary-primary, #111111);width:30px;height:30px;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}#ct-bundle-builder .ct-qty-btn:hover{background:#0000000a}#ct-bundle-builder .ct-qty-btn:disabled{opacity:.4;cursor:not-allowed;background:transparent}#ct-bundle-builder .ct-qty-value{min-width:30px;text-align:center;font-size:14px;font-weight:700;color:var(--ct-summary-primary, #111111);padding:0 4px}#ct-bundle-builder .ct-sidebar-remove{border:none;background:transparent;color:var(--ct-summary-primary, #111111);font-size:24px;line-height:1;width:32px;height:32px;cursor:pointer;border-radius:999px;flex:0 0 32px;display:flex;align-items:center;justify-content:center}#ct-bundle-builder .ct-sidebar-remove:hover{background:#0000000d}#ct-bundle-builder .ct-sidebar-empty{font-size:14px;color:var(--ct-summary-secondary, #777777);margin-top:10px;margin-bottom:0;display:none;flex:0 0 auto}#ct-bundle-builder #ct-bundle-message{flex:0 0 auto;color:var(--ct-summary-secondary, #666666)}#ct-bundle-builder #ct-savings-text{flex:0 0 auto;color:var(--ct-summary-primary, #111111)}#ct-bundle-builder #ct-bundle-count,#ct-bundle-builder #ct-bundle-percent{color:var(--ct-summary-primary, #111111)}#ct-bundle-builder #ct-cart-button,#ct-bundle-builder #ct-cart-status,#ct-bundle-builder .ct-sidebar-empty,#ct-bundle-builder .ct-placeholder-slot{flex:0 0 auto}#ct-bundle-builder .ct-placeholder-slot{padding:18px;border:1px dashed var(--ct-summary-placeholder, #d0d0d0);border-radius:14px;min-height:72px;display:flex;align-items:center;justify-content:center;color:var(--ct-summary-placeholder, #aaaaaa);font-size:34px;background:transparent;flex:0 0 auto;margin-bottom:0}#ct-bundle-builder .ct-cart-btn{width:100%;padding:18px;border:none;border-radius:999px;background:var(--ct-button-bg, #111111);color:var(--ct-button-text, #ffffff);font-size:18px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background .18s ease}#ct-bundle-builder .ct-cart-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000024}#ct-bundle-builder .ct-cart-btn:disabled{background:#b8b8b8;color:#fff;cursor:not-allowed;opacity:.75;box-shadow:none;transform:none}#ct-bundle-builder .ct-cart-btn.is-loading{opacity:.8;cursor:wait}#ct-bundle-builder .ct-cart-status{color:var(--ct-summary-secondary, #666666)}#ct-bundle-builder .ct-cart-status.is-error{color:var(--ct-error-color, #b42318)}#ct-bundle-builder .ct-cart-status.is-success{color:var(--ct-success-color, #2f7d32)}#ct-bundle-builder .ct-mobile-summary{display:none}#ct-bundle-builder .ct-mobile-cart-status{margin-top:8px;min-height:18px;font-size:13px}#ct-bundle-builder .ct-clear-bundle-btn--mobile{position:static;justify-self:start}#ct-bundle-builder .ct-sidebar-list--mobile{max-height:250px;margin-bottom:0;padding-right:2px}@media(min-width:768px){#ct-bundle-builder .ct-sidebar-column--desktop{align-self:start;position:sticky;top:104px;min-height:0}#ct-bundle-builder .ct-sidebar-card{height:calc(100vh - 136px);max-height:calc(100vh - 136px);height:calc(100dvh - 136px);max-height:calc(100dvh - 136px)}}.ct-package-change-modal[hidden],.ct-clear-bundle-modal[hidden]{display:none!important}#ct-bundle-builder .ct-package-change-modal,#ct-bundle-builder .ct-clear-bundle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}#ct-bundle-builder .ct-package-change-modal__backdrop,#ct-bundle-builder .ct-clear-bundle-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}#ct-bundle-builder .ct-package-change-modal__dialog,#ct-bundle-builder .ct-clear-bundle-modal__dialog{position:relative;width:min(92vw,460px);margin:10vh auto 0;padding:24px;border-radius:18px;background:#fff;box-shadow:0 24px 80px #0000002e}#ct-bundle-builder .ct-package-change-modal__close,#ct-bundle-builder .ct-clear-bundle-modal__close{position:absolute;top:10px;right:12px;width:36px;height:36px;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#111}#ct-bundle-builder .ct-package-change-modal__title,#ct-bundle-builder .ct-clear-bundle-modal__title{margin:0 0 10px;font-size:1.3rem;line-height:1.2;font-weight:700;color:#111}#ct-bundle-builder .ct-package-change-modal__text,#ct-bundle-builder .ct-clear-bundle-modal__text{margin:0 0 20px;font-size:.98rem;line-height:1.5;color:#000000b8}#ct-bundle-builder .ct-package-change-modal__actions,#ct-bundle-builder .ct-clear-bundle-modal__actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}#ct-bundle-builder .ct-package-change-modal__btn,#ct-bundle-builder .ct-clear-bundle-modal__btn{-webkit-appearance:none;appearance:none;border:0;border-radius:999px;padding:12px 18px;font:inherit;font-weight:700;cursor:pointer}#ct-bundle-builder .ct-package-change-modal__btn--secondary,#ct-bundle-builder .ct-clear-bundle-modal__btn--secondary{background:#00000014;color:#111}#ct-bundle-builder .ct-package-change-modal__btn--primary,#ct-bundle-builder .ct-clear-bundle-modal__btn--primary{background:#111;color:#fff}#ct-bundle-builder .ct-package-change-modal__btn:hover,#ct-bundle-builder .ct-package-change-modal__close:hover,#ct-bundle-builder .ct-clear-bundle-modal__btn:hover,#ct-bundle-builder .ct-clear-bundle-modal__close:hover{opacity:.88}#ct-bundle-builder .ct-sort-wrap{position:relative}#ct-bundle-builder .ct-sort-trigger{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#111;font:inherit;font-size:16px;line-height:1;cursor:pointer}#ct-bundle-builder .ct-sort-trigger:hover{border-color:#c9c9c9}#ct-bundle-builder .ct-sort-trigger__icon{display:inline-flex;align-items:center;justify-content:center;font-size:16px}#ct-bundle-builder .ct-sort-menu[hidden]{display:none!important}#ct-bundle-builder .ct-sort-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:30;min-width:240px;padding:8px;border:1px solid #e2e2e2;border-radius:16px;background:#fff;box-shadow:0 16px 40px #0000001f}#ct-bundle-builder .ct-sort-option{width:100%;display:block;border:0;border-radius:12px;background:transparent;color:#111;text-align:left;font:inherit;font-size:15px;line-height:1.3;padding:12px 14px;cursor:pointer}#ct-bundle-builder .ct-sort-option:hover{background:#f6f6f6}#ct-bundle-builder .ct-sort-option.is-active{background:#111;color:#fff}@media(max-width:767px){#ct-bundle-builder{padding:0 16px 152px!important}#ct-bundle-builder .ct-builder-hero{margin:0 -16px 16px}#ct-bundle-builder .ct-builder-hero__picture--desktop{display:none}#ct-bundle-builder .ct-builder-hero__picture--mobile{display:block;width:100%;aspect-ratio:30 / 10;overflow:hidden}#ct-bundle-builder .ct-builder-hero__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}#ct-bundle-builder .ct-builder-hero__placeholder{min-height:240px;border-radius:0;font-size:15px;padding:18px}#ct-bundle-builder .ct-builder-layout{display:block!important}#ct-bundle-builder .ct-package-section{margin-bottom:18px!important}#ct-bundle-builder .ct-package-section-eyebrow{font-size:max(14px,calc(var(--ct-bundles-eyebrow-size, 16px) - 2px))!important;max-width:calc(100% - 28px);padding:0 12px}#ct-bundle-builder .ct-package-frame{border-radius:24px;padding:26px 12px 18px!important}#ct-bundle-builder .ct-package-frame:before{border-radius:24px}#ct-bundle-builder .ct-package-section-label{margin-bottom:24px!important}#ct-bundle-builder .ct-package-selector{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:8px!important}#ct-bundle-builder .ct-package-card{padding:14px 12px!important;min-height:102px!important;max-width:none;flex:1 1 calc(50% - 4px);border-radius:18px}#ct-bundle-builder .ct-package-card-copy{max-width:100%}#ct-bundle-builder .ct-package-card-title{font-size:max(13px,calc(var(--ct-bundles-title-size, 18px) - 3px))!important;line-height:1.1!important;margin-bottom:4px!important}#ct-bundle-builder .ct-package-card-subtitle{font-size:max(11px,calc(var(--ct-bundles-subtitle-size, 16px) - 2px))!important;line-height:1.15!important;margin-bottom:6px!important}#ct-bundle-builder .ct-package-card-price{font-size:max(12px,calc(var(--ct-bundles-price-size, 17px) - 2px))!important;line-height:1.1!important}#ct-bundle-builder .ct-package-card-badge{font-size:10px!important;padding:4px 10px!important;top:-8px!important;line-height:1!important}#ct-bundle-builder .ct-builder-toolbar{justify-content:space-between!important;gap:10px!important;margin:12px 0 18px!important}#ct-bundle-builder .ct-toolbar-pill,#ct-bundle-builder .ct-sort-trigger{font-size:14px;min-height:42px;padding:8px 14px;box-sizing:border-box}#ct-bundle-builder .ct-toolbar-pill{gap:6px;padding:8px 12px}#ct-bundle-builder .ct-sort-trigger{gap:6px}#ct-bundle-builder .ct-toolbar-pill span:first-child{line-height:1}#ct-bundle-builder .ct-sort-trigger__icon,#ct-bundle-builder .ct-sort-trigger__current{display:none}#ct-bundle-builder .ct-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}#ct-bundle-builder .ct-product-card{padding:10px 10px 12px;border-radius:16px}#ct-bundle-builder .ct-product-image-wrap{height:150px;margin-bottom:10px}#ct-bundle-builder .ct-product-title{font-size:16px;line-height:1.2;min-height:38px}#ct-bundle-builder .ct-product-stock{font-size:13px;min-height:42px}#ct-bundle-builder .ct-product-add-btn{padding:8px 12px;font-size:13px;min-height:34px}#ct-bundle-builder .ct-product-stepper{min-height:34px;border-width:1px}#ct-bundle-builder .ct-product-stepper-btn{width:34px;height:34px;font-size:18px}#ct-bundle-builder .ct-product-stepper-value{font-size:13px;padding:8px 6px;min-height:32px}#ct-bundle-builder .ct-product-carousel-arrow{width:26px;height:26px;font-size:18px}#ct-bundle-builder .ct-sort-menu{right:0;left:auto;min-width:220px}#ct-bundle-builder .ct-sidebar-column--desktop{display:none}#ct-bundle-builder .ct-mobile-summary{display:block;position:fixed;left:0;right:0;bottom:0;z-index:45;padding:0 0 env(safe-area-inset-bottom)}#ct-bundle-builder .ct-mobile-summary__shell{background:var(--ct-sidebar-bg, #ffffff);border-top:1px solid var(--ct-summary-item-border, #e5e5e5);box-shadow:0 -10px 30px #00000014;border-top-left-radius:22px;border-top-right-radius:22px;overflow:hidden;transition:transform .18s ease}#ct-bundle-builder:not(.is-mobile-summary-open) .ct-mobile-summary__shell{transform:translateY(30px)}#ct-bundle-builder.is-mobile-summary-open .ct-mobile-summary__shell{transform:translateY(0)}#ct-bundle-builder .ct-mobile-summary__backdrop[hidden]{display:none!important}#ct-bundle-builder .ct-mobile-summary__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000003d;z-index:-1}#ct-bundle-builder .ct-mobile-summary__collapsed{padding:10px 16px 14px;background:var(--ct-sidebar-bg, #ffffff);position:relative;z-index:2}#ct-bundle-builder .ct-mobile-summary__top{display:flex;align-items:center;gap:14px;margin-bottom:10px}#ct-bundle-builder .ct-mobile-summary__progress{flex:1 1 auto}#ct-bundle-builder .ct-mobile-summary__progress-track{height:7px;background:var(--ct-summary-progress-inactive, #e7e7e7);border-radius:999px;overflow:hidden}#ct-bundle-builder .ct-mobile-summary__progress-fill{width:0%;height:100%;background:var(--ct-summary-progress-active, #2ca24c);transition:width .18s ease}#ct-bundle-builder .ct-mobile-summary__progress-meta{margin-top:6px;display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--ct-summary-primary, #666666)}#ct-bundle-builder .ct-mobile-summary__toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--ct-summary-primary, #111111);font:inherit;font-size:16px;font-weight:700;padding:0;cursor:pointer}#ct-bundle-builder .ct-mobile-summary__chevron{display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease;line-height:1}#ct-bundle-builder.is-mobile-summary-open .ct-mobile-summary__chevron{transform:rotate(180deg)}#ct-bundle-builder .ct-mobile-cart-btn{font-size:17px;padding:16px}#ct-bundle-builder .ct-mobile-summary__panel[hidden]{display:none!important}#ct-bundle-builder .ct-mobile-summary__panel{border-top:1px solid var(--ct-summary-item-border, #ececec);background:var(--ct-sidebar-bg, #ffffff);position:relative;z-index:2}#ct-bundle-builder .ct-mobile-summary__panel-inner{padding:14px 16px 8px;max-height:min(62vh,520px);overflow:hidden}#ct-bundle-builder .ct-mobile-summary__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}#ct-bundle-builder .ct-mobile-summary__panel-actions{display:flex;align-items:center;gap:12px;margin-left:auto}#ct-bundle-builder .ct-mobile-summary__close{border:0;background:transparent;color:var(--ct-summary-primary, #111111);font-size:24px;line-height:1;cursor:pointer;padding:0}#ct-bundle-builder .ct-mobile-summary__count-wrap{min-width:0;text-align:right}#ct-bundle-builder .ct-mobile-summary__heading{font-size:15px;font-weight:700;color:var(--ct-summary-primary, #111111);margin-bottom:4px}#ct-bundle-builder .ct-mobile-summary__count{font-size:18px;font-weight:800;color:var(--ct-summary-primary, #111111)}#ct-bundle-builder .ct-mobile-summary__message{font-size:14px;color:var(--ct-summary-secondary, #666666);margin-bottom:12px}#ct-bundle-builder .ct-mobile-summary__list-box{border:1px solid var(--ct-summary-item-border, #e2e2e2);border-radius:16px;background:color-mix(in srgb,var(--ct-summary-item-bg, #ffffff) 82%,#f5f5f5 18%);padding:10px;margin-bottom:6px}#ct-bundle-builder .ct-sidebar-list--mobile{max-height:240px;overflow-y:auto;padding-right:2px}#ct-bundle-builder .ct-sidebar-list--mobile::-webkit-scrollbar{width:8px}#ct-bundle-builder .ct-sidebar-list--mobile::-webkit-scrollbar-thumb{background:var(--ct-summary-scrollbar, #cfcfcf);border-radius:999px}#ct-bundle-builder .ct-sidebar-list--mobile::-webkit-scrollbar-track{background:transparent}#ct-bundle-builder .ct-sidebar-list--mobile .ct-sidebar-item{border-radius:14px;background:var(--ct-summary-item-bg, #ffffff);border-color:var(--ct-summary-item-border, #e2e2e2)}#ct-bundle-builder .ct-mobile-summary .ct-sidebar-empty{margin-bottom:0}#ct-bundle-builder .ct-placeholder-slot{display:none}#ct-bundle-builder .ct-package-change-modal__dialog,#ct-bundle-builder .ct-clear-bundle-modal__dialog{width:calc(100vw - 24px);margin-top:12vh;padding:20px}#ct-bundle-builder .ct-package-change-modal__actions,#ct-bundle-builder .ct-clear-bundle-modal__actions{flex-direction:column}#ct-bundle-builder .ct-package-change-modal__btn,#ct-bundle-builder .ct-clear-bundle-modal__btn{width:100%}}@media(max-width:767px){#ct-bundle-builder.is-mobile-summary-open .ct-mobile-summary__collapsed .ct-mobile-cart-btn,#ct-bundle-builder.is-mobile-summary-open .ct-mobile-summary__collapsed .ct-mobile-cart-status{display:none}#ct-bundle-builder .ct-sidebar-list--mobile{max-height:220px}}#ct-bundle-builder .ct-load-more-wrap{display:flex;flex-direction:column;align-items:center;gap:18px;margin:34px 0 10px}#ct-bundle-builder .ct-load-more-meta{width:min(100%,520px);text-align:center}#ct-bundle-builder .ct-load-more-count{font-size:18px;font-weight:700;color:#111;margin-bottom:14px}#ct-bundle-builder .ct-load-more-progress{width:100%;height:4px;background:#d4d4d4;border-radius:999px;overflow:hidden}#ct-bundle-builder .ct-load-more-progress-bar{width:0%;height:100%;background:#111;transition:width .2s ease}#ct-bundle-builder .ct-load-more-btn{-webkit-appearance:none;appearance:none;border:2px solid var(--ct-button-bg, #11b5d8);background:transparent;color:var(--ct-button-bg, #11b5d8);border-radius:0;padding:16px 34px;min-width:220px;font:inherit;font-size:20px;font-weight:700;line-height:1;cursor:pointer;transition:opacity .18s ease,transform .18s ease}#ct-bundle-builder .ct-load-more-btn:hover{opacity:.85;transform:translateY(-1px)}#ct-bundle-builder .ct-load-more-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}@media(max-width:767px){#ct-bundle-builder .ct-load-more-wrap{margin:26px 0 6px;gap:16px}#ct-bundle-builder .ct-load-more-meta{width:100%;max-width:360px}#ct-bundle-builder .ct-load-more-count{font-size:16px;margin-bottom:12px}#ct-bundle-builder .ct-load-more-btn{min-width:200px;padding:15px 24px;font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/ct-bundle-builder.css.map */
