.byob{position:sticky;bottom:-2px;background-color:#fff;z-index:6;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px;box-shadow:0 -1px 4px #0000001a}.byob__products-wrapper{position:relative;display:flex;justify-content:space-around;gap:10px;width:100%}.byob__product-wrapper{position:relative;width:50px;height:50px;border:2px dashed #D3D3D3;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#fff;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}.byob__product-wrapper img{border-radius:4px}@keyframes overlayAnimation{0%{box-shadow:#02ac997d 0 0}50%{box-shadow:#02ac997d 0 0 0 4px}to{box-shadow:#02ac997d 0 0}}.byob__product-wrapper.box__milestone-reached{animation:overlayAnimation 2s linear infinite}.byob__add-to-cart-button,.byob__update-bundle-button{padding:1.5rem 2rem}.byob__button-wrapper,.byob__add-to-cart-button,.byob__update-bundle-button{width:100%;max-width:375px;font-size:10px;font-weight:500;line-height:normal}.byob__add-to-cart-button.disabled,.byob__update-bundle-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.byob__add-to-cart-button span:last-child,.byob__update-bundle-button span:last-child{text-transform:capitalize}p.byob__product-number{font-size:10px;font-weight:500}img.byob__product-image:not([src]),img.byob__product-image[src=""]{display:none}img.byob__product-image[src]~p.byob__product-number{display:none}.byob__remove-button{border-radius:50%;background-color:transparent;width:14px;height:14px;border:1px solid #00000080;position:absolute;top:0;right:0;transform:translate(50%,-50%);padding:0;display:flex;justify-content:center;align-items:center;background-color:#fff;cursor:pointer}.byob__remove-button svg{width:6px;height:6px}img.byob__product-image:not([src])~.byob__remove-button{display:none}.byob__progress-bar-wrapper{width:100%;max-width:375px;margin:10px 0;position:relative;display:none}.byob__progress-bar{width:100%;height:1px;background-color:#e0e0e0;border-radius:4px;position:relative}.byob__progress-bar-fill{height:3px;width:0%;background-color:#02ac99;border-radius:4px;transition:width 1s ease-in-out;position:absolute;top:50%;transform:translateY(-50%);left:0}.byob__progress-bar-milestones{position:absolute;width:100%;height:100%;top:0;left:0}.byob__progress-bar-milestone-item{width:8px;height:8px;border:.5px solid #02AC99;background-color:#d9d9d9;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.byob__milestone-reached{background-color:#02ac99}.byob__milestone-text{margin-bottom:10px}.hide-milestone-text{display:none}.byob__progress-bar-box{width:100%;border-top:2px dashed #e0e0e0;position:absolute;top:50%;z-index:0}.byob__progress-bar-box-fill{width:0%;border-top:4px dashed #02AC99;position:absolute;top:-3px;z-index:1;transition:width 1s ease-in-out}.byob__price-add-to-cart-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.byob__button-wrapper{width:45%}.byob__price-wrapper{display:flex;column-gap:10px;flex-wrap:wrap;width:55%;align-items:center}.byob__bundle-value{font-size:14px;color:#000;font-weight:500}.byob__products-mrp{font-size:12px;color:red;text-decoration:line-through}.byob__saved-price{font-size:12px;color:#006400;background-color:#a0ef8133;padding:3px 6px;border-radius:4px;flex-grow:1;text-align:center}.hide-element{display:none}@media screen and (min-width: 750px){.byob{flex-direction:row;justify-content:space-around;align-items:flex-end}.byob__price-wrapper{flex-wrap:nowrap;align-items:center;justify-content:end}.byob__products-wrapper,.byob__price-add-to-cart-wrapper{max-width:500px}.byob__price-add-to-cart-wrapper{gap:20px}.byob__button-wrapper{width:40%}.byob__price-wrapper{width:60%}.byob__add-to-cart-button,.byob__update-bundle-button{font-size:12px}}.product-image-view-overlay{position:fixed;top:0;height:100%;width:100%;z-index:99;background:#00000080;display:flex;align-items:center;justify-content:center}.product-image-view-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:30%;position:relative}.product-image-view{width:100%;height:auto;background-color:#fff;border-radius:1rem;padding:2rem;min-height:44rem;display:flex;justify-content:center;align-items:center;padding-bottom:0}.product-image-view img{width:100%;border-radius:1rem}.imageview-slider .splide__arrow--prev{left:0;background:none}.imageview-slider .splide__arrow--next{right:0;background:none}.imageview-slider .splide__pagination__page.is-active{background:var(--color-primary)}.product-image-view-close{position:absolute;top:-1rem;right:-1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;height:3rem;width:3rem;background:#fff;cursor:pointer}.product-image-view-close svg path{fill:#000}.product-image-view .image-loader{height:4rem;width:4rem}.offers__wrapper{display:flex;justify-content:center;background-color:#fff;position:sticky;z-index:3;top:151px;left:50%;width:100%;padding:16px 0}.offer-items-list{display:flex;justify-content:center;align-items:center;padding:6px;border:1px solid #02AC99;box-shadow:#00000059 0 5px 15px;border-radius:4px;gap:10px}.offer-item{font-size:12px;color:#666;padding:6px 10px;font-weight:600;border-radius:inherit;text-align:center;cursor:pointer}.offer-item.active{color:#fff;background-color:#02ac99}.byob__lock-icon svg{width:20px;height:20px}.byob__text-products-wrapper{display:flex;flex-direction:column;gap:10px;width:100%}@media screen and (max-width:749px){.product-image-view-wrapper{width:85%}.product-image-view{padding:1rem;min-height:34rem;padding-bottom:0}.sticky-active{top:40px}}@media screen and (min-width: 750px){.offers__wrapper{top:52px}}@media screen and (min-width: 750px) and (max-width: 989px){.product-image-view-wrapper{width:55%}}quantity-message{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/2251/assets/build-your-box.css.map */
