.faq-content-dialog.bundle-name-dialog{min-width:0;width:min(40rem,100vw - 4rem);height:auto;max-height:80vh;top:50%;left:50%;right:auto;bottom:auto;border:0;transform:translate(-50%, -50%);margin:0;border-radius:var(--border-radius-small)}.faq-content-dialog.bundle-name-dialog[open]{animation:var(--animation-fade-in)}.faq-content-dialog.bundle-name-dialog.is-closing{animation:none;opacity:0;transition:opacity var(--duration-medium) var(--ease-out-slow)}.faq-content-dialog.bundle-name-dialog [data-dialog-header]{position:static}.faq-content-dialog.bundle-name-dialog .bundle-name-dialog__title{font:var(--heading3);margin:0;color:var(--black)}.faq-content-dialog.bundle-name-dialog .bundle-name-dialog__body{display:flex;flex-direction:column;gap:1.6rem;padding-top:1.6rem}.faq-content-dialog.bundle-name-dialog .bundle-name-dialog__input{width:100%;min-height:4.8rem;padding-inline:1.4rem;border:1px solid var(--smoky-black-20);border-radius:var(--border-radius-small);font:var(--p-regular);color:var(--black)}.faq-content-dialog.bundle-name-dialog .bundle-name-dialog__input:focus{outline:none;border-color:var(--black)}.faq-content-dialog.bundle-name-dialog .bundle-name-dialog__actions{display:flex;justify-content:flex-end;gap:1rem}.faq-content-dialog.bundle-name-dialog .bundle-name-dialog__confirm[disabled]{opacity:.4;cursor:not-allowed}.bundle-tool{padding-bottom:10rem;padding-inline:1.5rem;content-visibility:visible}@media screen and (min-width: 990px){.bundle-tool{padding-bottom:3rem}}.bundle-tool__layout{display:block}@media screen and (min-width: 990px){.bundle-tool__layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}}@media screen and (min-width: 1500px){.bundle-tool__layout{grid-template-columns:1fr 600px}}.bundle-tool__main{min-width:0;min-height:calc(100vh - 50px);min-height:calc(100dvh - 50px)}.bundle-tool__nav{padding:1.2rem 0 .5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font:var(--p-small)}.bundle-tool__breadcrumb{display:flex;align-items:center;gap:.5rem;min-width:0;margin-bottom:2rem}.bundle-tool__saved-nav-btn{flex-shrink:0;background:none;border:none;padding:0;color:var(--black);font:var(--p-small);text-decoration:underline;cursor:pointer}.bundle-tool__saved-nav-btn[hidden]{display:none}.bundle-tool__breadcrumb-link{color:var(--black);text-decoration:none;opacity:.7;transition:opacity var(--duration-default)}.bundle-tool__breadcrumb-link:hover{opacity:1}.bundle-tool__breadcrumb-separator{color:var(--black);opacity:.4}.bundle-tool__breadcrumb-current{color:var(--black);opacity:.7}.bundle-tool__toolbar{display:flex;gap:1rem;padding:1rem 0;margin:0 0 1.5rem;align-items:center;background-color:var(--white);position:sticky;top:0;z-index:2;border-bottom:1px solid var(--smoky-black-20)}.bundle-tool__toolbar.--search-open .bundle-tool__type-wrap,.bundle-tool__toolbar.--search-open .bundle-tool__filter-btn{display:none}@media(max-width: 749px){.bundle-tool__toolbar{gap:.5rem}}.bundle-tool__filter-btn{flex-shrink:0;background:none;border:none;padding:.4rem;cursor:pointer;color:var(--black);display:flex;align-items:center;margin-left:auto}.bundle-tool__filter-btn:disabled{opacity:.35;cursor:not-allowed}.bundle-tool__search-btn{background:none;border:none;padding:.4rem;cursor:pointer;color:var(--black);display:flex;align-items:center;transition:opacity var(--duration-default);flex-shrink:0}.bundle-tool__search-btn:hover{opacity:.6}.bundle-tool__search-btn[aria-expanded=true] .bundle-tool__search-icon{display:none}.bundle-tool__search-btn[aria-expanded=false] .bundle-tool__search-close-icon{display:none}.bundle-tool__type-wrap{flex:1}@media screen and (min-width: 990px){.bundle-tool__type-wrap{max-width:60%}}.bundle-tool__type-select{width:100%;font:var(--p-regular);color:var(--black);border:1px solid var(--smoky-black-20);border-radius:var(--border-radius-small);padding:.8rem 3rem .8rem 1.2rem;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z' fill='%230d0d11'/%3E%3C/svg%3E") no-repeat right 1.2rem center;background-size:1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;transition:border-color var(--duration-default)}.bundle-tool__type-select:focus{outline:2px solid var(--black);outline-offset:2px;border-color:var(--black)}.bundle-tool__search-wrap{flex:1;opacity:0;transform:translateY(-4px);transition:opacity var(--duration-default),transform var(--duration-default)}.bundle-tool__search-wrap.is-open{opacity:1;transform:translateY(0)}.bundle-tool__search{width:100%;padding:.8rem 1.2rem;border:1px solid var(--smoky-black-20);border-radius:var(--border-radius-small);font:var(--p-regular);color:var(--black);background:var(--white);outline:none;transition:border-color var(--duration-default)}.bundle-tool__search:focus{border-color:var(--black)}.bundle-tool__filters-panel{margin-bottom:.5rem}.bundle-tool__grid-wrapper{padding-bottom:3rem;padding-inline:0}.bundle-tool__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.bundle-tool__grid[hidden]{display:none}@media(max-width: 749px){.bundle-tool__grid{grid-template-columns:repeat(2, 1fr);gap:1.2rem}}.bundle-tool__category-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:1.5rem}.bundle-tool__category-grid[hidden]{display:none}@media(min-width: 1200px){.bundle-tool__category-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}.bundle-tool__category-card{display:flex;flex-direction:row;align-items:center;gap:3.2rem;border-radius:var(--border-radius-small);overflow:hidden;background:var(--seashell)}.bundle-tool__category-card.is-used,.bundle-tool__category-card.is-full{opacity:.4;pointer-events:none;order:99999}.bundle-tool__category-card-media{flex:0 0 40%;align-self:stretch}@media screen and (max-width: 1200px){.bundle-tool__category-card-media{flex:0 0 25%}}@media screen and (max-width: 750px){.bundle-tool__category-card-media{flex:0 0 30%}}.bundle-tool__category-card-media img{width:100%;height:100%;object-fit:cover;display:block}.bundle-tool__category-card-body{flex:1;min-width:0;padding:2rem 0 2rem 2.4rem;display:flex;flex-direction:column;gap:.8rem}.bundle-tool__category-card-title{font:var(--heading3);font-weight:600;color:var(--black);margin:0}.bundle-tool__category-card-subtitle{font:var(--p-small);color:var(--black);opacity:.7;margin:0}.bundle-tool__category-card-cta{align-self:flex-start;padding:10px 20px;font-weight:500}@media screen and (max-width: 400px){.bundle-tool__category-card-cta{padding:5px 10px;font:var(--button-extra-small)}}.bundle-card{list-style:none;min-width:0}.bundle-card.is-selected .bundle-card__options-link{color:var(--black);font-weight:600}.bundle-card.is-full .bundle-card__inner{opacity:.5;pointer-events:none}.bundle-card.is-sold-out .bundle-card__inner{opacity:.5;pointer-events:none;cursor:not-allowed}.bundle-card__badge{position:absolute;top:10px;left:10px;z-index:2;color:var(--black);background-color:var(--white);border:1px solid var(--black);border-radius:var(--border-radius-small);display:inline-block;text-transform:uppercase;font:var(--p-extra-small);font-weight:500;padding:.3rem .8rem;line-height:1}.bundle-card__inner{display:flex;flex-direction:column;width:100%;background:var(--white);border-radius:var(--border-radius-small);border:1px solid var(--smoky-black-20);padding:20px;cursor:pointer;text-align:center;gap:0;transition:opacity var(--duration-default)}.bundle-card__inner:hover .bundle-card__options-link{text-decoration-color:currentColor}.bundle-card__inner:hover .bundle-card__media img{scale:1.07}.bundle-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--white);transition:outline var(--duration-default)}.bundle-card__media img{width:100%;height:100%;object-fit:contain;display:block;transition:scale .3s ease}.bundle-card__media .bundle-card__loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:75px;height:75px;object-fit:none;pointer-events:none}.bundle-card__media-placeholder{width:100%;height:100%;background:var(--white)}.bundle-card__selected-overlay{position:absolute;inset:0;display:flex;align-items:center;background-color:var(--white);justify-content:center;color:var(--white);opacity:0;transition:opacity var(--duration-default)}.bundle-card__body{display:flex;flex-direction:column;gap:.4rem;padding:.8rem 0 0}.bundle-card__title{font:var(--p-small);font-weight:600;color:var(--black);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-card__price{display:flex;gap:.5rem;align-items:baseline;font:var(--p-small);color:var(--black);margin:0;flex-wrap:wrap;justify-content:center}.bundle-card__original-price{opacity:.5;text-decoration:line-through}.bundle-card__current-price{font-weight:600}.bundle-card__options-link{font:var(--p-small);color:var(--black);text-decoration:underline;text-decoration-color:rgba(0,0,0,0);transition:text-decoration-color var(--duration-default);display:block;margin-top:.2rem}.bundle-skeleton{pointer-events:none}.bundle-skeleton .bundle-card__inner{cursor:default}.bundle-skeleton .bundle-skeleton__bar{display:block;border-radius:4px;background:var(--smoky-black-20);height:19px;margin-inline:auto}@media(max-width: 749px){.bundle-skeleton .bundle-skeleton__bar{height:18px}}.bundle-skeleton .bundle-skeleton__bar--title{width:75%}.bundle-skeleton .bundle-skeleton__bar--price{width:45%}.bundle-skeleton .bundle-skeleton__bar--options{width:60%;margin-top:.2rem}.bundle-product-popup{overflow:hidden}.bundle-product-popup [data-dialog-content]{flex:1;overflow-y:auto;padding:1.6rem;display:flex;flex-direction:column}.bundle-product-popup .bundle-popup__title{font:var(--heading2);margin:0;color:var(--black);flex:1}.bundle-product-popup .bundle-popup__loading{display:flex;justify-content:center;padding:3.2rem 0}.bundle-product-popup .bundle-popup__loading[hidden]{display:none}.bundle-product-popup .bundle-popup__gallery{display:flex;gap:1.2rem;height:40vh;max-height:40vh;height:40dvh;max-height:40dvh;min-height:30vh;min-height:30dvh;overflow:hidden;flex-wrap:nowrap;flex-direction:row}.bundle-product-popup .bundle-popup__gallery-thumbs{display:flex;flex-direction:column;gap:.8rem;flex-shrink:0;width:6.4rem;height:100%;max-height:100%;overflow:scroll}.bundle-product-popup .bundle-popup__thumb{background:var(--white);border:2px solid var(--smoky-black-20);border-radius:var(--border-radius-small);overflow:hidden;padding:0;cursor:pointer;aspect-ratio:1/1;flex-shrink:0;width:100%;transition:border-color var(--duration-default)}.bundle-product-popup .bundle-popup__thumb.is-active{border-color:var(--black)}.bundle-product-popup .bundle-popup__thumb img{width:100%;height:100%;object-fit:contain;display:block}.bundle-product-popup .bundle-popup__gallery-main{flex:1;border-radius:var(--border-radius-small);overflow:hidden;background:var(--white);aspect-ratio:1/1;max-height:50vh;max-height:50dvh}.bundle-product-popup .bundle-popup__main-img{width:100%;height:100%;object-fit:contain;display:block}.bundle-product-popup .variants-case{display:grid;grid-template-columns:repeat(2, 1fr)}.bundle-product-popup .variants-case .button-toggle:hover:not(.active){border-color:rgba(0,0,0,.5)}.bundle-product-popup .bundle-popup__option-delta{display:block;font-size:1.1rem;opacity:.7}.bundle-product-popup .bundle-popup__footer{padding:1.2rem 1.6rem;border-top:1px solid var(--smoky-black-20);flex-shrink:0;background:var(--white)}.bundle-product-popup .bundle-popup__cta{width:100%;justify-content:center}.bundle-bar{position:fixed;bottom:0;left:0;right:0;z-index:calc(var(--z-index-header, 100) + 1);background:var(--white);box-shadow:0 -2px 20px rgba(0,0,0,.08)}@media screen and (min-width: 990px){.bundle-bar{position:sticky;top:2rem;bottom:auto;left:auto;right:auto;box-shadow:none;overflow-y:auto;max-height:calc(100vh - 50px);max-height:calc(100dvh - 50px);overscroll-behavior:contain;border:1px solid var(--smoky-black-20);border-radius:var(--border-radius-small)}.bundle-bar__strip{display:none}.bundle-bar__panel{display:block !important;max-height:none !important;overflow-y:visible;border-top:none}}.bundle-bar__panel-header{display:none}@media screen and (min-width: 990px){.bundle-bar__panel-header{display:block;padding-top:2.4rem}}.bundle-bar__panel-title{font:var(--heading2);color:var(--black);margin:0 0 .4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-bar__panel-subtitle{font:var(--p-regular);color:var(--black);opacity:.7;margin:0}.bundle-bar__strip{border-top:1px solid var(--smoky-black-20)}.bundle-bar__strip-inner{display:flex;align-items:center;gap:1rem;padding:.8rem 1.5rem}.bundle-bar__expand-btn{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex:1;background:none;border:none;cursor:pointer;padding:0;min-width:0;text-align:left}.bundle-bar__expand-btn[aria-expanded=true] .bundle-bar__chevron{display:none}.bundle-bar__expand-btn[aria-expanded=false] .bundle-bar__close-icon{display:none}.bundle-bar__expand-btn:disabled{opacity:1}.bundle-bar__expand-btn:disabled .bundle-bar__strip-icon{display:none}.bundle-bar__strip-text{min-width:0;width:100%}.bundle-bar__strip-title{display:flex;align-items:center;gap:.6rem;font:var(--heading2);color:var(--black);margin:0;min-width:0;width:100%}.bundle-bar__expand-btn[aria-expanded=true] .bundle-bar__strip-title{justify-content:space-between}.bundle-bar__strip-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-bar__strip-subtitle{font:var(--p-small);color:var(--black);opacity:.55;margin:0}.bundle-bar__strip-icon{display:inline-flex;flex-shrink:0}.bundle-bar__chevron,.bundle-bar__close-icon{flex-shrink:0;color:var(--black)}.bundle-bar__slot-row{display:flex;gap:.5rem;align-items:center;flex-wrap:nowrap;flex-shrink:0}.bundle-bar__slot-row[hidden]{display:none}.bundle-bar__slot{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:var(--border-radius-small);overflow:hidden;flex-shrink:0}.bundle-bar__slot img{width:100%;height:100%;object-fit:contain;display:block}.bundle-bar__slot--empty{border:1px solid var(--smoky-black-20);background:rgba(0,0,0,0);color:var(--smoky-black-20)}.bundle-bar__slot--filled{border:1px solid var(--smoky-black-20);background:var(--white)}.bundle-bar__slot-placeholder{width:100%;height:100%;background:var(--white)}.bundle-bar__panel{background:var(--white);max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-inline:1.5rem}@media screen and (max-width: 990px){.bundle-bar__panel{border-top:1px solid var(--smoky-black-20);padding-bottom:1.5rem}}.bundle-bar__panel .bundle-bar__mention.mention-content,.bundle-bar__panel .page-width{padding-inline:0}body.bundle-panel-open{overflow:hidden}.bundle-bar__backdrop{position:fixed;inset:0;background:var(--modal-background);z-index:var(--z-index-header, 100);display:block !important}.bundle-bar__backdrop[hidden]{display:none !important}.bundle-bar__items{list-style:none;margin:0;padding:1.5rem 0 0}.bundle-bar__item{margin-bottom:1rem}.bundle-bar__item:last-child{margin-bottom:0}.bundle-bar__item-number{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.4rem;height:2.4rem;border-radius:50%;font:var(--p-extra-small);font-weight:700}@media screen and (min-width: 990px){.bundle-bar__item-number{margin-inline:1rem}}.bundle-bar__item--filled .bundle-bar__item-number{background:var(--burnt-sienna);color:var(--white)}.bundle-bar__item--empty .bundle-bar__item-number{background:var(--smoky-black-20);color:var(--white)}.bundle-bar__item-card{position:relative;display:flex;align-items:center;gap:1rem;flex:1;min-width:0;padding:1rem;border:1px solid var(--smoky-black-20);border-radius:var(--border-radius-small);background:var(--white)}.bundle-bar__item--filled .bundle-bar__item-card{border-color:var(--burnt-sienna)}.bundle-bar__item-media{width:5rem;height:5rem;border-radius:var(--border-radius-small);overflow:hidden;flex-shrink:0;background:var(--white)}.bundle-bar__item-media img{width:100%;height:100%;object-fit:contain;display:block}.bundle-bar__item-placeholder{width:100%;height:100%;background:var(--white)}.bundle-bar__item-info{flex:1;min-width:0;padding-right:1rem}.bundle-bar__item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.bundle-bar__item-title{font:var(--p-small);font-weight:600;color:var(--black);margin:0 0 .2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.bundle-bar__item-type{font:var(--p-extra-small);color:var(--black);opacity:.6;margin:0 0 .1rem}.bundle-bar__item-variant{font:var(--p-extra-small);color:var(--black);opacity:.6;margin:0 0 .25rem}.bundle-bar__item-price{font:var(--p-small);color:var(--black);margin:.4rem 0 0;display:flex;align-items:baseline;gap:.5rem}.bundle-bar__item-price strong{font-weight:600}.bundle-bar__item-original-price{opacity:.45}.bundle-bar__item-edit{font:var(--p-extra-small);font-weight:600;color:var(--black);background:none;border:none;padding:0;margin:0;text-decoration:underline;cursor:pointer;text-align:left;white-space:nowrap;flex-shrink:0}.bundle-bar__item-remove{position:absolute;top:-0.6rem;right:-0.6rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--burnt-sienna);color:var(--white);border:none;padding:0;cursor:pointer;flex-shrink:0}.bundle-bar__item--empty .bundle-bar__item-card{background:rgba(0,0,0,0)}.bundle-bar__item--highlight .bundle-bar__item-card .bundle-bar__item-add-label{background:var(--burnt-sienna-20);border-radius:var(--border-radius-small);border-color:rgba(0,0,0,0);padding-inline:5px}.bundle-bar__item-add-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:8rem;height:8rem;border:1px solid var(--smoky-black-20);border-radius:var(--border-radius-small);color:var(--smoky-black-20)}.bundle-bar__item-add-label{font:var(--p-small);color:var(--black);margin:0}.bundle-bar__item-add-label strong{font-weight:600}.bundle-bar__incentive{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;font:var(--p-small);color:var(--black);background:none;border:none;padding:.9rem 0;cursor:pointer;transition:opacity var(--duration-default)}.bundle-bar__incentive:hover{opacity:.6}.bundle-bar__incentive[hidden]{display:none}.bundle-bar__incentive-icon{flex-shrink:0;color:var(--black)}.bundle-bar__summary{padding:1rem 0}.bundle-bar__summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem}.bundle-bar__total-label{font:var(--p-regular);font-weight:600;color:var(--black)}.bundle-bar__prices{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.bundle-bar__prices-top{display:flex;align-items:center;gap:.5rem}.bundle-bar__original-price{font:var(--p-small);opacity:.45}.bundle-bar__discounted-price{font:var(--heading3-bold);color:var(--black)}.bundle-bar__discount-badge{display:inline-block;font:var(--p-extra-small);font-weight:600;background:var(--burnt-sienna-20);color:var(--black);padding:.2rem .7rem;border-radius:10rem}.bundle-bar__discount-badge[hidden]{display:none}.bundle-bar__actions{display:flex;gap:1rem;padding:1rem 0 2rem}.bundle-bar__actions .button{flex:1;justify-content:center;margin-top:0}.bundle-bar__actions .bundle-bar__add-to-cart{border:1px solid rgba(0,0,0,0)}.bundle-bar__actions .bundle-bar__save:disabled,.bundle-bar__actions .bundle-bar__add-to-cart:disabled{cursor:default}.bundle-toast{position:fixed;bottom:7rem;left:50%;transform:translateX(-50%) translateY(6px);background:var(--black);color:var(--white);font:var(--p-small);padding:.6rem 1.2rem;border-radius:var(--border-radius-small);z-index:200;opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none;white-space:nowrap}.bundle-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}.bundle-tool__loading{display:flex;justify-content:center;padding:2.4rem 0}.bundle-tool__loading[hidden]{display:none}.bundle-tool__empty-state{text-align:center;color:var(--black);opacity:.6;font:var(--p-regular);padding:4rem 0;margin:0}.bundle-tool__empty-state[hidden]{display:none}.bundle-tool__load-more-row{display:flex;justify-content:center;padding:1.2rem 0 2.4rem}.bundle-tool__load-more[hidden]{display:none}.faq-content-dialog.bundle-filters-dialog{gap:0}.faq-content-dialog.bundle-filters-dialog [data-dialog-content]{flex:1;overflow-y:auto;padding:0 0 2.4rem}.faq-content-dialog.bundle-filters-dialog .bundle-tool__filters-inner.filters-container{position:static;height:auto;width:auto;overflow:visible;opacity:1;visibility:visible;pointer-events:auto;z-index:auto;padding:0}.faq-content-dialog.bundle-filters-dialog .bundle-tool__filters-inner .filters{height:auto;max-height:none;width:auto;overflow:visible;animation:none;border-radius:0;box-shadow:none;background:rgba(0,0,0,0);min-width:100%}.faq-content-dialog.bundle-filters-dialog .bundle-tool__filters-inner .filters__form{height:auto;max-height:none;overflow-y:visible}.faq-content-dialog.bundle-filters-dialog .bundle-filters-dialog__title{font:var(--heading3);margin:0;color:var(--black);flex:1}.bundle-list-saved{padding:2rem 0}.bundle-list-saved__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none}.bundle-list-saved__summary::-webkit-details-marker{display:none}.bundle-list-saved[open] .bundle-list-saved__summary{margin-bottom:2rem}.bundle-list-saved__chevron{flex-shrink:0;color:var(--black);transition:transform var(--duration-default);margin-top:13px}.bundle-list-saved:not([open]) .bundle-list-saved__chevron{transform:rotate(180deg)}.bundle-list-saved__header{min-width:0}.bundle-list-saved__title{font:var(--heading2);color:var(--black);margin:0 0 .5rem}.bundle-list-saved__subtitle{font:var(--p-regular);color:var(--black);margin:0;opacity:.7}.bundle-list-saved__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.bundle-saved-dialog .bundle-list-saved__summary{display:none}.bundle-saved-card{display:flex;flex-direction:column;gap:1rem;background:var(--white);border:1px solid var(--smoky-black-20);border-radius:var(--border-radius--x-small);padding:1.5rem;min-width:0}.bundle-saved-card .bundle-card__body{padding:0;gap:.6rem}.bundle-saved-card__thumbs-row{--thumb-gap: 0.3rem;display:flex;gap:var(--thumb-gap)}.bundle-saved-card__thumb{flex:1;aspect-ratio:1/1;min-width:0;width:calc(25% - var(--thumb-gap));max-width:calc(25% - var(--thumb-gap));background:var(--white);border:1px solid var(--smoky-black-20);border-radius:var(--border-radius-small);overflow:hidden;display:flex;align-items:center;justify-content:center}.bundle-saved-card__thumb img{width:100%;height:100%;object-fit:contain;display:block}.bundle-saved-card__thumb--add{color:var(--smoky-black-20);transition:color var(--duration-default)}.bundle-saved-card__thumb--add:hover{color:var(--black)}.bundle-saved-card__name{font:var(--heading3);font-weight:600;color:var(--black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-saved-card__price{font:var(--p-small);color:var(--black)}.bundle-saved-card__price-original{opacity:.5;font-weight:400;margin-right:.5rem}.bundle-saved-card__included{display:flex;flex-direction:column}.bundle-saved-card__included-toggle{align-self:flex-start;display:flex;align-items:center;gap:.4rem;font:var(--p-small);font-weight:600;color:var(--black);background:none;border:none;padding:0;cursor:pointer}.bundle-saved-card__included-toggle-text{text-decoration:underline;text-underline-offset:2px}.bundle-saved-card__included-chevron{flex-shrink:0;transition:transform var(--duration-default)}.bundle-saved-card__included-toggle[aria-expanded=true] .bundle-saved-card__included-chevron{transform:rotate(180deg)}.bundle-saved-card__included-list{list-style:none;margin:.5rem 0 0;padding:0;font:var(--p-small);color:var(--black);display:flex;flex-direction:column;gap:.2rem}.bundle-saved-card__included-list[hidden]{display:none}.bundle-saved-card__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem;margin-top:.5rem}@media(max-width: 749px){.bundle-saved-card__footer{gap:.6rem}}.bundle-saved-card__add-to-cart{flex:1;justify-content:center;padding:.7rem 3rem;white-space:nowrap;font:var(--p-extra-small);text-transform:none;width:fit-content;max-width:fit-content}.bundle-saved-card__actions{display:flex;gap:.4rem;flex-shrink:0}@media(max-width: 749px){.bundle-saved-card__actions{justify-content:center}}.bundle-saved-card__icon-btn{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;border:1px solid var(--smoky-black-20);background:var(--white);color:var(--black);cursor:pointer;transition:background var(--duration-default)}@media(max-width: 749px){.bundle-saved-card__icon-btn{width:2.8rem;height:2.8rem}}.bundle-saved-card__icon-btn:hover{background:var(--greige)}.bundle-saved-card__icon-btn--delete{opacity:.6}.bundle-saved-card__icon-btn--delete:hover{opacity:1;background:var(--greige)}.bundle-bar__save,.bundle-tool__saved-nav-btn,#bundle-saved-dialog,#bundle-name-dialog{display:none !important}
