.drawer.loaded *{pointer-events:none;cursor:default}.drawer__inner:has(.bundle-drawer){padding:0;display:flex;flex-direction:column}cart-drawer.is-empty .drawer__inner:has(.bundle-drawer){display:flex;grid-template-rows:none;align-items:stretch}.drawer__inner:has(.bundle-drawer)>.drawer__header,.drawer__inner:has(.bundle-drawer)>.drawer__footer{display:none}.bundle-drawer{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;padding:0}.bundle-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:3rem 2.4rem 1.4rem;flex-shrink:0}@media screen and (max-width:1024px){.bundle-drawer__header{padding:2.2rem 2.4rem 1.2rem}}@media screen and (max-width:475px){.bundle-drawer__header{padding:2.2rem 2rem 2.1rem}}.bundle-drawer__title{margin:0;font-size:2.1rem;line-height:2.8rem;font-weight:800;color:var(--sh-brown-10, #4E2215);text-transform:uppercase;font-family:Outfit,sans-serif;letter-spacing:0}.bundle-drawer__close{display:flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;padding:0;background:#f0eeec;border:none;border-radius:50%;cursor:pointer;color:var(--sh-brown-10, #4E2215);flex-shrink:0;margin-right:-8px;position:relative;top:-10px}@media screen and (max-width:1024px){.bundle-drawer__close{margin-right:-11px}}.bundle-drawer__close .icon,.bundle-drawer__close svg{width:1.4rem;height:1.4rem;stroke-width:2px;stroke:#000}.bundle-drawer__progress{margin:0 2.4rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.bundle-drawer__progress.bundle-drawer__progress--pending{opacity:0;visibility:hidden}.bundle-drawer__progress-track2{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-bottom:.8rem;position:relative;overflow:hidden;min-height:4.2rem}.bundle-drawer__progress-line2-wrapper{width:100%;height:11px;position:absolute;left:0;top:50%;transform:translateY(-50%);border-radius:20px;overflow:hidden;display:block}.bundle-drawer__progress-line2{position:relative;display:block;width:100%;height:100%;background:#f4f4f4;border-radius:20px}.bundle-drawer__progress-line2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--progress-fill, 0%);background:var(--sh-orange-primary, #F9582A);border-radius:20px;transition:width var(--progress-fill-duration, 0ms) ease}.bundle-drawer__progress-dot-container{position:relative;width:calc((var(--progress-dot-count, 21) - 1) * var(--progress-step-size, 160px));min-width:calc((var(--progress-dot-count, 21) - 1) * var(--progress-step-size, 160px));height:3.2rem;transform:translate(calc(var(--progress-shift-steps, 0) * var(--progress-step-size, 48px) * -1));transition:transform var(--progress-slide-duration, 0ms) ease;will-change:transform}.bundle-drawer__progress-dot2{display:inline-flex;align-items:center;justify-content:center;position:absolute;left:calc(var(--dot-index, 0) * var(--progress-step-size, 160px));top:50%;transform:translateY(-50%);z-index:1;width:3.2rem;height:3.2rem;border-radius:50%;background:#fff;color:var(--sh-orange-primary, #F9582A);font-size:1.3rem;font-weight:600;line-height:1;font-family:Outfit,sans-serif;border:1px solid #ececec;box-shadow:0 0 4px #00000040;transition:background-color .3s ease,color .3s ease,border-color .3s ease,opacity .3s ease}.bundle-drawer__progress-dot-number{display:inline-flex;align-items:center;justify-content:center;line-height:3.2rem}.bundle-drawer__progress-dot2 .bundle-drawer__progress-dot-icon--star,.bundle-drawer__progress-dot2 .bundle-drawer__progress-dot-icon--checkmark{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;overflow:hidden;visibility:hidden;opacity:0;position:absolute;transition:opacity .3s ease}.bundle-drawer__progress-dot2 .bundle-drawer__progress-dot-icon--star svg,.bundle-drawer__progress-dot2 .bundle-drawer__progress-dot-icon--checkmark svg{width:100%;height:100%}.bundle-drawer__progress-dot2.is-start{width:1rem;height:1rem;background:var(--sh-orange-primary, #F9582A);border:none;box-shadow:none}.bundle-drawer__progress-dot2.is-start .bundle-drawer__progress-dot-number,.bundle-drawer__progress-dot2.is-start .bundle-drawer__progress-dot-icon{display:none}.bundle-drawer__progress-dot2.is-complete,.bundle-drawer__progress-dot2.is-current:not(.is-number-current){background:var(--sh-orange-primary, #F9582A);color:#fff;border-color:var(--sh-orange-primary, #F9582A)}.bundle-drawer__progress-dot2.is-complete .bundle-drawer__progress-dot-number,.bundle-drawer__progress-dot2.is-current:not(.is-number-current):not(.is-star-current) .bundle-drawer__progress-dot-number,.bundle-drawer__progress-dot2.is-goal.is-star-goal .bundle-drawer__progress-dot-number,.bundle-drawer__progress-dot2.is-current.is-star-current .bundle-drawer__progress-dot-number{font-size:0;line-height:0}.bundle-drawer__progress-dot2.is-complete .bundle-drawer__progress-dot-icon--checkmark,.bundle-drawer__progress-dot2.is-current:not(.is-number-current):not(.is-star-current) .bundle-drawer__progress-dot-icon--checkmark{opacity:1;visibility:visible}.bundle-drawer__progress-dot2.is-goal.is-star-goal .bundle-drawer__progress-dot-icon--star,.bundle-drawer__progress-dot2.is-current.is-star-current .bundle-drawer__progress-dot-icon--star{opacity:1;visibility:visible}.bundle-drawer__progress-dot2.is-goal.is-star-goal .bundle-drawer__progress-dot-icon--star svg{fill:var(--sh-orange-primary, #F9582A);stroke:var(--sh-orange-primary, #F9582A)}.bundle-drawer__progress-dot2.is-current.is-star-current .bundle-drawer__progress-dot-icon--star svg{fill:#fff;stroke:#fff}.bundle-drawer__progress-dot2.is-number-current{background:var(--sh-orange-primary, #F9582A);color:#fff;border-color:var(--sh-orange-primary, #F9582A)}.bundle-drawer__progress-dot2.is-after-goal{opacity:0}.bundle-drawer__progress-dot2.is-goal-delayed{opacity:0;pointer-events:none}.bundle-drawer__progress-dot2.is-before-current,.bundle-drawer__progress-dot2.is-archived-complete{opacity:0}.bundle-drawer__progress[data-phase=filling] .bundle-drawer__progress-line2:before,.bundle-drawer__progress[data-phase=sliding] .bundle-drawer__progress-line2:before{transition-timing-function:ease-in-out}.bundle-drawer__progress-text{margin:0 0 7px;font-size:1.6rem;line-height:2.4rem;letter-spacing:0;color:var(--sh-brown-10, #4E2215);text-align:center}.bundle-drawer__progress-text strong{font-weight:700}@keyframes progress-bar-fill{0%{width:50%}50%{width:70%}to{width:50%}}.bundle-drawer__cart-items{padding:2.5rem 0 2.4rem;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.bundle-drawer__cart-items.hidden{display:none}.bundle-drawer__cart-item{display:flex;gap:2.4rem;align-items:flex-start}.bundle-drawer__cart-item+.bundle-drawer__cart-item{margin-top:1.6rem;padding-top:1.6rem;border-top:1px solid rgba(0,0,0,.1)}.bundle-drawer__cart-item-image{flex-shrink:0;width:150px;height:150px;border-radius:1.3rem;overflow:hidden;background:#f5f5f5;position:relative}.bundle-drawer__cart-item-free-badge{position:absolute;top:0;left:0;width:2.8rem;height:2.8rem;z-index:1;background:var(--sh-orange-primary, #F9582A);border-radius:50%;display:flex;align-items:center;justify-content:center}.bundle-drawer__cart-item-free-badge svg{width:1.3rem;height:1.3rem;color:#fff;fill:#fff}.bundle-drawer__cart-item--free-gift .bundle-drawer__cart-item-price,.bundle-drawer__cart-item--free-gift .bundle-drawer__cart-item-qty{display:none}.bundle-drawer__cart-item-free-label{font-size:1.3rem;font-weight:700;color:#e53935;text-transform:uppercase}.bundle-drawer__cart-item-qty-static{font-size:1.3rem;color:var(--sh-brown-10, #4E2215)}.bundle-drawer__cart-item-img{width:100%;height:100%;object-fit:cover;display:block}.bundle-drawer__cart-item-details{display:flex;flex-direction:column;gap:.8rem;flex:1;min-width:0}@media screen and (max-width:1024px){.bundle-drawer__cart-item-details{max-width:28.2rem}}.bundle-drawer__cart-item-title{margin:0;font-size:1.6rem;font-weight:600;line-height:2.4rem;color:var(--sh-brown-10, #4E2215);letter-spacing:0}.bundle-drawer__cart-item-price{font-size:1.6rem;line-height:2.1rem;letter-spacing:0;font-weight:600;color:var(--sh-orange-primary, #F9582A)}.bundle-drawer__cart-item-qty{display:flex;align-items:center;gap:0;margin-top:1.3rem;margin-bottom:1rem;border:1px solid #0000001A;border-radius:.4rem;width:auto;justify-content:space-between}@media screen and (max-width:1024px){.bundle-drawer__cart-item-qty{max-width:16.2rem;margin-bottom:.5rem}}.bundle-drawer__qty-btn{display:flex;align-items:center;justify-content:center;width:4rem;height:3.8rem;padding:0;background:none;border:none;cursor:pointer;font-size:1.6rem;color:var(--sh-brown-10, #4E2215);transition:background .15s}.bundle-drawer__qty-btn:hover{background:#f5f5f5}.bundle-drawer__qty-value{display:flex;align-items:center;justify-content:center;min-width:4rem;height:3.8rem;font-size:1.4rem;font-weight:600;color:var(--sh-brown-10, #4E2215)}.bundle-drawer__cart-item-actions{display:flex;margin-top:.4rem;row-gap:1.2rem}.bundle-drawer__cart-item-actions{min-height:2.4rem}.bundle-drawer__item-action{padding:0 1.6rem;background:none;border:none;font-size:1.2rem;line-height:1.6rem;letter-spacing:0;color:var(--sh-gray-6, #7E7E7E);cursor:pointer;text-decoration:none}.bundle-drawer__item-action:first-child{border-right:1px solid rgba(0,0,0,.1);padding-left:0}.bundle-drawer__item-action:last-child{padding-right:0}.bundle-drawer__item-action:hover{opacity:.7}.bundle-drawer__free-gift{padding:1.6rem 0 0;flex-shrink:0}@media screen and (max-width:1024px){.bundle-drawer__free-gift{padding:2.4rem 0 0}}.bundle-drawer__free-gift.hidden{display:none}.bundle-drawer__free-gift--unlocked{cursor:pointer}.bundle-drawer__free-gift--unlocked:hover{opacity:.95}.bundle-drawer__free-gift--added{cursor:default;pointer-events:none}.bundle-drawer__free-gift--added:hover{opacity:1}.bundle-drawer__free-gift--loading{pointer-events:none;opacity:.7}.bundle-drawer__free-gift-title{margin:0 0 .8rem;font-size:2.1rem;line-height:2.8rem;font-weight:800;text-transform:uppercase;letter-spacing:0;font-family:Outfit,sans-serif;color:var(--sh-brown-10, #4E2215)}.bundle-drawer__free-gift-desc{margin:0 0 2.4rem;font-size:1.6rem;line-height:2.4rem;letter-spacing:0;color:var(--sh-brown-10, #4E2215)}.bundle-drawer__free-gift-desc a{pointer-events:none}.bundle-drawer__free-gift-link{color:var(--sh-orange-primary, #F9582A);font-weight:700;text-decoration:none}.bundle-drawer__free-gift-link:hover{text-decoration:underline}.bundle-drawer__free-gift-image-wrap{position:relative;width:100%;height:23.3rem;border-radius:1.6rem;overflow:hidden;background:#f5f5f5;border:1px solid #CCCCCCEE}.bundle-drawer__free-gift-img{width:100%;height:auto;display:block;filter:blur(8px);transform:scale(1.05);max-width:22.5rem;margin:0 auto}.bundle-drawer__free-gift-lottie{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10rem;height:10rem;border-radius:50%;overflow:hidden;background:#00000059;transition:background 2s ease;display:flex;align-items:center;justify-content:center}.bundle-drawer__free-gift-lottie svg{object-fit:contain;max-width:10rem;max-height:10rem;transform:scaleX(.9)!important}.bundle-drawer__free-gift--unlocked .bundle-drawer__free-gift-lottie{background:#fff}.bundle-drawer__free-gift--unlocked .bundle-drawer__free-gift-desc--locked{display:none}.bundle-drawer__free-gift-lottie--unlocked{background:#fff}.bundle-drawer__free-gift--unlocked .bundle-drawer__free-gift-desc--unlocked{display:block}.bundle-drawer__free-gift--unlocked .bundle-drawer__free-gift-title--locked,.bundle-drawer__free-gift-title--unlocked.hidden{display:none}.bundle-drawer__free-gift--unlocked .bundle-drawer__free-gift-title--unlocked{display:block}.bundle-drawer__body{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding:0 2rem 0 2.4rem;margin-right:.4rem}.bundle-drawer__body::-webkit-scrollbar{width:.8rem}.bundle-drawer__body::-webkit-scrollbar-track{background:transparent}.bundle-drawer__body::-webkit-scrollbar-thumb{background:var(--sh-gray-7, #4F4D4C);border-radius:.4rem}@media screen and (max-width:475px){.bundle-drawer__body::-webkit-scrollbar-thumb{background:transparent}}.bundle-drawer__content{padding-bottom:2.4rem}@media screen and (max-width:475px){.bundle-drawer__content{padding-bottom:2.7rem}}.bundle-drawer__heading{margin:2.4rem 0 1.4rem;font-size:1.4rem;line-height:2.1rem;font-weight:700;color:var(--sh-brown-10, #4E2215);letter-spacing:0}.bundle-drawer__slider-section{padding:0}.bundle-drawer__slider-row{display:flex;align-items:center;gap:.4rem;padding:0 2rem;margin-bottom:2.3rem}.bundle-drawer__slider{flex:1;overflow:hidden;padding:.5rem 0}.bundle-drawer__slider .swiper-slide{width:8rem;height:8rem;flex-shrink:0}.bundle-drawer__slider-btn{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;background:#f4f4f4;border-radius:50%;cursor:pointer;color:var(--sh-brown-10, #4E2215);flex-shrink:0;border:none}.bundle-drawer__slider-btn .icon,.bundle-drawer__slider-btn svg{width:1.2rem;height:1.7rem}.bundle-drawer__slider-btn--prev{transform:translate(-20px)}.bundle-drawer__slider-btn--next{transform:translate(20px)}.bundle-drawer__thumb{width:100%;padding:.3rem;border:2px solid transparent;border-radius:1.2rem;transition:border-color .2s;cursor:pointer;box-sizing:border-box}.bundle-drawer__thumb--active{border-color:var(--sh-orange-primary, #F9582A);box-shadow:0 0 4px #00000040}.bundle-drawer__thumb-img{width:100%;aspect-ratio:1 / 1;max-height:72px;object-fit:cover;border-radius:.4rem;display:block}.bundle-drawer__product-info{text-align:center;padding:0 2rem 2.4rem}.bundle-drawer__product-title{margin:0 0 1.2rem;font-size:1.6rem;font-weight:700;line-height:2.1rem;color:var(--sh-brown-10, #4E2215);letter-spacing:0}.bundle-drawer__product-price{display:block;font-size:1.6rem;line-height:2.1rem;font-weight:500;letter-spacing:0;color:var(--sh-orange-primary, #F9582A)}.bundle-drawer__product-form{padding:0}.bundle-drawer__add-form{margin:0}.bundle-drawer__add-btn{width:100%;padding:1.4rem 2rem;font-size:1.6rem;font-weight:600;line-height:2.4rem;text-transform:uppercase;letter-spacing:0;background:var(--sh-gray-1, #F4F4F4);color:var(--sh-brown-primary, #2A150F);border:1.5px solid transparent;border-radius:2.4rem;cursor:pointer;transition:background .2s,color .2s;font-family:Outfit,sans-serif}@media screen and (max-width:1024px){.bundle-drawer__add-btn,.bundle-drawer__add-form{width:fit-content;margin:0 auto}}.bundle-drawer__add-btn:hover:not(:disabled){background:var(--sh-gray-3, #DEDEDE)}.bundle-drawer__add-btn:disabled{opacity:.5;cursor:not-allowed}.bundle-drawer__add-btn .loading__spinner{width:2rem;height:2rem;margin-left:.8rem}.bundle-drawer__fallback{padding:2rem;flex:1;display:flex;align-items:center;justify-content:center}.bundle-drawer__continue-btn{margin:0 auto}.bundle-drawer__footer{flex-shrink:0;padding:2.4rem 0 2rem;border-top:1px solid rgba(0,0,0,.1);position:relative}.bundle-drawer__footer.hidden{display:none}.bundle-drawer__footer-loading-overlay{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;z-index:2;align-items:center;justify-content:center}.bundle-drawer__footer--loading .bundle-drawer__footer-loading-overlay{display:flex}.bundle-drawer__footer-spinner{width:2rem;height:2rem;border:2px solid #ddd;border-top-color:var(--sh-orange-primary, #F9582A);border-radius:50%;animation:bundle-footer-spin .6s linear infinite}@keyframes bundle-footer-spin{to{transform:rotate(360deg)}}.bundle-drawer__totals{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.2rem}.bundle-drawer__totals-row{display:flex;justify-content:space-between;align-items:center}.bundle-drawer__totals-label{font-size:1.6rem;line-height:2.4rem;letter-spacing:0;color:var(--sh-brown-primary, #2A150F)}.bundle-drawer__totals-value{font-size:1.6rem;color:var(--sh-brown-primary, #2A150F)}.bundle-drawer__totals-value--free{color:var(--sh-green-success, #198754)}.bundle-drawer__total-row{display:flex;justify-content:space-between;align-items:center;padding-top:.7rem;margin-bottom:2.2rem;letter-spacing:0}.bundle-drawer__total-label,.bundle-drawer__total-value{font-size:2.1rem;line-height:2.8rem;font-weight:500;letter-spacing:0;color:var(--sh-brown-primary, #2A150F)}.bundle-drawer__checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:1.6rem 2rem;font-size:1.6rem;line-height:2.4rem;font-weight:600;text-transform:uppercase;letter-spacing:0;background:var(--sh-orange-primary, #F9582A);color:#fff;border:none;border-radius:10rem;cursor:pointer;text-decoration:none;transition:all .2s ease;font-family:Outfit,sans-serif}.bundle-drawer__checkout-btn:hover{background-color:var(--sh-orange-8, #E9723C)}.bundle-drawer__single-item-popup.hidden{display:none}.bundle-drawer__single-item-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:flex;align-items:center;justify-content:center;padding:1.6rem}.bundle-drawer__single-item-popup-overlay{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer}.bundle-drawer__single-item-popup-modal{position:relative;z-index:1;background:#fff;border-radius:2.4rem;padding:4rem 2.4rem;max-width:45.6rem;width:100%;text-align:center;box-shadow:0 8px 32px #00000026}@media screen and (max-width:475px){.bundle-drawer__single-item-popup-modal{max-width:36.2rem}}.bundle-drawer__single-item-popup-title{margin:0 0 1.2rem;font-size:2.1rem;line-height:2.8rem;font-weight:800;text-transform:uppercase;letter-spacing:0;color:var(--sh-brown-10, #4E2215);font-family:Outfit,sans-serif}.bundle-drawer__single-item-popup-image{display:block;width:100%;max-width:24.3rem;height:auto;max-height:18rem;margin:0 auto 3.2rem}.bundle-drawer__single-item-popup-text{margin:0 0 3.2rem;font-size:1.6rem;line-height:2.4rem;letter-spacing:0;color:var(--sh-brown-10, #4E2215)}.bundle-drawer__single-item-popup-text strong{font-weight:700}.bundle-drawer__single-item-popup-actions{display:flex;flex-direction:column;gap:1.2rem}.bundle-drawer__single-item-popup-btn{display:block;width:100%;padding:1.6rem 2rem;font-size:1.6rem;font-weight:700;line-height:2.4rem;font-family:Outfit,sans-serif;text-transform:uppercase;letter-spacing:0;border-radius:10rem;cursor:pointer;transition:all .2s;border:none}.bundle-drawer__single-item-popup-btn--primary{background:var(--sh-orange-primary, #F9582A);color:#fff}.bundle-drawer__single-item-popup-btn--primary:hover{background-color:var(--sh-orange-8, #E9723C)}.bundle-drawer__single-item-popup-btn--skip{background:#fff;color:var(--sh-brown-10, #4E2215);outline:1px solid #E8E2E1}.bundle-drawer__single-item-popup-btn--skip:hover{border-color:#00000059}.view-bundle-popup.hidden{display:none}.view-bundle-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1003;display:flex;align-items:center;justify-content:center}.view-bundle-popup__modal{position:relative;z-index:1;background:#fff;border-radius:1.6rem;padding:2.4rem;max-width:64.7rem;width:100%;text-align:center;box-shadow:0 0 12px #00000014;overflow:hidden}.view-bundle-popup__content{text-align:center}.view-bundle-popup__loading{min-height:14rem;display:flex!important;align-items:center;justify-content:center}.view-bundle-popup__loading:after{content:"";display:block;width:3.2rem;height:3.2rem;border:3px solid rgba(0,0,0,.1);border-top-color:var(--sh-orange-primary, #F9582A);border-radius:50%;animation:view-bundle-popup-spin .8s linear infinite}@keyframes view-bundle-popup-spin{to{transform:rotate(360deg)}}.view-bundle-popup__text{margin:0 0 2rem;font-size:1.8rem;line-height:2.8rem;font-weight:400;letter-spacing:0;color:var(--sh-brown-10, #4E2215);font-family:var(--font-poppins, "Poppins", sans-serif)}.view-bundle-popup__text strong{font-weight:700}.view-bundle-popup .bundle-drawer__progress{margin:0 auto 2.4rem;max-width:100%}.view-bundle-popup__modal .bundle-drawer__progress{border-bottom:none;margin-bottom:0;padding-bottom:0}.view-bundle-popup__slider-row{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:2.8rem;position:relative}.view-bundle-popup__slider-btn{flex-shrink:0;width:2.4rem;height:2.4rem;border-radius:50%;border:none;background:var(--sh-gray-1, #F4F4F4);color:var(--sh-brown-primary, #2A150F);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s}.view-bundle-popup__slider-btn:hover{background:#e0e0e0}.view-bundle-popup__slider-btn svg{width:1.2rem;height:1.7rem}.view-bundle-popup__slider{width:100%;max-width:100%;overflow:hidden}.view-bundle-popup__slider .swiper-wrapper{align-items:center}.view-bundle-popup__slide{width:15rem;height:15rem;box-sizing:border-box;flex-shrink:0;padding-top:2px;padding-right:2px}.view-bundle-popup__slide-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:.8rem;background-color:#0000000a;border-radius:1.2rem;overflow:hidden}.view-bundle-popup__slide-badge{position:absolute;top:.4rem;right:.4rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;line-height:1;color:#fff;background:var(--sh-orange-primary, #F9582A);font-family:var(--font-outfit, "Outfit", sans-serif)}.view-bundle-popup__slide-badge--qty{min-width:2.4rem;height:2.4rem;padding:0 .4rem;border-radius:50%}.view-bundle-popup__slide-badge--free{position:absolute;top:0;right:0;min-width:4rem;height:auto;padding:.3rem .8rem;border-radius:10rem;font-size:1.4rem;line-height:1.4rem;font-weight:800;font-family:var(--font-outfit, "Outfit", sans-serif)}@media screen and (max-width:475px){.view-bundle-popup__slide-badge--free{font-size:1rem;line-height:1rem;padding:.5rem .4rem}body.bundle-tray-open .bundle-constructor__progress-wrap .view-bundle-popup__slider-row{padding-bottom:.2rem;margin-bottom:1.8rem!important}}.view-bundle-popup__slide-img{width:15rem;height:15rem;object-fit:cover;border-radius:1.2rem}.view-bundle-popup__slide--locked .view-bundle-popup__locked-wrap{position:relative;width:15rem;height:15rem;margin:0 auto;border-radius:1.2rem;flex-shrink:0}.view-bundle-popup__slide--locked .bundle-drawer__free-gift-img{width:100%;height:100%;object-fit:cover}.view-bundle-popup__slide--locked .bundle-drawer__free-gift-lottie{width:8rem;height:8rem;transition:background 2s ease}.view-bundle-popup__slide--free.view-bundle-popup__slide--unlocking .bundle-drawer__free-gift-lottie{background:#fff}.view-bundle-popup__slide--unlocked .bundle-drawer__free-gift-img{filter:none}.view-bundle-popup__slide--unlocked .bundle-drawer__free-gift-lottie{display:none}.view-bundle-popup__actions{display:flex;flex-wrap:wrap;gap:1.6rem;justify-content:center}.view-bundle-popup__btn{padding:1.6rem 2.4rem;font-size:1.6rem;font-weight:600;line-height:2.4rem;font-family:var(--font-outfit, "Outfit", sans-serif);text-transform:uppercase;letter-spacing:0;border-radius:10rem;cursor:pointer;transition:background .2s,color .2s,border-color .2s;text-decoration:none;border:none;display:inline-block;text-align:center;width:auto;flex:1}.view-bundle-popup__btn .mobile-only{display:none}@media screen and (max-width:475px){.view-bundle-popup__btn .mobile-only{display:block}.view-bundle-popup__btn .desktop-only{display:none}}.view-bundle-popup__btn--keep-shopping{background:var(--sh-gray-1, #F4F4F4);color:var(--sh-brown-10, #4E2215)}.view-bundle-popup__btn--keep-shopping:hover{background:var(--sh-gray-3, #DEDEDE)}.view-bundle-popup__btn--checkout{background:var(--sh-orange-primary, #F9582A);color:#fff}.view-bundle-popup__btn--checkout:hover{background:var(--sh-orange-8, #E9723C);color:#fff}@media screen and (max-width:990px){.view-bundle-popup__slider-row{gap:0}.view-bundle-popup__slider-btn--prev,.view-bundle-popup__slider-btn--next{display:none}.view-bundle-popup__slider{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.view-bundle-popup__slider .swiper-wrapper{display:flex;justify-content:center;align-items:center;gap:2.4rem;flex-wrap:nowrap;width:max-content;min-width:100%;box-sizing:border-box}}@media screen and (max-width:475px){.view-bundle-popup__modal{max-width:36rem;padding:2rem 1.6rem 2.4rem}.view-bundle-popup__slider .swiper-wrapper{gap:1.4rem}.view-bundle-popup__slider{max-width:28rem}.view-bundle-popup__slide{width:10.8rem}.view-bundle-popup__slide-img,.view-bundle-popup__slide--locked .view-bundle-popup__locked-wrap{width:10rem;height:10rem}}.bundle-drawer__remove-confirm.hidden{display:none}.bundle-drawer__remove-confirm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1006;display:flex;align-items:center;justify-content:center;padding:1.6rem}.bundle-drawer__remove-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;display:block!important}.bundle-drawer__remove-confirm-modal{position:relative;z-index:1;background:#fff;border-radius:2.4rem;padding:2.4rem;max-width:36rem;width:100%}@media screen and (max-width:1024px){.bundle-drawer__remove-confirm-modal{width:45.6rem;max-width:calc(100% - 3.2rem)}}@media screen and (max-width:475px){.bundle-drawer__remove-confirm-modal{max-width:36.2rem;width:auto}}.bundle-drawer__remove-confirm-title{margin:0 0 1.6rem;font-size:2.1rem;font-weight:800;text-transform:uppercase;letter-spacing:0;color:var(--sh-brown-10, #4E2215);line-height:2.8rem;font-family:Outfit,sans-serif}.bundle-drawer__remove-confirm-text{margin:0 0 1.6rem;font-size:1.6rem;line-height:2.4rem;letter-spacing:0;color:var(--sh-brown-10, #4E2215)}.bundle-drawer__remove-confirm-actions{display:flex;flex-direction:column;gap:1rem}.bundle-drawer__remove-confirm-btn{display:block;width:100%;padding:1.6rem 2rem;font-size:1.6rem;line-height:2.4rem;font-weight:700;text-transform:uppercase;letter-spacing:0;font-family:Outfit,sans-serif;border-radius:10rem;cursor:pointer;transition:all .2s}.bundle-drawer__remove-confirm-btn--remove{background:var(--sh-orange-primary, #F9582A);color:#fff;border:none}.bundle-drawer__remove-confirm-btn--remove:hover{background-color:var(--sh-orange-8, #E9723C)}.bundle-drawer__remove-confirm-btn--cancel{border:none;background:var(--sh-gray-1, #F4F4F4);color:var(--sh-brown-primary, #2A150F);transition:background .2s,color .2s}.bundle-drawer__remove-confirm-btn--cancel:hover{background:var(--sh-gray-3, #DEDEDE)}.swap-item-popup.hidden,.swap-item-popup .swap-item-popup__selected.hidden,.swap-item-popup #swap-item-confirm-btn.hidden{display:none}.swap-item-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:flex;align-items:center;justify-content:center;padding:1.6rem}.swap-item-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer;display:block!important}.swap-item-popup__modal{position:relative;z-index:1;background:#fff;border-radius:2.4rem;padding:2.4rem;max-width:64.8rem;height:auto;width:100%;max-height:90vh;overflow-y:auto}@media screen and (max-width:1024px){.swap-item-popup__modal{max-width:45.6rem;height:auto}}@media screen and (max-width:475px){.swap-item-popup__modal{max-width:36.2rem;width:auto}}.swap-item-popup__title{margin:0 0 .8rem;font-size:2.1rem;line-height:2.8rem;font-weight:800;font-family:Outfit,sans-serif;text-transform:uppercase;letter-spacing:0;color:var(--sh-brown-10, #4E2215)}.swap-item-popup__subtitle{margin:0;font-size:1.6rem;line-height:2.4rem;letter-spacing:0;color:var(--sh-brown-10, #4E2215)}.swap-item-popup__slider-wrap{display:flex;align-items:center;gap:.8rem;margin:3.2rem 0}.swap-item-popup__arrow{flex-shrink:0;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--sh-gray-1, #F4F4F4);color:var(--sh-brown-10, #4E2215);cursor:pointer;font-size:1.6rem;line-height:1}.swap-item-popup__arrow svg{width:1.2rem;height:1.7rem}@media screen and (max-width:1024px){.swap-item-popup__arrow{display:none}}.swap-item-popup__slider{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0;scrollbar-width:none}@media screen and (max-width:1024px){.swap-item-popup__slider{gap:1.2rem}}.swap-item-popup__scroll-bar{display:none;position:relative;width:100%;height:.6rem;margin:0 0 3.2rem;background:#0000001a;border-radius:.3rem;overflow:hidden}.swap-item-popup__scroll-bar-fill{display:block!important;position:absolute;left:0;top:0;bottom:0;height:.6rem;width:0;min-width:0;background:var(--sh-orange-primary, #F9582A);border-radius:.3rem;transition:width .1s ease-out}@media screen and (max-width:1024px){.swap-item-popup__scroll-bar{display:block}}.swap-item-popup__slider::-webkit-scrollbar{display:none}.swap-item-popup__card{flex:0 0 auto;width:15rem;height:15rem;scroll-snap-align:center;padding:0;border:3px solid transparent;border-radius:1.2rem;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s}.swap-item-popup__card:hover{border-color:#f9582a66}.swap-item-popup__card--selected{border-color:var(--sh-orange-primary, #F9582A)}.swap-item-popup__card--sold-out{position:relative;opacity:.5;cursor:not-allowed;border-color:transparent!important;box-shadow:none!important}.swap-item-popup__card--sold-out:hover{border-color:transparent}.swap-item-popup__card-sold-out{position:absolute;bottom:.6rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .8rem;border-radius:.4rem;white-space:nowrap}.swap-item-popup__card--current{position:relative;opacity:.6;cursor:not-allowed;border-color:#0003!important}.swap-item-popup__card--current:hover{border-color:#0003}.swap-item-popup__card-current{position:absolute;bottom:.6rem;left:50%;transform:translate(-50%);background:#00000080;color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .6rem;border-radius:.4rem;white-space:nowrap}.swap-item-popup__card-img{width:100%;height:100%;object-fit:cover;border-radius:1.2rem;display:block}.swap-item-popup__selected{margin-bottom:3.2rem;text-align:center}.swap-item-popup__selected-title{margin:0 0 1.2rem;font-size:1.6rem;line-height:2.1rem;letter-spacing:0;font-weight:700;color:var(--sh-brown-10, #4E2215)}.swap-item-popup__selected-price{margin:0;font-size:1.6rem;line-height:2.1rem;letter-spacing:0;font-weight:500;color:var(--sh-orange-primary, #F9582A)}.swap-item-popup__actions{display:flex;flex-direction:row-reverse;gap:2.4rem}@media screen and (max-width:1024px){.swap-item-popup__actions{flex-direction:column;gap:1.2rem}}.swap-item-popup__btn{display:block;width:100%;padding:1.6rem 2rem;font-size:1.6rem;line-height:2.4rem;font-weight:700;font-family:Outfit,sans-serif;text-transform:uppercase;letter-spacing:.06em;border-radius:2.4rem;cursor:pointer;transition:all .2s}.swap-item-popup__btn:disabled{opacity:.7;cursor:not-allowed}.swap-item-popup__btn--primary{background:var(--sh-orange-primary, #F9582A);color:#fff;border:none}.swap-item-popup__btn--primary:hover:not(:disabled){background-color:var(--sh-orange-8, #E9723C)}.swap-item-popup__btn--cancel{background:var(--sh-gray-1, #F4F4F4);color:var(--sh-brown-10, #4E2215);outline:1px solid transparent;border:none;max-width:28.8rem;width:100%;margin:0 auto;transition:background .2s,color .2s}@media screen and (max-width:1024px){.swap-item-popup__btn--cancel{max-width:100%}}.swap-item-popup__btn--cancel:hover{background:var(--sh-gray-3, #DEDEDE)}
/*# sourceMappingURL=/cdn/shop/t/27/assets/component-cart-drawer-bundle.css.map */
