.product-fixed-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:rgb(var(--aillio-color-white));border-top:.1rem solid rgba(var(--aillio-color-foreground),.1);box-shadow:0 -.2rem 1rem rgba(var(--aillio-color-foreground),.1);transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);padding:1.2rem 0;overflow:hidden;border-radius:4px;border:1px solid}.price__sale,.price__availability,.price .price__badge-sale,.price .price__badge-sold-out,.price--on-sale .price__regular,.price--on-sale .price__availability{display:none}.product-fixed-bar .select select{background-color:#fff;color:#191919bf}.product-fixed-bar .select select:focus{box-shadow:none}.product-fixed-bar .select svg{height:.6rem;pointer-events:none;position:absolute;top:calc(50% - .2rem);right:1.5rem}.product-fixed-bar.is-visible{transform:translateY(0);bottom:10px}.product-fixed-bar.is-visible.is-collapsed{transform:translateY(calc(100% - 3rem));padding:0;cursor:pointer}.product-fixed-bar.is-collapsed .product-fixed-bar__container{opacity:0;pointer-events:none;transition:opacity 0s ease}.product-fixed-bar__toggle{position:absolute;top:0rem;left:50%;transform:translate(-50%);width:4.4rem;height:4.4rem;background-color:rgb(var(--aillio-color-white));border:initial;border-bottom:none;border-radius:.8rem .8rem 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:101;color:rgb(var(--aillio-color-foreground));opacity:0;visibility:hidden}.product-fixed-bar.is-collapsed .product-fixed-bar__toggle{top:0;border:none;border-radius:0;box-shadow:none;background-color:transparent}.product-fixed-bar.is-visible .product-fixed-bar__toggle{opacity:1;visibility:visible}.product-fixed-bar__toggle:active{transform:translate(-50%) scale(.95)}.product-fixed-bar__toggle-icon{width:2rem;height:2rem;transition:opacity .3s ease,transform .3s ease;position:absolute;stroke:currentColor;fill:none;pointer-events:none}.product-fixed-bar__toggle-icon--expand{opacity:0;transform:rotate(180deg)}.product-fixed-bar__toggle-icon--collapse,.product-fixed-bar.is-collapsed .product-fixed-bar__toggle-icon--expand{opacity:1;transform:rotate(0)}.product-fixed-bar.is-collapsed .product-fixed-bar__toggle-icon--collapse{opacity:0;transform:rotate(-180deg)}.product-fixed-bar__container{transition:opacity .3s ease}.product-fixed-bar__container{max-width:var(--aillio-page-width);margin:0 auto;padding:0 var(--aillio-page-width-gutter);width:100%}.product-fixed-bar__content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.product-fixed-bar__left{display:flex;align-items:center;gap:1.2rem;flex:1;min-width:0}.product-fixed-bar__image{flex-shrink:0;width:8rem;height:8rem;border-radius:.4rem;overflow:hidden;border:.1rem solid rgba(var(--aillio-color-foreground),.1)}.product-fixed-bar__image img{width:100%;height:100%;object-fit:cover;display:block}.product-fixed-bar__info-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:nowrap}.product-fixed-bar__title{font-family:var(--font-aillio-heading-family);font-style:var(--font-aillio-heading-style);font-weight:var(--font-aillio-heading-weight);font-size:1.4rem;line-height:1.4;margin:0;color:rgb(var(--aillio-color-foreground));overflow:hidden;text-overflow:ellipsis;white-space:normal;flex-shrink:1}.product-fixed-bar__price{font-size:1.6rem;line-height:1.2;color:rgb(var(--aillio-color-foreground));flex-shrink:0}.product-fixed-bar__price .price{font-weight:500;font-size:2rem;font-variation-settings:var(--sg--medium-wide)}.product-fixed-bar__variant-select-wrapper{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.product-fixed-bar__variant-label{font-size:1.2rem;font-weight:500;color:rgb(var(--aillio-color-foreground));white-space:nowrap;flex-shrink:0;margin-bottom:0}.product-fixed-bar__actions{flex-shrink:0}.product-fixed-bar__button{min-width:16rem;padding:1.4rem 2.4rem;font-size:1.4rem;position:relative;text-decoration:none;text-transform:uppercase;border-radius:.4rem;font-weight:500}.product-fixed-bar__button:before{content:none}.product-fixed-bar__button:after{content:none}.product-fixed-bar__button:disabled{opacity:.5;cursor:not-allowed}.product-fixed-bar__button-text{font-family:var(--font-aillio-body-family);display:inline-block;transition:opacity .2s ease;letter-spacing:normal;line-height:1;font-variation-settings:var(--sg--medium-extended)}.product-fixed-bar__button-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2rem;height:2rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.product-fixed-bar__button.is-loading .product-fixed-bar__button-text{opacity:0}.product-fixed-bar__button.is-loading .product-fixed-bar__button-loader{opacity:1;visibility:visible}.product-fixed-bar__button-loader .spinner{width:100%;height:100%;animation:loading .6s infinite linear}.product-fixed-bar__button-loader .spinner .path{stroke:currentColor;stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (min-width:992px){.product-fixed-bar.is-collapsed{width:7rem;border-radius:50%;height:auto;aspect-ratio:1/1;bottom:0}.product-fixed-bar__toggle{background-color:transparent}.product-fixed-bar__variant-select-wrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start}.product-fixed-bar__container{padding-left:1.4rem;padding-right:1.4rem}.product-fixed-bar__info-row{height:100%;align-items:center}.product-fixed-bar__info{width:100%}.product-fixed-bar__info-row,.product-fixed-bar__content,.product-fixed-bar__left{gap:1.4rem}.product-fixed-bar__price{margin-left:auto;margin-top:auto;margin-bottom:auto}.product-fixed-bar__left{align-items:stretch}.product-fixed-bar__title{margin-right:1.4rem;margin-bottom:auto}.select__select{min-width:110px;height:2.5rem}.select{border:1px solid #12121266}.product-fixed-bar.is-visible.is-collapsed .product-fixed-bar__toggle{top:0%}}@media screen and (max-width:992px){.product-fixed-bar{padding:var(--aillio-page-width-gutter) 0}.product-fixed-bar.is-visible.is-collapsed{transform:translateY(calc(100% - 3rem));padding:0;width:5rem;border-radius:50%;height:5rem;bottom:2rem}.product-fixed-bar__toggle{width:4rem;height:4rem;top:0rem;left:initial;right:0}.product-fixed-bar.is-visible.is-collapsed .product-fixed-bar__toggle{right:50%;transform:translate(50%);width:3.8rem;height:3.8rem;top:0;bottom:0;margin:auto 0}.product-fixed-bar.is-collapsed .product-fixed-bar__toggle{top:0;bottom:0;margin:0}.product-fixed-bar__toggle-icon{width:1.8rem;height:1.8rem}.product-fixed-bar__content{gap:1.2rem;flex-wrap:wrap}.product-fixed-bar__left{gap:2rem;align-items:flex-start;flex:1 1 100%;min-width:0}.product-fixed-bar__image{width:7rem;height:7rem;max-height:fit-content}.product-fixed-bar__info-row{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:1rem;padding:0rem}.product-fixed-bar__title{font-size:1.2rem;white-space:normal;overflow:visible;text-overflow:clip;width:100%;margin-bottom:1rem}.product-fixed-bar__actions:not(.no-media){margin-left:9rem}.product-fixed-bar__price{font-size:1.4rem;width:100%;margin-top:1rem}.product-fixed-bar__variant-select-wrapper{gap:.5rem}.product-fixed-bar__variant-select-wrapper select{height:2.5rem}.product-fixed-bar__variant-label{font-size:1.1rem;margin-bottom:0}.product-fixed-bar__button{min-width:12rem;padding:1.2rem 2rem;font-size:1.3rem;flex:1;max-width:100%}}@media screen and (max-width:992px){.product-fixed-bar__variant-select-wrapper{flex-wrap:wrap}.product-fixed-bar__info .select{border:1px solid rgba(var(--aillio-color-foreground),.1)}.product-fixed-bar.is-visible.is-collapsed{transform:translateY(calc(100% - 3.8rem));padding:0}.product-fixed-bar__toggle{width:3.8rem;height:1.5rem;top:1rem;right:-1rem}.product-fixed-bar.is-collapsed .product-fixed-bar__toggle{top:1.5rem}.product-fixed-bar__toggle-icon{width:1.6rem;height:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-fixed-bar.css.map */
