.ct-order-main { padding: 0 !important; }
.ct-order-main > .wp-block-post-content { margin: 0; }
.ct-order, .ct-order * { box-sizing: border-box; }
.ct-order { --ct-teal: #034c5f; --ct-ink: #102f38; --ct-aqua: #a3e8e8; --ct-mist: #ebf4f3; --ct-line: #d5e4e8; width: min(1480px, calc(100% - 64px)); margin: 0 auto; padding: 138px 0 100px; color: var(--ct-teal); font-family: Inter, Arial, sans-serif; }
.ct-order__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 39px; }
.ct-order__eyebrow { display: block; font-family: Sora, Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; color: #5c8090; }
.ct-order__heading h1 { margin: 12px 0 11px; color: var(--ct-teal); font-family: Sora, Arial, sans-serif; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.055em; }
.ct-order__heading p { margin: 0; color: #5c8090; font-size: 15px; }
.ct-order__back { flex: none; padding-bottom: 4px; border-bottom: 1px solid var(--ct-line); color: var(--ct-teal); font-size: 13px; font-weight: 700; text-decoration: none; }
.ct-order__back span { margin-left: 12px; }
.ct-order__workspace { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 40px; align-items: start; }
.ct-order__catalog-column { min-width: 0; }
.ct-order__toolbar { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 12px; }
.ct-order__search, .ct-order__category-wrap { display: flex; align-items: center; height: 56px; border: 1px solid var(--ct-line); border-radius: 14px; background: #fff; }
.ct-order__search:focus-within, .ct-order__category-wrap:focus-within { border-color: var(--ct-teal); box-shadow: 0 0 0 3px rgba(163,232,232,.34); }
.ct-order__search svg { width: 19px; height: 19px; margin: 0 14px 0 19px; fill: none; stroke: var(--ct-teal); stroke-width: 1.6; }
.ct-order__search input { flex: 1; width: 100%; height: 100%; padding: 0 14px 0 0; border: 0; outline: 0; background: transparent; color: var(--ct-teal); font: 500 14px Inter, Arial, sans-serif; }
.ct-order__search input::placeholder { color: #77929e; opacity: 1; }
.ct-order__category-wrap select { width: 100%; height: 100%; padding: 0 19px; border: 0; outline: 0; background: transparent; color: var(--ct-teal); font: 700 12px Sora, Arial, sans-serif; cursor: pointer; }
.ct-order__list-meta { display: flex; justify-content: space-between; margin: 27px 0 10px; color: #668594; font-size: 12px; font-weight: 700; }
.ct-order__list-meta span:last-child { font-family: Sora, Arial, sans-serif; font-size: 10px; letter-spacing: .12em; }
.ct-order__products { min-height: 260px; border-top: 1px solid var(--ct-line); }
.ct-order__product { display: grid; grid-template-columns: 96px minmax(0,1fr) 170px; gap: 23px; align-items: center; min-height: 151px; padding: 23px 0; border-bottom: 1px solid var(--ct-line); animation: ct-row-in .28s ease both; }
.ct-order__product-image { display: grid; place-items: center; width: 96px; height: 96px; overflow: hidden; border-radius: 13px; background: #f1f5f6; }
.ct-order__product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ct-order__product-category { display: block; margin-bottom: 9px; color: #6a8b99; font-family: Sora, Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.ct-order__product-info h3 { margin: 0 0 8px; color: var(--ct-teal); font-family: Sora, Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; letter-spacing: -.025em; }
.ct-order__sku { display: block; color: #8198a2; font-size: 11px; }
.ct-order__option { display: flex; align-items: center; gap: 10px; max-width: 300px; margin-top: 13px; }
.ct-order__option span { color: #6a8b99; font-family: Sora, Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.ct-order__option select { width: 100%; min-width: 0; height: 37px; padding: 0 12px; border: 1px solid var(--ct-line); border-radius: 8px; background: #fff; color: var(--ct-teal); font-size: 12px; }
.ct-order__product-action { display: flex; flex-direction: column; align-items: end; gap: 18px; }
.ct-order__product-action strong { font-family: Sora, Arial, sans-serif; font-size: 17px; white-space: nowrap; }
.ct-order__action-line { display: flex; gap: 7px; }
.ct-order__action-line input { width: 48px; height: 39px; padding: 0 3px; border: 1px solid var(--ct-line); border-radius: 10px; background: #fff; color: var(--ct-teal); font-size: 13px; text-align: center; }
.ct-order__action-line input::-webkit-inner-spin-button, .ct-order__action-line input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.ct-order__action-line button { min-width: 94px; height: 39px; padding: 0 13px; border: 0; border-radius: 999px; background: var(--ct-teal); color: #fff; font-family: Sora, Arial, sans-serif; font-size: 11px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.ct-order__action-line button:hover { background: #0a6374; transform: translateY(-2px); }
.ct-order__action-line button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.ct-order__cart { position: sticky; top: 120px; overflow: hidden; border: 1px solid var(--ct-line); border-radius: 20px; background: #f5fafb; }
.ct-order__cart-head { padding: 26px 27px 23px; background: #e8f4f5; }
.ct-order__cart-head h2 { display: flex; align-items: center; gap: 9px; margin: 11px 0 0; color: var(--ct-teal); font-family: Sora, Arial, sans-serif; font-size: 22px; letter-spacing: -.04em; }
.ct-order__cart-head h2 span { display: grid; place-items: center; min-width: 27px; height: 27px; padding: 0 6px; border-radius: 50%; background: var(--ct-teal); color: #fff; font-size: 11px; letter-spacing: 0; }
.ct-order__cart-items { max-height: min(48vh, 470px); min-height: 132px; overflow: auto; padding: 4px 27px; }
.ct-order__cart-empty { margin: 36px 0; color: #78939e; font-size: 13px; line-height: 1.6; }
.ct-order__cart-item { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--ct-line); transition: opacity .2s; }
.ct-order__cart-item.is-updating { opacity: .45; pointer-events: none; }
.ct-order__cart-item img { width: 52px; height: 52px; border-radius: 8px; background: #fff; object-fit: contain; }
.ct-order__cart-item strong { display: block; margin-bottom: 5px; color: var(--ct-teal); font-family: Sora, Arial, sans-serif; font-size: 12px; line-height: 1.35; }
.ct-order__cart-item span { display: block; color: #6d8b98; font-size: 11px; }
.ct-order__cart-item b { color: var(--ct-teal); font-size: 12px; white-space: nowrap; }
.ct-order__cart-quantity { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.ct-order__cart-quantity button { width: 22px; height: 22px; padding: 0; border: 1px solid var(--ct-line); border-radius: 50%; background: #fff; color: var(--ct-teal); line-height: 1; cursor: pointer; }
.ct-order__cart-quantity span { color: var(--ct-teal); font-weight: 700; }
.ct-order__cart-quantity .ct-order__remove { width: auto; height: auto; margin-left: 2px; border: 0; border-radius: 0; background: transparent; color: #78939e; font-size: 11px; text-decoration: underline; }
.ct-order__cart-foot { padding: 22px 27px 27px; border-top: 1px solid var(--ct-line); background: #e8f4f5; }
.ct-order__subtotal { display: flex; justify-content: space-between; align-items: center; color: var(--ct-teal); font-family: Sora, Arial, sans-serif; font-size: 15px; font-weight: 700; }
.ct-order__cart-foot p { margin: 13px 0 19px; color: #6a8b99; font-size: 11px; line-height: 1.4; }
.ct-order__checkout { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; padding: 0 19px; border-radius: 999px; background: var(--ct-aqua); color: var(--ct-teal) !important; font-family: Sora, Arial, sans-serif; font-size: 12px; font-weight: 700; text-decoration: none !important; transition: transform .2s, background .2s; }
.ct-order__checkout:hover { background: #8cdddd; transform: translateY(-2px); }
.ct-order__checkout.is-disabled { opacity: .5; cursor: not-allowed; transform: none; }
.ct-order__empty, .ct-order__loading { display: flex; flex-direction: column; gap: 7px; padding: 55px 0; color: #78939e; font-size: 13px; }
.ct-order__empty strong { color: var(--ct-teal); font-family: Sora, Arial, sans-serif; font-size: 18px; }
.ct-order__notice { position: fixed; right: 24px; bottom: 24px; z-index: 200; max-width: 360px; padding: 15px 20px; border-radius: 12px; background: var(--ct-teal); box-shadow: 0 14px 35px rgba(3,76,95,.2); color: #fff; font-size: 13px; }
.ct-order__notice.is-error { background: #a23d3d; }
.ct-order__mobile-cart { display: none; }
@keyframes ct-row-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) { .ct-order__workspace { grid-template-columns: minmax(0,1fr) 330px; gap: 25px; } .ct-order__toolbar { grid-template-columns: minmax(0,1fr) 180px; } .ct-order__product { grid-template-columns: 75px minmax(0,1fr) 140px; gap: 15px; } .ct-order__product-image { width: 75px; height: 75px; } }
@media (max-width: 800px) { .ct-order { width: min(100% - 32px, 650px); padding: 116px 0 95px; } .ct-order__heading { align-items: start; margin-bottom: 27px; } .ct-order__back { display: none; } .ct-order__heading h1 { font-size: 36px; } .ct-order__workspace { display: flex; flex-direction: column; gap: 38px; } .ct-order__catalog-column, .ct-order__cart { width: 100%; } .ct-order__cart { position: static; scroll-margin-top: 105px; } .ct-order__cart-items { max-height: none; } .ct-order__mobile-cart { position: fixed; right: 16px; bottom: 18px; z-index: 150; display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 17px; border: 0; border-radius: 999px; background: var(--ct-teal); box-shadow: 0 10px 25px rgba(3,76,95,.2); color: #fff; font-family: Sora, Arial, sans-serif; font-size: 12px; font-weight: 700; } .ct-order__mobile-cart span { display: grid; place-items: center; min-width: 23px; height: 23px; border-radius: 50%; background: var(--ct-aqua); color: var(--ct-teal); } .ct-order__notice { right: 16px; bottom: 78px; } }
@media (max-width: 560px) { .ct-order { width: calc(100% - 28px); padding-top: 110px; } .ct-order__heading p { font-size: 13px; } .ct-order__toolbar { grid-template-columns: 1fr; gap: 8px; } .ct-order__category-wrap { height: 44px; } .ct-order__list-meta span:last-child { display: none; } .ct-order__product { grid-template-columns: 70px minmax(0,1fr); gap: 12px; align-items: start; min-height: 0; padding: 18px 0; } .ct-order__product-image { width: 70px; height: 70px; } .ct-order__product-info h3 { font-size: 13px; } .ct-order__product-action { grid-column: 2; flex-direction: row; align-items: center; justify-content: space-between; gap: 6px; } .ct-order__product-action strong { font-size: 14px; } .ct-order__action-line button { min-width: 77px; } .ct-order__option { flex-wrap: wrap; gap: 5px; } .ct-order__option span { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .ct-order__product { animation: none; } .ct-order button, .ct-order a { transition: none; } }
