.cart-items{width:100%;display:grid;grid-template-rows:auto;gap:1em;align-items:flex-start}.cart-items .cart-item{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.75em;align-items:center}.cart-items .cart-item:last-of-type{padding-bottom:2em}.cart-items .cart-item__divider{width:100%;height:1px;background-color:var(--color-tertiary-accent)}.cart-items .cart-item__wrapper{position:relative;gap:.75em;display:flex;align-items:flex-start;flex-direction:column}.cart-items .cart-item__wrapper .item-properties-button{margin-top:.3125em;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;cursor:pointer;border:none;display:flex;align-items:center;gap:1em;padding:.5em 1em;border-radius:.625em;background:var(--color-tertiary-accent);color:var(--color-black)}.cart-items .cart-item__wrapper .item-properties-button.open svg{transform:rotate(180deg)}.cart-items .cart-item__wrapper .item-properties-button span{font-family:gill-sans-nova,arial,sans-serif;font-weight:700}.cart-items .cart-item__wrapper .item-properties-button svg{width:12px;height:auto;margin-top:3px}.cart-items .cart-item__wrapper .item-properties-button svg polyline{fill:none;stroke:var(--color-black);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:3;stroke-width:4.5px}.cart-items .cart-item__line-price{display:flex;gap:.5em}.cart-items .cart-item__line-price span{font-size:.75em;padding:.5em 1.25em;border-radius:.625em;background:#c30453;color:var(--color-white);width:-moz-fit-content;width:fit-content;margin:0 auto;display:block;font-weight:700;text-align:center}.cart-items .cart-item__line-price span.price-original{background:0 0;color:var(--color-black)}.cart-items .cart-item__line-price span.price-original del{opacity:1}.cart-items .cart-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25em;gap:.5em}.cart-items .cart-item__header span{width:100%;font-size:.875em;font-weight:600}.cart-items .cart-item__header .remove{display:flex;width:1em;min-width:1em;height:1.5em;justify-content:center;align-items:center}.cart-items .cart-item__header .remove span{display:none}.cart-items .cart-item__header .remove svg{width:1em;height:1em;fill:var(--color-black)}.cart-items .cart-item__details{width:100%}.cart-items .cart-item__details h5{text-transform:none;margin-bottom:0}.cart-items .cart-item__details h5 a{text-decoration:none;color:var(--color-primary);font-size:18px}.cart-items .cart-item__details h5 a:focus,.cart-items .cart-item__details h5 a:hover{text-decoration:underline}@media (max-width:768px){.cart-items .cart-item__details h5 a{font-size:14px}}.cart-items .cart-item__info{display:grid;grid-template-rows:auto}.cart-items .cart-item__properties{display:flex;flex-direction:column;gap:.5em;padding:0 0 0 .75em}.cart-items .cart-item__properties.hidden{display:none}.cart-items .cart-item__property,.cart-items .cart-item__variant{line-height:1.1;font-size:.875em}.cart-items .cart-item__quantity input{width:28px;height:28px;min-height:28px;text-align:center;padding:0 .5em;font-weight:700;font-size:14px;border:none}.cart-items .cart-item__footer{display:flex;gap:1em;align-items:center;justify-content:space-between;width:100%}.cart-items .cart-item__footer .remove span{display:block;font-size:12px;margin-right:1.5em}