/*
 * Cristal Deco — Commerce UX V1
 * Scoped transaction layer for WooCommerce and the native Flatsome cart UI.
 */

body.cd-commerce-ux-v1 {
  --cd-commerce-ink: #12363c;
  --cd-commerce-water: #356b73;
  --cd-commerce-water-deep: #174f57;
  --cd-commerce-paper: #fcfbf7;
  --cd-commerce-white: #fff;
  --cd-commerce-crystal: #edf6f5;
  --cd-commerce-pale-water: #e2f0ef;
  --cd-commerce-gold: #d6b77b;
  --cd-commerce-muted: #4c5e61;
  --cd-commerce-line: rgba(18, 54, 60, .18);
  --cd-commerce-radius-sm: 14px;
  --cd-commerce-radius-md: 24px;
  --cd-commerce-radius-lg: 28px;
  --cd-commerce-shell: 1280px;
  overflow-x: clip;
  background: var(--cd-commerce-paper);
  color: var(--cd-commerce-ink);
}

body.cd-commerce-ux-v1 :where(
  .cd-commerce-ux-v1__intro,
  #main .woocommerce,
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) {
  color: var(--cd-commerce-ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.cd-commerce-ux-v1 :where(
  .cd-commerce-ux-v1__intro,
  #main .woocommerce,
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) *,
body.cd-commerce-ux-v1 :where(
  .cd-commerce-ux-v1__intro,
  #main .woocommerce,
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) *::before,
body.cd-commerce-ux-v1 :where(
  .cd-commerce-ux-v1__intro,
  #main .woocommerce,
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) *::after {
  box-sizing: border-box;
}

body.cd-commerce-ux-v1 :where(
  .cd-commerce-ux-v1__intro,
  #main .woocommerce,
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) :where(img, svg) {
  max-width: 100%;
}

body.cd-commerce-ux-v1 :where(
  #main .woocommerce,
  .cd-commerce-ux-v1__intro
) :where(h1, h2, h3, h4, p, ul, ol, figure) {
  margin-top: 0;
}

body.cd-commerce-ux-v1 :where(
  #main .woocommerce,
  .cd-commerce-ux-v1__intro
) :where(h1, h2, h3, h4) {
  color: var(--cd-commerce-ink);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.026em;
  text-transform: none;
}

body.cd-commerce-ux-v1 :where(
  #main .woocommerce,
  .cd-commerce-ux-v1__intro,
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.cd-commerce-ux-v1 :where(
  #main .woocommerce,
  .cd-commerce-ux-v1__intro,
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--cd-commerce-water);
  outline-offset: 3px;
}

body.cd-commerce-ux-v1 :where(
  #main .woocommerce,
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) :where(button, [type="button"], [type="submit"], a.button) {
  touch-action: manipulation;
}

body.cd-commerce-ux-v1 #main {
  overflow: visible;
  background: var(--cd-commerce-paper);
}

body.cd-commerce-ux-v1 :where(.page-wrapper, .content-area) {
  overflow: visible;
}

body.cd-commerce-ux-v1 :where(
  #content > .row,
  #main > .row,
  .cd-commerce-ux-v1__shell
) {
  width: min(calc(100% - 80px), var(--cd-commerce-shell));
  max-width: var(--cd-commerce-shell);
  margin-inline: auto;
}

body.cd-commerce-ux-v1 #content > .row {
  padding-top: 0;
}

body.cd-commerce-ux-v1 #content > .row > .col {
  min-width: 0;
  padding-inline: 0;
}

body.cd-commerce-ux-v1 :where(
  #main > .page-title,
  #main > .shop-page-title,
  #content > .page-title,
  #content > .shop-page-title,
  #content > .page-header-wrapper:first-child,
  #content > .entry-header:first-child,
  #content > .row > .col > .col-inner > .entry-header:first-child,
  .woocommerce-breadcrumb
) {
  display: none !important;
}

/* Assigned legacy Woo pages contain raw editor remnants around the shortcode. */
body.cd-commerce-ux-v1:is(.cd-commerce-ux-v1--cart, .cd-commerce-ux-v1--checkout) #main #content.content-area {
  color: transparent;
  font-size: 0;
  line-height: 0;
}

body.cd-commerce-ux-v1:is(.cd-commerce-ux-v1--cart, .cd-commerce-ux-v1--checkout) #main #content.content-area > :not(.woocommerce) {
  display: none !important;
}

body.cd-commerce-ux-v1:is(.cd-commerce-ux-v1--cart, .cd-commerce-ux-v1--checkout) #main #content.content-area > .woocommerce {
  width: min(calc(100% - 80px), var(--cd-commerce-shell));
  max-width: var(--cd-commerce-shell);
  margin-inline: auto;
  color: var(--cd-commerce-ink);
  font-size: 16px;
  line-height: 1.6;
}

body.cd-commerce-ux-v1 .cd-commerce-ux-v1__intro {
  max-width: 820px;
  padding-block: clamp(48px, 6vw, 74px) clamp(28px, 4vw, 46px);
}

