:root{--cr-pink: #ff3d8b;--cr-pink-light: #ffe4f0;--cr-pink-dark: #c62b6d;--cr-pink-grad: linear-gradient(135deg, #ff3d8b 0%, #ff6eb4 100%);--cr-text: #1a1a2e;--cr-muted: #888;--cr-border: #f0d6e4;--cr-white: #ffffff}.cart__items-wrapper,.cart__footer-wrapper,.cart__items-wrapper cart-items{background:var(--cr-white)!important;color:var(--cr-text)!important}.cart__items-wrapper .gradient,.cart__footer-wrapper .gradient{background:var(--cr-white)!important}.shopify-section-group--header{display:none!important}@media screen and (min-width:990px){#MainContent{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start;max-width:144rem;margin:0 auto;padding:0 5rem;box-sizing:border-box;background:var(--cr-white)}.cart__items-wrapper{min-width:0}.cart__footer-wrapper{position:sticky;top:2rem;padding:0!important;margin:0!important}.cart__footer-wrapper>div{padding:0}}@media screen and (max-width:989px){#MainContent{padding:0 1.5rem;background:var(--cr-white)}}.cart-page__header{display:flex;align-items:baseline;justify-content:space-between;padding:3.2rem 0 2rem;border-bottom:.2rem solid var(--cr-border);margin-bottom:0}.cart-page__title{font-size:2.6rem;font-weight:800;margin:0;color:var(--cr-text);letter-spacing:-.03em}.cart-page__count{font-size:1.4rem;font-weight:400;color:var(--cr-muted);margin-left:.6rem}.cart-page__continue{font-size:1.3rem;color:var(--cr-pink);text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.4rem;transition:gap .2s}.cart-page__continue:hover{gap:.8rem}.cart-items-list{display:flex;flex-direction:column}.cart-item-card{display:grid;grid-template-columns:11rem 1fr;gap:2rem;padding:2.4rem 0;border-bottom:.1rem solid var(--cr-border);background:var(--cr-white)}.cart-item-card:first-child{border-top:.1rem solid var(--cr-border)}.cart-item-card__img-wrap{border-radius:1.2rem;overflow:hidden;background:var(--cr-pink-light);aspect-ratio:1 / 1;flex-shrink:0}.cart-item-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cart-item-card:hover .cart-item-card__img{transform:scale(1.05)}.cart-item-card__body{display:flex;flex-direction:column;gap:.5rem;padding:.2rem 0}.cart-item-card__name{font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--cr-text);line-height:1.3}.cart-item-card__name:hover{color:var(--cr-pink)}.cart-item-card__variant{font-size:1.2rem;color:var(--cr-muted);margin:0}.cart-item-card__price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1rem}.cart-item-card__price{font-size:1.6rem;font-weight:800;color:var(--cr-text)}.cart-item-card__price--old{font-size:1.2rem;color:var(--cr-muted);text-decoration:line-through;margin-right:.3rem}.cart-item-card__price--sale{color:var(--cr-pink)}.cart-item-card__controls{display:flex;align-items:center;gap:.8rem}.cart-item-card__controls .quantity{border-radius:4rem;border-color:var(--cr-border)!important;height:3.6rem}.cart-item-card__controls .quantity__input{font-weight:700}.cart-item-card__controls .quantity__button{color:var(--cr-pink)!important}.cart-item-card__remove{background:none!important;border:none!important;box-shadow:none!important;cursor:pointer;color:var(--cr-muted)!important;opacity:1;padding:.4rem;transition:color .2s}.cart-item-card__remove:hover{color:var(--cr-pink)!important}.cart-item-card__error{font-size:1.2rem;color:#e00;margin-top:.4rem}.cart-summary{border:.2rem solid var(--cr-border);border-radius:2rem;padding:2.8rem;display:flex;flex-direction:column;gap:2rem;margin-top:3.2rem;background:var(--cr-white);box-shadow:0 8px 40px #ff3d8b14}.cs-shipping-bar{display:flex;flex-direction:column;gap:.8rem}.cs-shipping-bar__label{font-size:1.3rem;color:var(--cr-text);line-height:1.5}.cs-shipping-bar__label strong{color:var(--cr-pink);font-weight:700}.cs-shipping-bar__track{height:.8rem;background:var(--cr-pink-light);border-radius:9rem;overflow:hidden}.cs-shipping-bar__fill{height:100%;background:var(--cr-pink-grad);border-radius:9rem;transition:width .6s ease}.cs-divider{height:.1rem;background:var(--cr-border);border:none;margin:0}.cs-line{display:flex;justify-content:space-between;gap:1rem;font-size:1.4rem;color:var(--cr-text)}.cs-line--total{font-size:2.2rem;font-weight:800;letter-spacing:-.02em}.cs-line--total span:last-child{color:var(--cr-pink)}.cs-subtotal-note{font-size:1.2rem;color:var(--cr-muted);margin:-.8rem 0 0;line-height:1.5}.cs-checkout-btn{display:block;width:100%;padding:1.8rem;font-size:1.6rem;font-weight:800;letter-spacing:.01em;border-radius:10rem;background:var(--cr-pink-grad);color:#fff;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;text-align:center;line-height:1;position:relative;overflow:hidden}.cs-checkout-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%);pointer-events:none}.cs-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff3d8b66}.cs-checkout-btn:active{transform:translateY(0);box-shadow:none}.cs-checkout-btn:disabled{opacity:.45;transform:none;box-shadow:none;cursor:not-allowed}.cart__dynamic-checkout-buttons{margin-top:1rem}.cs-trust{display:flex;flex-direction:column;gap:1rem;align-items:center}.cs-trust__secure{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;color:var(--cr-muted)}.cs-trust__secure svg{color:var(--cr-pink)}.cs-trust__payments{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.cs-trust__payment-badge{background:var(--cr-pink-light);border:.1rem solid var(--cr-border);border-radius:.6rem;padding:.35rem .9rem;font-size:1rem;font-weight:800;letter-spacing:.04em;color:var(--cr-pink-dark)}.cs-continue{display:block;text-align:center;font-size:1.3rem;color:var(--cr-pink);text-decoration:none;font-weight:600;transition:opacity .2s}.cs-continue:hover{opacity:.75}.cs-instagram{display:flex;align-items:center;gap:1.2rem;background:linear-gradient(135deg,#fff0f7,#fff5fb);border:.15rem solid var(--cr-border);border-radius:1.4rem;padding:1.4rem 1.6rem}.cs-instagram__avatar{flex-shrink:0;width:4.8rem;height:4.8rem;border-radius:50%;overflow:hidden;border:.2rem solid var(--cr-border);background:var(--cr-pink-light)}.cs-instagram__avatar img{width:100%;height:100%;object-fit:cover;display:block}.cs-instagram__text{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.cs-instagram__text strong{font-size:1.3rem;font-weight:800;color:var(--cr-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-instagram__text span{font-size:1.1rem;color:var(--cr-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-instagram__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;background:var(--cr-pink-grad);color:#fff;font-size:1.25rem;font-weight:800;padding:.8rem 1.6rem;border-radius:9rem;text-decoration:none;transition:transform .2s,box-shadow .2s;white-space:nowrap}.cs-instagram__btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ff3d8b61;color:#fff}.cart-page__empty{text-align:center;padding:6rem 2rem}.cart-page__empty h2{font-size:2rem;margin-bottom:2rem;color:var(--cr-text)}@media screen and (max-width:989px){.cart-item-card{grid-template-columns:8.5rem 1fr;gap:1.4rem}.cart-summary{border-radius:1.6rem;padding:2rem;margin-top:0}.cart-page__title{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cart-redesign.css.map */
