@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Oswald&display=swap";@font-face{font-family:LeagueGothic;src:url(/assets/LeagueGothic-Regular-CXCdwRJH.otf)}.eshop-cart{display:flex;flex-direction:column;gap:.75rem}.eshop-cart-header{display:none}.eshop-cart-row{display:grid;grid-template-columns:1fr auto;grid-template-areas:"item     actions" "quantity price";gap:.5rem 1rem;padding:.75rem;border:1px solid #e5e5e5;border-radius:6px;background:#fff;align-items:center}.eshop-cart-row .cart-col-item{grid-area:item}.eshop-cart-row .cart-col-quantity{grid-area:quantity}.eshop-cart-row .cart-col-price{grid-area:price}.eshop-cart-row .cart-col-actions{grid-area:actions;justify-self:end}.cart-item-link{display:flex;align-items:center;gap:.75rem;color:#0b1d26}.cart-item-link img{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:4px;flex-shrink:0}.cart-item-link .cart-item-title{line-height:1.25}.cart-item-link:hover .cart-item-title{text-decoration:underline}.cart-quantity-control{display:inline-flex;margin-bottom:0}.cart-quantity-control .button{height:auto}.cart-quantity-control input[type=number]{width:56px;text-align:center;-moz-appearance:textfield}.cart-quantity-control input[type=number]::-webkit-outer-spin-button,.cart-quantity-control input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-col-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.cart-col-price .cart-price-label{font-size:.75em;color:#777;text-transform:uppercase;letter-spacing:.5px}.cart-col-price .cart-price-value{font-weight:700;font-size:1.1em;white-space:nowrap}.cart-remove.button.is-text{color:#aaa;padding:.5rem;height:auto;text-decoration:none}.cart-remove.button.is-text:hover,.cart-remove.button.is-text:focus{background:transparent;color:#f14668;text-decoration:none}.eshop-cart-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.eshop-cart-footer .eshop-cart-total{font-size:1.4em;color:#000}.eshop-cart-footer .eshop-cart-total strong{margin-left:.5rem}.eshop-cart-empty{text-align:center;padding:3rem 1rem;color:#777}@media screen and (min-width: 769px){.eshop-cart-header{display:grid;grid-template-columns:1fr 160px 140px 60px;gap:1rem;padding:0 .75rem;font-size:.85em;color:#777;text-transform:uppercase;letter-spacing:.5px}.eshop-cart-row{grid-template-columns:1fr 160px 140px 60px;grid-template-areas:"item quantity price actions"}.cart-col-price .cart-price-label{display:none}}