body.cd-commerce-ux-v1 .cd-commerce-ux-v1__eyebrow {
  margin-bottom: 12px;
  color: var(--cd-commerce-water-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.cd-commerce-ux-v1 .cd-commerce-ux-v1__title {
  margin-bottom: 14px;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: .98;
}

body.cd-commerce-ux-v1 .cd-commerce-ux-v1__lede {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--cd-commerce-muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

body.cd-commerce-ux-v1 .cd-commerce-ux-v1__section-title,
body.cd-commerce-ux-v1 #main .woocommerce :where(
  .cart_totals > h2,
  #order_review_heading,
  .woocommerce-billing-fields > h3,
  .woocommerce-shipping-fields > h3,
  .woocommerce-additional-fields > h3,
  .woocommerce-order-details__title,
  .woocommerce-column__title,
  .woocommerce-Address-title h3
) {
  margin: 0 0 20px;
  color: var(--cd-commerce-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -.024em;
  line-height: 1.08;
  text-transform: none;
}

body.cd-commerce-ux-v1 .cd-commerce-ux-v1__section-title--coupon {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  a.button,
  button.button,
  input.button,
  #respond input#submit
),
body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) a.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid var(--cd-commerce-ink);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-white);
  box-shadow: none;
  color: var(--cd-commerce-ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  a.button,
  button.button,
  input.button,
  #respond input#submit
):hover,
body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) a.button:hover {
  border-color: var(--cd-commerce-ink);
  background: var(--cd-commerce-crystal);
  color: var(--cd-commerce-ink);
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  a.button.alt,
  button.button.alt,
  input.button.alt,
  a.checkout-button,
  #place_order,
  button[name="login"],
  button[name="register"],
  button[name="save_account_details"],
  button[name="save_address"],
  button[name="woocommerce_checkout_place_order"],
  button.woocommerce-Button
),
body.cd-commerce-ux-v1 .cd-commerce-ux-v1__mini-cart-empty-action .button,
body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .woocommerce-mini-cart__buttons > a:first-child {
  border-color: var(--cd-commerce-ink);
  background: var(--cd-commerce-ink);
  color: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  a.button.alt,
  button.button.alt,
  input.button.alt,
  a.checkout-button,
  #place_order,
  button[name="login"],
  button[name="register"],
  button[name="save_account_details"],
  button[name="save_address"],
  button[name="woocommerce_checkout_place_order"],
  button.woocommerce-Button
):hover,
body.cd-commerce-ux-v1 .cd-commerce-ux-v1__mini-cart-empty-action .button:hover,
body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .woocommerce-mini-cart__buttons > a:first-child:hover {
  border-color: var(--cd-commerce-water-deep);
  background: var(--cd-commerce-water-deep);
  color: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  .button.disabled,
  .button:disabled,
  .button[disabled]
) {
  cursor: not-allowed;
  opacity: .55;
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="number"],
  input[type="search"],
  input[type="url"],
  input[type="date"],
  select,
  textarea,
  .select2-container .select2-selection
) {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-white);
  box-shadow: none;
  color: var(--cd-commerce-ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body.cd-commerce-ux-v1 #main .woocommerce textarea {
  min-height: 124px;
  resize: vertical;
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  input,
  select,
  textarea,
  .select2-container .select2-selection
):focus {
  border-color: var(--cd-commerce-water-deep);
  outline: 3px solid var(--cd-commerce-pale-water);
  outline-offset: 1px;
  box-shadow: none;
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  input::placeholder,
  textarea::placeholder
) {
  color: var(--cd-commerce-muted);
  opacity: .8;
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  input[type="checkbox"],
  input[type="radio"]
) {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  accent-color: var(--cd-commerce-ink);
  vertical-align: middle;
}

body.cd-commerce-ux-v1 #main .woocommerce :where(label, .form-row label) {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--cd-commerce-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

body.cd-commerce-ux-v1 #main .woocommerce .required {
  color: var(--cd-commerce-water-deep);
  text-decoration: none;
}

body.cd-commerce-ux-v1 #main .woocommerce .form-row {
  margin: 0 0 18px;
  padding: 0;
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  .woocommerce-invalid input,
  .woocommerce-invalid select,
  .woocommerce-invalid textarea,
  [aria-invalid="true"]
) {
  border: 2px solid var(--cd-commerce-gold);
}

body.cd-commerce-ux-v1 #main .woocommerce :where(
  .cd-commerce-ux-v1__field-error,
  .checkout-inline-error-message,
  .woocommerce-invalid .woocommerce-error,
  .form-row .woocommerce-error
) {
  display: block;
  width: 100%;
  margin: 7px 0 0;
  color: var(--cd-commerce-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

body.cd-commerce-ux-v1 #main .woocommerce .select2-container {
  width: 100% !important;
}

body.cd-commerce-ux-v1 #main .woocommerce .select2-container .select2-selection {
  display: flex;
  align-items: center;
}

body.cd-commerce-ux-v1 #main .woocommerce .select2-container .select2-selection__rendered {
  padding: 0;
  color: var(--cd-commerce-ink);
  line-height: 1.4;
}

body.cd-commerce-ux-v1 #main .woocommerce .select2-container .select2-selection__arrow {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* WooCommerce notices */
body.cd-commerce-ux-v1 #main :where(
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-notice
) {
  position: relative;
  width: 100%;
  min-height: 52px;
  margin: 0 0 20px;
  padding: 14px 18px;
  border: 1px solid var(--cd-commerce-line);
  border-left: 4px solid var(--cd-commerce-water);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-pale-water);
  box-shadow: none;
  color: var(--cd-commerce-ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

body.cd-commerce-ux-v1 #main .woocommerce-message {
  border-left-color: var(--cd-commerce-water-deep);
  background: var(--cd-commerce-crystal);
}

body.cd-commerce-ux-v1 #main .woocommerce-error {
  border-left-color: var(--cd-commerce-gold);
  background: var(--cd-commerce-paper);
}

body.cd-commerce-ux-v1 #main :where(
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error
)::before {
  display: none;
}

body.cd-commerce-ux-v1 #main :where(
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error
) :where(li, p):last-child {
  margin-bottom: 0;
}

body.cd-commerce-ux-v1 #main :where(
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error
) .button {
  min-height: 44px;
  margin: -5px 0 -5px 16px;
  float: right;
}

body.cd-commerce-ux-v1 #main .woocommerce-notices-wrapper:empty {
  display: none;
}

/* Cart */
body.cd-commerce-ux-v1--cart #main .woocommerce {
  padding-bottom: clamp(64px, 8vw, 104px);
}

body.cd-commerce-ux-v1--cart #main .woocommerce::after {
  display: table;
  clear: both;
  content: "";
}

body.cd-commerce-ux-v1--cart #main form.woocommerce-cart-form {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  float: none;
  overflow: hidden;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--cart #main .woocommerce.row > :where(
  .col.large-7,
  .cart-collaterals.large-5
) {
  min-width: 0;
}

body.cd-commerce-ux-v1--cart #main .woocommerce.row > .col.large-7 form.woocommerce-cart-form {
  width: 100%;
  max-width: none;
  float: none;
}

body.cd-commerce-ux-v1--cart #main .cart-collaterals {
  min-width: 0;
  margin: 0;
}

body.cd-commerce-ux-v1--cart #main .cart-collaterals .cart_totals {
  position: sticky;
  top: 112px;
  width: 100%;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-crystal);
  box-shadow: none;
}

body.cd-commerce-ux-v1 #main table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
  color: var(--cd-commerce-ink);
}

body.cd-commerce-ux-v1 #main table.shop_table :where(th, td) {
  padding: 16px 14px;
  border: 0;
  border-bottom: 1px solid var(--cd-commerce-line);
  background: transparent;
  color: var(--cd-commerce-ink);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

body.cd-commerce-ux-v1 #main table.shop_table th {
  color: var(--cd-commerce-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.cd-commerce-ux-v1 #main table.shop_table tr:last-child > :where(th, td) {
  border-bottom: 0;
}

body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail {
  width: 112px;
  padding-left: 22px;
}

body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail img {
  width: 82px;
  height: 82px;
  border-radius: var(--cd-commerce-radius-sm);
  object-fit: cover;
}

