.cart-module__tfovmG__page{--orange:var(--brand-orange);--orange-hover:#d4622b;--cream:#fff8e7;--white:var(--brand-white);--dark:var(--brand-dark);--muted:#6b6b6b;--light-gray:var(--brand-gray);min-height:100vh;font-family:var(--font-sans);background:var(--white);color:var(--dark);width:100%;padding:0;position:relative;overflow-x:hidden}.cart-module__tfovmG__container{z-index:1;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem;position:relative}.cart-module__tfovmG__steps{align-items:center;gap:0;max-width:480px;margin-bottom:2rem;display:flex}.cart-module__tfovmG__step{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.cart-module__tfovmG__stepNum{background:var(--light-gray);width:34px;height:34px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:background .2s,color .2s;display:flex}.cart-module__tfovmG__stepLabel{color:var(--muted);white-space:nowrap;font-size:.9rem;font-weight:600;transition:color .2s}.cart-module__tfovmG__stepActive .cart-module__tfovmG__stepNum{background:var(--orange);color:#fff}.cart-module__tfovmG__stepActive .cart-module__tfovmG__stepLabel{color:var(--dark)}.cart-module__tfovmG__stepDone .cart-module__tfovmG__stepNum{background:var(--cream);color:var(--orange);border:2px solid var(--orange)}.cart-module__tfovmG__stepLine{background:var(--light-gray);flex:1;height:2px;margin:0 .75rem}.cart-module__tfovmG__sectionTitleBlock{flex-direction:column;gap:.35rem;margin-bottom:2rem;display:flex}.cart-module__tfovmG__sectionEyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);background:#eb733514;border:1px solid #eb733533;border-radius:50px;align-items:center;gap:.4rem;width:fit-content;padding:.25rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.cart-module__tfovmG__sectionTitle{font-family:var(--font-sans);color:var(--dark);letter-spacing:-.02em;margin:0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2}.cart-module__tfovmG__sectionTitleAccent{color:var(--orange);font-style:italic}.cart-module__tfovmG__layout{grid-template-columns:1fr 380px;align-items:start;gap:2.5rem;display:grid}.cart-module__tfovmG__items{border:2px solid var(--light-gray);background:var(--white);border-radius:16px;flex-direction:column;gap:0;display:flex;overflow:hidden}.cart-module__tfovmG__item{border-bottom:2px solid var(--light-gray);flex-direction:row;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.cart-module__tfovmG__item:last-child{border-bottom:none}.cart-module__tfovmG__itemImage{background:var(--cream);border:1px solid var(--light-gray);border-radius:10px;flex-shrink:0;width:80px;height:80px;transition:opacity .15s;position:relative;overflow:hidden}.cart-module__tfovmG__itemImage:hover{opacity:.85}.cart-module__tfovmG__itemImg{object-fit:cover}.cart-module__tfovmG__itemInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.cart-module__tfovmG__itemNameLink{color:inherit;text-decoration:none}.cart-module__tfovmG__itemNameLink:hover .cart-module__tfovmG__itemName{color:var(--orange)}.cart-module__tfovmG__itemName{font-family:var(--font-sans);color:var(--dark);margin:0;font-size:1.05rem;font-weight:800;line-height:1.3}.cart-module__tfovmG__itemVariation{color:var(--muted);margin:0;font-size:.9rem;font-weight:500}.cart-module__tfovmG__itemPrice{color:var(--dark);margin:0;font-size:1rem;font-weight:700}.cart-module__tfovmG__itemActions{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.cart-module__tfovmG__qtySelect{appearance:none;background:var(--white)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B6B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right .5rem center;border:2px solid var(--light-gray);font-size:.9rem;font-family:var(--font-sans);color:var(--dark);cursor:pointer;text-align:center;background-size:12px;border-radius:8px;min-width:70px;padding:.45rem 2.25rem .45rem .65rem;font-weight:500;transition:border-color .2s}.cart-module__tfovmG__qtySelect:hover{border-color:var(--orange)}.cart-module__tfovmG__qtySelect:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #eb733526}.cart-module__tfovmG__removeBtn{color:var(--muted);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;transition:all .2s}.cart-module__tfovmG__removeBtn:hover{color:var(--orange);background:#eb733514}.cart-module__tfovmG__removeBtn:active{color:var(--orange-hover)}.cart-module__tfovmG__summary{background:var(--white);border:2px solid var(--light-gray);border-radius:16px;flex-direction:column;gap:1.25rem;height:fit-content;padding:2rem;display:flex;position:sticky;top:2rem}.cart-module__tfovmG__summaryTitle{font-family:var(--font-sans);color:var(--dark);margin:0 0 .5rem;font-size:1.3rem;font-weight:800;line-height:1.2}.cart-module__tfovmG__summaryRow{color:var(--muted);flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.95rem;display:flex}.cart-module__tfovmG__summaryRow span{font-weight:500}.cart-module__tfovmG__summaryTotal{border-top:2px solid var(--light-gray);border-bottom:2px solid var(--light-gray);color:var(--dark);padding:1rem 0;font-size:1.1rem;font-weight:800}.cart-module__tfovmG__checkoutBtn{background:var(--orange);width:100%;color:var(--white);font-family:var(--font-sans);cursor:pointer;text-align:center;letter-spacing:.02em;border:none;border-radius:50px;margin-top:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:background .2s,transform .15s;display:block}.cart-module__tfovmG__checkoutBtn:hover{background:var(--orange-hover);transform:translateY(-1px)}.cart-module__tfovmG__checkoutBtn:active{transform:translateY(0)}.cart-module__tfovmG__continueLink{text-align:center;color:var(--muted);border-radius:6px;padding:.75rem 0;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.cart-module__tfovmG__continueLink:hover{color:var(--orange)}.cart-module__tfovmG__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:60vh;padding:2rem;display:flex}.cart-module__tfovmG__empty h2{font-family:var(--font-sans);color:var(--dark);margin:0;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800;line-height:1.2}.cart-module__tfovmG__empty p{color:var(--muted);max-width:400px;margin:0;font-size:1rem;line-height:1.6}.cart-module__tfovmG__shopLink{background:var(--orange);color:var(--white);border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.cart-module__tfovmG__shopLink:hover{background:var(--orange-hover);transform:translateY(-1px)}.cart-module__tfovmG__shopLink:active{transform:translateY(0)}.cart-module__tfovmG__loading{min-height:60vh;color:var(--muted);justify-content:center;align-items:center;font-size:1.1rem;display:flex}@media (max-width:1024px){.cart-module__tfovmG__layout{grid-template-columns:1fr;gap:2rem}.cart-module__tfovmG__summary{position:static;top:auto}}@media (max-width:760px){.cart-module__tfovmG__container{padding:1.5rem 1rem 3rem}.cart-module__tfovmG__item{gap:1rem;padding:1.25rem}.cart-module__tfovmG__itemImage{width:72px;height:72px}.cart-module__tfovmG__itemActions{flex-direction:row;align-items:stretch;gap:1rem}.cart-module__tfovmG__qtySelect{flex:1}.cart-module__tfovmG__removeBtn{text-align:center;flex:1;padding:.5rem .75rem}.cart-module__tfovmG__summary{border-radius:12px;padding:1.5rem}.cart-module__tfovmG__summaryTitle{font-size:1.1rem}.cart-module__tfovmG__summaryRow{font-size:.9rem}.cart-module__tfovmG__summaryTotal{font-size:1rem}.cart-module__tfovmG__checkoutBtn{margin-top:.5rem;padding:.9rem 1.25rem;font-size:.95rem}.cart-module__tfovmG__empty{gap:1.5rem;min-height:50vh}.cart-module__tfovmG__empty h2{font-size:1.5rem}.cart-module__tfovmG__empty p{font-size:.9rem}.cart-module__tfovmG__shopLink{padding:.85rem 1.75rem;font-size:.95rem}}
