/** Shopify CDN: Minification failed

Line 29:2 Unexpected "}"

**/
/*===================================
        BACK TO TOP BUTTON
====================================*/
#backToTop {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 10;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    border-color: transparent;
    cursor: pointer;
}  


  #backToTop {
      background: var(--back-to-top-color);
      border-radius: 0%;
      width: 40px;
      height: 40px;
      right: 20px;
      bottom: 97px;}
  }

  #backToTopSVG {
      
      margin-top: 2px;
      
  }