body.cd-commerce-ux-v1--cart #main table.cart .product-name {
  min-width: 180px;
}

body.cd-commerce-ux-v1--cart #main table.cart .product-name a {
  color: var(--cd-commerce-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
}

body.cd-commerce-ux-v1--cart #main table.cart .product-name a:hover {
  color: var(--cd-commerce-water-deep);
}

body.cd-commerce-ux-v1--cart #main table.cart :where(
  .product-price,
  .product-subtotal
) {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

body.cd-commerce-ux-v1 #main .quantity {
  display: inline-flex;
  min-height: 44px;
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1 #main .quantity :where(.minus, .plus) {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--cd-commerce-crystal);
  box-shadow: none;
  color: var(--cd-commerce-ink);
  font-size: 18px;
}

body.cd-commerce-ux-v1 #main .quantity input.qty {
  width: 52px;
  min-width: 52px;
  min-height: 44px;
  padding: 6px;
  border: 0;
  border-inline: 1px solid var(--cd-commerce-line);
  border-radius: 0;
  background: var(--cd-commerce-white);
  color: var(--cd-commerce-ink);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  text-align: center;
}

body.cd-commerce-ux-v1--cart #main table.cart :where(
  th.product-remove,
  td.product-remove
) {
  width: 82px;
  min-width: 82px;
  padding-right: 8px;
  padding-left: 12px;
}

body.cd-commerce-ux-v1--cart #main :where(
  table.cart .product-remove a.remove,
  table.cart a.cd-commerce-ux-v1__remove
) {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--cd-commerce-radius-sm);
  color: var(--cd-commerce-water-deep) !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: underline;
  text-transform: none;
  white-space: nowrap;
}

body.cd-commerce-ux-v1--cart #main :where(
  table.cart .product-remove a.remove,
  table.cart a.cd-commerce-ux-v1__remove
):hover {
  border-color: var(--cd-commerce-line);
  background: var(--cd-commerce-crystal);
  color: var(--cd-commerce-ink) !important;
}

body.cd-commerce-ux-v1--cart #main table.cart td.actions {
  padding: 20px 22px;
  text-align: left;
}

body.cd-commerce-ux-v1--cart #main table.cart td.actions::after {
  display: table;
  clear: both;
  content: "";
}

body.cd-commerce-ux-v1--cart #main table.cart td.actions .coupon {
  display: flex;
  max-width: 520px;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
  float: left;
}

body.cd-commerce-ux-v1--cart #main table.cart td.actions .coupon .cd-commerce-ux-v1__section-title--coupon {
  width: 100%;
  flex: 0 0 100%;
  order: -1;
}

body.cd-commerce-ux-v1--cart #main table.cart td.actions .coupon label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.cd-commerce-ux-v1--cart #main table.cart td.actions .coupon input.input-text {
  width: min(240px, 100%);
  min-width: 0;
}

body.cd-commerce-ux-v1--cart #main table.cart td.actions > button[name="update_cart"] {
  float: right;
}

body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon {
  margin: 24px 0 0;
  padding: 24px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon h3 {
  display: none !important;
}

body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon .coupon {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  margin: 0;
  float: none;
}

body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon .coupon .cd-commerce-ux-v1__section-title--coupon {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 4px;
}

body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon .coupon label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon .coupon input.input-text {
  width: 100%;
  min-width: 0;
  margin: 0;
}

body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon .coupon button {
  width: auto;
  white-space: nowrap;
}

body.cd-commerce-ux-v1--cart #main .cart_totals table :where(th, td) {
  padding: 14px 0;
}

body.cd-commerce-ux-v1--cart #main .cart_totals table th {
  width: 46%;
  color: var(--cd-commerce-muted);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

body.cd-commerce-ux-v1--cart #main .cart_totals table td {
  text-align: right;
}

body.cd-commerce-ux-v1--cart #main .cart_totals .order-total :where(th, td) {
  padding-top: 20px;
  color: var(--cd-commerce-ink);
  font-size: 18px;
  font-weight: 800;
}

body.cd-commerce-ux-v1--cart #main .cart_totals .order-total strong {
  font-size: 22px;
}

body.cd-commerce-ux-v1--cart #main .wc-proceed-to-checkout {
  display: grid;
  gap: 12px;
  padding: 24px 0 0;
}

body.cd-commerce-ux-v1--cart #main .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 54px;
}

body.cd-commerce-ux-v1--cart #main .cd-commerce-ux-v1__continue-shopping {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--cd-commerce-water-deep);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
}

body.cd-commerce-ux-v1--cart #main :where(.cross-sells, .upsells, .related.products) {
  display: none !important;
}

body.cd-commerce-ux-v1--cart #main :where(
  .cart-empty,
  .woocommerce-info.cart-empty
) {
  max-width: 720px;
  margin: 0 auto 22px;
  text-align: center;
}

body.cd-commerce-ux-v1--cart #main .return-to-shop {
  margin: 0;
  text-align: center;
}

body.cd-commerce-ux-v1--cart #main .return-to-shop .button {
  min-height: 52px;
  border-color: var(--cd-commerce-ink);
  background: var(--cd-commerce-ink);
  color: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--cart #main .return-to-shop {
  display: none !important;
}

body.cd-commerce-ux-v1--cart #main .cd-commerce-ux-v1__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto clamp(64px, 8vw, 104px);
}

body.cd-commerce-ux-v1--cart #main .cd-commerce-ux-v1__empty-primary {
  min-height: 52px;
  border-color: var(--cd-commerce-ink);
  background: var(--cd-commerce-ink);
  color: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--cart #main .cd-commerce-ux-v1__empty-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: var(--cd-commerce-water-deep);
  font-weight: 800;
  text-decoration: underline;
}

/* Checkout */
body.cd-commerce-ux-v1--checkout #main .woocommerce {
  padding-bottom: clamp(64px, 8vw, 104px);
}

body.cd-commerce-ux-v1--checkout #main form.checkout {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

body.cd-commerce-ux-v1--checkout #main form.checkout > .row {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  align-items: start;
  gap: 0 32px;
  margin: 0;
}

body.cd-commerce-ux-v1--checkout #main form.checkout > .row > :where(.large-7, .large-5) {
  width: 100%;
  max-width: none;
  min-width: 0;
  flex-basis: auto;
  margin: 0;
  padding: 0;
  float: none;
}

body.cd-commerce-ux-v1--checkout #main form.checkout > .row > .large-5 {
  position: sticky;
  top: 112px;
  align-self: start;
}

