.ws-cart-summary-wrap{display:flex;justify-content:end}@media(max-width:749px){.ws-cart-page{padding:24px 16px 48px}}.ws-cart-page__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:32px;gap:16px;flex-wrap:wrap}.ws-cart-page__title{font-size:clamp(24px,3vw,32px);font-weight:900;letter-spacing:-.03em;color:#111;margin:0;font-family:var(--font-heading-family, inherit)}.ws-cart-page__count{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#999}.ws-cart-page__body{display:block}.ws-cart-page__items{background:#fff;border:1px solid #ebebeb;border-radius:16px;overflow:hidden}.ws-cart-page__items-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #f0f0f0}.ws-cart-page__items-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#999}.ws-cart-page__item{display:grid;grid-template-columns:88px 1fr;gap:16px;padding:20px 24px;border-bottom:1px solid #f5f5f5;align-items:start}.ws-cart-page__item:last-child{border-bottom:none}@media(max-width:749px){.ws-cart-page__item{grid-template-columns:72px 1fr;gap:12px;padding:16px}}.ws-cart-page__item-image-wrap{width:88px;height:88px;border-radius:12px;overflow:hidden;background:#f5f5f5;flex-shrink:0}@media(max-width:749px){.ws-cart-page__item-image-wrap{width:72px;height:72px}}.ws-cart-page__item-image-wrap a{display:block;height:100%}.ws-cart-page__item-image{width:100%;height:100%;object-fit:cover}.ws-cart-page__item-details{min-width:0;display:flex;flex-direction:column}.ws-cart-page__item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:3px}.ws-cart-page__item-name{font-size:14px;font-weight:700;color:#111;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.ws-cart-page__item-name:hover,.ws-cart-page__item-name:focus-visible{color:#555}.ws-cart-page__item-variant{font-size:12px;color:#999;margin:0 0 10px}.ws-cart-page__item-remove{background:none;border:none;cursor:pointer;color:#ccc;padding:2px;transition:color .2s;display:flex;flex-shrink:0;margin-top:2px}.ws-cart-page__item-remove:hover,.ws-cart-page__item-remove:focus-visible{color:#999}.ws-cart-page__item-remove svg{width:15px;height:15px}.ws-cart-remove-btn-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.ws-cart-remove-btn-wrap .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.ws-cart-remove-btn-wrap .loading__spinner.hidden{display:none}.ws-cart-remove-btn-wrap .loading__spinner .spinner{width:16px;height:16px;animation:rotator 1.4s linear infinite}.ws-cart-remove-btn-wrap .loading__spinner .path{stroke:currentColor;stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}.ws-cart-remove-btn-wrap .loading__spinner:not(.hidden)~button,.ws-cart-remove-btn-wrap:has(.loading__spinner:not(.hidden)) button{opacity:0;pointer-events:none}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}.ws-cart-page__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.ws-cart-page__qty{display:flex;align-items:center;gap:0;background:#f5f5f5;border-radius:999px;padding:2px}.ws-cart-page__qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;font-size:16px;color:#333;border-radius:50%;transition:background .15s;flex-shrink:0;box-shadow:0 1px 3px #00000014}.ws-cart-page__qty-btn:hover,.ws-cart-page__qty-btn:focus-visible{background:#f0f0f0}.ws-cart-page__qty-btn:disabled{opacity:.3;cursor:not-allowed}.ws-cart-page__qty-input{width:34px;text-align:center;font-size:14px;font-weight:700;color:#111;border:none;background:none;-moz-appearance:textfield}.ws-cart-page__qty-input::-webkit-inner-spin-button,.ws-cart-page__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ws-cart-page__item-price{font-size:14px;font-weight:700;color:#111;white-space:nowrap}.ws-cart-page__item-price s{color:#bbb;font-weight:400;font-size:12px;margin-right:4px}.ws-cart-page__item-error{font-size:11px;color:#e44;margin-top:6px}.ws-cart-page-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 100px;text-align:center}.ws-cart-page-empty__icon{width:80px;height:80px;background:#f4f4f4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#bbb}.ws-cart-page-empty__icon svg{width:36px;height:36px}.ws-cart-page-empty__title{font-size:clamp(26px,4vw,36px);font-weight:900;letter-spacing:-.03em;color:#111;margin:0 0 12px;font-family:var(--font-heading-family, inherit)}.ws-cart-page-empty__sub{font-size:15px;color:#777;line-height:1.7;margin:0 0 32px;max-width:380px}.ws-cart-page-empty__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.ws-cart-page-empty__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:999px;transition:background .2s,color .2s;cursor:pointer;border:none}.ws-cart-page-empty__btn--primary{background:#111;color:#fff}.ws-cart-page-empty__btn--primary:hover,.ws-cart-page-empty__btn--primary:focus-visible{background:#333;color:#fff}.ws-cart-page-empty__btn--ghost{background:transparent;color:#111;border:1.5px solid #ddd}.ws-cart-page-empty__btn--ghost:hover,.ws-cart-page-empty__btn--ghost:focus-visible{border-color:#111}
/*# sourceMappingURL=/cdn/shop/t/99/assets/section-main-cart-items.css.map */
