.cart-item{display:flex;list-style:none;gap:1.2rem;justify-content:start;background-color:rgb(var(--color-background));position:relative;margin:0}cart-remove-button{display:flex;flex-direction:column;justify-content:center;align-items:center}cart-remove-button .cart-remove-button{background:none;border:none;color:rgb(var(--color-secondary-button-text));padding:.5rem;cursor:pointer}cart-remove-button .cart-remove-button svg{width:1.2rem;height:auto}@media screen and (min-width: 1024px){cart-remove-button{position:absolute;top:0;right:0;margin:0;display:flex;justify-content:end;align-items:center;height:fit-content}.cart-remove-button{padding:0}}.cart-item__media{aspect-ratio:1 / 1;overflow:hidden;position:relative;min-width:28.9%;width:28.9%}.cart-item__media img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__media a{display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.cart-item__content{width:100%;display:flex;flex-direction:column;justify-content:center;gap:.5rem;text-transform:uppercase}.cart-item__content *{line-height:1.1}.cart-item__content a{text-decoration:none;cursor:pointer}@media screen and (min-width: 1024px){.cart-item__content{width:auto;flex-grow:1;padding-right:2.4rem;gap:.8rem}}.cart-item__name{font-size:clamp(1rem,1.5vw,1.2rem);font-weight:300;color:rgb(var(--color-foreground));padding:0}@media screen and (min-width: 1024px){.cart-item__name{position:relative;width:fit-content}.cart-item__name:after{content:"";position:absolute;display:block;width:0;height:1px;bottom:0;background-color:rgb(var(--color-foreground));transition:all var(--duration-short) ease}.cart-item__name:hover:after{width:100%}}.cart-item__artist{font-size:clamp(1.4rem,2vw,1.6rem);font-weight:500;color:rgb(var(--color-heading))}.cart-item__price{color:rgb(var(--color-heading));font-weight:500;font-size:clamp(1.2rem,1.5vw,1.4rem)}
/*# sourceMappingURL=/cdn/shop/t/59/assets/cart-item.css.map */
