.hostinger-cart-page{padding:24px 0}.hostinger-cart__container{margin:0 auto;max-width:960px;padding:0 16px}.hostinger-cart__title{font-size:24px;font-weight:600;line-height:1.2;margin:0 0 16px}.hostinger-cart__empty,.hostinger-cart__error{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin:8px 0 0;padding:20px}.hostinger-cart__error{background:#fef2f2;border-color:#ef4444;color:#991b1b}.hostinger-cart__loading{animation:hostinger-cart-spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#6b7280;height:40px;margin:24px auto;width:40px}@keyframes hostinger-cart-spin{to{transform:rotate(1turn)}}.hostinger-cart__items{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 12px;padding:0}.hostinger-cart__item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:grid;gap:12px;grid-template-columns:72px 1fr auto;padding:12px}.hostinger-cart__thumb{background:#f3f4f6;border-radius:6px;height:72px;overflow:hidden;width:72px}.hostinger-cart__thumb img{display:block;height:100%;object-fit:cover;width:100%}.hostinger-cart__details{min-width:0}.hostinger-cart__name{font-weight:600;margin:0 0 6px;word-break:break-word}.hostinger-cart__meta{align-items:center;display:flex;gap:10px}.hostinger-cart__qty{color:#6b7280}.hostinger-cart__price{font-weight:600}.hostinger-cart__actions{align-items:center;display:flex;gap:8px}.hostinger-cart__inc,.hostinger-cart__remove{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;height:36px;padding:0 12px}.hostinger-cart__inc[disabled],.hostinger-cart__remove[disabled]{cursor:default;opacity:.6}.hostinger-cart__inc{font-weight:600;padding:0;width:36px}.hostinger-cart__remove{background:#fff7f7;border-color:#fecaca;color:#ef4444}.hostinger-cart__footer{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:12px}.hostinger-cart__subtotal span{color:#6b7280;margin-right:8px}.hostinger-cart__buy{background:#6d28d9;border:0;border-radius:6px;color:#fff;cursor:pointer;height:40px;padding:0 18px}.hostinger-cart__buy:hover{background:#5b21b6}@media(max-width:480px){.hostinger-cart__item{align-items:start;grid-template-columns:56px 1fr}.hostinger-cart__actions{grid-column:1/-1;justify-content:flex-end}}