.mobile-sticky-bar{display:none}@media screen and (max-width:767px){.product-sticky-form{display:none!important}.mobile-sticky-bar{display:block;position:fixed;bottom:0;left:0;right:0;z-index:50;background:rgb(var(--color-background));border-top:1px solid rgb(var(--color-border));padding:8px var(--sp-4) 4px;padding-bottom:calc(var(--sp-2) + env(safe-area-inset-bottom,0px));transform:translateY(100%);transition:transform .3s ease-out}.mobile-sticky-bar.is-visible{transform:translateY(0)}.mobile-sticky-bar__price{font-weight:600;line-height:1}.mobile-sticky-bar__price .price__regular{font-size:1.1rem!important}.mobile-sticky-bar__price .price,.mobile-sticky-bar__price .price--on-sale{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:var(--sp-2)!important;line-height:1!important;height:auto!important}.mobile-sticky-bar__price .price__sale{display:inline!important;height:auto!important;text-decoration:line-through!important;opacity:.5!important}.mobile-sticky-bar__price .price__sale:before{display:none!important}.mobile-sticky-bar__price .price .sr-only{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important}.mobile-sticky-bar__btn .btn-text{text-transform:uppercase;font-size:.8rem;font-weight:500;letter-spacing:.03em}.mobile-sticky-bar__row{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-3);line-height:1}.mobile-sticky-bar__row+.mobile-sticky-bar__row{margin-top:var(--sp-2);align-items:stretch;gap:var(--sp-2)}.mobile-sticky-bar__stock{display:flex;align-items:center;align-self:center;gap:6px;font-size:10px;text-transform:uppercase;letter-spacing:.03em;opacity:.7}.mobile-sticky-bar__dot{width:6px;height:6px;border-radius:50%}.mobile-sticky-bar__dot--in-stock{background:#22c55e}.mobile-sticky-bar__dot--out{background:#ef4444}.mobile-sticky-bar .quantity{height:auto;min-height:44px;border:1px solid rgb(var(--color-border));flex-shrink:0}.mobile-sticky-bar .quantity__button{padding:var(--sp-2) var(--sp-2)}.mobile-sticky-bar .quantity__input{width:24px;font-size:14px}.mobile-sticky-bar__btn{flex:1 1 auto;min-height:44px;padding-block:var(--sp-2d5);min-width:0}.mobile-sticky-bar__bundle{display:block;position:relative;width:100%;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .4s ease,visibility .4s ease,transform .4s ease}.mobile-sticky-bar__bundle.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.mobile-sticky-bar__bundle-tab{position:absolute;bottom:calc(100% + var(--sp-3));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:6px 12px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:6px 6px 0 0;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;list-style:none;white-space:nowrap}.mobile-sticky-bar__bundle-tab::-webkit-details-marker{display:none}.mobile-sticky-bar__bundle-tab .icon{width:12px;height:12px}.mobile-sticky-bar__bundle-arrow{transition:transform .2s ease}.mobile-sticky-bar__bundle[open] .mobile-sticky-bar__bundle-arrow{transform:rotate(180deg)}.mobile-sticky-bar__bundle-content{padding:var(--sp-3);max-height:50vh;overflow-y:auto;background:rgb(var(--color-background-alt, var(--color-background)));border-radius:var(--buttons-radius, 8px);margin-top:var(--sp-2)}.mobile-sticky-bar__bundle-content .details__content{gap:0}.mobile-sticky-bar__bundle-content .product-bundle__info{padding:var(--sp-3) 0;border-bottom:1px solid rgba(var(--color-border),.3)}.mobile-sticky-bar__bundle-content .product-bundle__info:first-child{padding-top:0}.mobile-sticky-bar__bundle-content .product-bundle__info:last-child{border-bottom:none;padding-bottom:0}.mobile-sticky-bar__bundle-images-row{display:none;align-items:center;padding-top:var(--sp-2);margin-top:var(--sp-2);border-top:1px solid rgb(var(--color-border))}.mobile-sticky-bar__bundle[open]+.mobile-sticky-bar__bundle-images-row{display:flex}.mobile-sticky-bar__bundle-images{display:flex;align-items:center;gap:6px}.mobile-sticky-bar__bundle-images img{width:36px;height:36px;border-radius:6px;object-fit:cover;box-shadow:0 1px 3px #0000001a}.mobile-sticky-bar__bundle-images .bundle-plus{font-size:14px;font-weight:600;opacity:.5}.mobile-sticky-bar .horizontal-product__media{width:48px!important;height:48px!important}.mobile-sticky-bar .horizontal-product__title{font-size:13px}}@media screen and (min-width:768px){.product-sticky-form__bundle{display:block;position:relative;width:100%;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .4s ease,visibility .4s ease,transform .4s ease}.product-sticky-form__bundle.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.product-sticky-form__bundle-tab{position:absolute;top:calc(var(--sp-4) * -1);left:50%;transform:translate(-50%,-100%);display:flex;align-items:center;gap:6px;padding:6px 12px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:6px 6px 0 0;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;list-style:none;white-space:nowrap}.product-sticky-form__bundle-tab::-webkit-details-marker{display:none}.product-sticky-form__bundle-tab .icon{width:12px;height:12px}.product-sticky-form__bundle-arrow{transition:transform .2s ease}.product-sticky-form__bundle[open] .product-sticky-form__bundle-arrow{transform:rotate(180deg)}.product-sticky-form__bundle-content{padding:var(--sp-3);max-height:300px;overflow-y:auto;background:rgb(var(--color-background-alt, var(--color-background)));border-radius:var(--buttons-radius, 8px);margin-top:var(--sp-2)}.product-sticky-form__bundle-content .details__content{gap:0}.product-sticky-form__bundle-content .product-bundle__info{padding:var(--sp-3) 0;border-bottom:1px solid rgba(var(--color-border),.3)}.product-sticky-form__bundle-content .product-bundle__info:first-child{padding-top:0}.product-sticky-form__bundle-content .product-bundle__info:last-child{border-bottom:none;padding-bottom:0}.product-sticky-form__bundle-images-row{display:none;align-items:center;padding-top:var(--sp-2);margin-top:var(--sp-2);border-top:1px solid rgb(var(--color-border))}.product-sticky-form__bundle[open]+.product-sticky-form__bundle-images-row{display:flex}.product-sticky-form__bundle-images{display:flex;align-items:center;gap:6px}.product-sticky-form__bundle-images img{width:40px;height:40px;border-radius:6px;object-fit:cover;box-shadow:0 1px 3px #0000001a}.product-sticky-form__bundle-images .bundle-plus{font-size:14px;font-weight:600;opacity:.5}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/mobile-sticky-bar.css.map */
