.cart{width:100%;display:flex;flex-direction:column;gap:2em}.cart__item{display:flex;min-width:100%;gap:2em;position:relative;top:0;opacity:1;transition-property:top,opacity;transition-duration:.25s;transition-timing-function:ease-out}.cart__item.preload{top:.5em;opacity:0}.cart__item--price{display:flex;gap:.5em}.cart__item--media{width:5.625em;min-width:5.625em}.cart__item--meta{width:100%;display:flex;flex-direction:column;gap:.5em}.cart__item--meta--header{display:flex;justify-content:space-between;gap:1em}.cart__item--meta--header>a{text-decoration:none;font-weight:700;width:90%;max-width:20em;line-height:1.2}.cart__item--meta--header>a:hover{text-decoration:none}.cart__item--meta>a,.cart__item--meta>span{text-decoration:none;font-weight:700}.cart__item--item-components summary{font-size:.8em;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px;text-decoration-color:var(--color-theme-primary);list-style:none;cursor:pointer}.cart__item--item-components summary::-webkit-details-marker{display:none}.cart__item--item-components ul{padding-top:1em;font-size:.8em;list-style-type:disc;list-style-position:outside;line-height:1.8}.cart__item--actions{width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:.25em}.cart__item--actions a{font-weight:700;font-size:.85em}