.cart-page{padding:140px 0 80px;background:#f7f8fc;font-family:"Source Sans 3",sans-serif;color:var(--sc-text, #1a2e5a);min-height:70vh}.cart-page__breadcrumb{font-size:.78rem;color:#889;margin-bottom:18px;display:flex;gap:8px}.cart-page__breadcrumb a{color:#889}.cart-page__breadcrumb a:hover{color:var(--sc-red, #c0392b)}.cart-page__breadcrumb span:last-child{color:var(--sc-text, #1a2e5a);font-weight:600}.cart-page__title{font-family:"Source Serif 4",serif;font-size:2rem;margin-bottom:32px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.cart-page__count{font-size:1rem;font-weight:400;color:#889;font-family:"Source Sans 3",sans-serif}.cart-page__empty{text-align:center;padding:70px 20px;color:#667;background:#fff;border-radius:14px;border:1px solid #e4e8f2}.cart-page__empty-icon{width:56px;height:56px;color:#c7cee0;margin-bottom:18px}.cart-page__empty p{margin-bottom:6px;font-size:1.1rem;font-weight:700;color:var(--sc-text, #1a2e5a)}.cart-page__empty-sub{font-weight:400!important;font-size:.9rem!important;color:#889;margin-bottom:26px!important}.cart-page__layout{display:grid;gap:24px;align-items:start}.cart-page__items{background:#fff;border-radius:14px;border:1px solid #e4e8f2;padding:8px 24px}.cart-item{display:grid;grid-template-columns:84px 1fr 150px 90px 32px;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #eef0f6}.cart-item--head{padding:14px 0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#99a}.cart-item--head span:first-child,.cart-item--head span:last-child{visibility:hidden}.cart-item:last-of-type{border-bottom:none}.cart-item__image-link{display:block;position:relative}.cart-item__image{width:84px;height:84px;object-fit:cover;border-radius:8px;background:#f0f2f8}.cart-item__image-tag{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);background:var(--sc-red, #c0392b);color:#fff;font-size:.52rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:2px 6px;border-radius:999px;white-space:nowrap}.cart-item__image--placeholder{display:flex;align-items:center;justify-content:center;color:#c7cee0}.cart-item__image--placeholder .icon{width:28px;height:28px}.cart-item__title{font-weight:700;color:var(--sc-text, #1a2e5a);font-family:"Source Serif 4",serif;font-size:1.02rem}.cart-item__variant{font-size:.8rem;color:#889;margin-top:3px}.cart-item__properties{margin:6px 0 0;padding:0;list-style:none;font-size:.75rem;color:#889}.cart-item__properties a{color:var(--sc-red, #c0392b);text-decoration:underline}.cart-item__price{font-size:.82rem;color:#889;margin-top:5px;display:flex;gap:6px;align-items:baseline}.cart-item__price-was{color:#b7bcd0}.cart-item__price-each{font-size:.72rem}.cart-item__remove{display:inline-flex;align-items:center;gap:4px;color:#a3a9c0;font-size:.76rem}.cart-item__remove:hover{color:var(--sc-red, #c0392b)}.cart-item__remove .icon{width:14px;height:14px}.cart-item__remove--mobile{display:none;margin-top:8px}.cart-item__remove--desktop{justify-self:center}.qty-stepper{display:inline-flex;align-items:center;border:1.5px solid #d8dce8;border-radius:8px;overflow:hidden}.qty-stepper__btn{width:34px;height:36px;background:#f7f8fc;border:none;display:flex;align-items:center;justify-content:center;color:var(--sc-text, #1a2e5a)}.qty-stepper__btn:hover{background:#eceef7}.qty-stepper__btn .icon{width:13px;height:13px}.qty-stepper__input{width:42px;height:36px;border:none;border-left:1.5px solid #d8dce8;border-right:1.5px solid #d8dce8;text-align:center;font-weight:700;font-size:.9rem;-moz-appearance:textfield}.qty-stepper__input::-webkit-outer-spin-button,.qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__line-total{font-weight:700;white-space:nowrap}.cart-page__note{padding:20px 0 22px}.cart-page__note label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#667;margin-bottom:8px}.cart-page__note textarea{width:100%;border:1.5px solid #d8dce8;border-radius:8px;padding:12px;font-family:inherit;font-size:.88rem;resize:vertical}.cart-page__summary{background:#fff;border-radius:14px;border:1px solid #e4e8f2;padding:26px;position:sticky;top:110px}.cart-page__summary-title{font-family:"Source Serif 4",serif;font-size:1.15rem;margin-bottom:18px}.cart-page__summary-row{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:6px}.cart-page__summary-note{font-size:.76rem;color:#99a;margin-bottom:20px}.cart-page__checkout{width:100%;justify-content:center;padding:15px;font-size:.92rem;margin-bottom:10px}.cart-page__checkout .icon{width:16px;height:16px}.cart-page__update{width:100%;justify-content:center;padding:13px;font-size:.84rem;margin-bottom:22px;transition:background .2s,opacity .2s}.cart-page__update.is-pending{opacity:1;background:var(--sc-navy, #1a2e5a);color:#fff}.cart-page__trust{display:flex;flex-direction:column;gap:10px;padding:18px 0;border-top:1px solid #eef0f6;border-bottom:1px solid #eef0f6;margin-bottom:20px}.cart-page__trust>div{display:flex;align-items:center;gap:10px;font-size:.8rem;color:#556}.cart-page__trust .icon-wrap{width:30px;height:30px;border-radius:50%;background:#f7f8fc;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--sc-red, #c0392b)}.cart-page__trust .icon-wrap .icon{width:15px;height:15px}.cart-page__nav-links{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.cart-page__continue{display:flex;align-items:center;gap:4px;justify-content:center;font-size:.82rem;font-weight:700;color:var(--sc-text, #1a2e5a);margin-bottom:0}.cart-page__continue .icon{width:14px;height:14px}.cart-page__continue:hover{color:var(--sc-red, #c0392b)}.cart-page__whatsapp{text-align:center;background:#f7f8fc;border-radius:10px;padding:14px}.cart-page__whatsapp p{font-size:.76rem;color:#889;margin-bottom:8px}.cart-page__whatsapp a{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:#25d366}.cart-page__whatsapp a .icon{width:15px;height:15px}@media(min-width:860px){.cart-page__layout{grid-template-columns:1fr 340px}}@media(max-width:640px){.cart-item{grid-template-columns:64px 1fr;grid-template-areas:"image info" "image qty";row-gap:10px}.cart-item--head{display:none}.cart-item__image{grid-area:image;width:64px;height:64px}.cart-item__info{grid-area:info}.cart-item__qty{grid-area:qty}.cart-item__line-total,.cart-item__remove--desktop{display:none}.cart-item__remove--mobile{display:inline-flex}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/cart.css.map */
