/* Base asset file kept intentionally light.
   Most output stays shortcode-scoped so instances can vary without global conflicts. */

body.single-product .single_add_to_cart_button.mcom-sale-price-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  white-space: normal !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.single-product .single_add_to_cart_button.mcom-sale-price-button .btn-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  line-height: 1 !important;
}

body.single-product form.cart a.added_to_cart.wc-forward,
.monarq-single-product form.cart a.added_to_cart.wc-forward,
.mcom-editorial-variation-modal form.cart a.added_to_cart.wc-forward {
  display: none !important;
}

body.single-product .mcom-sale-price-button__label,
body.single-product .mcom-sale-price-button__price {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: inherit !important;
  line-height: 1 !important;
}

body.single-product .mcom-sale-price-button__label {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  opacity: .92 !important;
  letter-spacing: .08em !important;
}

body.single-product .mcom-sale-price-button__price del,
body.single-product .mcom-sale-price-button__price del * {
  color: inherit !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

body.single-product .mcom-sale-price-button__price ins,
body.single-product .mcom-sale-price-button__price ins * {
  color: inherit !important;
  font-size: 1.06em !important;
  font-weight: 500 !important;
  min-width: 7.5ch !important;
  text-decoration: none !important;
}

body.single-product .mcom-sale-price-button__was {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  opacity: .58 !important;
  font-size: .72em !important;
  font-weight: 400 !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.single-product .mcom-sale-price-button__price .screen-reader-text {
  display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item.mcom-checkout-remove-item-row {
  position: relative !important;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__total-price.mcom-checkout-remove-item-host,
.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

.mcom-checkout-remove-item {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.mcom-checkout-remove-item:hover,
.mcom-checkout-remove-item:focus,
.mcom-checkout-remove-item:active {
  background: transparent !important;
  color: #777 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.mcom-checkout-remove-item:disabled {
  cursor: wait !important;
  opacity: .45 !important;
}

.mcom-checkout-remove-item__icon {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
}

.wc-block-components-order-summary-item.mcom-checkout-remove-item-row.is-removing {
  opacity: .46 !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  body.single-product .single_add_to_cart_button.mcom-sale-price-button,
  body.single-product .single_add_to_cart_button.mcom-sale-price-button .btn-label {
    gap: 8px !important;
  }

  body.single-product .mcom-sale-price-button__was {
    font-size: .68em !important;
  }
}

/* MCOM checkout is a visual shell around WooCommerce's native shortcode flow.
   Payment gateway markup and checkout behavior remain owned by WooCommerce. */
.mcom-native-checkout,
.mcom-native-checkout * {
  box-sizing: border-box;
}

.mcom-native-checkout {
  --mcom-order-card-padding: clamp(20px, 2.25vw, 30px);
  container-type: inline-size;
  min-width: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  color: #171715;
  font-family: var(--mcom-checkout-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: var(--mcom-checkout-body-size, 16px);
  font-weight: var(--mcom-checkout-body-weight, 300) !important;
  line-height: 1.45;
  text-transform: var(--mcom-checkout-body-transform, none);
}

.mcom-native-checkout__header {
  max-width: 1320px;
  margin: 0 auto clamp(28px, 4vw, 54px);
  padding-bottom: clamp(20px, 3vw, 34px);
  border-bottom: 1px solid #dcdcdc;
}

.mcom-native-checkout__eyebrow {
  margin: 0 0 8px;
  color: #77776f;
  font-size: var(--mcom-checkout-label-size, 11px);
  font-weight: var(--mcom-checkout-label-weight, 500);
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mcom-native-checkout__title {
  margin: 0;
  color: #111;
  font-family: var(--mcom-checkout-title-font, "Bellefair", serif) !important;
  font-size: var(--mcom-checkout-page-title-size, 70px);
  font-weight: var(--mcom-checkout-title-weight, 400) !important;
  letter-spacing: -.025em;
  line-height: .98;
  text-transform: var(--mcom-checkout-title-transform, none);
}

.mcom-native-checkout__content {
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mcom-native-checkout__content > .woocommerce {
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.mcom-native-checkout form,
.mcom-native-checkout fieldset,
.mcom-native-checkout table,
.mcom-native-checkout #customer_details,
.mcom-native-checkout #order_review {
  min-width: 0 !important;
}

.mcom-native-checkout p,
.mcom-native-checkout span,
.mcom-native-checkout label,
.mcom-native-checkout td,
.mcom-native-checkout th,
.mcom-native-checkout a,
.mcom-native-checkout li,
.mcom-native-checkout button,
.mcom-native-checkout input,
.mcom-native-checkout select,
.mcom-native-checkout textarea {
  font-family: var(--mcom-checkout-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-weight: var(--mcom-checkout-body-weight, 300) !important;
  text-transform: var(--mcom-checkout-body-transform, none);
}

.mcom-native-checkout h1,
.mcom-native-checkout h2,
.mcom-native-checkout h3,
.mcom-native-checkout h4,
.mcom-native-checkout h5,
.mcom-native-checkout h6 {
  font-family: var(--mcom-checkout-title-font, "Bellefair", serif) !important;
  font-weight: var(--mcom-checkout-title-weight, 400) !important;
  text-transform: var(--mcom-checkout-title-transform, none) !important;
}

.mcom-native-checkout h1 *,
.mcom-native-checkout h2 *,
.mcom-native-checkout h3 *,
.mcom-native-checkout h4 *,
.mcom-native-checkout h5 *,
.mcom-native-checkout h6 * {
  font-family: var(--mcom-checkout-title-font, "Bellefair", serif) !important;
  text-transform: var(--mcom-checkout-title-transform, none) !important;
}

.mcom-native-checkout h4 {
  font-size: calc(var(--mcom-checkout-section-title-size, 34px) * .72) !important;
}

.mcom-native-checkout h5,
.mcom-native-checkout h6 {
  font-size: calc(var(--mcom-checkout-section-title-size, 34px) * .55) !important;
}

.mcom-native-checkout .woocommerce-notices-wrapper:empty {
  display: none;
}

.mcom-native-checkout .woocommerce-error,
.mcom-native-checkout .woocommerce-info,
.mcom-native-checkout .woocommerce-message {
  max-width: 100%;
  margin: 0 0 24px;
  padding: 16px 18px 16px 48px;
  border: 1px solid #d9d9d9;
  border-top-width: 1px;
  border-radius: 0;
  background: #f7f7f3;
  color: #242421;
  font: inherit;
  overflow-wrap: break-word;
}

.mcom-native-checkout .woocommerce-error::before,
.mcom-native-checkout .woocommerce-info::before,
.mcom-native-checkout .woocommerce-message::before {
  top: 16px;
  left: 18px;
  color: #242421;
}

.mcom-native-checkout .woocommerce-form-login,
.mcom-native-checkout .checkout_coupon {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 28px !important;
  padding: 20px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
  background: #fafafa;
}

.mcom-native-checkout form.checkout_coupon {
  display: none !important;
}

.mcom-native-checkout .woocommerce-form-coupon-toggle,
.mcom-native-checkout .mcom-checkout-coupon-source {
  display: none !important;
}

.mcom-native-checkout form.checkout_coupon {
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: end;
  gap: 14px;
}

.mcom-native-checkout form.checkout_coupon .form-row {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 44px 0 0 !important;
  padding: 0 !important;
}

.mcom-native-checkout form.checkout_coupon input.input-text {
  height: 52px !important;
  min-height: 52px !important;
}

.mcom-native-checkout form.checkout_coupon button.button {
  width: auto !important;
  min-width: 170px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  transform: none !important;
  animation: none !important;
  background-image: none !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.mcom-native-checkout form.checkout_coupon button.button::before,
.mcom-native-checkout form.checkout_coupon button.button::after {
  display: none !important;
  content: none !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.mcom-native-checkout form.checkout_coupon button.button:hover,
.mcom-native-checkout form.checkout_coupon button.button:focus,
.mcom-native-checkout form.checkout_coupon button.button:focus-visible,
.mcom-native-checkout form.checkout_coupon button.button:active {
  border-color: var(--mcom-checkout-button-bg, #111) !important;
  background: transparent !important;
  color: var(--mcom-checkout-button-bg, #111) !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
}

.mcom-checkout-coupon-field {
  width: 100%;
  max-width: 100%;
  margin: 22px 0 0 !important;
}

.mcom-checkout-coupon-field > label .optional {
  color: #777;
  font-size: .9em;
  font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: none;
}

.mcom-checkout-coupon-field__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}

.mcom-native-checkout .mcom-checkout-coupon-field__input {
  height: 52px !important;
  min-height: 52px !important;
}

.mcom-native-checkout button.button.mcom-checkout-coupon-field__button {
  width: auto !important;
  min-width: 170px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  border-color: var(--mcom-checkout-coupon-border, #000) !important;
  background: var(--mcom-checkout-coupon-bg, #fff) !important;
  color: var(--mcom-checkout-coupon-text, #000) !important;
}

.mcom-native-checkout button.button.mcom-checkout-coupon-field__button:hover,
.mcom-native-checkout button.button.mcom-checkout-coupon-field__button:focus,
.mcom-native-checkout button.button.mcom-checkout-coupon-field__button:active {
  border-color: var(--mcom-checkout-button-bg, #111) !important;
  background: var(--mcom-checkout-button-bg, #111) !important;
  color: var(--mcom-checkout-button-text, #fff) !important;
}

.mcom-checkout-coupon-field.is-updating {
  opacity: .55;
}

.elementor-widget.mcom-checkout-elementor-host,
.elementor-element.mcom-checkout-elementor-host,
.mcom-checkout-elementor-host > .elementor-widget-container,
.mcom-checkout-elementor-host .elementor-shortcode,
.elementor-element.mcom-checkout-elementor-container {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

.elementor-widget.mcom-checkout-elementor-host,
.elementor-element.mcom-checkout-elementor-host {
  align-self: flex-start !important;
  flex: 0 0 auto !important;
  block-size: fit-content !important;
  height: fit-content !important;
  min-block-size: 0 !important;
  width: 100% !important;
}

.mcom-native-checkout form.woocommerce-checkout {
  display: grid !important;
  grid-template-areas: "customer summary" !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: 0 clamp(28px, 4vw, 56px);
  align-items: start;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.mcom-native-checkout #customer_details {
  grid-area: customer !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.mcom-native-checkout #order_review_heading {
  grid-area: summary !important;
  z-index: 2;
  align-self: start;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mcom-native-checkout #order_review {
  grid-area: summary !important;
  position: relative !important;
  inset: auto !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 44px 0 0 !important;
  padding: var(--mcom-order-card-padding) !important;
  border: 1px solid #d2d2d2 !important;
  border-top: 1px solid #d2d2d2 !important;
  border-right: 1px solid #d2d2d2 !important;
  border-bottom: 1px solid #d2d2d2 !important;
  border-left: 1px solid #d2d2d2 !important;
  background: var(--mcom-checkout-order-bg, #fafafa) !important;
  box-shadow: none !important;
  clip-path: none !important;
  overflow: visible !important;
}

.mcom-native-checkout #order_review.mcom-order-heading-inside {
  margin-top: 0 !important;
}

.mcom-native-checkout #order_review.mcom-order-heading-inside > #order_review_heading {
  display: block !important;
  position: static !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid #d8d8d8 !important;
  transform: none !important;
}

.mcom-native-checkout #customer_details > .col-1,
.mcom-native-checkout #customer_details > .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.mcom-native-checkout #customer_details > .col-2 {
  margin-top: clamp(30px, 4vw, 50px);
}

.mcom-native-checkout h3,
.mcom-native-checkout #order_review_heading {
  color: #111;
  font-family: var(--mcom-checkout-title-font, "Bellefair", serif) !important;
  font-size: var(--mcom-checkout-section-title-size, 34px) !important;
  font-weight: var(--mcom-checkout-title-weight, 400) !important;
  letter-spacing: -.01em;
  line-height: 1.1;
  text-transform: var(--mcom-checkout-title-transform, none) !important;
}

.mcom-native-checkout .woocommerce-billing-fields > h3,
.mcom-native-checkout .woocommerce-shipping-fields > h3,
.mcom-native-checkout .woocommerce-additional-fields > h3 {
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
}

.mcom-native-checkout .woocommerce-billing-fields__field-wrapper,
.mcom-native-checkout .woocommerce-shipping-fields__field-wrapper,
.mcom-native-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.mcom-native-checkout .form-row {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mcom-native-checkout .form-row-wide,
.mcom-native-checkout .notes {
  grid-column: 1 / -1;
}

.mcom-native-checkout .form-row label {
  display: block;
  margin: 0 0 8px;
  color: #55554f;
  font-family: var(--mcom-checkout-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: var(--mcom-checkout-label-size, 11px) !important;
  font-weight: var(--mcom-checkout-label-weight, 500) !important;
  letter-spacing: .05em;
  line-height: 1.25;
  text-transform: var(--mcom-checkout-label-transform, uppercase);
  overflow-wrap: break-word;
}

.mcom-native-checkout .form-row .required {
  color: #9b332d;
  font-weight: 500;
  text-decoration: none;
}

.mcom-native-checkout .form-row.woocommerce-invalid .woocommerce-error,
.mcom-native-checkout .form-row .woocommerce-error,
.mcom-native-checkout .form-row .error,
.mcom-native-checkout .form-row .validation-error,
.mcom-native-checkout .form-row .mcom-field-validation-notice,
.mcom-native-checkout .checkout-inline-error-message,
body.woocommerce-checkout .mcom-native-checkout p.checkout-inline-error-message {
  display: block;
  width: 100%;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-family: var(--mcom-checkout-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: .01em;
  opacity: .58 !important;
  text-transform: none !important;
}

.mcom-native-checkout .form-row.woocommerce-invalid .woocommerce-error::before,
.mcom-native-checkout .form-row .woocommerce-error::before,
.mcom-native-checkout .form-row .error::before,
.mcom-native-checkout .form-row .validation-error::before,
.mcom-native-checkout .form-row .mcom-field-validation-notice::before,
.mcom-native-checkout .checkout-inline-error-message::before,
body.woocommerce-checkout .mcom-native-checkout p.checkout-inline-error-message::before {
  position: static !important;
  display: inline !important;
  margin: 0 4px 0 0 !important;
  color: #b42318 !important;
  content: "*" !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body.woocommerce-checkout .mcom-native-checkout .mcom-checkout-coupon-field {
  margin: 15px 0 0 !important;
}

.mcom-native-checkout .form-row.woocommerce-invalid input.input-text,
.mcom-native-checkout .form-row.woocommerce-invalid select,
.mcom-native-checkout .form-row.woocommerce-invalid textarea,
.mcom-native-checkout .form-row.woocommerce-invalid .select2-selection {
  border-color: #b42318 !important;
  box-shadow: none !important;
}

.mcom-native-checkout .form-row.woocommerce-validated:not(.validate-required) input.input-text,
.mcom-native-checkout .form-row.woocommerce-validated:not(.validate-required) select,
.mcom-native-checkout .form-row.woocommerce-validated:not(.validate-required) textarea,
.mcom-native-checkout .form-row.woocommerce-validated:not(.validate-required) .select2-selection {
  border-color: #cacaca !important;
  box-shadow: none !important;
}

.mcom-native-checkout .form-row.woocommerce-validated:not(.validate-required) label {
  color: #55554f !important;
}

.mcom-native-checkout input.input-text,
.mcom-native-checkout select,
.mcom-native-checkout textarea,
.mcom-native-checkout .select2-container .select2-selection--single {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 50px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #cacaca;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: #171715;
  box-shadow: none;
  font-family: var(--mcom-checkout-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: var(--mcom-checkout-body-size, 16px) !important;
  font-weight: var(--mcom-checkout-body-weight, 300) !important;
  text-transform: var(--mcom-checkout-body-transform, none);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.mcom-native-checkout textarea {
  min-height: 118px;
  resize: vertical;
}

.mcom-native-checkout input.input-text:focus,
.mcom-native-checkout select:focus,
.mcom-native-checkout textarea:focus,
.mcom-native-checkout .select2-container--focus .select2-selection--single,
.mcom-native-checkout .select2-container--open .select2-selection--single {
  border-color: #171715;
  box-shadow: 0 0 0 1px #171715;
}

.mcom-native-checkout .select2-container {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.mcom-native-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}

.mcom-native-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 28px 0 0;
  color: #171715;
  line-height: 1.35;
}

.mcom-native-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.mcom-native-checkout .woocommerce-account-fields,
.mcom-native-checkout .woocommerce-shipping-fields__field-wrapper,
.mcom-native-checkout .woocommerce-additional-fields {
  margin-top: 22px;
}

.mcom-native-checkout .woocommerce-form__label-for-checkbox,
.mcom-native-checkout .woocommerce-form__label-for-radio {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #242421;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: var(--mcom-checkout-body-transform, none);
}

.mcom-native-checkout input[type="checkbox"],
.mcom-native-checkout input[type="radio"] {
  flex: 0 0 auto;
  margin: 3px 0 0;
  accent-color: #171715;
}

.mcom-native-checkout table.shop_table {
  table-layout: fixed;
  width: 100%;
  max-width: none !important;
  margin: 0 0 26px;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
  font: inherit;
}

.mcom-native-checkout table.shop_table th,
.mcom-native-checkout table.shop_table td {
  min-width: 0;
  padding: 14px 0;
  border: 0;
  border-bottom: 0 !important;
  background: transparent;
  color: #242421;
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
}

.mcom-native-checkout table.shop_table tr {
  border: 0 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.mcom-native-checkout table.shop_table tfoot tr:last-child {
  border-bottom: 0 !important;
}

.mcom-native-checkout table.shop_table tr > :first-child {
  padding-left: 0 !important;
}

.mcom-native-checkout table.shop_table tr > :last-child {
  padding-right: 0 !important;
}

.mcom-native-checkout table.shop_table th:last-child,
.mcom-native-checkout table.shop_table td:last-child {
  padding-left: 18px;
  text-align: right;
}

.mcom-native-checkout table.shop_table thead th {
  padding-top: 0;
  color: #6a6a64;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mcom-native-checkout table.shop_table .product-name {
  width: 78%;
  max-width: none;
}

.mcom-native-checkout table.shop_table .product-total {
  width: 22%;
  white-space: normal;
  overflow-wrap: break-word;
}

.mcom-native-checkout table.shop_table .product-quantity {
  color: #77776f;
}

.mcom-native-checkout table.shop_table tfoot th {
  color: #55554f;
  font-size: 12px;
  font-weight: 500;
}

.mcom-native-checkout table.shop_table .order-total th,
.mcom-native-checkout table.shop_table .order-total td {
  padding-top: 18px;
  border-bottom: 0;
  color: #111;
  font-size: 17px;
}

.mcom-native-checkout #payment {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border-radius: 0;
  background: transparent;
}

.mcom-native-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.mcom-native-checkout #payment ul.payment_methods > li {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #d8d8d8;
  line-height: 1.4;
}

.mcom-native-checkout #payment ul.payment_methods > li > label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 28px);
  gap: 6px;
  color: #171715;
  font-size: 14px;
  font-weight: 500;
}

.mcom-native-checkout #payment ul.payment_methods img {
  max-width: min(100%, 150px);
  max-height: 28px;
  width: auto;
  margin-left: 8px;
  vertical-align: middle;
}

.mcom-native-checkout #payment div.payment_box {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  margin: 14px 0 0;
  padding: 16px;
  border-radius: 0;
  background: #e8e8e8;
  color: #373733;
  font-size: 13px;
  overflow-wrap: break-word;
}

.mcom-native-checkout #payment div.payment_box::before {
  border-bottom-color: #e8e8e8;
}

.mcom-native-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.mcom-native-checkout #payment .payment_box iframe,
.mcom-native-checkout #payment .payment_box object,
.mcom-native-checkout #payment .payment_box embed {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mcom-checkout-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}

.mcom-checkout-product__thumbnail,
.mcom-checkout-product__thumbnail img {
  display: block !important;
  width: 72px !important;
  min-width: 72px;
  height: 72px !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
}

.mcom-checkout-product__thumbnail img {
  object-fit: cover;
  background: #ecece7;
}

.mcom-checkout-product__details {
  min-width: 0;
}

.mcom-checkout-product__name {
  display: block;
  color: #171715;
  font-size: .88em !important;
  font-weight: 500;
  line-height: 1.3;
  overflow-wrap: break-word;
  hyphens: auto;
}

.mcom-checkout-product__single {
  display: block;
  margin-top: 10px;
  color: #77776f;
  font-size: 11px;
}

.mcom-checkout-product__mobile-price {
  display: none;
}

.mcom-checkout-quantity {
  display: inline-flex !important;
  align-items: stretch;
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
  height: 36px;
  margin-top: 12px;
  border: 1px solid #cacaca;
  background: #fff;
  overflow: hidden;
}

.mcom-checkout-quantity__button,
.mcom-checkout-quantity__value {
  min-width: 0 !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #171715 !important;
  box-shadow: none !important;
  font: 400 14px/34px var(--mcom-checkout-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  text-align: center;
  text-transform: none !important;
  transition: none !important;
}

.mcom-checkout-quantity__button {
  display: flex !important;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  max-width: 32px !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.mcom-checkout-quantity__value {
  display: flex !important;
  flex: 1 1 38px;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  max-width: 38px !important;
  border-right: 1px solid #d8d8d8 !important;
  border-left: 1px solid #d8d8d8 !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #171715 !important;
}

.mcom-checkout-quantity__button::before,
.mcom-checkout-quantity__button::after {
  display: none !important;
  content: none !important;
}

.mcom-checkout-quantity__button:hover,
.mcom-checkout-quantity__button:focus {
  background: #e8e8e8 !important;
}

.mcom-checkout-quantity__input {
  display: none !important;
}

.mcom-checkout-quantity.is-updating {
  opacity: .48;
  pointer-events: none;
}

.mcom-checkout-quantity.is-error {
  border-color: #a33b34;
}

.mcom-native-checkout #payment .place-order {
  margin: 0 !important;
  padding: 24px 0 0 !important;
}

.mcom-native-checkout .woocommerce-privacy-policy-text,
.mcom-native-checkout .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
  max-width: none;
  margin-bottom: 18px;
  color: #66665f;
  font-size: 12px;
  line-height: 1.55;
}

.mcom-native-checkout .woocommerce-privacy-policy-text p {
  margin: 0 !important;
}

.mcom-native-checkout a {
  color: inherit;
  text-underline-offset: 3px;
  overflow-wrap: break-word;
}

.mcom-native-checkout #place_order,
.mcom-native-checkout button.button,
.mcom-native-checkout input.button {
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid var(--mcom-checkout-button-bg, #111) !important;
  border-radius: var(--mcom-checkout-button-radius, 0) !important;
  background: var(--mcom-checkout-button-bg, #111) !important;
  color: var(--mcom-checkout-button-text, #fff) !important;
  box-shadow: none !important;
  font: 500 12px/1 var(--mcom-checkout-body-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.mcom-native-checkout #place_order {
  float: none;
  width: 100% !important;
  margin-bottom: 0 !important;
  transform: none !important;
  animation: none !important;
  background-image: none !important;
  filter: none !important;
  transition: none !important;
}

.mcom-native-checkout #place_order::before,
.mcom-native-checkout #place_order::after {
  display: none !important;
  content: none !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.mcom-native-checkout button.button:hover,
.mcom-native-checkout button.button:focus,
.mcom-native-checkout input.button:hover,
.mcom-native-checkout input.button:focus {
  border-color: var(--mcom-checkout-button-hover, #2a2a2a);
  background: var(--mcom-checkout-button-hover, #2a2a2a);
  color: var(--mcom-checkout-button-text, #fff);
}

.mcom-native-checkout #place_order:hover,
.mcom-native-checkout #place_order:focus,
.mcom-native-checkout #place_order:focus-visible,
.mcom-native-checkout #place_order:active {
  border-color: var(--mcom-checkout-button-bg, #111) !important;
  background: transparent !important;
  color: var(--mcom-checkout-button-bg, #111) !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
}

.mcom-native-checkout .blockUI.blockOverlay {
  background-color: var(--mcom-checkout-order-bg, #fafafa) !important;
}

.mcom-native-checkout--endpoint {
  margin: 0;
  padding: 0;
}

@media (max-width: 1100px) {
  .mcom-native-checkout form.woocommerce-checkout {
    grid-template-areas:
      "customer"
      "summary-title"
      "summary" !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px 0;
  }

  .mcom-native-checkout #order_review_heading {
    grid-area: summary-title !important;
  }

  .mcom-native-checkout #order_review {
    grid-area: summary !important;
    margin-top: 0 !important;
    padding: var(--mcom-order-card-padding) !important;
  }
}

@container (max-width: 900px) {
  .mcom-native-checkout form.woocommerce-checkout {
    grid-template-areas:
      "customer"
      "summary-title"
      "summary" !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px 0;
  }

  .mcom-native-checkout #order_review_heading {
    grid-area: summary-title !important;
  }

  .mcom-native-checkout #order_review {
    grid-area: summary !important;
    margin-top: 0 !important;
    padding: var(--mcom-order-card-padding) !important;
  }
}

@media (max-width: 600px) {
  .mcom-checkout-elementor-host,
  .mcom-checkout-elementor-host > .elementor-widget-container,
  .mcom-checkout-elementor-host .elementor-shortcode,
  .mcom-checkout-elementor-container,
  .mcom-checkout-elementor-host .elementor-widget-container:has(> .mcom-native-checkout),
  .mcom-native-checkout,
  .mcom-native-checkout__content,
  .mcom-native-checkout__content > .woocommerce,
  .mcom-native-checkout form.woocommerce-checkout {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .mcom-checkout-elementor-host,
  .mcom-checkout-elementor-host > .elementor-widget-container {
    overflow: visible !important;
  }

  .mcom-native-checkout {
    margin: 0;
    padding: 0;
    font-size: var(--mcom-checkout-body-size-mobile, 14px);
  }

  .mcom-native-checkout form.woocommerce-checkout {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .mcom-native-checkout #customer_details {
    order: 1;
  }

  .mcom-native-checkout #order_review_heading {
    order: 2;
  }

  .mcom-native-checkout #order_review {
    order: 3;
  }

  .mcom-native-checkout__header {
    margin-bottom: 30px;
  }

  .mcom-native-checkout__title {
    font-size: var(--mcom-checkout-page-title-size-mobile, 52px);
  }

  .mcom-native-checkout h3,
  .mcom-native-checkout #order_review_heading {
    font-size: var(--mcom-checkout-section-title-size-mobile, 28px) !important;
  }

  .mcom-native-checkout .form-row label,
  .mcom-native-checkout__eyebrow {
    font-size: var(--mcom-checkout-label-size-mobile, 11px) !important;
  }

  .mcom-native-checkout input.input-text,
  .mcom-native-checkout select,
  .mcom-native-checkout textarea,
  .mcom-native-checkout .select2-container .select2-selection--single {
    /* iOS zooms the viewport when a focused form control is below 16px. */
    font-size: 16px !important;
    font-size: max(16px, var(--mcom-checkout-body-size-mobile, 14px)) !important;
  }

  body.woocommerce-checkout .select2-container--open .select2-search__field {
    font-size: 16px !important;
  }

  .mcom-native-checkout .woocommerce-billing-fields__field-wrapper,
  .mcom-native-checkout .woocommerce-shipping-fields__field-wrapper,
  .mcom-native-checkout .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px;
  }

  .mcom-native-checkout .form-row-first,
  .mcom-native-checkout .form-row-last {
    grid-column: 1 / -1;
  }

  body.woocommerce-checkout .mcom-native-checkout .mcom-checkout-coupon-field {
    margin: 28px 0 0 !important;
  }

  .mcom-native-checkout .checkout-inline-error-message,
  .mcom-native-checkout .form-row .mcom-field-validation-notice,
  body.woocommerce-checkout .mcom-native-checkout p.checkout-inline-error-message {
    margin-top: 7px !important;
    font-size: 10px !important;
  }

  .mcom-native-checkout #order_review,
  .mcom-native-checkout #order_review.mcom-order-heading-inside {
    --mcom-order-card-padding: 20px;
    margin: 28px 0 0 !important;
    padding: var(--mcom-order-card-padding) !important;
    border: 1px solid #d2d2d2 !important;
    background: var(--mcom-checkout-order-bg, #fafafa) !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .mcom-native-checkout #order_review_heading {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid #d8d8d8 !important;
    transform: none !important;
  }

  .mcom-native-checkout #payment div.payment_box {
    padding: 14px;
  }

  .mcom-native-checkout button.button.mcom-checkout-coupon-field__button {
    min-width: 132px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .mcom-checkout-coupon-field__controls {
    gap: 10px;
  }

  .mcom-native-checkout table.shop_table {
    display: block !important;
    table-layout: auto !important;
    width: 100% !important;
    margin: 0 0 22px !important;
  }

  .mcom-native-checkout table.shop_table thead {
    display: none;
  }

  .mcom-native-checkout table.shop_table tbody,
  .mcom-native-checkout table.shop_table tfoot,
  .mcom-native-checkout table.shop_table tr.cart_item {
    display: block !important;
    width: 100% !important;
  }

  .mcom-native-checkout table.shop_table tr.cart_item {
    padding: 0 0 18px;
    border-bottom: 1px solid #d8d8d8;
  }

  .mcom-native-checkout table.shop_table tr.cart_item td.product-name,
  .mcom-native-checkout table.shop_table tr.cart_item td.product-total {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    border: 0;
  }

  .mcom-native-checkout table.shop_table tr.cart_item td.product-name {
    padding: 0;
  }

  .mcom-native-checkout table.shop_table tr.cart_item td.product-total {
    display: none !important;
    padding: 0 !important;
  }

  .mcom-native-checkout table.shop_table tfoot tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: baseline;
    width: 100% !important;
  }

  .mcom-native-checkout table.shop_table tfoot th,
  .mcom-native-checkout table.shop_table tfoot td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .mcom-native-checkout table.shop_table tfoot td:last-child {
    padding-left: 12px !important;
    white-space: nowrap;
  }

  .mcom-native-checkout table.shop_table tfoot tr.woocommerce-shipping-totals {
    grid-template-columns: max-content minmax(0, 1fr) !important;
    align-items: start;
  }

  .mcom-native-checkout table.shop_table tfoot tr.woocommerce-shipping-totals th {
    padding-right: 12px !important;
    white-space: nowrap;
  }

  .mcom-native-checkout table.shop_table tfoot tr.woocommerce-shipping-totals td:last-child {
    padding-left: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .mcom-checkout-product {
    width: 100% !important;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }

  .mcom-checkout-product__details {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .mcom-checkout-product__name {
    width: 100%;
    padding: 0;
    hyphens: none;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .mcom-checkout-product__thumbnail,
  .mcom-checkout-product__thumbnail img {
    width: 76px !important;
    min-width: 76px;
    height: 76px !important;
  }

  .mcom-checkout-product__thumbnail {
    grid-column: 1;
    grid-row: 1;
  }

  .mcom-checkout-quantity,
  .mcom-checkout-product__single {
    margin-top: 10px;
  }

  .mcom-checkout-product__mobile-price {
    display: block !important;
    width: 100%;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    color: #171715;
    font-size: var(--mcom-checkout-body-size-mobile, 14px) !important;
    line-height: 1.35;
    text-align: left !important;
    white-space: nowrap;
  }

  .mcom-checkout-product__mobile-price .woocommerce-Price-amount {
    display: inline !important;
    float: none !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .mcom-native-checkout #payment,
  .mcom-native-checkout .woocommerce-checkout-payment,
  .mcom-native-checkout #payment .place-order {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .mcom-native-checkout #payment .place-order {
    padding-bottom: 0 !important;
  }
}

.mcom-product-spotlight,
.mcom-product-spotlight * {
  box-sizing: border-box;
}

.mcom-product-spotlight .mcom-product-spotlight__trigger,
button.mcom-product-spotlight__trigger {
  position: fixed !important;
  left: 22px;
  bottom: 84px;
  z-index: 999998;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  min-width: 50px !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 6px !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18) !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.mcom-product-spotlight__trigger[hidden] {
  display: none !important;
}

.mcom-product-spotlight .mcom-product-spotlight__trigger:hover,
.mcom-product-spotlight .mcom-product-spotlight__trigger:focus,
button.mcom-product-spotlight__trigger:hover,
button.mcom-product-spotlight__trigger:focus {
  border-radius: 6px !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18) !important;
  outline: 0 !important;
}

.mcom-product-spotlight__trigger svg,
.mcom-product-spotlight__close svg,
.mcom-product-spotlight__search-icon {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mcom-product-spotlight__overlay[hidden] {
  display: none !important;
}

.mcom-product-spotlight__overlay {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 18px 32px;
  background: rgba(17, 17, 17, .36);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.mcom-product-spotlight__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mcom-product-spotlight__panel {
  width: min(720px, 100%);
  max-height: min(70vh, 720px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  color: #111;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
  transform: translateY(-8px) scale(.985);
  transition: transform .18s ease;
}

.mcom-product-spotlight__overlay.is-open .mcom-product-spotlight__panel {
  transform: translateY(0) scale(1);
}

body.mcom-product-spotlight-open {
  overflow: hidden;
}

.mcom-product-spotlight__form {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  margin: 0;
  padding: 10px 14px 10px 18px;
  border-bottom: 1px solid rgba(17, 17, 17, .12);
}

.mcom-product-spotlight__search-icon {
  width: 21px;
  height: 21px;
  color: #555;
}

.mcom-product-spotlight__input {
  width: 100%;
  min-width: 0;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  box-shadow: none;
  font: 400 20px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  outline: 0;
  appearance: none;
}

.mcom-product-spotlight__input::-webkit-search-decoration,
.mcom-product-spotlight__input::-webkit-search-cancel-button {
  display: none;
}

.mcom-product-spotlight__input::placeholder {
  color: #777;
  opacity: 1;
}

.mcom-product-spotlight__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #444;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
}

.mcom-product-spotlight__close:hover,
.mcom-product-spotlight__close:focus {
  background: rgba(17, 17, 17, .08);
  color: #111;
  outline: 0;
}

.mcom-product-spotlight__status {
  min-height: 0;
  padding: 0 18px;
  color: #777;
  font: 400 13px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.mcom-product-spotlight__status:not(:empty) {
  min-height: 44px;
  padding-top: 14px;
}

.mcom-product-spotlight__results {
  display: grid;
  max-height: calc(min(70vh, 720px) - 67px);
  overflow: auto;
  margin: 0;
  padding: 6px;
  list-style: none;
}

.mcom-product-spotlight__result {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcom-product-spotlight__result-button {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(70px, auto);
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding: 9px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #111;
  box-shadow: none;
  cursor: pointer;
  text-align: left;
  appearance: none;
}

.mcom-product-spotlight__result-button:hover,
.mcom-product-spotlight__result-button.is-active {
  background: #111;
  color: #fff;
}

.mcom-product-spotlight__result-image {
  display: block;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .1);
  border-radius: 6px;
  background: #f3f3f3;
}

.mcom-product-spotlight__result-button.is-active .mcom-product-spotlight__result-image,
.mcom-product-spotlight__result-button:hover .mcom-product-spotlight__result-image {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .12);
}

.mcom-product-spotlight__result-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mcom-product-spotlight__result-content {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.mcom-product-spotlight__result-title {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font: 500 15px/1.25 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mcom-product-spotlight__result-details {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  color: #777;
  font: 400 12px/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.mcom-product-spotlight__result-details span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mcom-product-spotlight__result-details span:not(:last-child)::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: .5;
}

.mcom-product-spotlight__result-button:hover .mcom-product-spotlight__result-details,
.mcom-product-spotlight__result-button.is-active .mcom-product-spotlight__result-details {
  color: rgba(255, 255, 255, .72);
}

.mcom-product-spotlight__result-price {
  justify-self: end;
  max-width: 140px;
  overflow: hidden;
  color: inherit;
  font: 500 13px/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .mcom-product-spotlight .mcom-product-spotlight__trigger,
  button.mcom-product-spotlight__trigger {
    left: 16px;
    bottom: 76px;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 6px !important;
  }

  .mcom-product-spotlight__overlay {
    align-items: flex-start;
    padding: 72px 10px 16px;
  }

  .mcom-product-spotlight__panel {
    max-height: calc(100vh - 96px);
    border-radius: 8px;
  }

  .mcom-product-spotlight__form {
    grid-template-columns: 24px minmax(0, 1fr) 34px;
    min-height: 60px;
    padding: 8px 10px 8px 14px;
  }

  .mcom-product-spotlight__input {
    height: 42px;
    font-size: 17px;
  }

  .mcom-product-spotlight__results {
    max-height: calc(100vh - 158px);
    padding: 5px;
  }

  .mcom-product-spotlight__result-button {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 70px;
    gap: 11px;
    padding: 9px;
  }

  .mcom-product-spotlight__result-image {
    width: 52px;
    height: 52px;
  }

  .mcom-product-spotlight__result-price {
    grid-column: 2;
    justify-self: start;
    max-width: 100%;
    margin-top: -4px;
    text-align: left;
  }
}
.monarq-single-product__main-image--viewable {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  text-align: inherit;
}

.monarq-single-product__main-image--viewable:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

html.mcom-product-image-viewer-open,
html.mcom-product-image-viewer-open body {
  overflow: hidden !important;
}

.monarq-single-product__image-viewer[hidden] {
  display: none !important;
}

.monarq-single-product__image-viewer {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 56px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

html body .monarq-single-product__image-viewer-backdrop {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: rgba(0, 0, 0, 0.88) !important;
  box-shadow: none !important;
  cursor: zoom-out;
}

html body .monarq-single-product__image-viewer-backdrop:hover,
html body .monarq-single-product__image-viewer-backdrop:focus,
html body .monarq-single-product__image-viewer-backdrop:active {
  border: 0 !important;
  outline: 0 !important;
  background: rgba(0, 0, 0, 0.88) !important;
  box-shadow: none !important;
}

.monarq-single-product__image-viewer-panel {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

html body .monarq-single-product__image-viewer-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: min(92vw, 1440px) !important;
  max-height: calc(100vh - 96px) !important;
  max-height: calc(100dvh - 96px) !important;
  margin: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  object-fit: contain !important;
  box-shadow: none !important;
  pointer-events: auto;
}

html body .monarq-single-product__image-viewer-close {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: fixed !important;
  z-index: 2;
  top: max(14px, env(safe-area-inset-top)) !important;
  right: max(14px, env(safe-area-inset-right)) !important;
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 0 3px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 50% !important;
  outline: 0 !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  font: 300 30px/1 Arial, sans-serif !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: auto;
}

html body .monarq-single-product__image-viewer-close:hover,
html body .monarq-single-product__image-viewer-close:focus,
html body .monarq-single-product__image-viewer-close:active {
  border-color: #fff !important;
  outline: 0 !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .monarq-single-product__image-viewer-close:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}

@media (max-width: 600px) {
  .monarq-single-product__image-viewer {
    padding: 16px;
  }

  html body .monarq-single-product__image-viewer-image {
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 64px) !important;
    max-height: calc(100dvh - 64px) !important;
  }
}