body.cd-commerce-ux-v1--checkout #main form.checkout > .row > .large-5 > .col-inner {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.cd-commerce-ux-v1--checkout #main form.checkout:not(:has(> .row)) {
  display: grid;
  grid-template-areas:
    "customer review-title"
    "customer review";
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  align-items: start;
  gap: 0 32px;
}

body.cd-commerce-ux-v1--checkout #main form.checkout:not(:has(> .row)) > #customer_details {
  grid-area: customer;
  min-width: 0;
}

body.cd-commerce-ux-v1--checkout #main form.checkout:not(:has(> .row)) > #order_review_heading {
  grid-area: review-title;
}

body.cd-commerce-ux-v1--checkout #main form.checkout #order_review_heading {
  margin: 0;
  padding: 28px 28px 20px;
  border: 1px solid var(--cd-commerce-line);
  border-bottom: 0;
  border-radius: var(--cd-commerce-radius-md) var(--cd-commerce-radius-md) 0 0;
  background: var(--cd-commerce-crystal);
}

body.cd-commerce-ux-v1--checkout #main form.checkout:not(:has(> .row)) > #order_review {
  grid-area: review;
}

body.cd-commerce-ux-v1--checkout #main form.checkout #order_review {
  position: static;
  min-width: 0;
  margin: 0;
  padding: 0 28px 28px;
  border: 1px solid var(--cd-commerce-line);
  border-top: 0;
  border-radius: 0 0 var(--cd-commerce-radius-md) var(--cd-commerce-radius-md);
  background: var(--cd-commerce-crystal);
  box-shadow: none;
}

body.cd-commerce-ux-v1--checkout #main #customer_details :where(.col-1, .col-2) {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  float: none;
}

body.cd-commerce-ux-v1--checkout #main #customer_details :where(
  .woocommerce-billing-fields,
  .woocommerce-shipping-fields,
  .woocommerce-additional-fields
) {
  padding: 28px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--checkout #main #customer_details .woocommerce-shipping-fields.cd-commerce-ux-v1__checkout-section--empty {
  display: none;
}

body.cd-commerce-ux-v1--checkout #main #customer_details .woocommerce-shipping-fields + .woocommerce-additional-fields {
  margin-top: 24px;
}

body.cd-commerce-ux-v1--checkout #main #customer_details :where(
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper
) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

body.cd-commerce-ux-v1--checkout #main #customer_details :where(
  .form-row-wide,
  .address-field,
  #billing_company_field,
  #shipping_company_field
) {
  grid-column: 1 / -1;
}

body.cd-commerce-ux-v1--checkout #main #customer_details :where(
  .form-row-first,
  .form-row-last
) {
  width: 100%;
  float: none;
}

body.cd-commerce-ux-v1--checkout #main #ship-to-different-address {
  margin-bottom: 20px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.45;
}

body.cd-commerce-ux-v1--checkout #main #ship-to-different-address label {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

body.cd-commerce-ux-v1--checkout #main .woocommerce-form-login,
body.cd-commerce-ux-v1--checkout #main .checkout_coupon {
  max-width: 720px;
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--checkout #main .woocommerce-form-login-toggle,
body.cd-commerce-ux-v1--checkout #main .woocommerce-form-coupon-toggle {
  max-width: 720px;
}

body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table {
  margin-bottom: 22px;
}

body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table :where(th, td) {
  padding: 13px 0;
}

body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table :where(
  th.product-total,
  td.product-total,
  tfoot td
) {
  padding-left: 12px;
  text-align: right;
}

body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table .product-name {
  overflow-wrap: anywhere;
}

body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table .product-quantity {
  color: var(--cd-commerce-muted);
  white-space: nowrap;
}

body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table tfoot th {
  width: 52%;
  color: var(--cd-commerce-muted);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table .order-total :where(th, td) {
  padding-top: 20px;
  color: var(--cd-commerce-ink);
  font-size: 18px;
  font-weight: 800;
}

body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table .order-total strong {
  font-size: 22px;
}

body.cd-commerce-ux-v1--checkout #main #payment {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-white);
  color: var(--cd-commerce-ink);
}

body.cd-commerce-ux-v1--checkout #main #payment .cd-commerce-ux-v1__section-title--payment {
  margin-bottom: 16px;
}

body.cd-commerce-ux-v1--checkout #main #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body.cd-commerce-ux-v1--checkout #main #payment ul.payment_methods > li {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--cd-commerce-line);
}

body.cd-commerce-ux-v1--checkout #main #payment ul.payment_methods > li:first-child {
  padding-top: 0;
}

body.cd-commerce-ux-v1--checkout #main #payment ul.payment_methods > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.cd-commerce-ux-v1--checkout #main #payment ul.payment_methods > li > label {
  display: inline;
  margin: 0;
}

body.cd-commerce-ux-v1--checkout #main #payment .payment_box {
  margin: 12px 0 0;
  padding: 14px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-pale-water);
  color: var(--cd-commerce-ink);
  font-size: 14px;
}

body.cd-commerce-ux-v1--checkout #main #payment .payment_box::before {
  display: none;
}

body.cd-commerce-ux-v1--checkout #main #payment .payment_box p:last-child {
  margin-bottom: 0;
}

body.cd-commerce-ux-v1--checkout #main #payment .place-order {
  margin: 22px 0 0;
  padding: 0;
}

body.cd-commerce-ux-v1--checkout #main #payment .place-order :where(
  .woocommerce-terms-and-conditions-wrapper,
  .woocommerce-privacy-policy-text
) {
  color: var(--cd-commerce-muted);
  font-size: 13px;
}

body.cd-commerce-ux-v1--checkout #main #payment #place_order {
  width: 100%;
  min-height: 54px;
  margin-top: 16px;
}

body.cd-commerce-ux-v1--checkout #main #payment .woocommerce-no-available-payment-methods-message,
body.cd-commerce-ux-v1--checkout #main #payment .woocommerce-notice--info {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-pale-water);
  color: var(--cd-commerce-ink);
  font-size: 14px;
}

body.cd-commerce-ux-v1--checkout #main .blockUI.blockOverlay {
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-paper) !important;
}

body.cd-commerce-ux-v1--checkout #main .woocommerce-NoticeGroup {
  grid-column: 1 / -1;
}

/* Account — shared guest and authenticated surfaces */
body.cd-commerce-ux-v1--account #main .woocommerce {
  padding-bottom: clamp(64px, 8vw, 104px);
}

body.cd-commerce-ux-v1--account #main .woocommerce::after {
  display: table;
  clear: both;
  content: "";
}

body.cd-commerce-ux-v1--account-guest #main #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1040px;
  margin-inline: auto;
}

