/* Cart presentation. Commerce calculations and validation stay with WooCommerce. */
.woocommerce-cart .site-content > .col-full {
  width: min(calc(100% - 96px), 1280px);
  max-width: 1280px;
}
.woocommerce-cart .hentry .orcelle-cart-page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin: 18px 0 44px;
  padding: 0 0 32px;
  border-bottom: 1px solid #d4dce5;
  text-align: left;
}
.woocommerce-cart .hentry .entry-content { width: 100%; max-width: none; margin-inline: 0; }
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info { border-left-color: #465875; background: #eaf0f6; color: #142239; }
.orcelle-cart-eyebrow { display: block; color: #6b788c; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.woocommerce-cart .hentry .orcelle-cart-page-header .entry-title { margin: 12px 0 12px; color: #142239; font-family: inherit; font-size: clamp(32px, 3vw, 44px); font-weight: 500; letter-spacing: -.055em; line-height: 1.2; }
.orcelle-cart-page-header p { margin: 0; color: #687589; font-size: 13px; }
.orcelle-cart-steps ol { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.orcelle-cart-steps li { position: relative; display: flex; gap: 8px; align-items: center; padding: 14px 0; color: #798494; font-size: 12px; white-space: nowrap; }
.orcelle-cart-steps li span { font-size: 10px; font-variant-numeric: tabular-nums; }
.orcelle-cart-steps li[aria-current] { color: #142239; font-weight: 600; }
.orcelle-cart-steps li[aria-current]::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #142239; content: ''; }
.orcelle-cart-layout { display: grid; align-items: stretch; grid-template-columns: minmax(0, 1fr) 360px; gap: 36px; color: #142239; }
.orcelle-cart-products { min-width: 0; }
.orcelle-cart-products__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.orcelle-cart-products__header h2 { margin: 0; color: #142239; font-size: 19px; font-weight: 600; letter-spacing: -.035em; }
.orcelle-cart-products__header h2 span { display: inline-grid; place-items: center; min-width: 25px; height: 25px; margin-left: 8px; padding: 0 6px; border-radius: 50%; background: #e6ebf1; font-size: 12px; font-weight: 500; }
.orcelle-cart-update-status { color: #6a7788; font-size: 11px; text-align: right; }
.woocommerce-cart .orcelle-cart-form { float: none; width: 100%; margin: 0; }
.orcelle-cart-list { display: grid; gap: 14px; }
.orcelle-cart-item { position: relative; display: grid; grid-template-columns: 144px minmax(0, 1fr); gap: 24px; padding: 24px; border: 1px solid #dce2e9; background: #fff; }
.orcelle-cart-item__image { align-self: start; overflow: hidden; background: #f0f2f5; }
.orcelle-cart-item__image a,
.orcelle-cart-item__image img { display: block; width: 100%; }
.orcelle-cart-item__image img { aspect-ratio: 1; margin: 0; object-fit: contain; }
.orcelle-cart-item__body { position: relative; display: flex; flex-direction: column; min-width: 0; }
.orcelle-cart-item__reference { display: block; margin: 0 40px 6px 0; color: #7b8696; font-size: 10px; letter-spacing: .035em; }
.orcelle-cart-item__info h3 { margin: 0 36px 8px 0; color: #142239; font-size: 17px; font-weight: 600; letter-spacing: -.035em; line-height: 1.55; overflow-wrap: anywhere; }
.woocommerce-cart .hentry .entry-content .orcelle-cart-item__info h3 a { color: inherit; text-decoration: none; }
.orcelle-cart-item__info dl.variation { margin: 0 0 10px; color: #627085; font-size: 12px; }
.orcelle-cart-item__info dl.variation dt,
.orcelle-cart-item__info dl.variation dd { margin-bottom: 3px; }
.orcelle-cart-item__info dl.variation dd p { margin: 0; }
.orcelle-cart-item__unit-price { display: flex; flex-wrap: wrap; gap: 6px; color: #59677a; font-size: 12px; }
.orcelle-cart-item__unit-price > span:first-child { color: #798494; }
.orcelle-cart-item__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 22px; }
.orcelle-cart-item__subtotal { text-align: right; }
.orcelle-cart-item__subtotal > span { display: block; margin-bottom: 3px; color: #6a7788; font-size: 10px; }
.orcelle-cart-item__subtotal strong { color: #142239; font-size: 18px; font-weight: 600; font-variant-numeric: tabular-nums; }
.orcelle-quantity-control { display: grid; grid-template-columns: 36px 42px 36px; overflow: hidden; border: 1px solid #d7dfe8; border-radius: 3px; }
.orcelle-quantity-control .quantity { display: contents; }
.orcelle-cart-item__quantity input.qty { width: 42px; min-height: 40px; margin: 0; padding: 6px 0; border: 0; border-radius: 0; background: #fff; color: #142239; font-size: 13px; text-align: center; box-shadow: none; appearance: textfield; }
.orcelle-cart-item__quantity input.qty::-webkit-inner-spin-button,
.orcelle-cart-item__quantity input.qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.orcelle-quantity-control button { display: grid; place-items: center; min-width: 0; min-height: 40px; margin: 0; padding: 0; border: 0; border-radius: 0; background: #fff; color: #344965; font-size: 18px; font-weight: 400; line-height: 1; }
.orcelle-quantity-control button:hover:not(:disabled) { background: #edf1f6; color: #142239; }
.orcelle-quantity-control button:disabled { color: #b3bdca; cursor: default; opacity: 1; }
.orcelle-quantity-control:has(input[type="hidden"]) { display: flex; justify-content: center; min-width: 50px; padding: 8px; color: #697689; font-size: 12px; }
.orcelle-quantity-control:has(input[type="hidden"])::after { content: '1개'; }
.orcelle-quantity-control:has(input[type="hidden"]) button { display: none; }
.orcelle-cart-item__remove { position: absolute; top: -6px; right: -8px; }
.woocommerce-cart .orcelle-cart-item__remove a.remove { display: grid; place-items: center; width: 36px; height: 36px; overflow: visible; border: 0; border-radius: 50%; background: transparent; color: #788598; font-size: 24px; font-weight: 300; text-decoration: none; text-indent: 0; }
.woocommerce-cart .orcelle-cart-item__remove a.remove::before { display: none; }
.woocommerce-cart .orcelle-cart-item__remove a.remove:hover { background: #eef1f5; color: #142239; }
.orcelle-cart-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 24px 0; }
.orcelle-cart-actions > a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: #465875; font-size: 12px; text-decoration: none; }
.orcelle-cart-actions > a:hover { color: #142239; text-decoration: underline; }
.orcelle-cart-update-button { min-height: 44px; padding: 10px 14px; border: 1px solid #c8d1de; background: transparent; color: #142239; font-size: 12px; }
.orcelle-cart-form[data-auto-update="true"] .orcelle-cart-update-button { display: none; }
.orcelle-cart-guide { padding: 20px 0; border-top: 1px solid #d7dfe8; border-bottom: 1px solid #d7dfe8; }
.orcelle-cart-guide summary { color: #465875; font-size: 12px; font-weight: 500; cursor: pointer; }
.orcelle-cart-guide p { margin: 14px 0 10px; color: #687589; font-size: 12px; line-height: 1.85; }
.orcelle-cart-guide a { color: #465875; font-size: 12px; text-decoration: underline; }
.orcelle-cart-summary { min-width: 0; }
.orcelle-cart-summary__sticky { padding: 30px; border: 1px solid #d3dbe6; background: #fff; box-shadow: 0 8px 28px rgba(20, 34, 57, .035); }
.woocommerce-cart .orcelle-cart-summary .cart-collaterals { display: block; width: 100%; margin: 0; }
.woocommerce-cart .orcelle-cart-summary .cart_totals { float: none; width: 100%; margin: 0; }
.woocommerce-cart .orcelle-cart-summary .cart_totals h2 { margin: 12px 0 20px; padding: 0 0 22px; border-bottom: 1px solid #d8dfe8; color: #142239; font-family: inherit; font-size: 23px; font-weight: 500; letter-spacing: -.04em; }
.woocommerce-cart .orcelle-cart-summary .shop_table { width: 100%; margin: 0; background: transparent; }
.woocommerce-cart .orcelle-cart-summary .shop_table th,
.woocommerce-cart .orcelle-cart-summary .shop_table td { padding: 12px 0; border: 0; background: transparent; color: #59687d; font-size: 12px; font-weight: 400; vertical-align: top; }
.woocommerce-cart .orcelle-cart-summary .shop_table th { width: 34%; text-align: left; }
.woocommerce-cart .orcelle-cart-summary .shop_table td { text-align: right; overflow-wrap: anywhere; }
.woocommerce-cart .orcelle-cart-summary .shop_table td p { margin-bottom: 8px; }
.woocommerce-cart .orcelle-cart-summary #shipping_method { margin: 0; }
.woocommerce-cart .orcelle-cart-summary #shipping_method label { font-size: 12px; }
.woocommerce-cart .orcelle-cart-summary .shipping-calculator-button { color: #465875; font-size: 11px; }
.woocommerce-cart .orcelle-cart-summary .shipping-calculator-form { text-align: left; }
.woocommerce-cart .orcelle-cart-summary .shipping-calculator-form input,
.woocommerce-cart .orcelle-cart-summary .shipping-calculator-form select { width: 100%; min-width: 0; font-size: 13px; }
.woocommerce-cart .orcelle-cart-summary .order-total th,
.woocommerce-cart .orcelle-cart-summary .order-total td { padding-top: 24px; border-top: 1px solid #d8dfe8; color: #142239; vertical-align: middle; }
.woocommerce-cart .orcelle-cart-summary .order-total th { font-size: 13px; font-weight: 500; }
.woocommerce-cart .orcelle-cart-summary .order-total td strong { font-size: 25px; font-weight: 600; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.woocommerce-cart .orcelle-cart-summary .order-total .includes_tax { display: block; font-size: 10px; }
.woocommerce-cart .orcelle-cart-summary .wc-proceed-to-checkout { padding: 20px 0 0; }
.woocommerce-cart .orcelle-cart-summary .checkout-button { display: block; width: 100%; min-height: 54px; margin: 0; padding: 16px 18px; border: 1px solid #142239; border-radius: 3px; background: #142239; color: #fff; font-size: 14px; font-weight: 500; }
.woocommerce-cart .orcelle-cart-summary .checkout-button:hover { background: #2e4260; }
.orcelle-cart-summary__note { margin: 18px 0 0; color: #758195; font-size: 11px; line-height: 1.8; text-align: center; }
.orcelle-cart-help { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 18px 2px; color: #728095; font-size: 11px; text-decoration: none !important; }
.orcelle-cart-help span { color: #465875; }
.orcelle-cart-layout.is-updating { cursor: progress; }
.orcelle-cart-layout.is-updating .orcelle-cart-list,
.orcelle-cart-layout.is-updating .orcelle-cart-summary { opacity: .5; pointer-events: none; }
.orcelle-cart-layout.is-pending .checkout-button { opacity: .55; pointer-events: none; }
.orcelle-cart-related { margin-top: 70px; padding-top: 40px; border-top: 1px solid #d7dfe8; }
.orcelle-cart-empty { max-width: 900px; margin-inline: auto; display: flex; align-items: center; flex-direction: column; padding: 64px 24px 72px; border: 1px solid #dce2e9; background: #fafbfc; text-align: center; }
.orcelle-cart-empty__icon { margin-bottom: 28px; color: #657893; }
.orcelle-cart-empty .orcelle-cart-eyebrow { font-size: 9px; line-height: 1.7; }
.orcelle-cart-empty h2 { margin: 16px 0 14px; color: #142239; font-size: 26px; font-weight: 500; letter-spacing: -.04em; }
.orcelle-cart-empty p { margin: 0 0 28px; color: #687589; font-size: 13px; line-height: 1.9; }
.woocommerce-cart .orcelle-cart-empty .button { display: inline-flex; justify-content: space-between; align-items: center; gap: 40px; min-height: 50px; padding: 14px 28px; border-radius: 3px; background: #142239; color: #fff; font-size: 13px; font-weight: 500; }
@media (max-width: 1100px) {
  .woocommerce-cart .site-content > .col-full { width: calc(100% - 48px); }
  .orcelle-cart-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; }
  .orcelle-cart-item { grid-template-columns: 112px minmax(0, 1fr); gap: 18px; padding: 20px; }
  .orcelle-cart-summary__sticky { padding: 24px; }
  .orcelle-cart-item__footer { flex-wrap: wrap; }
  .orcelle-cart-update-status { max-width: 150px; }
}
@media (max-width: 900px) {
  .woocommerce-cart .hentry .orcelle-cart-page-header { align-items: flex-start; flex-direction: column; gap: 24px; }
  .orcelle-cart-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .orcelle-cart-steps { width: 100%; }
  .orcelle-cart-steps ol { justify-content: space-between; max-width: 440px; }
  .orcelle-cart-summary { width: 100%; }
  .orcelle-cart-update-status { max-width: none; }
}
@media (max-width: 767px) {
  .woocommerce-cart .site-content > .col-full { width: calc(100% - 32px); }
  .woocommerce-cart .hentry .orcelle-cart-page-header { margin-top: 8px; margin-bottom: 28px; padding-bottom: 0; }
  .woocommerce-cart .hentry .orcelle-cart-page-header .entry-title { font-size: 32px; }
  .orcelle-cart-page-header p { font-size: 12px; }
  .orcelle-cart-steps ol { gap: 14px; }
  .orcelle-cart-steps li { padding-bottom: 17px; font-size: 11px; }
  .orcelle-cart-products__header { align-items: baseline; }
  .orcelle-cart-products__header h2 { font-size: 17px; }
  .orcelle-cart-update-status { max-width: 155px; font-size: 10px; }
  .orcelle-cart-item { grid-template-columns: 88px minmax(0, 1fr); gap: 16px; padding: 18px 16px; }
  .orcelle-cart-item__info h3 { margin-right: 20px; font-size: 14px; }
  .orcelle-cart-item__reference { font-size: 9px; }
  .orcelle-cart-item__unit-price { font-size: 11px; }
  .orcelle-cart-item__info dl.variation { font-size: 11px; }
  .orcelle-cart-item__footer { gap: 14px; padding-top: 18px; }
  .orcelle-cart-item__subtotal strong { font-size: 16px; }
  .orcelle-cart-item__remove { top: -9px; right: -11px; }
  .orcelle-quantity-control { grid-template-columns: 36px 42px 36px; }
  .orcelle-quantity-control button,
  .orcelle-cart-item__quantity input.qty { min-height: 44px; }
  .orcelle-cart-item__quantity input.qty { font-size: 16px; }
  .orcelle-cart-summary__sticky { padding: 24px 20px; }
  .woocommerce-cart .orcelle-cart-summary .shop_table tr { display: table-row; }
  .woocommerce-cart .orcelle-cart-summary .shop_table th,
  .woocommerce-cart .orcelle-cart-summary .shop_table td { display: table-cell; }
  .woocommerce-cart .orcelle-cart-summary .shop_table td::before { display: none; }
  .woocommerce-cart .orcelle-cart-summary .shipping-calculator-form input,
  .woocommerce-cart .orcelle-cart-summary .shipping-calculator-form select { font-size: 16px; }
  .orcelle-cart-empty { padding: 44px 18px 50px; }
  .orcelle-cart-empty h2 { font-size: 22px; }
  .orcelle-cart-empty .orcelle-cart-eyebrow { max-width: 220px; }
}
@media (prefers-reduced-motion: no-preference) {
  .orcelle-cart-list, .orcelle-cart-summary { transition: opacity .15s ease; }
}
