.Cart-module__BIMPfG__page{background-color:var(--black);min-height:100vh;color:var(--white);padding:8rem 0 6rem}.Cart-module__BIMPfG__muted{text-align:center;color:var(--gray-light);padding:4rem 0}.Cart-module__BIMPfG__empty{text-align:center;color:var(--gray-light);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 1rem;display:flex}.Cart-module__BIMPfG__empty h1{color:var(--white);margin:0;font-size:clamp(1.8rem,3vw,2.5rem)}.Cart-module__BIMPfG__empty p{max-width:480px;margin:0}.Cart-module__BIMPfG__cta{background-color:var(--terracota);color:var(--white);border-radius:6px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.Cart-module__BIMPfG__cta:hover{background-color:#d6604a;transform:translateY(-2px)}.Cart-module__BIMPfG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.Cart-module__BIMPfG__header h1{margin:0;font-size:clamp(2rem,4vw,3rem)}.Cart-module__BIMPfG__clearBtn{color:var(--gray-light);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.Cart-module__BIMPfG__clearBtn:hover{color:var(--white);border-color:var(--white)}.Cart-module__BIMPfG__layout{grid-template-columns:1fr 360px;gap:3rem;display:grid}@media (max-width:900px){.Cart-module__BIMPfG__layout{grid-template-columns:1fr}}.Cart-module__BIMPfG__items{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Cart-module__BIMPfG__item{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;grid-template-columns:120px 1fr auto;align-items:center;gap:1.5rem;padding:1.25rem;display:grid}.Cart-module__BIMPfG__thumb{background:#ffffff0d;border-radius:8px;flex-shrink:0;width:120px;height:120px;overflow:hidden}.Cart-module__BIMPfG__thumbImg{object-fit:cover;width:100%;height:100%;display:block}.Cart-module__BIMPfG__thumbPlaceholder{width:100%;height:100%;color:var(--gray-medium);justify-content:center;align-items:center;display:flex}.Cart-module__BIMPfG__details h3{color:var(--white);margin:0 0 .25rem;font-size:1.05rem;font-weight:500}.Cart-module__BIMPfG__unitPrice{color:var(--gray-light);margin:0 0 1rem;font-size:.85rem}.Cart-module__BIMPfG__qty{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.75rem;padding:.25rem .5rem;display:inline-flex}.Cart-module__BIMPfG__qty button{width:28px;height:28px;color:var(--white);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex}.Cart-module__BIMPfG__qty button:hover{background:#ffffff14}.Cart-module__BIMPfG__qty span{text-align:center;min-width:1.5rem;font-weight:600}.Cart-module__BIMPfG__right{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.Cart-module__BIMPfG__lineTotal{color:var(--terracota);white-space:nowrap;font-size:1.1rem;font-weight:600}.Cart-module__BIMPfG__removeBtn{width:32px;height:32px;color:var(--gray-light);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.Cart-module__BIMPfG__removeBtn:hover{color:#ef4444;border-color:#ef4444}.Cart-module__BIMPfG__summary{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-self:start;padding:2rem;position:sticky;top:120px}.Cart-module__BIMPfG__summary h2{margin:0 0 1.5rem;font-size:1.3rem}.Cart-module__BIMPfG__summaryRow{color:var(--gray-light);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.Cart-module__BIMPfG__summaryRow strong{color:var(--white);font-weight:600}.Cart-module__BIMPfG__grandTotal{border-top:1px solid #ffffff1a;border-bottom:none;margin-top:.5rem;padding-top:1.25rem;font-size:1.15rem}.Cart-module__BIMPfG__grandTotal strong{color:var(--terracota);font-size:1.4rem}.Cart-module__BIMPfG__checkoutBtn{background-color:var(--terracota);width:100%;color:var(--white);text-align:center;border-radius:8px;margin-top:1.5rem;padding:1.1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:block}.Cart-module__BIMPfG__checkoutBtn:hover{background-color:#d6604a;transform:translateY(-2px)}.Cart-module__BIMPfG__disclaimer{color:var(--gray-medium);text-align:center;margin-top:1rem;font-size:.8rem;line-height:1.5}@media (max-width:600px){.Cart-module__BIMPfG__item{grid-template-columns:80px 1fr;grid-template-areas:"thumb details""thumb right";gap:1rem}.Cart-module__BIMPfG__thumb{grid-area:thumb;width:80px;height:80px}.Cart-module__BIMPfG__details{grid-area:details}.Cart-module__BIMPfG__right{flex-direction:row;grid-area:right;justify-content:space-between;align-items:center}}