body.cd-commerce-ux-v1--account-guest #main #customer_login > :where(.u-column1, .u-column2) {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 30px;
  float: none;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--account-guest #main #customer_login > :only-child {
  grid-column: 1 / -1;
  width: min(100%, 560px);
  justify-self: center;
}

body.cd-commerce-ux-v1--account-guest #main #customer_login h2 {
  margin: 0 0 22px;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.05;
}

body.cd-commerce-ux-v1--account-guest #main .cd-commerce-ux-v1__registration-copy {
  margin: -8px 0 22px;
  color: var(--cd-commerce-muted);
  font-size: 14px;
}

body.cd-commerce-ux-v1--account-guest #main #customer_login form {
  margin: 0;
  padding: 0;
  border: 0;
}

body.cd-commerce-ux-v1--account-guest #main #customer_login .woocommerce-form-login__rememberme {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin: 0 12px 10px 0;
}

body.cd-commerce-ux-v1--account-guest #main #customer_login .lost_password {
  margin: 16px 0 0;
}

body.cd-commerce-ux-v1--account-guest #main #customer_login .lost_password a,
body.cd-commerce-ux-v1--account-lost-password #main .cd-commerce-ux-v1__back-to-login {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--cd-commerce-water-deep);
  font-weight: 800;
  text-decoration: underline;
}

body.cd-commerce-ux-v1--account-lost-password #main .woocommerce > form,
body.cd-commerce-ux-v1--account-lost-password #main .lost_reset_password {
  max-width: 620px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--account-lost-password #main .lost_reset_password > p:first-child {
  display: none;
}

body.cd-commerce-ux-v1--account-dashboard #main .woocommerce-MyAccount-content > p {
  display: none;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation {
  width: 280px;
  margin: 0;
  float: left;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-content {
  width: calc(100% - 316px);
  min-width: 0;
  margin: 0;
  float: right;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
  list-style: none;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid var(--cd-commerce-line);
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--cd-commerce-ink);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation a:hover,
body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation .is-active a {
  background: var(--cd-commerce-pale-water);
  color: var(--cd-commerce-water-deep);
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-content > p {
  color: var(--cd-commerce-muted);
}

body.cd-commerce-ux-v1 #main .cd-commerce-ux-v1__shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

body.cd-commerce-ux-v1 #main .cd-commerce-ux-v1__shortcut {
  display: flex;
  min-height: 108px;
  align-items: flex-end;
  padding: 20px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-white);
  color: var(--cd-commerce-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
}

body.cd-commerce-ux-v1 #main .cd-commerce-ux-v1__shortcut:hover {
  background: var(--cd-commerce-crystal);
  color: var(--cd-commerce-water-deep);
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-content :where(
  form.woocommerce-EditAccountForm,
  form.woocommerce-address-fields,
  .woocommerce-PaymentMethods,
  .woocommerce-order-details,
  .woocommerce-customer-details
) {
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--account-authenticated #main fieldset {
  margin: 28px 0 20px;
  padding: 22px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
}

body.cd-commerce-ux-v1--account-authenticated #main fieldset legend {
  padding-inline: 8px;
  color: var(--cd-commerce-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-Addresses > :where(.u-column1, .u-column2) {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 24px;
  float: none;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-Address-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-Address-title h3 {
  margin-bottom: 16px;
}

body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-Address-title .edit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--cd-commerce-water-deep);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
}

body.cd-commerce-ux-v1--account-authenticated #main address {
  color: var(--cd-commerce-muted);
  font-style: normal;
  line-height: 1.75;
}

body.cd-commerce-ux-v1--account-orders #main table.my_account_orders,
body.cd-commerce-ux-v1--account-view-order #main table.order_details {
  overflow: hidden;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--account-orders #main table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

body.cd-commerce-ux-v1--account-orders #main table.my_account_orders .button {
  min-height: 44px;
  padding: 10px 14px;
}

body.cd-commerce-ux-v1--account-orders #main .cd-commerce-ux-v1__empty-title {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.08;
}

body.cd-commerce-ux-v1 #main .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 28px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-line);
  list-style: none;
}

body.cd-commerce-ux-v1 #main .woocommerce-order-overview li {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 0;
  background: var(--cd-commerce-white);
  color: var(--cd-commerce-muted);
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.45;
  text-transform: uppercase;
}

body.cd-commerce-ux-v1 #main .woocommerce-order-overview li strong {
  display: block;
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: var(--cd-commerce-ink);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

body.cd-commerce-ux-v1 #main :where(
  .woocommerce-order-details,
  .woocommerce-customer-details
) {
  margin: 0 0 24px;
  padding: 28px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1 #main .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.cd-commerce-ux-v1 #main .woocommerce-customer-details .woocommerce-column {
  width: 100%;
  margin: 0;
  padding: 20px;
  float: none;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-paper);
}

body.cd-commerce-ux-v1--account-order-pay #main form#order_review,
body.cd-commerce-ux-v1--account-order-pay #main #order_review {
  max-width: 820px;
  margin-inline: auto;
  padding: 28px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  background: var(--cd-commerce-white);
}

body.cd-commerce-ux-v1--account-order-pay #main #payment {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-crystal);
}

body.cd-commerce-ux-v1--account-order-pay #main #place_order {
  width: 100%;
  min-height: 54px;
}

body.cd-commerce-ux-v1 #main :where(
  .woocommerce-thankyou-order-received,
  .woocommerce-notice--success
) {
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid var(--cd-commerce-line);
  border-left: 4px solid var(--cd-commerce-water-deep);
  border-radius: var(--cd-commerce-radius-sm);
  background: var(--cd-commerce-crystal);
  color: var(--cd-commerce-ink);
  font-weight: 750;
}

/* Standard Flatsome header on transactional routes only. */
body.cd-commerce-ux-v1 #top-bar,
body.cd-commerce-ux-v1 #header .header-top {
  display: none !important;
}

body.cd-commerce-ux-v1 #header,
body.cd-commerce-ux-v1 #header .header-wrapper,
body.cd-commerce-ux-v1 #header .header-main,
body.cd-commerce-ux-v1 #header .header-bg-color,
body.cd-commerce-ux-v1 #header .header-bottom,
body.cd-commerce-ux-v1 #header .header-bottom .flex-row {
  background: var(--cd-commerce-paper) !important;
  box-shadow: none !important;
  color: var(--cd-commerce-ink);
}

body.cd-commerce-ux-v1 #header .header-wrapper {
  border-bottom: 1px solid var(--cd-commerce-line);
}

body.cd-commerce-ux-v1 #header .header-main {
  height: auto !important;
  min-height: 82px;
}

