.cart-page{padding:32px 0;background:#f6f7f9}@media(min-width: 1240px){.cart-page{padding:56px 0}}.cart-steps{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#696a70;margin-bottom:1.5rem}@media(min-width: 1240px){.cart-steps{font-size:.875rem;margin-bottom:2rem}}.cart-steps__step--active{font-weight:700;color:#33393e}.cart-steps__arrow{font-size:10px}.cart-page__title{font-size:32px;font-weight:600;line-height:40px;letter-spacing:-0.64px;color:#33393e;margin-bottom:1rem}@media(max-width: 880px){.cart-page__title{font-size:24px;line-height:32px}}.cart-page__layout{display:flex;flex-direction:column;gap:1.5rem}.cart-page__items{flex:1}.cart-page__proceed{display:none}@media(min-width: 1240px){.cart-page__layout{flex-direction:row;gap:3rem;align-items:flex-start}.cart-page__proceed{display:block;width:400px;min-width:400px}}.cart-item{background:#fff;border-radius:0;margin-bottom:1rem}.cart-item:last-child{margin-bottom:0}.cart-item__inner{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;align-items:stretch}.cart-item__unavailable{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;align-items:center;opacity:.5}.cart-item__image-wrap{width:80px;height:80px;border-radius:0;overflow:hidden;background:#f6f7f9;display:flex;align-items:center;justify-content:center}.cart-item__image{width:100%;height:100%;object-fit:contain}.cart-item__placeholder{width:100%;height:100%;background:#eaedf0}.cart-item__content{display:flex;flex-direction:column;gap:2px;min-width:0}.cart-item__artist{font-size:.75rem;color:#ee1c98;text-transform:uppercase;font-weight:600;letter-spacing:.5px;text-decoration:none}.cart-item__artist:hover{text-decoration:underline}.cart-item__name{font-size:.875rem;font-weight:600;color:#33393e;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__name:hover{color:#ee1c98}.cart-item__details{font-size:.75rem;color:#696a70}.cart-item__status-badge{font-size:.75rem;color:#e52f23;font-weight:600}.cart-item__price{font-weight:700;font-size:.875rem;white-space:nowrap}.cart-item__price--desktop{display:none}.cart-item__price--mobile{margin-top:4px}.cart-item__badge{font-size:11px;color:#696a70;margin-top:2px}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end}.cart-item__remove{background:none;border:none;cursor:pointer;color:#696a70;padding:12px;padding-bottom:0;min-width:44px;min-height:44px;display:flex;align-items:flex-end;justify-content:center;transition:color 150ms ease}.cart-item__remove:hover{color:#e52f23}.cart-item__confirm{display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding:.5rem 0}.cart-item__confirm-text{font-size:.75rem;color:#696a70}.cart-item__confirm-btn{background:none;border:none;cursor:pointer;font-size:.75rem;font-family:inherit;padding:4px 0}.cart-item__confirm-btn--yes{color:#e52f23;font-weight:600}.cart-item__confirm-btn--no{color:#696a70}@media(min-width: 1240px){.cart-item__inner,.cart-item__unavailable{grid-template-columns:120px 1fr auto;padding:1.5rem}.cart-item__image-wrap{width:120px;height:120px}.cart-item__price--desktop{display:none}.cart-item__price--mobile{display:block}.cart-item__name{font-size:1rem}.cart-item__artist{font-size:.875rem}.cart-item__details{font-size:.875rem}.cart-item__price{font-size:1rem}}.proceed-block{background:#fff;border-radius:0;padding:1.5rem}.proceed-block__heading{font-size:1rem;font-weight:600;color:#33393e;margin:0 0 1.5rem}.proceed-block__total{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.proceed-block__total-label{font-size:.875rem;color:#696a70}.proceed-block__total-price{font-size:28px;font-weight:700;color:#33393e;white-space:nowrap}.proceed-block__delivery{display:block;font-size:.875rem;color:#696a70;margin-bottom:2rem}.proceed-block__separator{height:1px;background:#eaedf0;margin-bottom:2rem}.proceed-block__btn{display:block;width:100%;padding:14px;background:#ee1c98;color:#fff;text-align:center;border:none;border-radius:0;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:background 150ms ease;box-sizing:border-box}.proceed-block__btn:hover{background:#ee1c98}.proceed-block__microcopy{display:block;text-align:left;font-size:.75rem;color:#696a70;margin-top:1rem;line-height:1.4}.proceed-block__contact{display:block;font-size:.75rem;color:#696a70;text-decoration:none;margin-top:.5rem}.proceed-block__contact:hover{color:#ee1c98;text-decoration:underline}.cart-page__mobile-proceed{display:none}@media(max-width: 480px){.proceed-block{padding:1rem}.proceed-block__heading{margin-bottom:1rem;font-size:.875rem}.proceed-block__total{margin-bottom:.25rem}.proceed-block__total-price{font-size:24px}.proceed-block__delivery{margin-bottom:1rem}.proceed-block__separator{margin-bottom:1rem}.proceed-block__microcopy{font-size:12px;line-height:1.35;margin-top:.5rem}}.cart-sticky-bar{display:none}@media(max-width: 1239px){.cart-sticky-bar{display:block;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eaedf0;box-shadow:0 -4px 12px rgba(0,0,0,.06);z-index:100;padding:12px 1rem;padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px))}}.cart-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1440px;margin:0 auto}.cart-sticky-bar__left{display:flex;flex-direction:column;gap:2px;min-width:0}.cart-sticky-bar__price{font-size:20px;font-weight:700;color:#33393e;white-space:nowrap}.cart-sticky-bar__micro{font-size:11px;color:#696a70;line-height:1.3}.cart-sticky-bar__btn{flex-shrink:0;padding:12px 20px;background:#ee1c98;color:#fff;border-radius:0;font-size:.875rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background 150ms ease}.cart-sticky-bar__btn:hover{background:#ee1c98}.cart-sticky-bar__contact{display:block;text-align:center;font-size:11px;color:#696a70;text-decoration:none;margin-top:6px}.cart-sticky-bar__contact:hover{color:#ee1c98}.cart-footer-desktop{display:none}@media(min-width: 1240px){.cart-footer-desktop{display:block}}@media(max-width: 1239px){.cart-page__layout{padding-bottom:100px}}.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty__icon{opacity:.3;margin-bottom:1.5rem}.cart-empty__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.cart-empty__text{color:#696a70;margin-bottom:2rem}.cart-empty__btn{display:inline-block;padding:14px 40px;background:#ee1c98;color:#fff;border-radius:0;font-weight:700;text-decoration:none;transition:background 150ms ease}.cart-empty__btn:hover{background:#ee1c98}.wishlist-page{padding:32px 0;background:#f6f7f9}@media(min-width: 1240px){.wishlist-page{padding:56px 0}}.wishlist-page__title{font-size:32px;font-weight:600;line-height:40px;letter-spacing:-0.64px;color:#33393e;margin-bottom:1rem}@media(max-width: 880px){.wishlist-page__title{font-size:24px;line-height:32px}}.wishlist-page__count{font-weight:400;color:#696a70}.wishlist-item{background:#fff;border-radius:0;margin-bottom:1rem}.wishlist-item:last-child{margin-bottom:0}.wishlist-item__inner{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;align-items:stretch}.wishlist-item__image-wrap{width:80px;height:80px;border-radius:0;overflow:hidden;background:#f6f7f9;display:flex;align-items:center;justify-content:center}.wishlist-item__image{width:100%;height:100%;object-fit:contain}.wishlist-item__placeholder{width:100%;height:100%;background:#eaedf0}.wishlist-item__content{display:flex;flex-direction:column;gap:2px;min-width:0}.wishlist-item__artist{font-size:.75rem;color:#ee1c98;text-transform:uppercase;font-weight:600;letter-spacing:.5px;text-decoration:none}.wishlist-item__artist:hover{text-decoration:underline}.wishlist-item__name{font-size:.875rem;font-weight:600;color:#33393e;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wishlist-item__name:hover{color:#ee1c98}.wishlist-item__details{font-size:.75rem;color:#696a70}.wishlist-item__price{font-weight:700;font-size:.875rem;margin-top:4px}.wishlist-item__status{font-size:.75rem;color:#e52f23;font-weight:600}.wishlist-item__actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.wishlist-item__cart-btn{padding:8px 16px;background:#ee1c98;color:#fff;border:none;border-radius:0;font-size:.75rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background 150ms ease}.wishlist-item__cart-btn:hover{background:#ee1c98}.wishlist-item__cart-btn--in-cart{background:#696a70;cursor:default}.wishlist-item__cart-btn--in-cart:hover{background:#696a70}.wishlist-item__remove{background:none;border:none;cursor:pointer;color:#696a70;padding:.5rem;padding-bottom:0;transition:color 150ms ease}.wishlist-item__remove:hover{color:#e52f23}@media(min-width: 1240px){.wishlist-item__inner{grid-template-columns:120px 1fr auto;padding:1.5rem}.wishlist-item__image-wrap{width:120px;height:120px}.wishlist-item__name{font-size:1rem}.wishlist-item__artist{font-size:.875rem}.wishlist-item__details{font-size:.875rem}.wishlist-item__price{font-size:1rem}.wishlist-item__actions{flex-direction:column;align-items:flex-end;justify-content:space-between}}.wishlist-empty{text-align:center;padding:4rem 1rem}.wishlist-empty__icon{opacity:.3;margin-bottom:1.5rem}.wishlist-empty__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.wishlist-empty__text{color:#696a70;margin-bottom:2rem}.wishlist-empty__btn{display:inline-block;padding:14px 40px;background:#ee1c98;color:#fff;border-radius:0;font-weight:700;text-decoration:none;transition:background 150ms ease}.wishlist-empty__btn:hover{background:#ee1c98}.checkout-page{padding:32px 0;background:#f6f7f9;min-height:60vh}@media(min-width: 1240px){.checkout-page{padding:56px 0}}.checkout-page [x-cloak]{display:none !important}.checkout-page__title{font-size:32px;font-weight:600;line-height:40px;letter-spacing:-0.64px;color:#33393e;margin-bottom:1rem}@media(max-width: 880px){.checkout-page__title{font-size:24px;line-height:32px}}.checkout-page__layout{display:flex;flex-direction:column;gap:1.5rem}.checkout-page__form{flex:1;min-width:0}.checkout-page__proceed{display:none}@media(min-width: 1240px){.checkout-page__layout{flex-direction:row;gap:3rem;align-items:flex-start}.checkout-page__proceed{display:block;width:400px;min-width:400px}}.checkout-section{background:#fff;padding:1.5rem;margin-bottom:1rem}.checkout-section__title{font-size:1.125rem;font-weight:600;color:#33393e;margin-bottom:.25rem}.checkout-section__subtitle{font-size:.875rem;color:#696a70;margin-bottom:1rem}.checkout-fields{display:flex;flex-direction:column;gap:10px}.checkout-field{width:100%}.checkout-field--flex{flex:1}.checkout-field-row{display:flex;gap:.5rem;width:100%}.checkout-field__input,.checkout-field__select{width:100%;height:52px;padding:0 12px;border:1px solid #99a0a7;border-radius:0;background:#fff;font-size:.875rem;font-family:"Open Sans",sans-serif;color:#33393e;outline:none;appearance:none;transition:border-color 250ms ease}.checkout-field__input::placeholder,.checkout-field__select::placeholder{color:#99a0a7}.checkout-field__input:focus,.checkout-field__select:focus{border-color:#33393e}.checkout-field__input.is-valid,.checkout-field__select.is-valid{border-color:#25b994;background-color:#f0fdf4}.checkout-field__input.is-error,.checkout-field__select.is-error{border-color:#e52f23;background-color:#fef2f2}.checkout-field__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.checkout-field__select--secondary{font-size:13px;height:44px;color:#696a70}.checkout-billing{margin-top:.25rem}.checkout-billing__title{font-size:1.125rem;font-weight:700;color:#33393e;margin-bottom:1rem}.checkout-payment{display:flex;flex-direction:column;gap:1.5rem}.checkout-payment__option{cursor:pointer}.checkout-radio{display:flex;align-items:center;gap:1rem;cursor:pointer}.checkout-radio__dot{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid #99a0a7;position:relative;transition:border-color 250ms ease}.checkout-radio__dot.is-active{border-color:#ee1c98}.checkout-radio__dot.is-active::after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#ee1c98}.checkout-radio__label{font-size:1rem;font-weight:700;color:#33393e}.checkout-payment__desc{padding-left:36px;font-size:.875rem;color:#696a70;margin-top:4px}.checkout-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.875rem;line-height:20px;color:#33393e;user-select:none}.checkout-checkbox--billing{margin-top:15px}.checkout-checkbox__box{width:22px;height:22px;min-width:22px;border:2px solid #99a0a7;border-radius:3px;display:flex;align-items:center;justify-content:center;margin-top:0;transition:all 250ms ease}.checkout-checkbox__box.is-checked{background:#ee1c98;border-color:#ee1c98}.checkout-agreements{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:1rem 1.5rem;margin-bottom:1rem}.checkout-link{color:#ee1c98;text-decoration:underline}.checkout-link:hover{color:#ee1c98}.checkout-error{background:#fde8e7;border:1px solid #e52f23;color:#e52f23;padding:1rem;font-size:.875rem;font-weight:600;border-radius:0}.checkout-page .proceed-block{position:sticky;top:120px;border:1px solid #eaedf0;padding:1.5rem}.checkout-page__cart-info{display:flex;flex-direction:column;gap:4px;font-size:.875rem;color:#696a70;margin-bottom:1.5rem}@media(min-width: 1240px){.checkout-page__cart-info{display:none}}.proceed-block__count{display:block;font-size:.875rem;color:#696a70;margin-bottom:1rem}.proceed-block__cart-link{color:#ee1c98;text-decoration:none}.proceed-block__cart-link:hover{text-decoration:underline}.proceed-block__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eaedf0}.proceed-block__item{display:flex;gap:12px;align-items:flex-start}.proceed-block__item-thumb{width:80px;height:80px;min-width:80px;display:flex;align-items:center;justify-content:center;border:1px solid #eaedf0;text-decoration:none}.proceed-block__item-thumb img{max-width:100%;max-height:100%;object-fit:contain}.proceed-block__item-info{display:flex;flex-direction:column;min-width:0}.proceed-block__item-title{font-size:.875rem;font-weight:600;color:#33393e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proceed-block__item-artist{font-size:13px;color:#ee1c98;text-decoration:none}.proceed-block__item-artist:hover{text-decoration:underline}.proceed-block__item-meta{font-size:.75rem;color:#696a70;margin-top:2px}.proceed-block__costs{display:flex;flex-direction:column;gap:8px;padding-bottom:1rem;border-bottom:1px solid #eaedf0}.proceed-block__cost-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#33393e}.proceed-block__cost-row--total{font-weight:700;font-size:1.25rem;padding-top:8px}.proceed-block__free-label{font-size:.75rem;color:#25b994;font-weight:600}.proceed-block__value-line{font-size:13px;color:#696a70;text-align:center;margin:8px 0 1rem}.proceed-block__summary{background:#f6f7f9;border-radius:0;padding:4px 1rem;margin-bottom:1rem}.proceed-block__summary-section{padding:10px 0}.proceed-block__summary-section:not(:last-child){border-bottom:1px solid #eaedf0}.proceed-block__summary-title{font-size:.75rem;font-weight:600;color:#33393e;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px}.proceed-block__summary-row{font-size:13px;line-height:20px;color:#696a70}.checkout-page .proceed-block__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;background:#ee1c98;color:#fff;border:none;border-radius:0;font-size:1rem;font-weight:700;font-family:"Open Sans",sans-serif;text-transform:none;letter-spacing:0;cursor:pointer;transition:background 250ms ease}.checkout-page .proceed-block__btn:hover:not(.is-disabled){background:#ee1c98}.checkout-page .proceed-block__btn.is-disabled{opacity:.4;cursor:not-allowed}.proceed-block__safety{text-align:center;margin-top:12px;font-size:.75rem;color:#696a70}.proceed-block__spinner{display:inline-block;width:20px;height:20px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width: 1239px){.checkout-page__layout{padding-bottom:100px}}.checkout-confirmation{background:#fff;padding:1.5rem}.checkout-confirmation__header{padding-bottom:1.5rem;border-bottom:1px solid #eaedf0}.checkout-confirmation__title{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.checkout-confirmation__message{font-size:.875rem;line-height:1.6}.checkout-confirmation__email{font-size:.875rem;font-weight:600}.checkout-confirmation__info{margin-top:1rem;font-size:.875rem;line-height:1.6;color:#696a70}.checkout-confirmation__order{padding:1.5rem 0;border-bottom:1px solid #eaedf0}.checkout-confirmation__order-title{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.checkout-confirmation__subtitle{font-size:.875rem;font-weight:700;margin-bottom:4px}.checkout-confirmation__details{display:flex;gap:3rem}.checkout-confirmation__details p{font-size:.875rem;line-height:1.6}.checkout-confirmation__payment{padding-top:1.5rem}.checkout-confirmation__payment .checkout-confirmation__subtitle{margin-top:12px}.checkout-confirmation__payment .checkout-confirmation__subtitle--bold{font-size:.875rem;font-weight:700;margin-top:12px}.checkout-confirmation__transfer{font-size:.875rem;line-height:1.6;max-width:516px}.checkout-confirmation__btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;margin-top:30px;background:#ee1c98;color:#fff;font-weight:700;text-transform:uppercase;text-decoration:none;transition:background 250ms ease}.checkout-confirmation__btn:hover{background:#ee1c98}.summary-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.summary-edit-link{font-size:.875rem;color:#ee1c98;text-decoration:none}.summary-edit-link:hover{text-decoration:underline}.summary-address{font-size:.875rem;line-height:1.3;color:#33393e}.summary-address p{margin:0}.summary-payment{font-size:.875rem;font-weight:600;color:#33393e}@media(max-width: 768px){.checkout-section{padding:1rem}.checkout-agreements{padding:1rem}.checkout-confirmation__details{flex-direction:column;gap:1.5rem}}
