@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap);.add-to-cart-popup--overlay{background-color:rgba(0,0,0,.8);width:100%;height:100%;position:fixed;top:0;right:0;left:0;bottom:0;z-index:999;display:flex;justify-content:center;padding:100px 20px}.add-to-cart-popup--box{width:300px;max-height:190px;padding:30px;background-color:#fff;box-shadow:0 4px 24px rgba(26,26,26,.15);border-radius:10px;display:flex;flex-direction:column;align-items:center;gap:10px}.add-to-cart-popup--box h2{font-size:20px;line-height:125%;letter-spacing:.1em;color:#535353}.add-to-cart-popup--box h2,.add-to-cart-popup--box span{font-family:Gotham,sans-serif;font-weight:400;text-align:center;margin:0}.add-to-cart-popup--box span{font-size:14px;line-height:140%;color:#767676}