@media only screen and (max-width: 1023px){.cart-pop-up__btn-wrapper{width:100%;display:flex;margin-top:10px}.cart-pop-up__keep-shopping-link{text-align:center;flex:0 0 calc(50% - 20px);padding:10px;margin:10px;border:1px solid #DBDEDE;border-radius:5px;color:#1A1F27}.cart-pop-up__checkout-link{text-align:center;flex:0 0 calc(50% - 20px);padding:10px;margin:10px;border-radius:5px;background-color:var(--theme-color-main, #1baeb4);color:#fff}.cart-pop-up__checkout-link:hover{color:#fff;text-decoration:none}}@media only screen and (max-width: 1023px){.cart-pop-up__img-wrapper{height:150px}.cart-pop-up__img{height:150px}}@media only screen and (max-width: 1023px){.cart-pop-up__product-info{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:10px 10px 0 10px}.cart-pop-up__product-info-title{font-size:1.35rem;color:#1A1F27;font-weight:600}}@media only screen and (max-width: 1023px){.cart-pop-up__header{display:flex;justify-content:center;align-items:center;width:100%;padding:0 10px 10px 10px}.cart-pop-up__header-text{font-size:1.5rem;color:#1A1F27;font-weight:700}.cart-pop-up__header-icon{margin-left:35px}}.cart-pop-up-wrapper,.pop-up__overlay{display:none}@media only screen and (max-width: 1023px){.cart-pop-up--active{overflow:hidden}.cart-pop-up__mod--active .pop-up__overlay,.cart-pop-up__mod--active .pop-up__close-btn{transform:translateY(0);opacity:1;z-index:150}.pop-up__overlay{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:-1;display:block;top:0;right:0;opacity:0;transform:translateY(100%)}.cart-pop-up-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:350px;box-shadow:5px 1px 0 0 rgba(0,0,0,0.1);padding:10px;transition:all 0.3s ease-in-out;z-index:1000;position:fixed;bottom:0;transform:translateY(100vh);background-color:#fff;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.cart-pop-up__mod--active .cart-pop-up-wrapper{transform:translateY(0vh)}}
