.container.svelte-1uhulg2{max-width:1200px;margin-inline:1.5rem}.section.svelte-1uhulg2{padding-block:2rem 1rem}.cart__header.svelte-1uhulg2{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.cart__title.svelte-1uhulg2{font-size:var(--h1-font-size);color:var(--title-color);display:flex;align-items:center;gap:.5rem;margin:0}.cart__title.svelte-1uhulg2 i:where(.svelte-1uhulg2){font-size:2rem;color:var(--first-color)}.cart__clear-btn.svelte-1uhulg2{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:transparent;border:2px solid var(--text-color-light);border-radius:.75rem;color:var(--text-color);font-size:var(--small-font-size);font-weight:var(--font-medium);cursor:pointer;transition:all .3s}.cart__clear-btn.svelte-1uhulg2:hover{border-color:#dc3545;color:#dc3545;background-color:#dc35451a}.cart__loading.svelte-1uhulg2{text-align:center;padding:4rem 2rem}.loading-spinner.svelte-1uhulg2{width:50px;height:50px;border:4px solid var(--container-color);border-top-color:var(--first-color);border-radius:50%;margin:0 auto 1rem;animation:svelte-1uhulg2-spin 1s linear infinite}@keyframes svelte-1uhulg2-spin{to{transform:rotate(360deg)}}.cart__empty.svelte-1uhulg2{text-align:center;padding:4rem 2rem;background-color:var(--container-color);border-radius:1.5rem;box-shadow:var(--shadow-small)}.empty-icon.svelte-1uhulg2{font-size:5rem;color:var(--first-color);margin-bottom:1.5rem}.cart__empty.svelte-1uhulg2 h2:where(.svelte-1uhulg2){font-size:var(--h2-font-size);color:var(--title-color);margin-bottom:.5rem}.cart__empty.svelte-1uhulg2 p:where(.svelte-1uhulg2){color:var(--text-color);margin-bottom:2rem}.cart__continue-btn.svelte-1uhulg2{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background-color:var(--first-color);color:var(--dark-color);border-radius:.75rem;font-weight:var(--font-medium);transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px var(--shadow-first-color)}.cart__continue-btn.svelte-1uhulg2:hover{transform:translateY(-4px);box-shadow:0 8px 16px var(--shadow-first-color)}.cart__content.svelte-1uhulg2{display:grid;gap:2rem;grid-template-columns:1fr}.cart__items.svelte-1uhulg2{display:flex;flex-direction:column;gap:1rem}.cart__item.svelte-1uhulg2{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1rem;background-color:var(--container-color);border-radius:1rem;box-shadow:var(--shadow-small);transition:box-shadow .3s}.cart__item.svelte-1uhulg2:hover{box-shadow:var(--shadow-big)}.cart__item-image.svelte-1uhulg2{width:80px;height:80px}.cart__item-image.svelte-1uhulg2 img:where(.svelte-1uhulg2){width:100%;height:100%;object-fit:cover;border-radius:.75rem}.cart__item-no-img.svelte-1uhulg2{width:100%;height:100%;background-color:var(--first-color-light);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.cart__item-no-img.svelte-1uhulg2 i:where(.svelte-1uhulg2){font-size:2rem;color:var(--first-color)}.cart__item-info.svelte-1uhulg2{display:flex;flex-direction:column;gap:.25rem}.cart__item-name.svelte-1uhulg2{font-size:var(--h3-font-size);color:var(--title-color);margin:0}.cart__item-variant.svelte-1uhulg2{font-size:var(--small-font-size);color:var(--text-color-light);margin-top:0}.cart__item-amount.svelte-1uhulg2{font-size:var(--small-font-size);color:var(--text-color);margin:0}.cart__item-price.svelte-1uhulg2{font-size:var(--normal-font-size);color:var(--first-color);font-weight:var(--font-medium);margin:0}.cart__item-actions.svelte-1uhulg2{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.75rem;border-top:1px solid var(--container-color)}.cart__item-quantity.svelte-1uhulg2{display:flex;align-items:center;gap:.5rem;background-color:var(--body-color);border-radius:.5rem;padding:.25rem}.quantity-btn.svelte-1uhulg2{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:var(--first-color);color:var(--dark-color);border:none;border-radius:.5rem;cursor:pointer;transition:transform .2s;font-size:1rem}.quantity-btn.svelte-1uhulg2:hover{transform:scale(1.1)}.quantity-value.svelte-1uhulg2{min-width:32px;text-align:center;font-weight:var(--font-medium);color:var(--title-color)}.cart__item-subtotal.svelte-1uhulg2{font-size:var(--h3-font-size);color:var(--first-color);font-weight:var(--font-semi-bold);margin:0}.cart__item-remove.svelte-1uhulg2{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:2px solid var(--text-color-light);border-radius:.5rem;color:var(--text-color);cursor:pointer;transition:all .3s;font-size:1.125rem}.cart__item-remove.svelte-1uhulg2:hover{border-color:#dc3545;color:#dc3545;background-color:#dc35451a}.cart__summary.svelte-1uhulg2{position:sticky;top:1rem;padding:1.5rem;background-color:var(--container-color);border-radius:1rem;box-shadow:var(--shadow-big);height:fit-content}.summary__title.svelte-1uhulg2{font-size:var(--h2-font-size);color:var(--title-color);margin-bottom:1.5rem}.summary__details.svelte-1uhulg2{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.summary__row.svelte-1uhulg2{display:flex;justify-content:space-between;align-items:center;color:var(--text-color);font-size:var(--normal-font-size)}.summary__total.svelte-1uhulg2{padding-top:1rem;border-top:2px solid var(--first-color-light);font-size:var(--h3-font-size);font-weight:var(--font-semi-bold);color:var(--title-color)}.summary__total.svelte-1uhulg2 span:where(.svelte-1uhulg2):last-child{color:var(--first-color)}.summary__checkout-btn.svelte-1uhulg2{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:var(--first-color);color:var(--dark-color);border:none;border-radius:.75rem;font-size:var(--normal-font-size);font-weight:var(--font-semi-bold);cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px var(--shadow-first-color);margin-bottom:1rem}.summary__checkout-btn.svelte-1uhulg2:hover{transform:translateY(-4px);box-shadow:0 8px 16px var(--shadow-first-color)}.summary__continue-shopping.svelte-1uhulg2{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;color:var(--text-color);font-size:var(--small-font-size);text-decoration:none;transition:color .3s}.summary__continue-shopping.svelte-1uhulg2:hover{color:var(--first-color)}@media screen and (min-width:768px){.section.svelte-1uhulg2{padding-block:5rem 1rem}.cart__item.svelte-1uhulg2{grid-template-columns:100px 1fr auto;gap:1.5rem}.cart__item-image.svelte-1uhulg2{width:100px;height:100px}.cart__item-actions.svelte-1uhulg2{grid-column:auto;padding-top:0;border-top:none;gap:1.5rem}.cart__content.svelte-1uhulg2{grid-template-columns:1fr 350px}}@media screen and (min-width:1024px){.container.svelte-1uhulg2{margin-inline:auto}.cart__content.svelte-1uhulg2{grid-template-columns:1fr 400px}}
