.cart-page{background:#f5f5f5;min-height:calc(100vh - 64px);padding:40px 0}@media screen and (max-width:767px){.cart-page{padding:16px 0;min-height:calc(100vh - 52px)}}@media screen and (min-width:768px)and (max-width:1023px){.cart-page{padding:32px 0}}.cart-page__container{display:grid;grid-template-columns:1fr 400px;gap:40px}@media screen and (min-width:768px)and (max-width:1023px){.cart-page__container{grid-template-columns:1fr 320px;gap:24px}}@media screen and (max-width:767px){.cart-page__container{display:flex;flex-direction:column;gap:24px}}.shopping-bag{background:#fff;border-radius:12px;padding:24px}@media screen and (max-width:767px){.shopping-bag{padding:16px;border-radius:8px}}.shopping-bag__title{font-size:24px;font-weight:700;color:#222;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eaebed}@media screen and (max-width:767px){.shopping-bag__title{font-size:20px;margin-bottom:12px;padding-bottom:12px}}.shopping-bag__empty{text-align:center;padding:60px 20px;color:#8d9095}.shopping-bag__empty-icon{width:64px;height:64px;margin:0 auto 16px;color:#bec0c2}.shopping-bag__empty-text{font-size:18px;margin-bottom:24px}.shopping-bag__empty-link{display:inline-block;padding:12px 32px;background:#00befa;color:#fff;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .2s ease}.shopping-bag__empty-link:hover{background:#00a8dd}.order-details{background:#fff;border-radius:12px;padding:24px;position:sticky;top:80px;height:-moz-fit-content;height:fit-content}@media screen and (max-width:767px){.order-details{position:static;padding:16px;border-radius:8px}}@media screen and (min-width:768px)and (max-width:1023px){.order-details{padding:20px}}.order-details__title{font-size:20px;font-weight:700;color:#222;margin-bottom:20px}@media screen and (max-width:767px){.order-details__title{font-size:18px;margin-bottom:16px}}.order-details__summary{border-top:1px solid #eaebed;padding-top:16px;margin-top:16px}.order-details__row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#222}.order-details__row--total{font-size:18px;font-weight:700;padding-top:16px;margin-top:8px;border-top:1px solid #eaebed}.order-details__row--discount{color:#8d9095}.order-details__points{display:flex;align-items:center;gap:8px;font-size:14px;color:#8d9095;margin-top:8px}.order-details__points svg{width:16px;height:16px}.checkout-btn{width:100%;height:52px;background:#00befa;color:#fff;border:2px solid #00befa;border-radius:9999px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:20px}.checkout-btn:hover:not(:disabled){background:transparent;color:#00befa}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.continue-shopping-btn{width:100%;height:48px;background:transparent;color:#00befa;border:1px solid #bec0c2;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;margin-top:12px;transition:all .2s ease}.continue-shopping-btn:hover{border-color:#00befa}.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #eaebed}@media screen and (max-width:767px){.trust-badges{gap:12px;margin-top:20px;padding-top:20px}}.trust-badges__item{display:flex;align-items:flex-start;gap:8px}.trust-badges__item-icon{flex-shrink:0;width:20px;height:20px;color:#8d9095}.trust-badges__item-text{font-size:12px;color:#8d9095;line-height:1.4}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton-pulse{background:#eaebed;border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-item{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border-bottom:1px solid #eaebed}.skeleton-item:last-child{border-bottom:none}.skeleton-item__image{width:64px;height:64px;border-radius:8px;flex-shrink:0}.skeleton-item__content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-item__title{width:60%;height:16px}.skeleton-item__options{width:40%;height:14px}.skeleton-item__controls{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.skeleton-item__qty{width:90px;height:32px;border-radius:6px}.skeleton-item__delete{width:32px;height:32px;border-radius:6px}.skeleton-item__price{width:50px;height:18px;flex-shrink:0}.skeleton-order{display:flex;flex-direction:column;gap:16px}.skeleton-order__label{width:120px;height:16px}.skeleton-order__input{width:100%;height:48px;border-radius:8px}.skeleton-order__divider{height:1px;background:#eaebed;margin:4px 0}.skeleton-order__row{display:flex;justify-content:space-between;align-items:center}.skeleton-order__row--total{padding-top:12px;border-top:1px solid #eaebed}.skeleton-order__text{width:70px;height:14px}.skeleton-order__amount{width:60px;height:14px}.skeleton-order__amount-lg{width:80px;height:22px}.skeleton-order__btn{width:100%;height:52px;border-radius:9999px;margin-top:4px}.skeleton-order__btn-outline{width:100%;height:48px;border-radius:9999px;background:transparent;border:1px solid #eaebed}