.cart-page.svelte-y36gu7{padding:6rem 2rem;min-height:80vh;background:linear-gradient(135deg,#fff9e6,#fffdf2)}.container.svelte-y36gu7{max-width:1200px;margin:0 auto}.page-title.svelte-y36gu7{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.page-title.svelte-y36gu7:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(45deg,#ffc107,#ff9800)}.empty-cart.svelte-y36gu7{text-align:center;padding:3rem;background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d}.empty-cart.svelte-y36gu7 svg:where(.svelte-y36gu7){color:#ffc107;margin-bottom:1rem}.empty-cart.svelte-y36gu7 h2:where(.svelte-y36gu7){font-size:1.8rem;margin-bottom:1rem}.empty-cart.svelte-y36gu7 p:where(.svelte-y36gu7){color:#666;margin-bottom:2rem}.continue-shopping.svelte-y36gu7{display:inline-block;padding:.8rem 1.5rem;background:transparent;color:#333;border:2px solid #ffc107;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.continue-shopping.svelte-y36gu7:hover{background:#ffc107;color:#fff}.cart-layout.svelte-y36gu7{display:grid;grid-template-columns:1fr 350px;gap:2rem}.cart-items.svelte-y36gu7{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;overflow:hidden}.cart-item.svelte-y36gu7{display:grid;grid-template-columns:100px 1fr auto auto auto;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0;position:relative}.cart-item.svelte-y36gu7:last-child{border-bottom:none}.item-image.svelte-y36gu7{width:80px;height:80px;border-radius:4px;overflow:hidden}.item-image.svelte-y36gu7 img:where(.svelte-y36gu7){width:100%;height:100%;object-fit:cover}.item-details.svelte-y36gu7{padding:0 1rem}.item-details.svelte-y36gu7 h3:where(.svelte-y36gu7){margin:0 0 .5rem;font-size:1.1rem}.item-variant.svelte-y36gu7{display:flex;align-items:center;flex-wrap:wrap;color:#666;font-size:.9rem;margin-bottom:.5rem;gap:.5rem}.variant-details.svelte-y36gu7,.size-details.svelte-y36gu7{display:inline-flex;align-items:center}.color-dot.svelte-y36gu7{width:14px;height:14px;border-radius:50%;display:inline-block;margin-right:6px;border:1px solid rgba(0,0,0,.1)}.item-price.svelte-y36gu7{font-weight:600;color:#ffc107}.item-quantity.svelte-y36gu7{display:flex;align-items:center;margin:0 1.5rem}.item-quantity.svelte-y36gu7 button:where(.svelte-y36gu7){width:32px;height:32px;background:#f5f5f5;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border-radius:4px;font-size:1.1rem}.item-quantity.svelte-y36gu7 button:where(.svelte-y36gu7):hover{background:#eee}.item-quantity.svelte-y36gu7 span:where(.svelte-y36gu7){min-width:32px;text-align:center;padding:0 .5rem;font-weight:600}.item-total.svelte-y36gu7{font-weight:600;margin-right:2rem}.remove-item.svelte-y36gu7{background:transparent;border:none;color:#999;cursor:pointer;transition:color .2s ease;padding:5px}.remove-item.svelte-y36gu7:hover{color:#ff5252}.cart-summary.svelte-y36gu7{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;padding:1.5rem;height:fit-content}.cart-summary.svelte-y36gu7 h2:where(.svelte-y36gu7){font-size:1.3rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.summary-row.svelte-y36gu7{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666}.summary-row.total.svelte-y36gu7{font-weight:600;color:#333;font-size:1.2rem;padding-top:1rem;margin-top:1rem;border-top:1px solid #f0f0f0}.button-group.svelte-y36gu7{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.button.svelte-y36gu7{display:block;text-align:center;padding:1rem;border-radius:4px;font-weight:600;text-decoration:none;transition:all .3s ease}.primary-button.svelte-y36gu7{background:#ffc107;color:#fff}.primary-button.svelte-y36gu7:hover{background:#ffb300}.secondary-button.svelte-y36gu7{background:transparent;color:#666;border:1px solid #e0e0e0}.secondary-button.svelte-y36gu7:hover{background:#f9f9f9}@media (max-width: 992px){.cart-layout.svelte-y36gu7{grid-template-columns:1fr}}@media (max-width: 768px){.cart-page.svelte-y36gu7{padding:4rem 1rem}.page-title.svelte-y36gu7{font-size:2rem;margin-bottom:2rem}.cart-item.svelte-y36gu7{grid-template-columns:80px 1fr;grid-template-areas:"image details" "image quantity" "total total" "remove remove";gap:.75rem;padding:1.25rem}.item-image.svelte-y36gu7{grid-area:image;width:70px;height:70px}.item-details.svelte-y36gu7{grid-area:details;padding:0}.item-details.svelte-y36gu7 h3:where(.svelte-y36gu7){font-size:1rem;margin-bottom:.3rem}.item-variant.svelte-y36gu7{font-size:.8rem}.item-quantity.svelte-y36gu7{grid-area:quantity;margin:0;justify-content:flex-start}.item-total.svelte-y36gu7{grid-area:total;margin:0;padding-top:.75rem;padding-bottom:.5rem;border-top:1px dashed #eee;font-size:1.1rem;color:#ffc107}.remove-item.svelte-y36gu7{grid-area:remove;justify-self:flex-end;padding:8px;margin-top:-8px;background-color:#f8f8f8;border-radius:50%}.cart-summary.svelte-y36gu7{margin-top:1.5rem}}
