@media screen and (min-width:990px){.template-cart #MainContent:has(.cart__contents){display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:0 48px;align-items:start;width:100%;max-width:132rem;margin:0 auto;padding:0 5rem}.template-cart #MainContent:has(.cart__contents) .page-width{max-width:none;padding-left:0;padding-right:0}.template-cart #MainContent:has(.cart__contents)>.cart__footer-wrapper{position:sticky;top:86px}.template-cart #MainContent:has(cart-items.is-empty){display:block;max-width:none;padding:0}}.template-cart .title-wrapper-with-link{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin:0 0 6px;padding-top:8px;border-bottom:0}.template-cart .cart__empty-text,.template-cart .title--primary{font-family:var(--font-display-family, Georgia, serif);font-weight:600;font-size:clamp(28px,4vw,42px);letter-spacing:-.01em;text-transform:none;line-height:1.05;margin:0}.template-cart .title-wrapper-with-link .underlined-link{font-size:13.5px;font-weight:600;color:var(--uw-ink);text-underline-offset:3px;white-space:nowrap}.template-cart .cart__contents:before{content:"";display:block;border-top:2px solid var(--uw-ink);border-bottom:2px solid var(--uw-ink);height:5px;margin:14px 0 4px;opacity:.14}.template-cart .cart-items,.template-cart .cart-items thead,.template-cart .cart-items tbody,.template-cart .cart-items tr,.template-cart .cart-items th,.template-cart .cart-items td{display:block;border:0;padding:0}.template-cart .cart-items thead{display:none}.template-cart .cart-items tr.cart-item{display:grid;grid-template-columns:100px minmax(0,1fr) auto auto;grid-template-areas:"media details qty total";align-items:start;gap:0 18px;padding:22px 0;border-bottom:1px solid var(--uw-line)}.template-cart .cart-items tr.cart-item:first-child{border-top:1px solid var(--uw-line)}.template-cart .cart-item__media{grid-area:media}.template-cart .cart-item__image-container{display:block;width:100%;background:var(--uw-off);aspect-ratio:3 / 4;overflow:hidden}.template-cart .cart-item__image{width:100%;height:100%;object-fit:cover;max-width:none}.template-cart .cart-item__details{grid-area:details;display:flex;flex-direction:column;gap:2px;width:auto}.template-cart .cart-item__details .caption-with-letter-spacing{order:-1;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--uw-grey);margin:0}.template-cart .cart-item__name{font-family:var(--font-body-family);font-size:15px;font-weight:600;line-height:1.35;text-decoration:none;color:var(--uw-ink)}.template-cart .cart-item__name:hover{text-decoration:underline;text-underline-offset:3px}.template-cart .cart-item__details .product-option{font-size:13px;color:var(--uw-grey);margin:0;line-height:1.5;text-transform:capitalize}.template-cart .cart-item__details>.product-option:first-of-type{font-variant-numeric:tabular-nums;text-transform:none}.template-cart .cart-item__details dl{margin:2px 0 0}.template-cart .cart-item__discounted-prices{display:flex;gap:8px;align-items:baseline}.template-cart .cart-item__old-price{color:var(--uw-grey)}.template-cart .cart-item__final-price{color:var(--uw-sale)}.template-cart .discounts__discount{font-size:12.5px;color:var(--uw-sale);margin-top:4px}.template-cart .cart-item__quantity{grid-area:qty;padding-top:2px}.template-cart .cart-item__quantity-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.template-cart .quantity.cart-quantity{width:auto;min-height:0;border:1.5px solid var(--uw-ink);display:inline-flex;align-items:stretch}.template-cart .quantity.cart-quantity:before,.template-cart .quantity.cart-quantity:after{content:none}.template-cart .cart-quantity .quantity__button{width:34px;height:38px;flex:0 0 34px;color:var(--uw-ink)}.template-cart .cart-quantity .quantity__button:hover{background:var(--uw-off)}.template-cart .cart-quantity .quantity__input{width:40px;height:38px;font-size:14px;font-weight:600;color:var(--uw-ink);text-align:center}.template-cart cart-remove-button{margin:0}.template-cart cart-remove-button .button{min-width:0;min-height:0;padding:0;font-size:12.5px;font-weight:500;color:var(--uw-grey);text-decoration:underline;text-underline-offset:3px}.template-cart cart-remove-button .button:hover{color:var(--uw-ink)}.template-cart cart-remove-button .button:after,.template-cart cart-remove-button .button:before{content:none}.template-cart cart-remove-button .svg-wrapper{display:none}.template-cart .cart-item__totals{grid-area:total;padding-top:2px;text-align:right}.template-cart .cart-item__totals .price{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--uw-ink)}.template-cart .cart-item__error{grid-column:1 / -1;margin-top:8px}.template-cart .cart__footer{background:var(--uw-off);padding:22px}.template-cart .cart__blocks{display:flex;flex-direction:column}.uw-cart-sum__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid var(--uw-line)}.uw-cart-sum__title{font-size:12.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;margin:0;color:var(--uw-ink)}.uw-cart-sum__count{font-size:12.5px;color:var(--uw-grey);font-variant-numeric:tabular-nums}.uw-cart-ship{margin:0 0 16px}.uw-cart-ship__text{font-size:13px;line-height:1.45;color:var(--uw-ink);margin:0 0 8px}.uw-cart-ship__text strong{font-weight:700;font-variant-numeric:tabular-nums}.uw-cart-ship__text--done{font-weight:600}.uw-cart-ship__track{height:4px;background:#1111111f;overflow:hidden}.uw-cart-ship__fill{display:block;height:100%;background:var(--uw-ink);transition:width .4s ease}@media(prefers-reduced-motion:reduce){.uw-cart-ship__fill{transition:none}}.template-cart .totals{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 6px;padding-top:14px;border-top:1px solid var(--uw-line)}.template-cart .totals__total{font-family:var(--font-body-family);font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--uw-ink);margin:0}.template-cart .totals__total-value{font-size:20px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--uw-ink);margin:0}.template-cart .tax-note{display:block;font-size:12px;line-height:1.5;color:var(--uw-grey);margin:0 0 16px;text-align:left}.template-cart .cart__ctas{display:block;margin:0}.template-cart .cart__checkout-button{width:100%;max-width:none;margin:0}.template-cart .cart__dynamic-checkout-buttons{width:100%;max-width:none;margin:10px 0 0}.template-cart .dynamic-checkout__content,.template-cart shopify-accelerated-checkout-cart,.template-cart shopify-accelerated-checkout{display:block;width:100%;max-width:none;margin:0}.template-cart shop-pay-wallet-button,.template-cart shopify-google-pay-button,.template-cart shopify-paypal-button,.template-cart .shopify-cleanslate{display:block;width:100%}.uw-cart-trust{margin:16px 0 0;padding:14px 0 0;border-top:1px solid var(--uw-line);display:flex;flex-direction:column;gap:7px}.uw-cart-trust li{font-size:12px;line-height:1.5;color:var(--uw-grey);padding-left:16px;position:relative}.uw-cart-trust li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:var(--uw-ink);opacity:.35}@media screen and (min-width:990px){.template-cart #MainContent:has(.cart__contents)>.uw-cart-recs-wrapper{grid-column:1 / -1}}.uw-cart-recs{margin-top:8px;padding-top:30px;border-top:1px solid var(--uw-line)}.uw-cart-recs__title{font-family:var(--font-body-family);font-size:12.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--uw-ink);margin:0 0 18px}.uw-cart-recs__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0}.uw-cart-recs__item{min-width:0}.uw-cart-recs .card__inner.ratio{--ratio-percent: 133.33% !important;background:var(--uw-off)}.uw-cart-recs .card__content>.card__information{display:flex;flex-direction:column;padding:12px 0 0}.uw-cart-recs .card__content .card__heading{order:2;margin:3px 0 0;font-family:var(--font-body-family);font-size:14px;font-weight:600;text-transform:none;letter-spacing:0;line-height:1.4}.uw-cart-recs .card__content .card-information{display:contents}.uw-cart-recs .card-information .caption-with-letter-spacing{order:1;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--uw-grey)}.uw-cart-recs .uw-card-colors{order:3}.uw-cart-recs .card-information>.price{order:4;margin-top:6px;font-size:14.5px;font-weight:700}.uw-cart-recs .card__heading a{text-decoration:none}@media screen and (max-width:989px){.uw-cart-recs__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.uw-cart-recs__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.uw-cart-recs{padding-top:24px}}.uw-cart-bar{display:none}@media screen and (max-width:749px){.uw-cart-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;position:fixed;left:0;right:0;bottom:0;z-index:5;background:#fff;border-top:1px solid var(--uw-line);box-shadow:0 -6px 20px #00000012;padding:10px 16px calc(10px + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .22s ease}.uw-cart-bar.is-visible{transform:none}.uw-cart-bar[hidden]{display:none!important}.uw-cart-bar__info{display:flex;flex-direction:column;gap:1px;min-width:0}.uw-cart-bar__label{font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--uw-grey)}.uw-cart-bar__total{font-size:17px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--uw-ink)}.uw-cart-bar__btn{flex:0 1 190px;margin:0;min-height:46px}.template-cart .cart__footer{padding-bottom:84px}@media(prefers-reduced-motion:reduce){.uw-cart-bar{transition:none}}}.template-cart .cart__warnings{padding:56px 0 72px;text-align:center}.template-cart .cart__warnings .button{margin-top:22px}.uw-cart-empty-links{margin-top:40px}.uw-cart-empty-links__label{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--uw-grey);margin:0 0 12px}.uw-cart-empty-links ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0}.uw-cart-empty-links a{display:inline-block;padding:9px 15px;border:1.5px solid var(--uw-line);font-size:13px;font-weight:600;color:var(--uw-ink);text-decoration:none;transition:border-color .12s}.uw-cart-empty-links a:hover{border-color:var(--uw-ink)}.template-cart .cart__login-title{font-size:16px;margin-top:44px}.template-cart .cart__login-paragraph{font-size:13.5px;color:var(--uw-grey)}@media screen and (max-width:989px){.template-cart .cart__footer{margin-top:8px}}@media screen and (max-width:749px){.template-cart .cart-items tr.cart-item{grid-template-columns:84px minmax(0,1fr);grid-template-areas:"media details" "media total" "qty   qty";gap:4px 14px}.template-cart .cart-item__totals{text-align:left;padding-top:6px}.template-cart .cart-item__quantity{padding-top:12px}.template-cart .cart-item__quantity-wrapper{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.template-cart .uw-mbar{display:none}.template-cart .title-wrapper-with-link{flex-wrap:wrap;gap:4px 16px}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/uw-cart.css.map */
