/*! ===================================================
                      SLOWEAR theme
  Copyright (c) 2024 Andrea Guarinoni, Bruno Melegari
           Based on DAWN theme fork v15.0.0
===================================================== */.section-sw-sticky-cart{position:fixed;top:auto;left:0;right:auto;bottom:0;z-index:2;width:50rem;max-width:100%}.section-sw-sticky-cart .sticky-cart{-webkit-transition:all var(--duration-medium) ease-out;transition:all var(--duration-medium) ease-out}.section-sw-sticky-cart .sticky-cart.unvisible{-webkit-transform:scale(0.8, 0);-ms-transform:scale(0.8, 0);transform:scale(0.8, 0);opacity:0;visibility:hidden;-webkit-transition:all var(--duration-medium) ease-in;transition:all var(--duration-medium) ease-in}.section-sw-sticky-cart .gradient{background-color:rgba(0,0,0,0)}.section-sw-sticky-cart .sticky-cart__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:rgba(var(--color-background), 0.45);backdrop-filter:blur(2rem);-webkit-box-shadow:0 .5rem 2rem 1rem rgba(var(--custom-color-black), 0.2);box-shadow:0 .5rem 2rem 1rem rgba(var(--custom-color-black), 0.2);border-radius:var(--buttons-radius-outset);padding-top:1.5rem;padding-bottom:1.5rem}.section-sw-sticky-cart .sticky-cart__product-info{padding-right:1rem}.section-sw-sticky-cart .sticky-cart__product-title,.section-sw-sticky-cart .sticky-cart__product-price{font-size:var(--font-heading-xsmall-size);font-weight:var(--font-heading-xsmall-weight);letter-spacing:var(--font-heading-xsmall-letter-spacing);line-height:var(--font-heading-xsmall-line-height)}.section-sw-sticky-cart .sticky-cart__product-title{margin-top:0;margin-bottom:0;max-width:25rem;text-wrap:pretty}.section-sw-sticky-cart .sticky-cart__product-price{color:rgb(var(--custom-color-grey));margin-top:.5rem}.section-sw-sticky-cart .sticky-cart__product-btn{min-width:18rem;text-align:right}.section-sw-sticky-cart .sticky-cart__product-btn .button{text-align:center}@media screen and (min-width: 750px){.section-sw-sticky-cart .sticky-cart__container{padding-top:2rem;padding-bottom:2rem}.section-sw-sticky-cart .sticky-cart__product-title,.section-sw-sticky-cart .sticky-cart__product-price{font-size:var(--font-heading-small-size);font-weight:var(--font-heading-small-weight);letter-spacing:var(--font-heading-small-letter-spacing);line-height:var(--font-heading-small-line-height)}}