.cart__header{text-align:center;margin-bottom:3rem;padding:2rem 0}.cart__title{margin:0 0 1rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.2}.cart__description{font-size:1.6rem;color:rgba(var(--color-foreground),.7);line-height:1.5;max-width:60rem;margin:0 auto}@media screen and (max-width: 749px){.cart__header{margin-bottom:2rem;padding:1.5rem 0}.cart__description{font-size:1.4rem}}.cart__footer-buttons{display:flex;gap:2rem;justify-content:space-between;align-items:center;margin-top:3rem;padding:2rem 0;border-top:1px solid rgba(var(--color-border),.2)}.quantity-selector{display:flex;align-items:center;justify-content:center;gap:0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;width:fit-content}.quantity__button{min-width:3.5rem;min-height:3.5rem;border:2px solid rgba(var(--color-border),.3);background:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.quantity__minus{border-radius:8px 0 0 8px;border-right:none}.quantity__plus{border-radius:0 8px 8px 0;border-left:none}.quantity__button:hover{border-color:rgb(var(--color-link));background:rgba(var(--color-link),.1);transform:translateY(-1px);z-index:1;position:relative}.quantity__button:active{transform:translateY(0);background:rgba(var(--color-link),.2)}.quantity__symbol{font-size:1.8rem;font-weight:700;line-height:1;color:rgb(var(--color-foreground));-webkit-user-select:none;user-select:none;pointer-events:none}.quantity__input{text-align:center;border:2px solid rgba(var(--color-border),.3);border-left:none;border-right:none;background:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));min-width:6rem;height:3.5rem;font-size:1.6rem;font-weight:600;transition:all .3s ease;-moz-appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__input:focus{outline:none;border-color:rgb(var(--color-link));background:rgba(var(--color-link),.05);z-index:1;position:relative}@media screen and (max-width: 749px){.quantity__button{min-width:3rem;min-height:3rem}.quantity__symbol{font-size:1.6rem}.quantity__input{min-width:5rem;height:3rem;font-size:1.4rem}}.quantity{display:flex;align-items:center;justify-content:center;gap:0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.cart__update-button,.cart__checkout-button{flex:1;max-width:25rem;min-height:5rem;font-size:1.6rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;border-radius:12px;transition:all .3s ease}.cart__update-button{background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));border:2px solid rgba(var(--color-border),.3)}.cart__update-button:hover{background:rgba(var(--color-foreground),.15);border-color:rgba(var(--color-border),.5);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cart__checkout-button{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:2px solid rgb(var(--color-button))}.cart__checkout-button:hover{background:rgba(var(--color-button),.9);transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-button),.3)}@media screen and (max-width: 749px){.cart__footer-buttons{flex-direction:column;gap:1.5rem;margin-top:2rem;padding:1.5rem 0}.cart__update-button,.cart__checkout-button{width:100%;max-width:none;min-height:4.5rem;font-size:1.4rem}}@media screen and (min-width: 750px) and (max-width: 989px){.cart__footer-buttons{gap:1.5rem}.cart__update-button,.cart__checkout-button{max-width:20rem}}cart-items .title-wrapper-with-link{margin-top:0}.cart-items td,.cart-items th{padding:0;border:none}.cart-items th{text-align:left;padding-bottom:1.8rem;opacity:.85;font-weight:400}.cart-item__quantity-wrapper{display:flex}.cart-item__totals{position:relative}.cart-items *.right{text-align:right}.cart-item__image-container{display:inline-flex;align-items:flex-start}.cart-item__image-container:after{content:none}.cart-item__image{height:auto;max-width:calc(10rem / var(--font-body-scale))}@media screen and (min-width: 750px){.cart-item__image{max-width:100%}}.cart-item__details{font-size:1.6rem;line-height:calc(1 + .4 / var(--font-body-scale))}.cart-item__details>*{margin:0;max-width:30rem}.cart-item__details>*+*{margin-top:.6rem}.cart-item__media{position:relative}.cart-item__link{display:block;bottom:0;left:0;position:absolute;right:0;top:0;width:100%;height:100%}.cart-item__name{text-decoration:none;display:block;color:#d4af37!important;font-weight:600}.cart-item__name:hover{text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:.2rem;color:gold!important}.cart-item__price-wrapper>*{display:block;margin:0;padding:0}.cart-item__discounted-prices dd{margin:0}.cart-item__discounted-prices .cart-item__old-price{font-size:1.4rem}.cart-item__old-price{opacity:.7}.cart-item__final-price{font-weight:400}.product-option{font-size:1.4rem;word-break:break-word;line-height:calc(1 + .5 / var(--font-body-scale))}.cart-item cart-remove-button{display:flex;margin-left:1rem}@media screen and (min-width: 750px) and (max-width: 989px){.cart-item cart-remove-button{width:4.5rem;height:4.5rem}}cart-remove-button .button{min-width:calc(4.5rem / var(--font-body-scale));min-height:4.5rem;padding:0;margin:0 .1rem .1rem 0}cart-remove-button .button:before,cart-remove-button .button:after{content:none}cart-remove-button .button:not([disabled]):hover{color:rgb(var(--color-foreground))}@media screen and (min-width: 750px){cart-remove-button .button{min-width:3.5rem;min-height:3.5rem}}cart-remove-button .icon-remove{height:1.5rem;width:1.5rem}.cart-item .loading__spinner{top:0;left:auto;right:auto;bottom:0;padding:0}@media screen and (min-width: 750px){.cart-item .loading__spinner{right:0;padding-top:4.5rem;bottom:auto}}.cart-item .loading__spinner:not(.hidden)~*{visibility:hidden}.cart-item__error{display:flex;align-items:flex-start;margin-top:.2rem;width:min-content;min-width:100%}.cart-item__error-text{font-size:1.3rem;line-height:1.4;letter-spacing:.04rem;order:1}.cart-item__error-text+.svg-wrapper{flex-shrink:0;width:1.5rem;height:1.5rem;margin-right:.7rem;margin-top:.25rem}.cart-item__error-text:empty+.svg-wrapper{display:none}.product-option+.product-option{margin-top:.4rem}.product-option *{display:inline;margin:0}.cart-items thead th{text-transform:uppercase}@media screen and (max-width: 749px){.cart-items,.cart-items thead,.cart-items tbody{display:block;width:100%}.cart-items thead tr{display:flex;justify-content:space-between;border-bottom:.1rem solid rgba(var(--color-foreground),.2);margin-bottom:4rem}.cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1.5rem;margin-bottom:3.5rem}.cart-item:last-child{margin-bottom:0}.cart-item__media{grid-row:1 / 3}.cart-item__details{grid-column:2 / 4}.cart-item__quantity{grid-column:2 / 5}.cart-item__quantity-wrapper{flex-wrap:wrap}.cart-item__totals{display:flex;align-items:flex-start;justify-content:flex-end}}@media screen and (max-width: 480px){.cart-items{display:block;width:100%;border:none;background:transparent}.cart-items thead{display:none}.cart-items tbody{display:block;width:100%}.cart-item{display:block;background:rgb(var(--color-background));border-radius:12px;box-shadow:0 4px 12px rgba(var(--color-shadow),.15);border:1px solid rgba(var(--color-foreground),.08);padding:1.5rem;margin-bottom:2rem;position:relative}.cart-item td{display:block;padding:0;border:none;width:100%}.cart-item__details{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem;width:100%}.cart-item__image{width:120px;height:120px;margin-bottom:1rem}.cart-item__image img{width:100%;height:100%;object-fit:cover;border-radius:12px;border:2px solid rgba(var(--color-foreground),.1)}.cart-item__info{text-align:center;width:100%}.cart-item__name{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:.5rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;text-decoration:none}.cart-item__variant{font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin-bottom:.5rem}.cart-item__properties{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin:0;padding:0;list-style:none}.cart-item__quantity{display:flex;justify-content:center;align-items:center;margin-bottom:1rem;width:100%}.quantity-selector{display:flex;align-items:center;gap:.5rem;background:rgba(var(--color-foreground),.05);border-radius:8px;padding:.5rem}.quantity__button{min-width:3rem;min-height:3rem;border-radius:6px;font-size:1.4rem;font-weight:600;border:none;background:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity__button:hover{background:rgba(var(--color-foreground),.1)}.quantity__input{min-width:4rem;height:3rem;font-size:1.4rem;text-align:center;border-radius:6px;border:none;background:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));-moz-appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__symbol{font-size:1.2rem;font-weight:600}.cart-item__totals{font-size:1.8rem;font-weight:600;color:rgb(var(--color-button));text-align:center;width:100%;margin-bottom:1rem}.cart__remove-button{position:absolute;top:1rem;right:1rem;background:rgba(var(--color-foreground),.1);border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.2rem}.cart__remove-button:hover{background:rgba(var(--color-foreground),.2);transform:scale(1.1)}}@media screen and (max-width: 360px){.cart-item{padding:1rem;margin-bottom:1.5rem}.cart-item__media{gap:.8rem;margin-bottom:.8rem}.cart-item__image{width:70px;height:70px}.cart-item__name{font-size:1.3rem;word-wrap:break-word;overflow-wrap:break-word}.cart-item__price{font-size:1.5rem}.cart-item__totals{font-size:1.4rem;margin-left:.5rem}.quantity__button{min-width:2.5rem;min-height:2.5rem}.quantity__input{min-width:3.5rem;height:2.5rem;font-size:1.3rem}.quantity__symbol{font-size:1.2rem}.cart__remove-button{width:2.5rem;height:2.5rem;font-size:1rem}.cart__title{font-size:1.8rem}.cart__description{font-size:1.2rem}.cart-item__quantity{flex-wrap:wrap;gap:.5rem}.cart-item__quantity-wrapper{min-width:0;flex:1}}.cart-item__name,.cart-item__name a,.cart-item__link,.cart-notification-product__name,.cart-notification-product__name a{color:#d4af37!important;font-weight:600!important}.cart-item__name:hover,.cart-item__name a:hover,.cart-item__link:hover,.cart-notification-product__name:hover,.cart-notification-product__name a:hover{color:gold!important}.product-option,.product-option a,.cart-item__details a,.cart-item__variant,.cart-notification a,.cart-notification .link{color:#d4af37!important}.cart-notification a:hover,.cart-notification .link:hover{color:gold!important}.cart a,.cart-items a,.cart-drawer a,.cart-notification a{color:#d4af37!important}.cart a:hover,.cart-items a:hover,.cart-drawer a:hover,.cart-notification a:hover{color:gold!important}.cart-item span,.cart-items span,.product-option span,.cart-item__details span,.cart-notification span{color:#d4af37!important;font-weight:500!important}@media screen and (min-width: 750px){.cart-items{border-spacing:0;border-collapse:separate;box-shadow:none;width:100%;display:table}.cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-items thead th:first-child{width:50%}.cart-items th+th{padding-left:4rem}.cart-items td{vertical-align:top;padding-top:4rem}.cart-item{display:table-row}.cart-item>td+td{padding-left:4rem}.cart-item__details{width:35rem}.cart-item__media{width:10rem}.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices){margin-top:1rem}.cart-item__error{margin-left:.3rem}}@media screen and (min-width: 990px){.cart-item .cart-item__quantity,.cart-items .cart-items__heading--wide{padding-left:6rem}.cart-item__details{width:50rem}.cart-items thead th:first-child{width:60%}}@media screen and (min-width: 750px){.cart-items .cart-items__heading--quantity,.cart-item .cart-item__quantity,.cart-item__quantity--info quantity-popover>*{padding-left:5rem}.cart-item .cart-item__quantity--info,.cart-item__quantity--info .cart-item__quantity-wrapper,.cart-item__quantity--info .cart-items__info{padding-left:0}}@media screen and (max-width: 989px){.cart-items .quantity-popover__info-button{padding-left:0}}@media screen and (max-width: 480px){.cart__footer-buttons{flex-direction:column;gap:1rem;margin-top:2rem;padding:1.5rem 0}.cart__update-button,.cart__checkout-button{width:100%;max-width:none;min-height:4.5rem;font-size:1.4rem;border-radius:8px}.cart__update-button{order:2}.cart__checkout-button{order:1;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:2px solid rgb(var(--color-button))}.cart__checkout-button:hover{background:rgba(var(--color-button),.9);transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-button),.3)}}
/*# sourceMappingURL=/cdn/shop/t/269/assets/component-cart-items.css.map */
