.collection-bundle-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;transition:opacity .3s ease;pointer-events:none;display:none}.collection-bundle-overlay.active{opacity:1;pointer-events:auto;display:block}@media(min-width:769px){.collection-bundle-overlay{display:none!important}}.collection-bundle-widget{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #00000026;transform:translateY(0);transition:transform .3s ease,max-height .3s ease;z-index:1000;max-height:300px;overflow-y:auto;max-width:80%;margin:0 auto}.collection-bundle-widget.active{transform:translateY(0);bottom:50px;width:fit-content}.collection-bundle-widget__container{max-width:1200px;margin:0 auto;padding:0}.collection-bundle-widget__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(var(--color-foreground),.1);background:var(--color-background-2, #f9f9f9)}.collection-bundle-widget__progress{font-weight:600;font-size:1.5rem;letter-spacing:.02em}.collection-bundle-widget__progress-count{color:#fff;font-weight:700}.collection-bundle-widget__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.6);transition:color .2s ease}.collection-bundle-widget__close:hover{color:rgba(var(--color-foreground),1)}.collection-bundle-widget__close svg{width:18px;height:18px;transition:transform .3s ease}.collection-bundle-widget:not(.active) .collection-bundle-widget__close svg{transform:rotate(180deg)}.collection-bundle-widget:not(.active) .collection-bundle-widget__content{display:none}.collection-bundle-widget__content{padding:1rem;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.collection-bundle-widget__items{display:grid;grid-template-columns:repeat(4,minmax(140px,180px));gap:1rem;padding:0;justify-content:start}.collection-bundle-widget__item{position:relative;width:100%;height:auto;display:flex;flex-direction:column;border-radius:4px}.collection-bundle-widget__item-image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:4px;overflow:hidden;border:2px solid rgba(var(--color-foreground),.1);transition:border-color .2s ease}.collection-bundle-widget__item:hover .collection-bundle-widget__item-image-wrapper{border-color:#cf8a57}.collection-bundle-widget__item-thumbnail{width:100%;height:100%;object-fit:cover}.collection-bundle-widget__item-remove{position:absolute;top:0;right:0;width:22px;height:22px;border-radius:50%;background:rgba(var(--color-foreground),.9);color:#fff;border:2px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;padding:0;z-index:1}.collection-bundle-widget__item-remove:hover{background:#cf8a57}.collection-bundle-widget__item-info{padding:.5rem .25rem 0;text-align:center}.collection-bundle-widget__item-title{font-size:1.5rem;line-height:1.2;margin-bottom:.25rem;color:rgba(var(--color-foreground),1);font-weight:400}.collection-bundle-widget__item-variant{font-size:1rem;line-height:1.2;color:rgba(var(--color-foreground),.7)}.collection-bundle-widget__item-placeholder{width:100%;aspect-ratio:1;border:2px dashed rgba(var(--color-foreground),.2);border-radius:4px;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.3);font-size:1.5rem;font-weight:300}.collection-bundle-widget__cta-section{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.collection-bundle-widget__price{text-align:center;font-size:1.5rem;font-weight:700;color:#cf8a57;margin:0}.collection-bundle-widget__original-price{text-align:center;font-size:.9rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through;margin:0 0 .5rem}.collection-bundle-widget__cta{background:#aa7957;color:#fff;border:none;padding:1rem 2rem;font-size:1.5rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background .2s ease;text-transform:lowercase;letter-spacing:.02em}.collection-bundle-widget__cta:hover:not(:disabled){background:#b87449}.collection-bundle-widget__cta:disabled{background:rgba(var(--color-foreground),.2);color:rgba(var(--color-foreground),.4);cursor:not-allowed}.bundler-variant-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1001;display:none;align-items:center;justify-content:center}.bundler-variant-modal.active{display:flex}.bundler-variant-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;cursor:pointer}.bundler-variant-modal__content{position:relative;background:#fff;border-radius:8px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;z-index:1;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.bundler-variant-modal__header{padding:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1);display:flex;justify-content:space-between;align-items:center}.bundler-variant-modal__title{font-size:1.2rem;font-weight:600;margin:0;text-transform:lowercase}.bundler-variant-modal__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.6);transition:color .2s ease}.bundler-variant-modal__close:hover{color:rgba(var(--color-foreground),1)}.bundler-variant-modal__close svg{width:20px;height:20px}.bundler-variant-modal__body{padding:1.5rem}.bundler-variant-modal__product-info{display:grid;grid-template-columns:100px 1fr;gap:1rem;margin-bottom:1.5rem}.bundler-variant-modal__product-image{width:100px;height:100px;object-fit:cover;border-radius:4px}.bundler-variant-modal__product-details h3{margin:0 0 .5rem;font-size:1rem;text-transform:lowercase}.bundler-variant-modal__product-price{font-weight:600;color:#cf8a57}.bundler-variant-modal__options{display:flex;flex-direction:column;gap:1.5rem}.bundler-variant-modal__option-group{display:flex;flex-direction:column;gap:.75rem}.bundler-variant-modal__option-label{font-weight:600;font-size:.9rem;text-transform:lowercase;margin-bottom:.25rem}.bundler-variant-modal__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.bundler-variant-modal__option-value--metal{position:relative}.bundler-variant-modal__option-value--metal input[type=radio]{position:absolute;opacity:0;pointer-events:none}.bundler-variant-modal__option-value--metal label{display:block;width:40px;height:40px;border-radius:50%;border:2px solid rgba(var(--color-foreground),.2);cursor:pointer;transition:border-color .2s ease;background-size:cover;background-position:center}.bundler-variant-modal__option-value--metal input[type=radio]:checked+label{border-color:#cf8a57;border-width:3px}.bundler-variant-modal__option-value--metal label:hover{border-color:#cf8a57}.bundler-variant-modal__option-value--regular{position:relative}.bundler-variant-modal__option-value--regular input[type=radio]{position:absolute;opacity:0;pointer-events:none}.bundler-variant-modal__option-value--regular label{display:inline-block;padding:.5rem 1rem;border:1px solid rgba(var(--color-foreground),.3);border-radius:4px;cursor:pointer;transition:all .2s ease;background:#fff;text-transform:lowercase;font-size:.9rem}.bundler-variant-modal__option-value--regular input[type=radio]:checked+label{background:#cf8a57;color:#fff;border-color:#cf8a57}.bundler-variant-modal__option-value--regular label:hover{border-color:#cf8a57}.bundler-variant-modal__add-button{width:100%;background:#cf8a57;color:#fff;border:none;padding:1rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background .2s ease;margin-top:1.5rem;text-transform:lowercase}.bundler-variant-modal__add-button:hover:not(:disabled){background:#b87449}.bundler-variant-modal__add-button:disabled{background:rgba(var(--color-foreground),.2);color:rgba(var(--color-foreground),.4);cursor:not-allowed}@media(max-width:768px){.collection-bundle-widget{max-height:unset;max-width:unset}.collection-bundle-widget.active{bottom:0;width:unset}.collection-bundle-widget__content{grid-template-columns:1fr;gap:1rem;padding:.75rem}.collection-bundle-widget__items{grid-template-columns:repeat(2,1fr)!important;gap:.5rem 1.5rem;justify-content:center}.collection-bundle-widget__item:nth-child(odd),.collection-bundle-widget__item-placeholder:nth-child(odd){justify-self:end}.collection-bundle-widget__item:nth-child(2n),.collection-bundle-widget__item-placeholder:nth-child(2n){justify-self:start}.collection-bundle-widget__item{width:100%;max-width:140px}.collection-bundle-widget__item-image-wrapper,.collection-bundle-widget__item-placeholder{width:100%;max-width:140px;aspect-ratio:1}.collection-bundle-widget__cta-section{min-width:100%}.bundler-variant-modal__content{width:95%;max-height:90vh;border-radius:12px 12px 0 0;position:fixed;bottom:0;left:0;right:0;animation:slideUpMobile .3s ease}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}
/*# sourceMappingURL=/cdn/shop/t/118/assets/collection-bundler.css.map */
