.cart-items{width:100%;display:flex;flex-direction:column;gap:1px}.cart-items .cart-item{display:flex;min-width:100%;background-color:#f3f8f9}.cart-items .cart-item__media{width:9em;min-width:9em;padding:16px}.cart-items .cart-item__media img{background-color:#fff;box-shadow:1px 1px 1px rgba(10,116,135,.05)}.cart-items .cart-item__details{width:100%;display:flex;flex-direction:column;gap:.25em;padding:16px}.cart-items .cart-item__details .see-more-cart--closed{display:block}.cart-items .cart-item__details .see-more-cart--open{display:none}.cart-items .cart-item__details .see-more-cart span{font:11px Brandon-reg!important;text-decoration:underline;letter-spacing:1px}.cart-items .cart-item__details.open .see-more-cart--closed{display:none}.cart-items .cart-item__details.open .see-more-cart--open{display:block}.cart-items .cart-item__details.open .cart-item__variant ul li{display:block}.cart-items .cart-item__details .cart-item__variant ul li{display:none}.cart-items .cart-item__details .cart-item__variant ul li:first-child{display:block}.cart-items .cart-item__quantity .button{font:18px Brandon-med;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:32px;min-height:32px;max-height:32px;width:32px;min-width:32px;max-width:32px;padding:0;background-color:#fff;color:#006175;border:1px solid #bfe4ea}.cart-items .cart-item__quantity .button.down{border-right:none}.cart-items .cart-item__quantity .button.up{border-left:none}.cart-items .cart-item__quantity input{width:32px;height:32px;min-height:32px;max-height:32px;text-align:center!important;border-left:none;border-right:none;padding:0;font-size:13px!important}.cart-items .cart-item__quantity .cart-quantity{display:flex}.cart-items .cart-item__quantity input::-webkit-inner-spin-button,.cart-items .cart-item__quantity input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cart-items .cart-item__quantity input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cart-items .cart-item__title{display:flex;justify-content:space-between;gap:1em;align-items:flex-start}.cart-items .cart-item__title .title{text-decoration:none;text-transform:uppercase}.cart-items .cart-item__title .title span{font-size:20px!important;letter-spacing:1px}.cart-items .cart-item__title .remove{display:flex;width:1.25em;height:1.25em;justify-content:center;align-items:center;opacity:.5}.cart-items .cart-item__title .remove span{display:none}.cart-items .cart-item__title .remove svg{width:.875em;height:auto}.cart-items .cart-item__title .remove svg path{fill:#006175}.cart-items .cart-item__title .remove:hover{opacity:1}.cart-items .cart-item__variant ul{display:flex;flex-direction:column;gap:0;margin:6px 0}.cart-items .cart-item__variant ul li{font:12px Brandon-reg!important;letter-spacing:1px}.cart-items .cart-item__variant ul li .certificate-id{text-decoration:underline;font-size:12px;line-height:1em}.cart-items .cart-item__footer{display:flex;justify-content:space-between;align-items:center;margin-top:2em}.cart-items .cart-item__price{display:flex;justify-content:space-between;align-items:center}.cart-items .cart-item__price span{font:1em Brandon-reg!important;letter-spacing:1px;font-weight:500!important}.cart-items .cart-item__price ins{border:none;text-decoration:none}.cart-items .cart-item__price del{opacity:.35}.cart-diamond-message{background-color:var(--color-blankstate-background);padding:10px;margin-bottom:1em}