.cart-reminder{display:none;position:fixed;width:100%;height:-moz-fit-content;height:fit-content;max-height:-moz-fit-content;max-height:fit-content;background-color:var(--color-white);z-index:100001;left:0;bottom:0;padding:3em 0;box-shadow:0 0 5px rgba(0,0,0,.2)}.cart-reminder__close{position:absolute;right:0;top:0;font:1em Helvetica,Arial,"Lucida Grande",sans-serif;width:5em;height:5em;display:flex;align-items:center;justify-content:center}.cart-reminder__close svg{width:1.25em;height:1.25em}.cart-reminder__close svg line{fill:none;stroke:var(--color-black);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-reminder__header{text-align:center;margin-bottom:2em}.cart-reminder__header h3{margin:0}.cart-reminder__content{display:grid;grid-template-columns:1fr;gap:1em;width:-moz-fit-content;width:fit-content;margin:0 auto}@media (max-width:768px){.cart-reminder__content{gap:.5em}}.cart-reminder__content.product-count-2{grid-template-columns:1fr 1fr}.cart-reminder__content.product-count-3{grid-template-columns:1fr 1fr 1fr}.cart-reminder__content.product-count-4{grid-template-columns:1fr 1fr 1fr 1fr}@media (max-width:768px){.cart-reminder__content.product-count-4{grid-template-columns:repeat(2,1fr)}}.cart-reminder__content .card-product{max-width:16em;text-align:center}@media (max-width:768px){.cart-reminder__content .card-product{max-width:14em}}.cart-reminder__content .card-product .price{justify-content:center}@media (max-width:768px){.cart-reminder__content .card-product__media{margin-bottom:0}}@media (max-width:768px){.cart-reminder__content .card-product__details{display:none}}.cart-reminder__footer{display:flex;justify-content:center;padding-top:2em}.cart-reminder.show{display:block}