.cart-container{max-width:1200px;margin:0 auto;padding:20px}.cart-title{font-size:32px;font-weight:500;font-family:var(--font-britti);margin-bottom:16px}.cart-skeleton{max-width:1200px;margin:0 auto;padding:32px 16px}.skeleton-breadcrumb{background-color:#f3f4f6;border-radius:4px;width:192px;height:24px;margin-bottom:16px;animation:2s infinite pulse}.skeleton-title{background-color:#f3f4f6;border-radius:4px;width:128px;height:32px;margin-bottom:16px;animation:2s infinite pulse}.skeleton-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:640px){.skeleton-grid{grid-template-columns:2fr 1fr}}.skeleton-items{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.skeleton-item{border:1px solid var(--neutral-3);border-radius:16px;justify-content:space-between;max-height:none;padding:16px;display:flex}.skeleton-item-content{justify-content:space-between;display:flex}.skeleton-image{background-color:#f3f4f6;border-radius:12px;width:86px;height:130px;animation:2s infinite pulse;display:none}@media (min-width:640px){.skeleton-image{display:block}}.skeleton-details{height:100%;margin-left:16px}.skeleton-name{background-color:#f3f4f6;border-radius:4px;width:160px;height:24px;margin-bottom:8px;animation:2s infinite pulse}.skeleton-brand{background-color:#f3f4f6;border-radius:4px;width:128px;height:16px;margin-bottom:16px;animation:2s infinite pulse}.skeleton-controls{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.skeleton-quantity{background-color:#f3f4f6;border-radius:4px;width:90px;height:30px;margin-bottom:8px;animation:2s infinite pulse}.skeleton-price{background-color:#f3f4f6;border-radius:4px;width:80px;height:16px;margin-bottom:4px;animation:2s infinite pulse}.skeleton-total{background-color:#f3f4f6;border-radius:4px;width:96px;height:16px;animation:2s infinite pulse}.skeleton-summary{margin-top:16px}@media (min-width:768px){.skeleton-summary{margin-top:0}}.skeleton-promo{gap:8px;margin-bottom:32px;display:flex}.skeleton-promo-input{background-color:#f3f4f6;border-radius:4px;flex:1;height:40px;animation:2s infinite pulse}.skeleton-promo-button{background-color:#f3f4f6;border-radius:4px;width:96px;height:40px;animation:2s infinite pulse}.skeleton-summary-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;height:fit-content;padding:32px}.skeleton-summary-title{background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;border-radius:4px;width:128px;height:24px;margin-bottom:20px;padding-bottom:20px;animation:2s infinite pulse}.skeleton-summary-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:20px 0;display:flex}.skeleton-summary-label{background-color:#f3f4f6;border-radius:4px;width:96px;height:16px;animation:2s infinite pulse}.skeleton-summary-value{background-color:#f3f4f6;border-radius:4px;width:64px;height:16px;animation:2s infinite pulse}.skeleton-summary-total-label{background-color:#f3f4f6;border-radius:4px;width:112px;height:20px;animation:2s infinite pulse}.skeleton-summary-total-value{background-color:#f3f4f6;border-radius:4px;width:80px;height:20px;animation:2s infinite pulse}.skeleton-terms{padding:20px 0}.skeleton-terms-line{background-color:#f3f4f6;border-radius:4px;width:100%;height:16px;margin-bottom:8px;animation:2s infinite pulse}.skeleton-terms-line-short{background-color:#f3f4f6;border-radius:4px;width:75%;height:16px;animation:2s infinite pulse}.skeleton-checkout-button{background-color:#f3f4f6;border-radius:12px;width:100%;height:48px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.empty-cart{max-width:1200px;margin:0 auto;padding:32px 16px}.empty-cart-title{margin-bottom:32px;font-size:32px}.empty-cart-content{text-align:center;padding:64px 0}.empty-cart-heading{color:#111827;margin-bottom:8px;font-size:18px}.empty-cart-description{color:#6b7280;margin-bottom:16px;font-size:14px}.cart-grid{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.cart-items{flex-direction:column;flex:1;gap:16px;display:flex}@media (min-width:640px){.cart-items{grid-column:span 2;gap:24px}}.cart-item{border:1px solid var(--neutral-3);border-radius:16px;justify-content:space-between;max-height:none;margin-bottom:0;padding:16px;display:flex}.cart-item-info{justify-content:space-between;display:flex}.cart-item .image{background-color:var(--white);border:1px solid #dcdcdc;border-radius:12px;align-items:center;width:86px;display:none;position:relative;overflow:hidden}@media (min-width:640px){.cart-item .image{display:flex}}.cart-item .image{background-color:var(--neutral-2);border:1px solid #cacaca}.cart-item .image img{object-fit:contain;width:100%}.cart-item-details{height:100%}@media (min-width:640px){.cart-item-details{margin-left:16px}}.cart-item-name{font-size:18px}.cart-item-brand{color:#6b7280;margin-bottom:16px;font-size:14px}.cart-item-controls{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.cart-item-quantity{border:1px solid #d4dde5;border-radius:6px;justify-content:space-between;align-items:center;width:90px;height:30px;margin-bottom:8px;margin-left:auto;margin-right:0;display:flex}.cart-item-quantity button{width:30px;height:100%;transition:background-color .3s}.cart-item-quantity button:hover{background-color:#f9fafb}.cart-item-quantity button:disabled{cursor:not-allowed;opacity:.5}.cart-item-quantity .quantity-decrease{border-right:1px solid #d4dde5}.cart-item-quantity .quantity-increase{border-left:1px solid #d4dde5}.cart-item-quantity input{text-align:center;color:#09204c;background:0 0;border:none;outline:none;width:32px;font-size:14px;font-weight:700}.cart-item-pricing{white-space:nowrap;flex-direction:column;align-items:flex-end;display:flex}.cart-item-unit-price{color:#6b7280;font-size:14px}.cart-item-unit-price span{margin-left:4px}.cart-item-subtotal{color:#6b7280;font-size:14px}.cart-item-subtotal span{color:var(--primary-700);white-space:nowrap;margin-left:4px;font-size:16px;font-weight:600}.cart-summary{max-width:400px;margin-top:16px}@media (min-width:768px){.cart-summary{margin-top:0}}.cart-promo{gap:8px;margin-bottom:32px;display:flex}.cart-summary-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;height:fit-content;padding:32px}.cart-summary-title{border-bottom:1px solid #e5e7eb;margin-bottom:20px;padding-bottom:20px;font-size:20px;font-weight:600}.cart-summary-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:20px 0;font-size:14px;display:flex}.cart-summary-total{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:20px 0;font-size:16px;font-weight:600;display:flex}.cart-summary-terms{padding:20px 0;font-size:14px}.cart-summary-terms .secondary-color{color:var(--secondary-color)}.cart-summary-checkout{border-radius:12px;width:100%}.cart-summary-checkout:disabled{cursor:not-allowed;opacity:.5}@media (max-width:639px){.cart-container{padding:16px}.cart-title{font-size:24px}.empty-cart{padding:16px}.empty-cart-title{font-size:24px}.cart-summary-card{padding:24px}}@media (min-width:640px){.cart-grid{flex-direction:row;gap:16px;margin-bottom:24px;display:flex}}@keyframes shine{0%{opacity:1;left:-150%}50%{opacity:1;left:150%}to{opacity:0;left:150%}}