body.cd-commerce-ux-v1 #header .header-inner {
  width: min(calc(100% - 80px), var(--cd-commerce-shell));
  max-width: var(--cd-commerce-shell);
  min-height: 82px;
  margin-inline: auto;
  padding-inline: 0;
}

body.cd-commerce-ux-v1 #header #logo img {
  width: auto;
  max-height: 62px !important;
}

body.cd-commerce-ux-v1 #header :where(
  .nav > li > a,
  .header-account-title,
  .header-cart-link,
  .menu-title
) {
  min-height: 44px;
  color: var(--cd-commerce-ink) !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

body.cd-commerce-ux-v1 #header :where(
  .nav > li > a,
  .header-account-title,
  .header-cart-link,
  .menu-title
):hover {
  color: var(--cd-commerce-water-deep) !important;
}

body.cd-commerce-ux-v1 #header :where(
  .header-cart-link,
  .account-item > a
) {
  display: inline-flex;
  align-items: center;
}

body.cd-commerce-ux-v1 #header .cart-icon strong,
body.cd-commerce-ux-v1 #header .cart-icon strong::after {
  border-color: var(--cd-commerce-ink) !important;
}

body.cd-commerce-ux-v1 #header .cart-icon strong {
  background: transparent !important;
  color: var(--cd-commerce-ink) !important;
}

body.cd-commerce-ux-v1 #header .header-main :where(
  .nav > li > a > i,
  .icon-shopping-cart,
  .icon-user,
  .icon-menu
) {
  color: var(--cd-commerce-ink) !important;
}

body.cd-commerce-ux-v1 #header :where(
  .nav-dropdown,
  .children
) {
  border-color: var(--cd-commerce-line);
  background: var(--cd-commerce-white);
  box-shadow: none;
}

body.cd-commerce-ux-v1 #header :where(a, button):focus-visible {
  outline: 3px solid var(--cd-commerce-water);
  outline-offset: 3px;
}

/* Native Flatsome mini-cart and off-canvas cart */
body.cd-commerce-ux-v1 #cart-popup,
body.cd-commerce-ux-v1 .mfp-content.off-canvas-cart {
  background: var(--cd-commerce-paper);
  color: var(--cd-commerce-ink);
}

body.cd-commerce-ux-v1 #cart-popup {
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--cd-commerce-line);
  border-radius: var(--cd-commerce-radius-md);
  box-shadow: none;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup .cart-popup-inner,
  .off-canvas-cart .widget_shopping_cart_content
) {
  padding: 24px;
}

body.cd-commerce-ux-v1 #cart-popup .cart-popup-title {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cd-commerce-line);
  text-align: left;
}

body.cd-commerce-ux-v1 #cart-popup .cart-popup-title .heading-font {
  color: var(--cd-commerce-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.02em;
  text-transform: none;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .cd-commerce-ux-v1__mini-cart-title {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--cd-commerce-line);
  color: var(--cd-commerce-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.1;
}

body.cd-commerce-ux-v1 #cart-popup .is-divider {
  display: none;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) ul.woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) li.woocommerce-mini-cart-item {
  position: relative;
  display: grid;
  min-height: 92px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 6px 12px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--cd-commerce-line);
}

body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item,
body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item {
  position: relative;
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 6px 12px;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) li.woocommerce-mini-cart-item > a:not(.remove) {
  display: grid;
  min-width: 0;
  grid-column: 1 / 3;
  grid-row: 1;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  gap: 12px;
  color: var(--cd-commerce-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item > a:not(.remove),
body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item > a:not(.remove) {
  display: grid !important;
  min-width: 0;
  grid-column: 1 / 3;
  grid-row: 1;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  gap: 12px;
  float: none !important;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) li.woocommerce-mini-cart-item .cd-commerce-ux-v1__mini-cart-product-name {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  overflow-wrap: anywhere;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) li.woocommerce-mini-cart-item img {
  width: 72px;
  height: 72px;
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
  float: none;
  border-radius: 10px;
  object-fit: cover;
}

body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item > a:not(.remove) img,
body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item > a:not(.remove) img {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0 !important;
  float: none !important;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) li.woocommerce-mini-cart-item .quantity {
  display: block;
  min-height: 0;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  justify-self: start;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cd-commerce-muted);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item .quantity,
body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item .quantity {
  position: static !important;
  display: block !important;
  width: auto !important;
  min-height: 0;
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: start;
  justify-self: start;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  border: 0 !important;
  background: transparent !important;
}

@media (max-width: 479px) {
  body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item,
  body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 6px 8px;
  }

  body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item > a:not(.remove),
  body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item > a:not(.remove) {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 8px;
  }

  body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item > a:not(.remove) img,
  body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item > a:not(.remove) img {
    width: 64px;
    height: 64px;
  }

  body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item > a.remove,
  body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item > a.remove {
    padding-inline: 6px;
  }
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) li.woocommerce-mini-cart-item a.remove {
  display: inline-flex;
  width: auto;
  min-width: 44px;
  height: 44px;
  grid-column: 3;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cd-commerce-line);
  border-radius: 10px;
  padding-inline: 9px;
  color: var(--cd-commerce-water-deep) !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

body.cd-commerce-ux-v1 #cart-popup li.woocommerce-mini-cart-item > a.remove,
body.cd-commerce-ux-v1 .off-canvas-cart .widget_shopping_cart li.woocommerce-mini-cart-item > a.remove {
  position: static !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: start;
  margin: 0 !important;
  transform: none !important;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 0;
  padding: 16px 0;
  border-block: 1px solid var(--cd-commerce-line);
  color: var(--cd-commerce-ink);
  font-weight: 800;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .woocommerce-mini-cart__buttons .button {
  width: 100%;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .woocommerce-mini-cart__empty-message {
  margin: 18px 0;
  color: var(--cd-commerce-muted);
  font-size: 15px;
  text-align: center;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .cd-commerce-ux-v1__mini-cart-empty-action {
  margin: 0;
  text-align: center;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .cd-commerce-ux-v1__mini-cart-empty-action .button {
  width: 100%;
}

body.cd-commerce-ux-v1 :where(
  #cart-popup,
  .off-canvas-cart .widget_shopping_cart
) .return-to-shop {
  margin: 0;
  text-align: center;
}

body.cd-commerce-ux-v1 .mfp-content.off-canvas-cart .mfp-close,
body.cd-commerce-ux-v1 button.mfp-close {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;
  color: var(--cd-commerce-ink);
  mix-blend-mode: normal;
  opacity: .82 !important;
}

body.cd-commerce-ux-v1 #top-link {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;
}

/* Payment artwork in the inherited footer is not proof of an active gateway. */
body.cd-commerce-ux-v1 #footer .payment-icons {
  display: none !important;
  visibility: hidden !important;
}

/* Cart responsive correction: keep the desktop table only when both columns fit. */
body.cd-commerce-ux-v1--cart #main .woocommerce.row {
  max-width: var(--cd-commerce-shell) !important;
}

/* The coupon follows this card; sticky positioning made the card cover it while scrolling. */
body.cd-commerce-ux-v1--cart #main .cart-collaterals .cart_totals {
  position: static;
}

@media (max-width: 1279px) {
  body.cd-commerce-ux-v1--cart #main .woocommerce.row > :where(
    .col.large-7,
    .cart-collaterals.large-5
  ) {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  body.cd-commerce-ux-v1--cart #main .cart-collaterals {
    margin-top: 24px;
  }
}

