.cart-items{width:100%}.cart-items a{cursor:pointer}.cart-items thead{display:block;margin-bottom:2.25rem}.cart-items thead tr{display:grid;grid-template-columns:repeat(6, 1fr) minmax(9rem, 1fr) minmax(9rem, 1fr);gap:0 1rem}@media only screen and (max-width: 768px){.cart-items thead tr{display:flex;justify-content:space-between}}.cart-items thead tr th{font-size:17px;line-height:1.25;letter-spacing:-0.15px;font-weight:800;text-align:left}.cart-items thead tr th.medium-hide{display:none}@media only screen and (max-width: 768px){.cart-items thead tr th.medium-hide{display:block}}@media only screen and (max-width: 768px){.cart-items thead tr th.small-hide{display:none}}.cart-items thead tr th.cart-items__heading--quantity{grid-column:7/span 1;text-align:left}.cart-items thead tr th:last-child{grid-column:8/span 1;text-align:right}.cart-items tbody{display:flex;flex-direction:column;gap:1rem 0}@media only screen and (max-width: 768px){.cart-items tbody{gap:2.5rem 0}}.cart-item{display:grid;grid-template-columns:9rem minmax(12rem, 1fr) repeat(4, 1fr) minmax(9rem, 1fr) minmax(9rem, 1fr);gap:1rem}@media only screen and (max-width: 768px){.cart-item{grid-template-columns:4.5rem minmax(10rem, 1fr) repeat(1, 1fr);gap:1rem .5rem}}.cart-item__media{position:relative}.cart-item__media .cart-item__link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cart-item__image{display:block;width:100%;height:auto;border-radius:8px}.cart-item__details{display:flex;flex-direction:column;gap:.25rem 0}.cart-item__details dl{all:unset;display:flex;flex-direction:column;gap:.25rem 0}.cart-item__name{font-weight:bold}.cart-item__totals{grid-column:8/span 1;display:flex;justify-content:flex-end;text-align:right}@media only screen and (max-width: 768px){.cart-item__totals{grid-column:3/span 1}}.cart-item__totals.medium-hide{display:none}@media only screen and (max-width: 768px){.cart-item__totals.medium-hide{display:flex}}@media only screen and (max-width: 768px){.cart-item__totals.small-hide{display:none}}.cart-item__quantity{grid-column:7/span 1}@media only screen and (max-width: 768px){.cart-item__quantity{grid-column:2/span 1}}.cart-item__quantity-wrapper{display:flex;align-items:center;gap:0 .75rem}.cart-item__quantity-wrapper cart-remove-button{margin-top:2px}.cart-item__error-text:empty+svg{display:none}.cart-item__price-wrapper *{all:unset}.cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column}.cart-item__discounted-prices{display:flex;gap:0 .35rem}.cart-item__old-price{text-decoration:line-through}.product-option *{all:unset}.product-option:empty{display:none}.product-option a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.discounts{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem 0;padding-top:.15rem}.discounts__discount{display:flex;gap:0 .35rem;align-items:center;padding:.1rem .45rem .05rem;border-radius:1000000px;background-color:#242424;font-size:12px;color:#fff}.discounts__discount svg{width:.55rem;height:.55rem}.discounts__discount svg path{fill:#fff}.quantity{display:flex;padding:.25rem;border-radius:1000000px;border:1px solid #e9e9e4}.quantity__input{width:2.75rem;-webkit-appearance:none;-moz-appearance:textfield;appearance:none;text-align:center}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__button{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;border-radius:100%;background-color:#e9e9e4}.quantity__button svg{width:.65rem}