.fv-cart-page { min-height: 630px; padding-bottom: 60px; background: #f5f5f5; }
.fv-cart-container { width: min(1190px, calc(100% - 32px)); margin-inline: auto; }
.fv-cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 12px; padding-top: 12px; }
.fv-cart-main { min-width: 0; }
.fv-cart-select-head { min-height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; background: #fff; color: #69707a; font-size: 10px; }
.fv-cart-select-head label { display: flex; align-items: center; gap: 14px; }
.fv-cart-select-head input { width: 15px; height: 15px; accent-color: #FF587D; }
.fv-cart-select-head button { border: 0; background: transparent; color: #717780; font-size: 10px; }
.fv-cart-select-head button i { margin-right: 5px; color: #FF587D; }
.fv-cart-empty { min-height: 260px; display: grid; place-items: center; align-content: center; gap: 10px; margin-top: 12px; background: #fff; color: #8c929a; }
.fv-cart-empty i { font-size: 45px; color: #d4d8dd; }
.fv-cart-empty h2 { margin: 0; font-size: 16px; font-weight: 500; }
.fv-cart-empty button { min-height: 37px; padding: 0 16px; border: 0; background: #FF587D; color: #fff; }
.fv-cart-loading { min-height: 500px; display: flex; align-items: center; justify-content: center; gap: 8px; background: #f5f5f5; color: #777d86; }
.fv-cart-loading i { color: #FF587D; }
@media (max-width: 900px) {
    .fv-cart-layout { grid-template-columns: minmax(0,1fr) 330px; }
}
@media (max-width: 850px) {
    .fv-cart-page { padding-bottom: 135px; }
    .fv-cart-container { width: 100%; padding: 0 10px; }
    .fv-cart-layout { display: block; }
}