@media (min-width: 850px) {
  body.cd-commerce-ux-v1--cart #main table.cart {
    table-layout: fixed;
  }

  body.cd-commerce-ux-v1--cart #main table.cart :where(th, td) {
    padding-right: 8px;
    padding-left: 8px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart :where(th.product-remove, td.product-remove) {
    width: 72px;
    min-width: 72px;
    padding-right: 8px;
    padding-left: 8px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail {
    width: 104px;
    padding-left: 8px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail img {
    width: 82px;
    min-width: 82px;
    height: 82px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-name {
    min-width: 0;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-price {
    width: 88px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-quantity {
    width: 158px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-subtotal {
    width: 98px;
  }
}

@media (max-width: 849px) {
  body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail {
    width: auto;
  }
}

@media (max-width: 849px) {
  body.cd-commerce-ux-v1--cart #main .cart-collaterals {
    margin-top: 24px;
  }

  body.cd-commerce-ux-v1--cart #main .cart-collaterals .cart_totals {
    position: static;
  }
}

@media (max-width: 849px) {
  body.cd-commerce-ux-v1 #header .header-main,
  body.cd-commerce-ux-v1 #header .header-inner {
    min-height: 70px;
  }

  body.cd-commerce-ux-v1 #header .header-inner {
    width: calc(100% - 40px);
  }

  body.cd-commerce-ux-v1 #header #logo img {
    max-height: 52px !important;
  }

  body.cd-commerce-ux-v1 #header .mobile-nav > li > a {
    min-width: 44px;
    justify-content: center;
  }

  body.cd-commerce-ux-v1--cart #main .shipping-calculator-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  body.cd-commerce-ux-v1 :where(
    #content > .row,
    #main > .row,
    .cd-commerce-ux-v1__shell
  ) {
    width: calc(100% - 40px);
  }

  body.cd-commerce-ux-v1:is(.cd-commerce-ux-v1--cart, .cd-commerce-ux-v1--checkout) #main #content.content-area > .woocommerce {
    width: calc(100% - 40px);
  }

  body.cd-commerce-ux-v1 .cd-commerce-ux-v1__intro {
    padding-block: 40px 26px;
  }

  body.cd-commerce-ux-v1 .cd-commerce-ux-v1__title {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

  body.cd-commerce-ux-v1 #main :where(
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error
  ) .button {
    width: 100%;
    margin: 12px 0 0;
    float: none;
  }

  body.cd-commerce-ux-v1--cart #main form.woocommerce-cart-form {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.cd-commerce-ux-v1--cart #main table.cart,
  body.cd-commerce-ux-v1--cart #main table.cart :where(tbody, tr, td) {
    display: block;
    width: 100%;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .mobile-product-price {
    display: none !important;
  }

  body.cd-commerce-ux-v1--cart #main table.cart thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body.cd-commerce-ux-v1--cart #main table.cart tr.cart_item {
    display: grid;
    grid-template-areas:
      "image name"
      "image price"
      "quantity quantity"
      "subtotal subtotal"
      "remove remove";
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px 16px;
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid var(--cd-commerce-line);
    border-radius: var(--cd-commerce-radius-sm);
    background: var(--cd-commerce-white);
  }

  body.cd-commerce-ux-v1--cart #main table.cart tr.cart_item td {
    min-width: 0;
    padding: 0;
    border: 0;
    text-align: left;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail {
    display: block;
    grid-area: image;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail img {
    width: 92px;
    height: 92px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-name {
    grid-area: name;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-price {
    grid-area: price;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-quantity {
    grid-area: quantity;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-subtotal {
    grid-area: subtotal;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-remove {
    grid-area: remove;
    justify-content: flex-end;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-remove::before {
    display: none;
  }

  body.cd-commerce-ux-v1--cart #main table.cart :where(
    .product-price,
    .product-quantity,
    .product-subtotal,
    .product-remove
  ) {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart td[data-title]::before {
    color: var(--cd-commerce-muted);
    content: attr(data-title);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  body.cd-commerce-ux-v1--cart #main table.cart td.actions {
    padding: 18px;
    border: 1px solid var(--cd-commerce-line);
    border-radius: var(--cd-commerce-radius-sm);
    background: var(--cd-commerce-crystal);
  }

  body.cd-commerce-ux-v1--cart #main table.cart td.actions .coupon {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    float: none;
  }

  body.cd-commerce-ux-v1--cart #main table.cart td.actions .coupon :where(input.input-text, button) {
    width: 100%;
  }

  body.cd-commerce-ux-v1--cart #main table.cart td.actions > button[name="update_cart"] {
    width: 100%;
    margin-top: 12px;
    float: none;
  }

  body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon {
    padding: 18px;
  }

  body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon .coupon {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  body.cd-commerce-ux-v1--cart #main form.ux-cart-coupon .coupon :where(input.input-text, button) {
    width: 100%;
  }

  body.cd-commerce-ux-v1--cart #main .cart-collaterals .cart_totals {
    padding: 22px;
  }

  body.cd-commerce-ux-v1--checkout #main form.checkout > .row {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  body.cd-commerce-ux-v1--checkout #main form.checkout > .row > .large-7 {
    grid-column: 1;
    grid-row: 1;
  }

  body.cd-commerce-ux-v1--checkout #main form.checkout > .row > .large-5 {
    position: static;
    grid-column: 1;
    grid-row: 2;
  }

  body.cd-commerce-ux-v1--checkout #main form.checkout:not(:has(> .row)) {
    grid-template-areas:
      "customer"
      "review-title"
      "review";
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  body.cd-commerce-ux-v1--checkout #main #customer_details :where(
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields
  ),
  body.cd-commerce-ux-v1--checkout #main form.checkout #order_review_heading,
  body.cd-commerce-ux-v1--checkout #main form.checkout #order_review {
    padding-inline: 22px;
  }

  body.cd-commerce-ux-v1--checkout #main #customer_details :where(
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper
  ) {
    grid-template-columns: minmax(0, 1fr);
  }

  body.cd-commerce-ux-v1--checkout #main #customer_details :where(
    .form-row-first,
    .form-row-last
  ) {
    grid-column: 1;
  }

  body.cd-commerce-ux-v1--account-guest #main #customer_login {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  body.cd-commerce-ux-v1--account-guest #main #customer_login > :where(.u-column1, .u-column2),
  body.cd-commerce-ux-v1--account-lost-password #main :where(.woocommerce > form, .lost_reset_password) {
    padding: 22px;
  }

  body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation,
  body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    float: none;
  }

  body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation {
    margin-bottom: 22px;
  }

  body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.cd-commerce-ux-v1 #main .cd-commerce-ux-v1__shortcuts,
  body.cd-commerce-ux-v1--account-authenticated #main .woocommerce-Addresses,
  body.cd-commerce-ux-v1 #main .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders,
  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders :where(tbody, tr, td) {
    display: block;
    width: 100%;
  }

  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders tr {
    margin-bottom: 16px;
    padding: 10px 18px;
    border: 1px solid var(--cd-commerce-line);
    border-radius: var(--cd-commerce-radius-sm);
    background: var(--cd-commerce-white);
  }

  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders td {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    text-align: right;
  }

  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders td::before {
    color: var(--cd-commerce-muted);
    content: attr(data-title);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-align: left;
    text-transform: uppercase;
  }

  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
    justify-content: flex-end;
  }

  body.cd-commerce-ux-v1--account-orders #main table.my_account_orders td.woocommerce-orders-table__cell-order-actions::before {
    display: none;
  }

  body.cd-commerce-ux-v1 #main .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.cd-commerce-ux-v1 #main :where(
    .woocommerce-order-details,
    .woocommerce-customer-details,
    .woocommerce-MyAccount-content form.woocommerce-EditAccountForm,
    .woocommerce-MyAccount-content form.woocommerce-address-fields
  ) {
    padding: 22px;
  }
}

