.bundle-picker-section{width:100%;transition:opacity .3s ease}#shopify-section-bundle-picker{transition:opacity .3s ease}.bundle-picker__header{margin-bottom:1.5rem}.bundle-picker__title{margin:0;font-size:var(--font-size-h2)}.bundle-picker__filters-wrapper{align-items:baseline;gap:10px;display:flex}.bundle-picker__filters-title{font-family:var(--font-mogu-mogu);font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;color:#ed193a}.bundle-picker__filters{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap;opacity:0;visibility:hidden}.bundle-picker__filters.bundle-picker__filters--initialized{opacity:1;visibility:visible;transition:opacity .2s ease-in,visibility 0s}@media (max-width: 749px){.bundle-picker__filters{justify-content:center}}.footer-checkout-button{border-radius:8px;background:var(--Red, #ed193a);padding:18px 40px;color:var(--White, #fff);font-family:var(--font-mogu-mogu);font-size:20px;font-style:normal;font-weight:900;line-height:93%;text-transform:uppercase}.bundle-picker__filter-btn-wrapper{border-radius:8px;background:var(--Mid-Grey, #d3d3de);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:3px}.bundle-picker__filter-btn{padding:4px;color:var(--Navy, #0e206c);cursor:pointer;font-family:Albert Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:all .2s ease;background:transparent;border:none}.bundle-picker__filter-btn:hover{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:var(--Navy, #0e206c);opacity:.5}@media (max-width: 749px){.bundle-picker__filter-btn:hover{opacity:1}}.bundle-picker__filter-btn--active{border-radius:6px;background:var(--White, #fff);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:var(--Navy, #0e206c);font-family:Albert Sans;font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding-left:2px}.bundle-picker__grid-wrapper{width:100%;transition:opacity .3s ease}.bundle-picker__grid,.bundle-picker__grid.product-grid{display:grid;grid-template-columns:repeat(var(--desktop-columns, 4),1fr);gap:var(--product-grid-gap-desktop);list-style:none;padding:0;margin:0;transition:grid-template-columns .3s ease,gap .3s ease}@media screen and (max-width: 749px){.bundle-picker__grid,.bundle-picker__grid.product-grid{grid-template-columns:repeat(var(--mobile-columns, 2),1fr);gap:var(--product-grid-gap-mobile)}}.bundle-picker__item{display:flex;flex-direction:column;position:relative;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),filter .3s ease,visibility 0s;opacity:1;transform:scale(1);visibility:visible;will-change:opacity,transform,filter}.bundle-picker__quantity-selector{opacity:0;visibility:hidden;position:relative;width:100%;height:auto;display:flex;flex-direction:row;align-items:center}.bundle-picker__quantity-selector.bundle-picker__quantity-selector--initialized{opacity:1;visibility:visible;transition:opacity .2s ease-in,visibility 0s}.bundle-picker__item[style*="display: none"]{opacity:0;transform:scale(.95);pointer-events:none;transition:opacity .4s ease-out,transform .4s ease-out,visibility 0s .4s;visibility:hidden;height:0;overflow:hidden}.bundle-picker__product-card-wrapper{position:relative;width:100%;transition:transform .3s ease}.bundle-picker__item--active .bundle-picker__product-card-wrapper{transform:scale(1)}.bundle-picker__item:not(.bundle-picker__item--active) .bundle-picker__product-card-wrapper{transform:scale(1)}.bundle-picker__item--active .bundle-picker__product-card-wrapper,.bundle-picker__item--active .bundle-picker__product-card-wrapper .card-gallery{position:relative}.bundle-picker__item--active .bundle-picker__product-card-wrapper .card-gallery:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #0e206c;border-radius:8px;pointer-events:none;z-index:1;transition:opacity .3s ease,transform .3s ease;opacity:1;transform:scale(1)}.bundle-picker__product-card-wrapper .card-gallery:before{opacity:0;transform:scale(.95);transition:opacity .3s ease,transform .3s ease}.bundle-picker__item--active .bundle-picker__product-card-wrapper .card-gallery:after{content:"";position:absolute;top:8px;right:8px;width:24px;height:24px;background:#ffffff80;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #0e206c;z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3333 4L6 11.3333L2.66667 8' stroke='%230e206c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:4px 6px;background-size:16px 14px;transition:opacity .3s ease,transform .3s ease;opacity:1;transform:scale(1)}.bundle-picker__product-card-wrapper .card-gallery:after{opacity:0;transform:scale(0);transition:opacity .3s ease,transform .3s ease}.bundle-picker__product-card--active{position:relative}.bundle-picker__product-card-wrapper .quantity-selector{flex-grow:unset;flex-shrink:unset;flex:unset}.bundle-picker__quantity-wrapper--overlay{position:absolute;bottom:82px;left:50%;transform:translate(-50%);z-index:10;margin-top:0;padding:0;width:100%;display:flex;justify-content:center}.bundle-picker__quantity-wrapper--overlay .bundle-picker__quantity-selector{border-radius:8px;background:#ffffff80;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 2px 8px #00000026;padding:.25rem;margin:0 10px;border:none;transition:opacity .3s ease,transform .3s ease,background .3s ease}@media (max-width: 749px){.bundle-picker__quantity-wrapper--overlay .bundle-picker__quantity-selector{height:32px}.bundle-picker__quantity-wrapper--overlay{bottom:111px}}.bundle-picker__quantity-selector{width:100%;max-width:100%;position:relative;display:flex;flex-direction:row;align-items:center}.bundle-picker__quantity-selector .quantity-selector{border:1px solid #0e206c;border-radius:4px}.bundle-picker__quantity-selector .quantity-plus:disabled,.bundle-picker__quantity-selector .quantity-minus:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;transition:opacity .2s ease}.bundle-picker__quantity-selector input[type=number]{transition:opacity .2s ease,transform .2s ease}.bundle-picker-footer{margin-top:7rem;background:var(--Blue-Gradient, linear-gradient(110deg, #04b3e2 39.68%, #04cce2 98.18%));color:#0e206c;display:flex;flex-direction:column;gap:16px;position:relative;overflow:visible;padding:20px 0}.bundle-picker-footer>.page-width-narrow{width:100%;max-width:var(--page-content-width, 100%);margin-left:auto;margin-right:auto;box-sizing:border-box}@media screen and (max-width: 1500px){.bundle-picker-footer>.page-width-narrow{padding-left:var(--page-margin, 40px);padding-right:var(--page-margin, 40px)}}@media (max-width: 749px){.bundle-picker-footer{padding:20px 0}.bundle-picker-footer>.page-width-narrow{padding-left:var(--page-margin, 16px);padding-right:var(--page-margin, 16px)}}.bundle-picker-footer__content{gap:12px;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}@media (max-width: 749px){.bundle-picker-footer__content{gap:20px}}.bundle-picker-footer__content-left{display:flex;align-items:center;gap:10px}.bundle-picker-footer__label{color:var(--White, #fff);font-family:var(--font-mogu-mogu);font-size:20px;font-style:normal;font-weight:900;line-height:93%;text-transform:uppercase;margin:0}.bundle-picker-footer__total{color:var(--White, #fff);margin:0;font-family:var(--font-mogu-mogu);font-size:20px;font-style:normal;font-weight:900;line-height:93%;text-transform:uppercase;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.bundle-picker-footer__shipping-goal{display:flex;flex-direction:column;gap:20px;min-width:400px;justify-content:center}@media (max-width: 749px){.bundle-picker-footer__shipping-goal{min-width:90%;margin-right:4px}}.bundle-picker-footer__progress-text{color:var(--White, #fff);text-align:center;font-family:Albert Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:opacity .3s ease-in-out}.bundle-picker-footer__progress-track{position:relative;display:flex;flex-direction:column;gap:12px}@media (max-width: 749px){.bundle-picker-footer__progress-track{padding-right:15px}}.bundle-picker-footer__progress-line{position:relative;height:12px;background:transparent;border-radius:999px;border:1px solid #fff}.bundle-picker-footer__progress-line span{display:block;height:100%;background:#0d2c6c;border-radius:999px;transition:width .6s cubic-bezier(.4,0,.2,1)}.bundle-picker-footer__goal-markers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.bundle-picker-footer__goal{position:absolute;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center}.bundle-picker-footer__goal-icon{width:40px;height:40px;border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#0e206c;transition:background .2s ease,border-color .2s ease,color .2s ease}.bundle-picker-footer__goal.is-reached .bundle-picker-footer__goal-icon{background:#ed193a;border-color:#ed193a;color:#fff;border:1px solid #fff}.bundle-picker-footer__goal-icon img{width:24px;height:24px;object-fit:contain;display:block;filter:none}.bundle-picker-footer__progress-text-wrapper{display:flex;flex-direction:column;gap:22px}.bundle-picker-footer__progress-subtext{color:var(--White, #fff);text-align:center;font-family:Albert Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:opacity .3s ease-in-out}.bundle-picker-footer__content-right{display:flex;justify-content:flex-end}.bundle-picker-footer__content-right .button{min-width:140px}@media (max-width: 749px){.bundle-picker-footer__content{justify-content:center}.bundle-picker-footer__content-right{justify-content:stretch;width:100%}.bundle-picker-footer__content-right .button{width:100%}}.bundle-picker__empty{text-align:center;padding:3rem 1rem}.bundle-picker__quantity-selector .quantity-minus,.bundle-picker__quantity-selector .quantity-plus{fill:var(--Navy, #0e206c)}.bundle-picker__quantity-selector input[type=number]{color:var(--Navy, #0e206c);font-family:var(--font-mogu-mogu);font-size:20px;font-style:normal;font-weight:900;line-height:93%;text-transform:uppercase}.bundle-picker__quantity-selector.quantity-selector svg{width:unset;height:unset}.bundle-filter-label-wrapper{display:flex;padding:3px 2px 3px 3px;justify-content:center;align-items:center;gap:4px;border-radius:8px;background:var(--Mid-Grey, #d3d3de);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}@media (max-width: 749px){.bundle-filter-label-wrapper div.text-block,.bundle-filter-label-wrapper{padding-right:2px}}.bundle-filter-label-wrapper .bundle-filter-label__text{color:var(--Navy, #0e206c);font-family:Albert Sans;font-size:14px;font-style:normal;font-weight:700;line-height:normal;border-radius:6px;background:var(--White, #fff);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:4px 5px;margin-right:2px}@media (max-width: 749px){.bundle-filter-label-wrapper .bundle-filter-label__text{margin-right:1px}}.bundle-picker-footer__image-wrapper{position:absolute;top:-34px;left:50%;transform:translate(-50%) translateY(-50%);z-index:1;pointer-events:none;display:flex;align-items:flex-start;justify-content:center;width:auto;max-width:114px}.bundle-picker-footer__image{max-width:100%;height:auto;object-fit:contain;display:block}.bundle-picker-footer--sticky-element{position:fixed;bottom:0;left:0;right:0;z-index:1000;margin-top:0;box-shadow:0 -2px 10px #0000001a;display:none}.bundle-picker-footer--sticky-element .bundle-picker-footer__image-wrapper{display:none}.bundle-picker-footer--sticky{position:fixed;bottom:0;left:0;right:0;z-index:1000;margin-top:0;box-shadow:0 -2px 10px #0000001a}.bundle-picker-footer--sticky .bundle-picker-footer__image-wrapper{display:none}.bundle-picker-footer__label-colon{margin-left:-3px}
/*# sourceMappingURL=/cdn/shop/t/17/assets/bundle-picker.css.map */
