.template-cart cart-items .title--primary{font-family:var(--font-display, Georgia, serif);font-size:clamp(1.75rem,4.5vw,2.25rem);font-weight:500}.template-cart #UcShipProgress-wrap{margin-bottom:1.25rem}.template-cart .cart__items{border-bottom:none;padding-bottom:0}.template-cart .cart-items thead{display:none}.template-cart .cart-items,.template-cart .cart-items tbody{display:block;width:100%}.template-cart .cart-item{display:grid;grid-template-columns:minmax(5.75rem,7.5rem) minmax(0,1fr);grid-template-areas:"media details" "media price" "actions actions";gap:.55rem 1rem;padding:1rem 1.05rem;margin-bottom:1rem;border:1px solid rgba(20,20,20,.08);border-radius:1rem;background:#fff;overflow:visible}.template-cart .cart-item:last-child{margin-bottom:0}.template-cart .cart-item--uc-design-extra{margin-bottom:.35rem}.template-cart .cart-item--uc-design-extra+.cart-item{margin-top:0}.template-cart .cart-item>td{display:block;padding:0!important;border:none!important}.template-cart .cart-item>td+td{padding-left:0!important}.template-cart .cart-item__media{grid-area:media;align-self:center;justify-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:auto}.template-cart .cart-item__image-container{display:block;width:7.5rem;max-width:7.5rem;flex-shrink:0;aspect-ratio:3 / 4;overflow:hidden;background:#f7f4f3}.template-cart .cart-item__image-container:after,.template-cart .cart-item__image-container.global-media-settings:after,.template-cart .cart-item__image.global-media-settings:after{content:none!important;display:none!important;box-shadow:none!important}.template-cart .cart-item__image-container .cart-item__image{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important}.template-cart .cart-item__details{grid-area:details;width:auto;max-width:none;min-width:0}.template-cart .cart-item__name{font-family:var(--font-display, Georgia, serif);font-size:clamp(1.02rem,3.6vw,1.22rem);font-weight:500;line-height:1.28;color:#141414;text-decoration:none}.template-cart .cart-item__name:hover{text-decoration:underline;text-underline-offset:.2em}.template-cart .cart-item__details dl{margin:.65rem 0 0;padding:.75rem .95rem;border-radius:.75rem;background:#fbe4e76b;border:1px solid var(--color-pink, #fbe4e7)}.template-cart .cart-item__details dl .product-option{display:flex;flex-wrap:wrap;gap:.2rem .45rem;margin:0;font-size:clamp(.98rem,2.9vw,1.06rem);line-height:1.4;word-break:break-word;color:#141414d6}.template-cart .cart-item__details dl .product-option+.product-option{margin-top:.4rem}.template-cart .cart-item__details dl .product-option dt{font-weight:600;letter-spacing:.02em;color:#141414}.template-cart .cart-item__details dl .product-option dd{margin:0;color:#141414d1}.template-cart .cart-item__details dl .product-option dd a{color:#c4724a;text-decoration:underline;text-underline-offset:.18em}.template-cart .cart-item__details dl .product-option dd a:hover{color:#a85f3d}.template-cart .cart-item__details dl .product-option *{display:inline}.template-cart .cart-item__totals.medium-hide.large-up-hide{grid-area:price;align-self:start;justify-self:end;text-align:right!important}.template-cart .cart-item__totals .price,.template-cart .cart-item__totals .cart-item__final-price{font-size:1.05rem;font-weight:600;color:#141414}.template-cart .cart-item__totals.small-hide{display:none}.template-cart .cart-item__quantity{grid-area:actions;width:100%}.template-cart .cart-item__quantity-wrapper{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:nowrap;padding-top:.35rem;margin-top:.15rem;border-top:1px solid rgba(20,20,20,.07)}@media screen and (max-width:749px){.template-cart .cart-item__quantity-wrapper{flex-direction:row;justify-content:flex-end}}.template-cart .cart-item__quantity .quantity{min-height:3rem}.template-cart cart-remove-button .button{min-width:2.75rem;min-height:2.75rem;border-radius:999px;border:1px solid rgba(20,20,20,.12);background:#fff}.template-cart cart-remove-button .button:hover{border-color:#c4724a73;color:#c4724a!important}.template-cart .cart-item__nested-line{margin-left:.75rem}.template-cart .cart-item__nested-line .cart-item__image-container{width:7.5rem;max-width:7.5rem;min-width:7.5rem}.template-cart .cart-item__nested-line .cart-item__name{font-size:.98rem}.template-cart .cart__blocks{padding:1.15rem 1.2rem 1.25rem;border:1px solid rgba(20,20,20,.08);border-radius:1rem;background:#fff}.template-cart .cart__footer .totals{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.75rem;padding-bottom:.85rem;border-bottom:1px solid rgba(20,20,20,.08)}.template-cart .cart__footer .totals__total{font-family:var(--font-display, Georgia, serif);font-size:1.3rem;font-weight:500;margin:0}.template-cart .cart__footer .totals__total-value{font-size:1.3rem;font-weight:600;margin:0}.template-cart .cart__checkout-button{min-height:3.35rem;border-radius:999px!important;background:#fbe4e7!important;color:#141414!important;border:1px solid #fbe4e7!important;letter-spacing:.1em;text-transform:uppercase;font-weight:500;box-shadow:none!important}.template-cart .cart__checkout-button:hover{background:#f5d0d4!important;border-color:#f5d0d4!important}@media screen and (min-width:750px){.template-cart .cart-item{grid-template-columns:10rem minmax(0,1fr) auto auto;grid-template-areas:"media details qty total" "media details qty total";align-items:start;gap:.75rem 1.5rem;padding:1.2rem 1.35rem}.template-cart .cart-item__image-container,.template-cart .cart-item__nested-line .cart-item__image-container{width:10rem;max-width:10rem;min-width:10rem}.template-cart .cart-item__totals.medium-hide.large-up-hide{display:none}.template-cart .cart-item__totals.small-hide{display:block;grid-area:total;align-self:start;text-align:right!important}.template-cart .cart-item__media{align-self:center;justify-self:center}.template-cart .cart-item__quantity{grid-area:qty;align-self:start;width:auto;overflow:visible}.template-cart .cart-item__quantity-wrapper{justify-content:flex-start;padding-top:0;margin-top:0;border-top:none;flex-wrap:nowrap}.template-cart .uc-cart-item-notice--actions{left:0;width:max(100%,20rem);max-width:26rem}}@media screen and (max-width:749px){.template-cart .cart__blocks .cart__ctas,.template-cart .cart__blocks .cart__dynamic-checkout-buttons{width:100%;max-width:100%}.template-cart .cart__checkout-button{width:100%;max-width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.template-cart .cart__dynamic-checkout-buttons #dynamic-checkout-cart,.template-cart .cart__dynamic-checkout-buttons [data-shopify-buttoncontainer]{width:100%!important;max-width:100%!important}.template-cart #dynamic-checkout-cart ul{flex-direction:column!important;flex-wrap:nowrap!important;gap:.65rem!important;margin:0!important;width:100%!important}.template-cart #dynamic-checkout-cart ul>li{flex:0 0 auto!important;flex-basis:100%!important;width:100%!important;margin:0!important}.cart-drawer .cart__ctas{width:100%}.cart-drawer .cart__checkout-button{width:100%;max-width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/urban-chic-cart.css.map */