@media (max-width: 479px) {
  body.cd-commerce-ux-v1 #main .quantity :where(.minus, .plus) {
    width: 44px;
    min-width: 44px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart tr.cart_item {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 16px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail img {
    width: 80px;
    height: 80px;
  }

  body.cd-commerce-ux-v1--checkout #main #order_review table.shop_table :where(th, td) {
    font-size: 13px;
  }

  body.cd-commerce-ux-v1 #main .woocommerce-order-overview {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 359px) {
  body.cd-commerce-ux-v1 #header .header-inner {
    width: calc(100% - 32px);
  }

  body.cd-commerce-ux-v1 :where(
    #content > .row,
    #main > .row,
    .cd-commerce-ux-v1__shell
  ) {
    width: calc(100% - 32px);
  }

  body.cd-commerce-ux-v1:is(.cd-commerce-ux-v1--cart, .cd-commerce-ux-v1--checkout) #main #content.content-area > .woocommerce {
    width: calc(100% - 32px);
  }

  body.cd-commerce-ux-v1 .cd-commerce-ux-v1__title {
    font-size: 2.15rem;
  }

  body.cd-commerce-ux-v1--cart #main table.cart tr.cart_item {
    grid-template-areas:
      "image name"
      "price price"
      "quantity quantity"
      "subtotal subtotal"
      "remove remove";
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 14px;
  }

  body.cd-commerce-ux-v1--cart #main table.cart .product-thumbnail img {
    width: 72px;
    height: 72px;
  }

  body.cd-commerce-ux-v1--checkout #main #customer_details :where(
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields
  ),
  body.cd-commerce-ux-v1--checkout #main form.checkout #order_review_heading,
  body.cd-commerce-ux-v1--checkout #main form.checkout #order_review,
  body.cd-commerce-ux-v1--account-guest #main #customer_login > :where(.u-column1, .u-column2),
  body.cd-commerce-ux-v1--account-lost-password #main :where(.woocommerce > form, .lost_reset_password) {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.cd-commerce-ux-v1 :where(
    #main .woocommerce,
    #cart-popup,
    .off-canvas-cart .widget_shopping_cart
  ) *,
  body.cd-commerce-ux-v1 :where(
    #main .woocommerce,
    #cart-popup,
    .off-canvas-cart .widget_shopping_cart
  ) *::before,
  body.cd-commerce-ux-v1 :where(
    #main .woocommerce,
    #cart-popup,
    .off-canvas-cart .widget_shopping_cart
  ) *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

body.cd-commerce-ux-v1--checkout #main #order_review .cd-commerce-ux-v1__shipping-pending th,
body.cd-commerce-ux-v1--checkout #main #order_review .cd-commerce-ux-v1__shipping-pending td {
  padding-block: 14px;
  color: var(--cd-commerce-ink);
  background: var(--cd-commerce-crystal);
}

body.cd-commerce-ux-v1--checkout #main #order_review .cd-commerce-ux-v1__shipping-pending td {
  text-align: right;
}

body.cd-commerce-ux-v1--checkout #main #order_review .cd-commerce-ux-v1__shipping-pending strong,
body.cd-commerce-ux-v1--checkout #main #order_review .cd-commerce-ux-v1__shipping-pending small {
  display: block;
}

body.cd-commerce-ux-v1--checkout #main #order_review .cd-commerce-ux-v1__shipping-pending small {
  margin-top: 2px;
  color: var(--cd-commerce-muted);
  font-size: .78rem;
  font-weight: 500;
}

body.cd-commerce-ux-v1--checkout #main #payment #place_order.cd-commerce-ux-v1__payment-pending,
body.cd-commerce-ux-v1--checkout #main #payment #place_order.cd-commerce-ux-v1__payment-pending:hover {
  border-color: var(--cd-commerce-line);
  color: var(--cd-commerce-muted);
  background: var(--cd-commerce-paper);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

@media (forced-colors: active) {
  body.cd-commerce-ux-v1 :where(
    #main .woocommerce,
    #cart-popup,
    .off-canvas-cart .widget_shopping_cart
  ) :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid Highlight;
  }

  body.cd-commerce-ux-v1 #main :where(
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .cd-commerce-ux-v1__field-error,
    .checkout-inline-error-message
  ) {
    border: 2px solid CanvasText;
  }

  body.cd-commerce-ux-v1 #footer .payment-icons {
    display: none !important;
  }
}
