.main-cart{max-width:100%;padding-block:4rem 2rem;margin:unset}@media(min-width:990px){.main-cart{padding-block-end:0}}.main-cart__left{width:100%;max-width:94.4rem}.main-cart__header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:2.4rem;padding:.15rem}@media(min-width:750px){.main-cart__header{margin-bottom:1.6rem}}.main-cart__header .main-page-title{font-weight:500;font-size:1.6rem}.main-cart__header .items-count{padding:.1rem .6rem;color:rgb(var(--color-background));background-color:rgb(var(--color-foreground))}.main-cart__header-button{text-transform:none;margin-inline-start:auto}.main-cart #main-cart-shipping{max-width:100%}@media(min-width:750px){.main-cart #main-cart-shipping{max-width:45.6rem}}.main-cart .cart-shipping{width:100%}.main-cart.is-empty{padding-block-start:16rem}.main-cart.is-empty .main-cart__wrapper{align-items:center;justify-content:flex-end}.main-cart__wrapper{display:flex;align-items:flex-start;flex-direction:column}@media(min-width:990px){.main-cart__wrapper{justify-content:flex-start}}.main-cart{position:relative;display:block}.main-cart__empty-info{display:flex;flex-direction:column;align-items:center}.main-cart__empty-info:empty{display:none}.main-cart__empty-title{color:rgb(var(--color-foreground-secondary))}.main-cart__empty-desc{text-align:center;margin-top:.2rem;max-width:58.2rem}.main-cart__empty-button{margin-top:4rem}cart-items{display:block;width:100%;margin-top:2.4rem}cart-items .main-cart__table{width:100%;border-collapse:collapse}cart-items .main-cart__table .account__subtitle{font-weight:500}cart-items .main-cart__table .price-column{display:flex;flex-direction:column;gap:.2rem}cart-items .main-cart__table .price-column s{color:rgb(var(--color-foreground-secondary))}@media(min-width:576px){cart-items .main-cart__table .price-column{flex-direction:row;flex-wrap:wrap}}cart-items .main-cart__table .row{display:flex;flex-direction:column;gap:1.6rem;padding-inline:1.6rem;width:100%;height:auto;background-color:rgb(var(--color-background));transition:background-color var(--duration-default)}@media(min-width:990px){cart-items .main-cart__table .row{display:flex;flex-direction:row;align-items:center}}cart-items .main-cart__table .row>*:before{content:attr(data-label);display:inline-block;max-width:10rem;min-width:10rem;font-size:1.2rem;font-weight:500;color:rgb(var(--color-foreground));margin-right:1.6rem}@media(min-width:576px){cart-items .main-cart__table .row>*:before{max-width:12rem;min-width:12rem}}@media(min-width:990px){cart-items .main-cart__table .row>*:before{display:none}}cart-items .main-cart__table .row>*:first-child:before{display:none}@media(min-width:990px){cart-items .main-cart__table .row>*:first-child{width:11.8%}}@media(min-width:990px){cart-items .main-cart__table .row>*:nth-child(2){width:16.6%}}@media(min-width:990px){cart-items .main-cart__table .row>*:nth-child(3){width:12%;margin-inline:auto}}@media(min-width:990px){cart-items .main-cart__table .row>*:nth-child(4){width:16.6%}}@media(min-width:990px){cart-items .main-cart__table .row>*:nth-child(5),cart-items .main-cart__table .row>*:last-child{width:9.5%}}cart-items .main-cart__table .thead{display:none;position:relative;border:none;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background-secondary));padding:.8rem 1.6rem;border-radius:.2rem}@media(min-width:990px){cart-items .main-cart__table .thead{display:flex}}cart-items .main-cart__table .thead--mobile{display:flex}@media(min-width:990px){cart-items .main-cart__table .thead--mobile{display:none}}cart-items .main-cart__table .tbody{width:100%;text-decoration:none}cart-items .main-cart__table .tbody>*{display:flex;align-items:center;color:rgba(var(--color-foreground));box-sizing:border-box;transition:var(--duration-default)}cart-items .main-cart__table .tbody .order-product{width:100%;display:flex;flex-direction:row;align-items:center;gap:.8rem}cart-items .main-cart__table .tbody .order-product__image,cart-items .main-cart__table .tbody .order-product__placeholder{width:6.4rem;height:8.5rem;transition:var(--image-transition);object-fit:contain;cursor:pointer}cart-items .main-cart__table .tbody .order-product__image:hover,cart-items .main-cart__table .tbody .order-product__placeholder:hover{transform:scale(1.05)}@media(min-width:990px){cart-items .main-cart__table .tbody .order-product{padding-right:.8rem}}@media(min-width:1200px){cart-items .main-cart__table .tbody .order-product{gap:1.6rem;padding-right:1.6rem}}cart-items .main-cart__table .tbody .order-product__link{display:block!important;background:transparent;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2}@media screen and (hover:hover)and (pointer:fine){cart-items .main-cart__table .tbody .order-product__link:hover+img{transform:scale(1.05)}}cart-items .main-cart__table .tbody .order-product__details{display:flex;flex-direction:column;gap:.4rem}cart-items .main-cart__table .tbody .order-product__details .card__vendor{color:rgb(var(--color-foreground-secondary));margin-bottom:-.2rem}cart-items .main-cart__table .tbody .order-product .properties{display:flex;flex-direction:column;gap:.4rem;margin-top:.4rem}cart-items .main-cart__table .tbody .order-product .properties__item{display:flex;flex-direction:column;gap:.4rem}cart-items .main-cart__table .tbody .order-product .properties__pair{display:flex;gap:.4rem;flex-wrap:wrap}cart-items .main-cart__table .tbody .order-product .properties__name,cart-items .main-cart__table .tbody .order-product .properties__value{color:rgba(var(--color-foreground),.7)}cart-items .main-cart__table .tbody .order-product__name{width:fit-content;color:rgb(var(--color-foreground))}cart-items .main-cart__table .tbody .order-product__name--link{display:inline-block}cart-items .main-cart__table .tbody .order-product__name--link+.properties{margin-top:2.6rem}cart-items .main-cart__table--details{display:flex;flex-direction:column;gap:.8rem}@media(min-width:990px){cart-items .main-cart__table--details{gap:2.4rem}}cart-items .main-cart__table--details .row.tbody{padding:0}@media(min-width:990px){cart-items .main-cart__table--details .row>*:first-child{width:35%}}cart-items .main-cart__table--details .row>*:nth-child(2){word-break:break-word;justify-content:space-between}@media(min-width:990px){cart-items .main-cart__table--details .row>*:nth-child(2){justify-content:unset;width:15.4%}}cart-items .main-cart__table--details .row>*:nth-child(3){justify-content:space-between}@media(min-width:990px){cart-items .main-cart__table--details .row>*:nth-child(3){justify-content:unset;width:10.5%}}cart-items .main-cart__table--details .row>*:nth-child(4){word-break:break-word;justify-content:space-between}@media(min-width:990px){cart-items .main-cart__table--details .row>*:nth-child(4){justify-content:unset;width:8.8%}}cart-items .main-cart__table--details .row>*:last-child{justify-content:space-between}@media(min-width:990px){cart-items .main-cart__table--details .row>*:last-child{width:7.7%;justify-content:flex-end}cart-items .main-cart__table--details .row>*:last-child svg{color:rgb(var(--color-foreground-secondary))}}cart-items .main-cart__table--details .tbody:last-child{border-bottom:none}cart-items .main-cart__table--total{display:flex;flex-direction:column;gap:1.6rem;border-top:.1rem solid rgb(var(--color-border));margin-top:2.4rem}cart-items .main-cart__table--total .row{display:flex;flex-direction:row;justify-content:space-between;gap:1.6rem;padding-block:0;border:none;width:100%}@media(min-width:990px){cart-items .main-cart__table--total .row>*:first-child{width:25.7%}}@media(min-width:990px){cart-items .main-cart__table--total .row>*:last-child{width:8.5%}}cart-items .main-cart__table--total .row>span{display:inline;color:rgb(var(--color-foreground));padding:0}cart-items .main-cart__table--total .row>span:before{display:none}cart-items .main-cart__table--total .row .discounts__discount-label{display:flex;align-items:center;word-break:break-word}cart-items .main-cart__table--total .row.tbody{width:100%;justify-content:flex-end}cart-items .main-cart__table--total .row.tbody:first-child{padding-top:2.4rem}cart-items .main-cart__table--total .row.tbody:last-child{padding-top:1.6rem}cart-items .main-cart__table--total .row.tbody:last-child span{color:rgb(var(--color-foreground))}cart-items .main-cart__table--total .row.tbody span{color:rgb(var(--color-foreground-secondary))}cart-items .main-cart__table--total .row--total{position:relative}cart-items .main-cart__table--total .row--total:before{content:"";position:absolute;top:0;transform:translate(1.6rem);width:32.3rem;height:.1rem;background-color:rgb(var(--color-border))}cart-items.is-empty{display:none}#main-cart-footer{margin-top:4rem;display:block;width:100%}@media(min-width:990px){#main-cart-footer{max-width:49.4rem;margin-top:8rem}}.cart__footer{display:flex;flex-direction:column;background-color:transparent}.cart__ctas button{width:100%;max-width:100%;text-transform:none}@media(min-width:990px){.cart__ctas button{max-width:20rem}}.cart__ctas>*:not(noscript:first-child)+*{margin-top:1rem}.cart__update-button{margin-bottom:1rem;width:100%}.cart__footer-dynamic-checkout{width:100%;display:flex;justify-content:center}.cart__footer-dynamic-checkout .cart__dynamic-checkout-buttons{margin:0}.cart__dynamic-checkout-buttons{max-width:100%;width:100%}.cart__blocks{display:flex;flex-direction:column;row-gap:1.6rem;width:100%}.cart__blocks-title{max-width:100%}@media(min-width:990px){.cart__blocks-title{max-width:43.9rem}}.is-empty .cart__blocks-title .cart-drawer .cart-drawer__note{display:none}.cart__blocks-title .cart-drawer .cart-drawer__note-summary{display:flex;align-items:center;justify-content:flex-start;padding-block:.35rem}.cart__blocks-title .cart-drawer .cart-drawer__note-summary .button__content{gap:.2rem;justify-content:space-between;width:100%}.cart__blocks-title .cart-drawer .cart-drawer__note-summary .button__content .button__label{transform:translate(0)}.cart__blocks-title .cart-drawer .cart-drawer__note-icon{flex-shrink:0;pointer-events:none;display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;color:rgb(var(--color-foreground))}.cart__blocks-title .cart-drawer .cart-drawer__note-icon .icon{width:2.4rem;height:2.4rem}.cart__blocks-title .cart-drawer .cart-drawer__note-icon .icon-caret-small{transform:rotate(180deg)}.cart__blocks-title .cart-drawer .cart-drawer__note-details[open] .icon-caret-small{transform:rotate(0)}.cart__blocks-title .cart-drawer .cart__note{position:relative;display:flex;width:100%;margin:.45rem 0 0}.cart__blocks-title .cart-drawer .cart__note .field__input{padding-inline:1.2rem;border:none;background:rgb(var(--color-background-secondary));min-height:12.7rem}.cart__blocks-title .cart-drawer .cart__note .field__input:placeholder-shown+label{position:relative;display:block!important;top:0;order:-1;font-size:calc(var(--font-body-scale) * 1.4rem);margin-bottom:.8rem;letter-spacing:.003em!important}.cart__blocks-title .cart-drawer .cart__note-loading,.cart__blocks-title .cart-drawer .cart__note-success{display:none;position:absolute;top:.4rem;right:.4rem;width:2rem;height:2rem;align-items:center;justify-content:center}.cart__blocks-title .cart-drawer .cart__note-loading .icon-success,.cart__blocks-title .cart-drawer .cart__note-success .icon-success{width:2rem;height:2rem}.cart__blocks-title .cart-drawer .cart__note-loading .spinner,.cart__blocks-title .cart-drawer .cart__note-success .spinner{width:1.6rem;height:1.6rem}.cart__dynamic-checkout-buttons div[role=button]{border-radius:0!important}.tax-note{max-width:32.4rem;display:block;margin-top:4rem;color:rgb(var(--color-foreground-secondary))}@media(min-width:990px){.tax-note{margin-top:0}}.totals{max-width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem}@media(min-width:990px){.totals{max-width:43.9rem}}.totals__wrapper{display:flex;flex-direction:column;gap:1.6rem}@media(min-width:990px){.totals__wrapper{gap:.4rem}}.totals__wrapper .discounts{gap:.8rem;color:rgb(var(--color-foreground))}.totals__wrapper .discounts__discount{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.totals>*:not(.discounts){margin:0}.totals>*{line-height:var(--font-body-line-height)}.totals__subtotal-value{position:relative}.totals__subtotal-value>span{transition:opacity var(--duration-default)}.totals__subtotal-value.loading>span{opacity:.5}.totals__subtotal-value .loading-overlay{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.4rem;height:1.4rem}.totals__subtotal-value .loading-overlay.hidden{display:none}.cart__ctas{display:flex;flex-direction:column;align-self:flex-start;text-align:center;width:100%}.cart__app-blocks{margin-top:1.6rem}.cart__additional-text{color:rgb(var(--color-foreground-secondary));max-width:100%}.cart__additional-text:empty{display:none}.cart-errors{padding:.8rem 0 0;color:rgb(var(--color-error))}.cart-errors:empty{padding:0}@media screen and (min-width:990px){.cart__footer-wrapper:last-child{padding-top:0}.cart__footer>*+*{margin-top:0}[data-shopify-buttoncontainer]{justify-content:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-main-cart.css.map */
