.axe-funnel-cart,
.axe-funnel-preview-badge,
.axe-funnel-sticky-purchase,
.axe-funnel-proof,
.axe-funnel-checkout__benefits,
body.axe-funnel-cart-page {
  --axe-funnel-navy: #00395d;
  --axe-funnel-gold: #9a7d4b;
  --axe-funnel-ink: #171717;
  --axe-funnel-muted: #686868;
  --axe-funnel-line: #dededb;
}

body.axe-funnel-order-details {
  --axe-funnel-navy: #00395d;
  --axe-funnel-gold: #9a7d4b;
  --axe-funnel-ink: #171717;
  --axe-funnel-muted: #686868;
  --axe-funnel-line: #dededb;
}

body.axe-funnel-promotion-suppressed [id^="mcforms-"],
body.axe-funnel-promotion-deferred [id^="mcforms-"],
body.axe-funnel-cart-open [id^="mcforms-"] {
  display: none !important;
}

body.single-product .woocommerce-product-rating,
body.single-product .woocommerce-tabs .reviews_tab,
body.single-product .woocommerce-tabs #tab-reviews,
.products .star-rating {
  display: none !important;
}

.axe-funnel-proof__item {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.axe-funnel-proof a.axe-funnel-proof__item:hover,
.axe-funnel-proof a.axe-funnel-proof__item:focus,
.axe-funnel-checkout__benefits a.axe-funnel-proof__item:hover,
.axe-funnel-checkout__benefits a.axe-funnel-proof__item:focus,
.axe-funnel-cart__reassurance a.axe-funnel-proof__item:hover,
.axe-funnel-cart__reassurance a.axe-funnel-proof__item:focus {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  transform: none !important;
}

.axe-funnel-proof__icon {
  display: block;
  flex: 0 0 auto;
  width: 72px;
  aspect-ratio: 9 / 7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.axe-funnel-proof__icon--lifetime-warranty {
  background-image: url("icons/lifetime-warranty.png");
}

.axe-funnel-proof__icon--secure-checkout {
  background-image: url("icons/secure-checkout.png");
}

.axe-funnel-proof__icon--easy-size-exchange {
  background-image: url("icons/easy-size-exchange.png");
}

.axe-funnel-proof__icon--premium-quality {
  background-image: url("icons/premium-quality.png");
}

.axe-funnel-proof__icon--made-in-america {
  background-image: url("icons/made-in-america.png");
}

.axe-funnel-proof__label {
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.axe-funnel-proof--product {
  margin: 24px 0 6px;
  padding: 15px 0;
  border-top: 1px solid var(--axe-funnel-line);
  border-bottom: 1px solid var(--axe-funnel-line);
  color: var(--axe-funnel-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.axe-funnel-proof--product .axe-funnel-proof__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.axe-funnel-proof--product .axe-funnel-proof__item {
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.axe-funnel-proof--product .axe-funnel-proof__icon {
  width: 56px;
}

.axe-funnel-proof--product .axe-funnel-proof__label {
  font-size: 10px;
}

.axe-funnel-sticky-purchase {
  display: none;
}

.axe-funnel-cart {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  visibility: hidden;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
}

.axe-funnel-cart.is-open {
  visibility: visible;
  pointer-events: auto;
}

body.axe-funnel-cart-open {
  overflow: hidden;
}

.axe-funnel-cart .axe-funnel-cart__overlay,
.axe-funnel-cart .axe-funnel-cart__overlay:hover,
.axe-funnel-cart .axe-funnel-cart__overlay:focus,
.axe-funnel-cart .axe-funnel-cart__overlay:focus-visible,
.axe-funnel-cart .axe-funnel-cart__overlay:active {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  appearance: none;
  background: rgb(15 18 20 / 66%) !important;
  box-shadow: none !important;
  color: transparent !important;
  opacity: 0;
  transform: none !important;
  transition: opacity 180ms ease;
}

.axe-funnel-cart.is-open .axe-funnel-cart__overlay {
  opacity: 1;
}

.axe-funnel-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(500px, 100vw);
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: -24px 0 70px rgb(0 0 0 / 24%);
  color: var(--axe-funnel-ink);
  transform: translateX(102%);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.axe-funnel-cart.is-open .axe-funnel-cart__panel {
  transform: translateX(0);
}

.axe-funnel-cart__header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--axe-funnel-line);
  background: #fff;
  color: var(--axe-funnel-ink);
}

.axe-funnel-cart__header h2 {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.axe-funnel-cart__count {
  color: var(--axe-funnel-muted);
  font-size: 15px;
  font-weight: 500;
}

.axe-funnel-cart .axe-funnel-cart__close,
.axe-funnel-cart .axe-funnel-cart__close:hover,
.axe-funnel-cart .axe-funnel-cart__close:focus,
.axe-funnel-cart .axe-funnel-cart__close:active {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 -10px 0 0;
  padding: 0;
  border: 0 !important;
  border-radius: 50%;
  outline-offset: 2px;
  appearance: none;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--axe-funnel-ink) !important;
  transform: none !important;
}

.axe-funnel-cart__close span::before,
.axe-funnel-cart__close span::after {
  position: absolute;
  top: 21px;
  left: 12px;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.axe-funnel-cart__close span::before {
  transform: rotate(45deg);
}

.axe-funnel-cart__close span::after {
  transform: rotate(-45deg);
}

.axe-funnel-cart__timing {
  display: flex;
  flex: 0 0 auto;
  gap: 11px;
  align-items: flex-start;
  padding: 13px 24px;
  border-bottom: 1px solid #e6e1d7;
  background: #f4f1ea;
  color: #4d463b;
}

.axe-funnel-cart__timing > span {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--axe-funnel-gold);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.axe-funnel-cart__timing p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.axe-funnel-cart__timing strong {
  color: var(--axe-funnel-ink);
}

.axe-funnel-cart__content {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 24px 24px;
  background: #fff;
}

.axe-funnel-cart__continue-shopping,
.axe-funnel-cart__continue-shopping:hover,
.axe-funnel-cart__continue-shopping:focus {
  flex: 0 0 auto;
  margin: 0 24px 16px;
  padding: 12px 16px;
  border: 1px solid var(--axe-funnel-navy);
  background: #fff;
  color: var(--axe-funnel-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.axe-funnel-cart__continue-shopping[hidden] {
  display: none !important;
}

.axe-funnel-cart__summary {
  flex: 0 0 auto;
  padding: 16px 24px max(20px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--axe-funnel-line);
  background: #fff;
  box-shadow: 0 -12px 30px rgb(0 0 0 / 7%);
}

.axe-funnel-cart__loading,
.axe-funnel-cart__error,
.axe-funnel-cart .cart-empty {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 48px 18px;
  color: var(--axe-funnel-muted);
  font-size: 14px;
  text-align: center;
}

.axe-funnel-cart__loading span,
form.cart .single_add_to_cart_button.axe-funnel-is-loading::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  animation: axe-funnel-spin 650ms linear infinite;
}

form.cart .single_add_to_cart_button.axe-funnel-is-loading {
  display: inline-flex !important;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: wait;
  opacity: 0.78;
}

form.cart .single_add_to_cart_button.axe-funnel-view-cart-button,
form.cart .single_add_to_cart_button.axe-funnel-view-cart-button:hover,
form.cart .single_add_to_cart_button.axe-funnel-view-cart-button:focus,
form.cart .single_add_to_cart_button.axe-funnel-view-cart-button:active {
  cursor: pointer;
}

.axe-funnel-buy-box {
  display: grid;
  gap: 4px;
  margin: 18px 0 20px;
  padding: 15px 16px;
  border: 1px solid #d9d4ca;
  border-left: 4px solid var(--axe-funnel-gold, #9a7d4b);
  background: #f7f5f0;
  color: #55514a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.axe-funnel-buy-box strong {
  color: #171717;
  font-size: 14px;
}

.axe-funnel-buy-box__availability {
  color: #47633e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.axe-funnel-buy-box__availability::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #5d7b50;
  content: "";
}

.axe-funnel-buy-box__availability--custom::before,
.axe-funnel-buy-box__availability--made-to-order::before {
  background: var(--axe-funnel-gold, #9a7d4b);
}

body.single-product .woocommerce-notices-wrapper:not(:empty) {
  margin: 16px auto;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-error,
body.axe-funnel-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #c6655c;
  border-left-width: 4px;
  border-radius: 2px;
  background: #fff6f5;
  color: #712f25;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-error::before,
body.axe-funnel-checkout
  .woocommerce-NoticeGroup-checkout
  .woocommerce-error::before {
  display: none;
  content: none;
}

.axe-funnel-buy-box__editing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -15px -16px 8px;
  padding: 9px 12px;
  background: #00395d;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.axe-funnel-buy-box__editing a,
.axe-funnel-buy-box__editing a:hover,
.axe-funnel-buy-box__editing a:focus {
  color: #fff;
  text-decoration: underline;
}

body.single-product form.cart a.added_to_cart.wc-forward {
  display: none !important;
}

body.single-product
  form.cart
  .single_add_to_cart_button.axe-funnel-view-cart-button::after {
  display: none !important;
  content: none !important;
}

.axe-funnel-cart__error {
  flex-direction: column;
}

.axe-funnel-cart__error p {
  margin: 0;
}

.axe-funnel-cart__error a,
.axe-funnel-cart__error a:hover {
  color: var(--axe-funnel-navy);
  font-weight: 700;
}

.axe-funnel-cart.is-updating .axe-funnel-cart__content,
.axe-funnel-cart.is-updating .axe-funnel-cart__summary {
  cursor: wait;
  opacity: 0.58;
  pointer-events: none;
}

.axe-funnel-cart .woocommerce {
  width: 100%;
}

.axe-funnel-cart .woocommerce-notices-wrapper:not(:empty) {
  padding-top: 16px;
}

.axe-funnel-cart .woocommerce-error,
.axe-funnel-cart .woocommerce-info,
.axe-funnel-cart .woocommerce-message {
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #d8d3c9;
  border-radius: 0;
  background: #f7f5f0;
  color: var(--axe-funnel-ink);
  font-size: 13px;
  line-height: 1.45;
  list-style: none;
}

.axe-funnel-cart .woocommerce-error {
  border-color: #c6655c;
  background: #fff6f5;
}

.axe-funnel-cart
  :is(.woocommerce-error, .woocommerce-info, .woocommerce-message)::before {
  display: none !important;
  content: none !important;
}

.axe-funnel-cart .woocommerce-cart-form,
.axe-funnel-cart .shop_table,
.axe-funnel-cart .shop_table tbody {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
}

.axe-funnel-cart .shop_table thead {
  display: none;
}

.axe-funnel-cart .shop_table tr.cart_item {
  display: grid;
  box-sizing: border-box;
  grid-template-areas:
    "thumbnail name remove"
    "configuration configuration configuration"
    "quantity quantity subtotal";
  grid-template-columns: 104px minmax(0, 1fr) auto;
  column-gap: 16px;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid var(--axe-funnel-line);
}

.axe-funnel-cart .shop_table tr.cart_item td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.axe-funnel-cart .product-thumbnail {
  grid-area: thumbnail;
}

.axe-funnel-cart .shop_table tr.cart_item td::before {
  display: none !important;
  content: none !important;
}

.axe-funnel-cart .product-thumbnail a {
  display: block;
  box-sizing: border-box;
  width: 104px;
  height: 104px;
  overflow: hidden;
  border: 1px solid #e8e8e5;
  border-radius: 2px;
  background: #f5f5f3;
}

.axe-funnel-cart .shop_table .product-thumbnail img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0;
  border: 0;
  object-fit: cover;
  transform: scale(1.35);
  transform-origin: center;
}

.axe-funnel-cart .product-name {
  grid-area: name;
  min-width: 0;
  padding-right: 8px !important;
  text-align: left !important;
}

.axe-funnel-cart .product-name > a {
  display: block;
  color: var(--axe-funnel-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.axe-funnel-cart .product-name > a:hover {
  color: var(--axe-funnel-navy);
}

.axe-funnel-cart .product-name > .axe-funnel-cart-item__edit,
.axe-funnel-cart .product-name > .axe-funnel-cart-item__edit:hover,
.axe-funnel-cart .product-name > .axe-funnel-cart-item__edit:focus,
body.axe-funnel-checkout .axe-funnel-cart-item__edit,
body.axe-funnel-checkout .axe-funnel-cart-item__edit:hover,
body.axe-funnel-checkout .axe-funnel-cart-item__edit:focus {
  display: inline-block;
  margin-top: 7px;
  border-bottom: 1px solid currentColor;
  color: #00395d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.axe-funnel-cart-item__delivery {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  color: #67635c;
  font-size: 10px;
  line-height: 1.35;
}

.axe-funnel-cart-item__delivery strong {
  color: #47633e;
  font-size: 10px;
}

.axe-funnel-cart-item__delivery--custom strong,
.axe-funnel-cart-item__delivery--made-to-order strong {
  color: #806538;
}

.axe-funnel-cart-item__configuration {
  grid-area: configuration;
  min-width: 0;
  margin-top: 18px;
  padding-top: 16px !important;
  border-top: 1px solid #e4e1da !important;
}

.axe-funnel-cart-item__configuration .variation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0;
  color: var(--axe-funnel-muted);
  font-size: 11px;
  line-height: 1.4;
}

.axe-funnel-cart-item__choice {
  display: block;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid #dedbd4;
  background: #faf9f6;
}

.axe-funnel-cart-item__choice[hidden] {
  display: none !important;
}

.axe-funnel-cart-item__configuration .variation dt,
.axe-funnel-cart-item__configuration .variation dd,
.axe-funnel-cart-item__configuration .variation p {
  display: block;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
  text-align: left;
}

.axe-funnel-cart-item__configuration .variation dt {
  margin-bottom: 3px;
  color: #4d4d4d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.axe-funnel-cart-item__configuration .variation dd {
  color: var(--axe-funnel-ink);
  font-size: 11px;
  line-height: 1.4;
}

.axe-funnel-cart-item__choice-toggle,
.axe-funnel-cart-item__choice-toggle:hover,
.axe-funnel-cart-item__choice-toggle:focus,
.axe-funnel-cart-item__choice-toggle:active {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 0 2px;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--axe-funnel-navy) !important;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: none;
  transform: none !important;
}

.axe-funnel-cart .product-remove {
  grid-area: remove;
}

.axe-funnel-cart .product-remove .remove,
.axe-funnel-cart .product-remove .remove:hover {
  display: grid;
  width: 32px;
  height: 32px;
  margin: -8px -8px 0 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent !important;
  color: #707070 !important;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

.axe-funnel-cart .product-price {
  display: none !important;
}

.axe-funnel-cart .product-quantity {
  grid-area: quantity;
  align-self: end;
  margin-top: 16px;
}

.axe-funnel-cart .quantity {
  display: inline-flex;
  height: 38px;
  align-items: stretch;
  border: 1px solid #cfcfcb;
  border-radius: 2px;
  background: #fff;
}

.axe-funnel-cart .quantity .qty {
  width: 38px;
  min-width: 0;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--axe-funnel-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

.axe-funnel-cart .quantity .qty::-webkit-inner-spin-button,
.axe-funnel-cart .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.axe-funnel-cart .axe-funnel-cart__quantity-button,
.axe-funnel-cart .axe-funnel-cart__quantity-button:hover,
.axe-funnel-cart .axe-funnel-cart__quantity-button:focus,
.axe-funnel-cart .axe-funnel-cart__quantity-button:active {
  display: grid;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 0 !important;
  border-radius: 0;
  appearance: none;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--axe-funnel-ink) !important;
  font: inherit;
  font-size: 17px;
  transform: none !important;
}

.axe-funnel-cart .product-subtotal {
  grid-area: subtotal;
  align-self: end;
  margin-top: 16px;
  color: var(--axe-funnel-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 38px;
  text-align: right !important;
}

.axe-funnel-cart .shop_table tr:not(.cart_item) {
  display: block;
}

.axe-funnel-cart .shop_table td.actions {
  display: block;
  padding: 20px 0 0;
  border: 0;
  background: transparent;
}

.axe-funnel-cart__coupon {
  width: 100%;
  border-bottom: 1px solid var(--axe-funnel-line);
}

.axe-funnel-cart__coupon summary {
  position: relative;
  padding: 0 22px 14px 0;
  color: var(--axe-funnel-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

.axe-funnel-cart__coupon summary::-webkit-details-marker {
  display: none;
}

.axe-funnel-cart__coupon summary::after {
  position: absolute;
  top: -2px;
  right: 2px;
  color: var(--axe-funnel-muted);
  content: "+";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.axe-funnel-cart__coupon[open] summary::after {
  content: "−";
}

.axe-funnel-cart__coupon[open] .coupon {
  padding-bottom: 18px;
}

.axe-funnel-cart .actions .coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  width: 100%;
}

.axe-funnel-cart .actions .coupon label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.axe-funnel-cart .actions .coupon .input-text {
  width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #c9c9c5;
  border-radius: 2px;
  background: #fff;
  color: var(--axe-funnel-ink);
  font: inherit;
  font-size: 13px;
}

.axe-funnel-cart .actions .coupon .button,
.axe-funnel-cart .actions .coupon .button:hover,
.axe-funnel-cart .actions .coupon .button:focus,
.axe-funnel-cart .actions .coupon .button:active {
  min-height: 44px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--axe-funnel-ink) !important;
  border-radius: 2px;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--axe-funnel-ink) !important;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: none !important;
}

.axe-funnel-cart .woocommerce-cart-form .actions > button[name="update_cart"] {
  display: none !important;
}

.axe-funnel-cart .cart-collaterals,
.axe-funnel-cart .cart_totals {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.axe-funnel-cart .cart_totals > h2 {
  margin: 0 0 10px;
  color: var(--axe-funnel-ink);
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.axe-funnel-cart .cart_totals .shop_table {
  display: table;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.axe-funnel-cart .cart_totals .shop_table tbody {
  display: table-row-group;
}

.axe-funnel-cart .cart_totals .shop_table tr {
  display: table-row;
  border: 0;
}

.axe-funnel-cart .cart_totals .shop_table th,
.axe-funnel-cart .cart_totals .shop_table td {
  display: table-cell !important;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: var(--axe-funnel-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  overflow-wrap: normal;
  text-align: left;
  vertical-align: top;
  word-break: normal;
}

.axe-funnel-cart .cart_totals .shop_table td {
  text-align: right;
}

.axe-funnel-cart .cart_totals .shop_table td::before {
  display: none !important;
  content: none !important;
}

.axe-funnel-cart .cart_totals .order-total th,
.axe-funnel-cart .cart_totals .order-total td {
  padding-top: 10px;
  color: var(--axe-funnel-ink);
  font-size: 16px;
  font-weight: 800;
}

.axe-funnel-cart .cart_totals .woocommerce-shipping-destination,
.axe-funnel-cart .cart_totals .woocommerce-shipping-calculator {
  margin: 4px 0 0;
  font-size: 11px;
}

.axe-funnel-cart .wc-proceed-to-checkout {
  padding: 12px 0 0;
}

.axe-funnel-cart .wc-proceed-to-checkout .checkout-button,
.axe-funnel-cart .wc-proceed-to-checkout .checkout-button:hover,
.axe-funnel-cart .wc-proceed-to-checkout .checkout-button:focus,
.axe-funnel-cart .wc-proceed-to-checkout .checkout-button:active {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid var(--axe-funnel-navy) !important;
  border-radius: 2px;
  background: var(--axe-funnel-navy) !important;
  box-shadow: none !important;
  color: #fff !important;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: none !important;
}

.axe-funnel-cart__reassurance {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 8px;
  padding-top: 14px;
  color: var(--axe-funnel-ink);
}

.axe-funnel-cart__reassurance > .axe-funnel-proof__item {
  flex-direction: column;
  gap: 3px;
  text-align: center;
}

.axe-funnel-cart__reassurance .axe-funnel-proof__icon {
  width: 48px;
}

.axe-funnel-cart__reassurance .axe-funnel-proof__label {
  font-size: 10px;
  line-height: 1.2;
}

.axe-funnel-cart .cross-sells {
  display: none !important;
}

.axe-funnel-cart__recommendations {
  padding-top: 24px;
}

.axe-funnel-cart__recommendations > h2 {
  margin: 0 0 14px;
  color: var(--axe-funnel-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.axe-funnel-cart__recommendation-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--axe-funnel-line);
}

.axe-funnel-cart__recommendation {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--axe-funnel-line);
}

.axe-funnel-cart__recommendation-image,
.axe-funnel-cart__recommendation-image:hover {
  display: block;
  background: transparent !important;
}

.axe-funnel-cart__recommendation-image img {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0;
  border: 1px solid #e8e8e5;
  border-radius: 2px;
  background: #f5f5f3;
  object-fit: cover;
}

.axe-funnel-cart__recommendation-name {
  display: block;
  color: var(--axe-funnel-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.axe-funnel-cart__recommendation-price {
  margin-top: 3px;
  color: var(--axe-funnel-muted);
  font-size: 11px;
}

.axe-funnel-cart__recommendation-action {
  margin-top: 8px;
}

.axe-funnel-cart .axe-funnel-cart__recommendation-action > a.button,
.axe-funnel-cart .axe-funnel-cart__recommendation-action > a.button:hover,
.axe-funnel-cart .axe-funnel-cart__recommendation-action > a.button:focus,
.axe-funnel-cart .axe-funnel-cart__recommendation-action > a.button:active {
  position: relative;
  display: inline-flex !important;
  width: 132px !important;
  min-height: 36px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 12px !important;
  border: 1px solid var(--axe-funnel-navy) !important;
  border-radius: 2px;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--axe-funnel-navy) !important;
  font: inherit;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.15 !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: none !important;
  transition: opacity 120ms ease !important;
  white-space: nowrap !important;
}

.axe-funnel-cart
  .axe-funnel-cart__recommendation-action
  > a.button.ajax_add_to_cart,
.axe-funnel-cart
  .axe-funnel-cart__recommendation-action
  > a.button.ajax_add_to_cart:hover,
.axe-funnel-cart
  .axe-funnel-cart__recommendation-action
  > a.button.ajax_add_to_cart:focus,
.axe-funnel-cart
  .axe-funnel-cart__recommendation-action
  > a.button.ajax_add_to_cart:active {
  background: var(--axe-funnel-navy) !important;
  color: #fff !important;
}

.axe-funnel-cart .axe-funnel-cart__recommendation-action > a.button:hover {
  opacity: 0.84;
}

.axe-funnel-cart__recommendation-action .button.loading {
  min-width: 82px;
  color: transparent !important;
  cursor: wait;
  pointer-events: none;
}

.axe-funnel-cart__recommendation-action .button.loading::after {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  animation: axe-funnel-spin 650ms linear infinite;
}

.axe-funnel-cart__recommendation-action .added_to_cart {
  display: none !important;
}

.axe-funnel-cart__recommendation-action .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.axe-funnel-cart.is-empty .wc-empty-cart-message {
  margin-top: 20px;
  border: 1px solid var(--axe-funnel-line);
  border-bottom: 0;
  background: #faf9f6;
}

.axe-funnel-cart.is-empty .cart-empty.woocommerce-info {
  min-height: 0;
  margin: 0;
  padding: 48px 20px 18px;
  border: 0;
  background: transparent;
  color: var(--axe-funnel-ink);
}

.axe-funnel-cart .return-to-shop {
  margin: 0;
  padding: 0 20px 36px;
  border: 1px solid var(--axe-funnel-line);
  border-top: 0;
  background: #faf9f6;
  text-align: center;
}

.axe-funnel-cart .return-to-shop .button {
  background: var(--axe-funnel-navy);
  color: #fff;
}

.axe-funnel-preview-badge,
.axe-funnel-preview-badge:hover,
.axe-funnel-preview-badge:focus,
.axe-funnel-preview-badge:active {
  position: fixed;
  bottom: 18px;
  left: 18px;
  z-index: 1000001;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #d8c69f;
  border-radius: 999px;
  background: var(--axe-funnel-navy) !important;
  box-shadow: 0 6px 24px rgb(0 0 0 / 20%);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  pointer-events: auto;
  transform: none !important;
}

.axe-funnel-cart.is-open + .axe-funnel-preview-badge {
  opacity: 0;
  pointer-events: none;
}

@keyframes axe-funnel-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 600px) {
  .axe-funnel-proof--product {
    margin-top: 20px;
    padding: 12px 0;
  }

  .axe-funnel-proof--product .axe-funnel-proof__icon {
    width: 48px;
  }

  .axe-funnel-proof--product .axe-funnel-proof__label {
    font-size: 10px;
  }

  .axe-funnel-sticky-purchase {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: grid;
    visibility: hidden;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 76px;
    padding: 11px 14px max(11px, env(safe-area-inset-bottom));
    border-top: 1px solid #d8d6d0;
    background: #fff;
    box-shadow: 0 -10px 28px rgb(0 0 0 / 14%);
    color: var(--axe-funnel-ink);
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    pointer-events: none;
    transform: translateY(105%);
    transition:
      transform 180ms ease,
      opacity 180ms ease,
      visibility 180ms ease;
  }

  .axe-funnel-sticky-purchase.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.axe-funnel-cart-open .axe-funnel-sticky-purchase {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(105%);
  }

  .axe-funnel-sticky-purchase__details {
    min-width: 0;
  }

  .axe-funnel-sticky-purchase__details strong,
  .axe-funnel-sticky-purchase__price {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .axe-funnel-sticky-purchase__details strong {
    color: var(--axe-funnel-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
  }

  .axe-funnel-sticky-purchase__price {
    margin-top: 3px;
    color: var(--axe-funnel-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
  }

  .axe-funnel-sticky-purchase .axe-funnel-sticky-purchase__button,
  .axe-funnel-sticky-purchase .axe-funnel-sticky-purchase__button:hover,
  .axe-funnel-sticky-purchase .axe-funnel-sticky-purchase__button:focus,
  .axe-funnel-sticky-purchase .axe-funnel-sticky-purchase__button:active {
    display: inline-flex;
    min-width: 126px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 11px 15px;
    border: 1px solid var(--axe-funnel-navy) !important;
    border-radius: 2px;
    background: var(--axe-funnel-navy) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
    transform: none !important;
  }

  .axe-funnel-sticky-purchase.is-loading
    .axe-funnel-sticky-purchase__button::after {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    content: "";
    animation: axe-funnel-spin 650ms linear infinite;
  }

  body.axe-funnel-sticky-purchase-visible .axe-funnel-preview-badge {
    opacity: 0;
    pointer-events: none;
  }

  body.axe-funnel-sticky-purchase-visible [id^="mcforms-"] {
    display: none !important;
  }

  .axe-funnel-cart__panel {
    width: 100vw;
    max-width: none;
  }

  .axe-funnel-cart__header {
    min-height: 64px;
    padding: 12px 16px;
  }

  .axe-funnel-cart__header h2 {
    font-size: 18px;
  }

  .axe-funnel-cart__timing {
    position: relative;
    z-index: 1;
    min-height: 48px;
    padding: 11px 16px;
  }

  .axe-funnel-cart__content {
    padding: 0 20px 20px;
  }

  .axe-funnel-cart__summary {
    padding: 14px 16px max(16px, env(safe-area-inset-bottom));
  }

  .axe-funnel-cart__continue-shopping {
    margin: 0 20px 14px;
  }

  .axe-funnel-cart .shop_table tr.cart_item {
    grid-template-columns: 104px minmax(0, 1fr) auto;
    column-gap: 12px;
    padding: 20px 14px;
  }

  .axe-funnel-cart .product-thumbnail a {
    width: 104px;
    height: 104px;
  }

  .axe-funnel-cart .product-name > a {
    font-size: 13px;
  }

  .axe-funnel-cart-item__configuration .variation {
    gap: 7px;
  }

  .axe-funnel-cart .actions .coupon {
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .axe-funnel-preview-badge {
    right: 12px;
    bottom: 12px;
    left: auto;
  }
}

@media (max-width: 360px) {
  .axe-funnel-cart .shop_table tr.cart_item {
    grid-template-columns: 88px minmax(0, 1fr) auto;
    column-gap: 10px;
  }

  .axe-funnel-cart .product-thumbnail a {
    width: 88px;
    height: 88px;
  }

  .axe-funnel-cart .actions .coupon {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) and (max-height: 680px) {
  .axe-funnel-cart__panel {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .axe-funnel-cart__header {
    position: sticky;
    top: 0;
    z-index: 4;
  }

  .axe-funnel-cart__timing,
  .axe-funnel-cart__content,
  .axe-funnel-cart__summary {
    flex: 0 0 auto;
  }

  .axe-funnel-cart__content {
    overflow: visible;
  }

  .axe-funnel-cart__summary {
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .axe-funnel-cart__overlay,
  .axe-funnel-cart__panel,
  .axe-funnel-sticky-purchase {
    transition: none;
  }

  .axe-funnel-cart__loading span,
  form.cart .single_add_to_cart_button.axe-funnel-is-loading::after,
  .axe-funnel-sticky-purchase.is-loading
    .axe-funnel-sticky-purchase__button::after {
    animation-duration: 1.5s;
  }
}

body.axe-funnel-cart-page .site-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 32px 80px;
}

body.axe-funnel-cart-page .content,
body.axe-funnel-cart-page .entry,
body.axe-funnel-cart-page .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
}

body.axe-funnel-cart-page .entry-title {
  margin: 0 0 28px;
  color: var(--axe-funnel-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: none;
}

body.axe-funnel-cart-page .entry-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 38px;
  align-items: start;
  color: var(--axe-funnel-ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.axe-funnel-cart-page
  .entry-content
  > .woocommerce
  > :is(
    .woocommerce-notices-wrapper,
    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info
  ) {
  grid-column: 1 / -1;
}

body.axe-funnel-cart-page .woocommerce-cart-form {
  grid-column: 1;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--axe-funnel-line);
  background: #fff;
}

body.axe-funnel-cart-page .woocommerce-cart-form .shop_table,
body.axe-funnel-cart-page .woocommerce-cart-form .shop_table tbody {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
}

body.axe-funnel-cart-page .woocommerce-cart-form .shop_table thead {
  display: none;
}

body.axe-funnel-cart-page .woocommerce-cart-form tr.cart_item {
  display: grid;
  position: relative;
  box-sizing: border-box;
  grid-template-areas:
    "thumbnail name name"
    "thumbnail quantity subtotal";
  grid-template-columns: 112px minmax(0, 1fr) auto;
  column-gap: 18px;
  width: 100%;
  padding: 24px;
  border-bottom: 1px solid var(--axe-funnel-line);
}

body.axe-funnel-cart-page .woocommerce-cart-form tr.cart_item td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

body.axe-funnel-cart-page .woocommerce-cart-form tr.cart_item td::before {
  display: none !important;
  content: none !important;
}

body.axe-funnel-cart-page .product-thumbnail {
  display: block !important;
  grid-area: thumbnail;
}

body.axe-funnel-cart-page .product-thumbnail a {
  display: block;
  box-sizing: border-box;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border: 1px solid #e8e8e5;
  border-radius: 2px;
  background: #f5f5f3;
}

body.axe-funnel-cart-page .product-thumbnail img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  transform: scale(1.3);
  transform-origin: center;
}

body.axe-funnel-cart-page .product-name {
  grid-area: name;
  min-width: 0;
  padding-right: 34px !important;
}

body.axe-funnel-cart-page .product-name > a:first-child {
  display: block;
  margin: 0 0 2px;
  color: var(--axe-funnel-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

body.axe-funnel-cart-page .product-name > .axe-funnel-cart-item__edit {
  display: inline-block;
  margin: 7px 0 0;
  border-bottom: 1px solid currentColor;
  color: var(--axe-funnel-navy);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

body.axe-funnel-cart-page .product-name .variation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2px 8px;
  margin: 10px 0 0;
  color: var(--axe-funnel-muted);
  font-size: 11px;
  line-height: 1.5;
}

body.axe-funnel-cart-page .product-name .variation dt,
body.axe-funnel-cart-page .product-name .variation dd,
body.axe-funnel-cart-page .product-name .variation p {
  display: block;
  width: auto !important;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
  overflow-wrap: normal;
  word-break: normal;
}

body.axe-funnel-cart-page .product-name .variation dt {
  color: #4d4d4d;
  font-weight: 700;
}

body.axe-funnel-cart-page .product-name .variation dd::after {
  display: none;
  content: none;
}

body.axe-funnel-cart-page .product-name .variation dd,
body.axe-funnel-cart-page .product-name .variation dd p {
  text-align: right;
}

body.axe-funnel-cart-page .product-remove {
  position: absolute;
  top: 16px;
  right: 16px;
}

body.axe-funnel-cart-page .product-remove .remove,
body.axe-funnel-cart-page .product-remove .remove:hover {
  display: grid;
  width: 32px;
  height: 32px;
  margin: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent !important;
  color: #707070 !important;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

body.axe-funnel-cart-page .product-price {
  display: none !important;
}

body.axe-funnel-cart-page .product-quantity {
  grid-area: quantity;
  align-self: end;
  margin-top: 18px;
}

body.axe-funnel-cart-page .product-quantity .qty {
  width: 78px;
  min-height: 42px;
  margin: 0;
  border: 1px solid #cfcfcb;
  border-radius: 2px;
  background: #fff;
  color: var(--axe-funnel-ink);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

body.axe-funnel-cart-page .product-subtotal {
  grid-area: subtotal;
  align-self: end;
  margin-top: 18px;
  color: var(--axe-funnel-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 42px;
  text-align: right !important;
}

body.axe-funnel-cart-page .woocommerce-cart-form tr:not(.cart_item) {
  display: block;
}

body.axe-funnel-cart-page .woocommerce-cart-form td.actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 20px 24px;
  border: 0;
  background: #faf9f6;
}

body.axe-funnel-cart-page .woocommerce-cart-form .coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 8px;
  width: 100%;
  max-width: 390px;
}

body.axe-funnel-cart-page .woocommerce-cart-form .coupon label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

body.axe-funnel-cart-page .woocommerce-cart-form :is(.input-text, .button) {
  min-height: 44px;
  margin: 0;
  border-radius: 2px;
  font-family: inherit;
}

body.axe-funnel-cart-page .woocommerce-cart-form .input-text {
  width: 100%;
  min-width: 0;
  padding: 0 13px;
  border: 1px solid #c9c9c5;
}

body.axe-funnel-cart-page .woocommerce-cart-form .button {
  width: auto;
  padding: 0 15px;
  border: 1px solid var(--axe-funnel-navy) !important;
  background: #fff !important;
  color: var(--axe-funnel-navy) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.axe-funnel-cart-page .cart-collaterals {
  display: flex;
  grid-column: 2;
  width: 100%;
  flex-direction: column;
  gap: 28px;
  margin: 0;
}

body.axe-funnel-cart-page .cart_totals {
  position: sticky;
  top: 24px;
  order: -1;
  width: 100% !important;
  margin: 0 !important;
  padding: 28px;
  border: 1px solid var(--axe-funnel-line);
  background: #f4f3ef;
  float: none !important;
}

body.axe-funnel-cart-page .cart_totals > h2,
body.axe-funnel-cart-page .cross-sells > h2 {
  margin: 0 0 18px;
  color: var(--axe-funnel-ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.axe-funnel-cart-page .cart_totals .shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

body.axe-funnel-cart-page .cart_totals .shop_table :is(th, td) {
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: var(--axe-funnel-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: normal;
  word-break: normal;
}

body.axe-funnel-cart-page .cart_totals .shop_table td {
  text-align: right;
}

body.axe-funnel-cart-page .cart_totals .shop_table td::before {
  display: none !important;
  content: none !important;
}

body.axe-funnel-cart-page .cart_totals .order-total :is(th, td) {
  padding-top: 16px;
  color: var(--axe-funnel-ink);
  font-size: 18px;
  font-weight: 800;
}

body.axe-funnel-cart-page .wc-proceed-to-checkout {
  padding: 18px 0 0;
}

body.axe-funnel-cart-page .wc-proceed-to-checkout .checkout-button,
body.axe-funnel-cart-page .wc-proceed-to-checkout .checkout-button:hover,
body.axe-funnel-cart-page .wc-proceed-to-checkout .checkout-button:focus {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 13px 18px;
  border: 1px solid var(--axe-funnel-navy) !important;
  border-radius: 2px;
  background: var(--axe-funnel-navy) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

body.axe-funnel-cart-page .cross-sells {
  width: 100% !important;
  margin: 0;
  float: none !important;
}

body.axe-funnel-cart-page .cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

body.axe-funnel-cart-page .cross-sells li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 12px;
  border: 1px solid var(--axe-funnel-line);
  background: #fff;
  float: none !important;
}

body.axe-funnel-cart-page .cross-sells li.product img {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .before-header-two .textwidget.custom-html-widget {
    display: grid;
    width: 100%;
    justify-items: center;
    gap: 2px;
    padding: 0 12px;
    text-align: center;
  }

  .before-header-two .made-in-usa:empty {
    display: none;
  }

  .before-header-two .not-on-home,
  .before-header-two .not-on-home .divider,
  .before-header-two .textwidget.custom-html-widget > a {
    display: block;
    margin: 0;
  }

  .before-header-two .not-on-home .divider {
    font-size: 0 !important;
    line-height: 1;
  }

  .before-header-two .not-on-home .divider::before,
  .before-header-two .not-on-home .divider::after {
    display: block;
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }

  .before-header-two .not-on-home .divider::before {
    content: "Need it fast? In-stock gear ships in 1–3 business days.";
  }

  .before-header-two .not-on-home .divider::after {
    content: "Made-to-order builds take 10–18 weeks — made one at a time by hand.";
  }

  .before-header-two .textwidget.custom-html-widget > a {
    font-size: 10px;
    letter-spacing: 0.025em;
    line-height: 1.25;
  }

  body.axe-funnel-cart-page .site-inner {
    padding: 156px 16px 60px;
  }

  body.axe-funnel-cart-page .entry-title {
    margin-bottom: 20px;
  }

  body.axe-funnel-cart-page .entry-content > .woocommerce {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  body.axe-funnel-cart-page .woocommerce-cart-form,
  body.axe-funnel-cart-page .cart-collaterals {
    grid-column: 1;
  }

  body.axe-funnel-cart-page .woocommerce-cart-form tr.cart_item {
    grid-template-columns: 104px minmax(0, 1fr) auto;
    column-gap: 12px;
    padding: 20px;
  }

  body.axe-funnel-cart-page .product-thumbnail a {
    width: 104px;
    height: 104px;
  }

  body.axe-funnel-cart-page .product-name > a:first-child {
    font-size: 14px;
  }

  body.axe-funnel-cart-page .woocommerce-cart-form td.actions {
    grid-template-columns: minmax(0, 1fr);
    padding: 18px 20px;
  }

  body.axe-funnel-cart-page .woocommerce-cart-form .coupon {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
  }

  body.axe-funnel-cart-page .woocommerce-cart-form .coupon .button {
    width: 100%;
  }

  body.axe-funnel-cart-page .cart_totals {
    position: static;
    padding: 22px 20px;
  }
}

body.axe-funnel-order-details .woocommerce-order-details {
  max-width: 940px;
  margin: 36px auto 0;
  color: var(--axe-funnel-ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.axe-funnel-order-details .woocommerce-order-details__title {
  margin: 0 0 20px;
  color: var(--axe-funnel-ink);
  font-family: inherit;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-transform: none;
}

body.axe-funnel-order-details .woocommerce-table--order-details.shop_table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border: 1px solid var(--axe-funnel-line);
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  thead
  th {
  padding: 14px 20px;
  border: 0;
  border-bottom: 1px solid var(--axe-funnel-line);
  background: #faf9f6;
  color: #55524d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  thead
  .product-total {
  width: 130px;
  text-align: right;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  .woocommerce-table__line-item
  > td {
  padding: 24px 20px;
  border: 0;
  border-bottom: 1px solid var(--axe-funnel-line);
  background: #fff;
  vertical-align: top;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  .woocommerce-table__line-item
  > td::before {
  display: none !important;
  content: none !important;
}

body.axe-funnel-order-details .axe-funnel-order-detail__product {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

body.axe-funnel-order-details .axe-funnel-order-detail__image-frame {
  display: block;
  box-sizing: border-box;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border: 1px solid #e3e1dc;
  border-radius: 2px;
  background: #f7f6f2;
}

body.axe-funnel-order-details .axe-funnel-order-detail__image {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
}

body.axe-funnel-order-details .axe-funnel-order-detail__product-copy {
  min-width: 0;
  color: var(--axe-funnel-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

body.axe-funnel-order-details .axe-funnel-order-detail__product-copy a,
body.axe-funnel-order-details .axe-funnel-order-detail__product-copy a:hover,
body.axe-funnel-order-details .axe-funnel-order-detail__product-copy a:focus {
  background: transparent !important;
  color: var(--axe-funnel-navy) !important;
  text-decoration: none;
}

body.axe-funnel-order-details
  .axe-funnel-order-detail__product-copy
  .product-quantity {
  margin-left: 4px;
  color: var(--axe-funnel-muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

body.axe-funnel-order-details .wc-item-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

body.axe-funnel-order-details .wc-item-meta .axe-funnel-order-detail__choice {
  display: block;
  min-width: 0;
  margin: 0 !important;
  padding: 10px 11px;
  border: 1px solid #dedbd4;
  background: #faf9f6;
  list-style: none;
}

body.axe-funnel-order-details .wc-item-meta > li {
  display: block;
  min-width: 0;
  margin: 0 !important;
  padding: 10px 11px;
  border: 1px solid #dedbd4;
  background: #faf9f6;
  list-style: none;
}

body.axe-funnel-order-details
  .wc-item-meta
  .axe-funnel-order-detail__choice[hidden] {
  display: none !important;
}

body.axe-funnel-order-details
  .wc-item-meta
  .axe-funnel-order-detail__choice::marker {
  content: "";
}

body.axe-funnel-order-details .wc-item-meta > li::before,
body.axe-funnel-order-details .wc-item-meta > li::marker {
  display: none !important;
  content: none !important;
}

body.axe-funnel-order-details .wc-item-meta .wc-item-meta-label,
body.axe-funnel-order-details .wc-item-meta p,
body.axe-funnel-order-details .wc-item-meta > li > strong,
body.axe-funnel-order-details .wc-item-meta > li > p {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  overflow-wrap: normal;
  word-break: normal;
}

body.axe-funnel-order-details .wc-item-meta .wc-item-meta-label {
  margin-bottom: 4px;
  color: #77736c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.axe-funnel-order-details .wc-item-meta > li > strong {
  margin-bottom: 4px;
  color: #77736c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.axe-funnel-order-details .wc-item-meta p {
  color: #242424;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

body.axe-funnel-order-details .wc-item-meta > li > p {
  color: #242424;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

body.axe-funnel-order-details .axe-funnel-order-detail__choice-toggle,
body.axe-funnel-order-details .axe-funnel-order-detail__choice-toggle:hover,
body.axe-funnel-order-details .axe-funnel-order-detail__choice-toggle:focus,
body.axe-funnel-order-details .axe-funnel-order-detail__choice-toggle:active {
  margin: 10px 0 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--axe-funnel-navy) !important;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-transform: none;
  transform: none !important;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  .woocommerce-table__product-total {
  color: var(--axe-funnel-ink);
  font-size: 15px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  tfoot
  :is(th, td) {
  padding: 10px 20px;
  border: 0;
  background: #f4f3ef;
  color: #55524d;
  font-size: 13px;
  line-height: 1.4;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  tfoot
  th {
  font-weight: 700;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  tfoot
  td {
  color: var(--axe-funnel-ink);
  font-weight: 800;
  text-align: right;
}

body.axe-funnel-order-details
  .woocommerce-table--order-details.shop_table
  tfoot
  tr:last-child
  :is(th, td) {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #d9d7d1;
  font-size: 17px;
}

@media (max-width: 640px) {
  body.axe-funnel-order-details .woocommerce-order-details {
    margin-top: 28px;
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    thead {
    display: none;
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    :is(tbody, tfoot),
  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    .woocommerce-table__line-item,
  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    .woocommerce-table__line-item
    > td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    .woocommerce-table__line-item {
    border-bottom: 1px solid var(--axe-funnel-line);
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    .woocommerce-table__line-item
    > td {
    border-bottom: 0;
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    .woocommerce-table__line-item
    > .product-name {
    padding: 20px 16px 12px;
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    .woocommerce-table__line-item
    > .product-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 20px;
    text-align: left;
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    .woocommerce-table__line-item
    > .product-total::before {
    display: block !important;
    color: #77736c;
    content: "Item total" !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  body.axe-funnel-order-details .axe-funnel-order-detail__product {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 13px;
  }

  body.axe-funnel-order-details .axe-funnel-order-detail__image-frame {
    width: 72px;
    height: 72px;
  }

  body.axe-funnel-order-details .axe-funnel-order-detail__product-copy {
    font-size: 15px;
  }

  body.axe-funnel-order-details .wc-item-meta {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 16px !important;
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    tfoot
    tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.axe-funnel-order-details
    .woocommerce-table--order-details.shop_table
    tfoot
    :is(th, td) {
    display: block;
    padding: 9px 16px;
  }
}

@media print {
  body.axe-funnel-order-details
    .wc-item-meta
    .axe-funnel-order-detail__choice[hidden] {
    display: block !important;
  }

  body.axe-funnel-order-details .axe-funnel-order-detail__choice-toggle {
    display: none !important;
  }
}

@media (max-width: 360px) {
  body.axe-funnel-cart-page .woocommerce-cart-form tr.cart_item {
    grid-template-columns: 88px minmax(0, 1fr) auto;
    padding: 16px;
  }

  body.axe-funnel-cart-page .product-thumbnail a {
    width: 88px;
    height: 88px;
  }

  body.axe-funnel-cart-page .woocommerce-cart-form .coupon {
    grid-template-columns: minmax(0, 1fr);
  }
}

body.axe-funnel-checkout {
  background: #fff;
}

body.axe-funnel-checkout .site-header .before-header,
body.axe-funnel-checkout .site-header .custom-header-section,
body.axe-funnel-checkout .site-header .ubermenu-responsive-toggle,
body.axe-funnel-checkout .site-header .ubermenu,
body.axe-funnel-checkout .footer-widgets,
body.axe-funnel-checkout .site-footer,
body.axe-funnel-checkout .axe-funnel-preview-badge,
body.axe-funnel-checkout [id^="mcforms-"] {
  display: none !important;
}

body.axe-funnel-checkout .site-header {
  position: relative !important;
  top: auto !important;
  min-height: 82px;
  border-bottom: 1px solid #d7d5cf;
  background: var(--axe-funnel-navy, #00395d);
  box-shadow: none;
}

body.axe-funnel-checkout .site-header > .wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
}

body.axe-funnel-checkout .site-header .title-area {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

body.axe-funnel-checkout .site-header .custom-logo {
  display: block;
  width: auto;
  max-height: 52px;
  margin: 0 auto;
}

body.axe-funnel-checkout .site-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 32px 80px;
}

body.axe-funnel-checkout .content,
body.axe-funnel-checkout .entry,
body.axe-funnel-checkout .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
}

body.axe-funnel-checkout .entry-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 24px;
  padding: 0;
}

body.axe-funnel-checkout .entry-title {
  margin: 0;
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: none;
}

body.axe-funnel-checkout .axe-funnel-checkout__back,
body.axe-funnel-checkout .axe-funnel-checkout__back:hover,
body.axe-funnel-checkout .axe-funnel-checkout__back:focus {
  border-bottom: 1px solid currentColor;
  color: #00395d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

body.axe-funnel-checkout .woocommerce {
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
}

body.axe-funnel-checkout .axe-funnel-checkout__benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0;
  margin: 0 0 38px;
  border-top: 1px solid #deddd8;
  border-bottom: 1px solid #deddd8;
  background: #fff;
}

body.axe-funnel-checkout
  .axe-funnel-checkout__benefits
  > .axe-funnel-proof__item {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  padding: 12px 18px;
  border-right: 1px solid #e4e2dc;
  color: #494949;
  text-align: left;
  text-decoration: none;
}

body.axe-funnel-checkout .axe-funnel-checkout__benefits > :last-child {
  border-right: 0;
}

body.axe-funnel-checkout
  .axe-funnel-checkout__benefits
  .axe-funnel-proof__icon {
  width: 48px;
  flex: 0 0 48px;
}

body.axe-funnel-checkout
  .axe-funnel-checkout__benefits
  .axe-funnel-proof__label {
  font-size: 10px;
  line-height: 1.25;
}

body.axe-funnel-checkout .woocommerce-form-login-toggle,
body.axe-funnel-checkout .woocommerce-form-coupon-toggle {
  width: calc((100% - 64px) * 0.54);
  margin: 0 0 10px;
}

body.axe-funnel-checkout form.woocommerce-form-login,
body.axe-funnel-checkout form.checkout_coupon {
  width: calc((100% - 64px) * 0.54);
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #deddd8;
  background: #faf9f6;
}

body.axe-funnel-checkout .woocommerce-info {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #deddd8;
  border-radius: 2px;
  background: #faf9f6;
  color: #535353;
  font-size: 13px;
}

body.axe-funnel-checkout .woocommerce-info::before {
  display: none;
  content: none;
}

body.axe-funnel-checkout .woocommerce-info a {
  color: #00395d;
  font-weight: 800;
}

body.axe-funnel-checkout #wc-square-digital-wallet {
  width: calc((100% - 64px) * 0.54);
  max-width: none;
  margin: 26px 0;
}

body.axe-funnel-checkout
  #wc-square-digital-wallet.axe-funnel-wallet--unavailable {
  display: none !important;
}

body.axe-funnel-checkout #wc-square-digital-wallet.axe-funnel-wallet--pending {
  min-height: 112px;
  border: 1px solid #e2dfd8;
  background: #faf9f6;
}

body.axe-funnel-checkout
  #wc-square-digital-wallet.axe-funnel-wallet--available::before {
  display: block;
  margin-bottom: 12px;
  color: #171717;
  content: "Express checkout";
  font-size: 14px;
  font-weight: 800;
}

body.axe-funnel-checkout #wc-square-digital-wallet-or {
  width: calc((100% - 64px) * 0.54);
  margin: 20px 0;
  color: #77736c;
  font-size: 11px;
  letter-spacing: 0.14em;
}

body.axe-funnel-checkout form.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  gap: 64px;
  align-items: start;
}

body.axe-funnel-checkout #customer_details,
body.axe-funnel-checkout #customer_details .col-1,
body.axe-funnel-checkout #customer_details .col-2 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

body.axe-funnel-checkout #customer_details .col-2 {
  margin-top: 38px;
}

body.axe-funnel-checkout .woocommerce-billing-fields > h3,
body.axe-funnel-checkout .woocommerce-shipping-fields > h3,
body.axe-funnel-checkout #order_review_heading {
  margin: 0 0 22px;
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-transform: none;
}

body.axe-funnel-checkout .axe-funnel-checkout__section-note {
  margin: -10px 0 24px;
  color: #696760;
  font-size: 13px;
  line-height: 1.45;
}

body.axe-funnel-checkout .form-row {
  margin: 0 0 17px;
  padding: 0;
}

body.axe-funnel-checkout .form-row label {
  margin-bottom: 6px;
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 700;
}

body.axe-funnel-checkout .form-row .input-text,
body.axe-funnel-checkout .form-row select,
body.axe-funnel-checkout .select2-container .select2-selection {
  min-height: 52px;
  border: 1px solid #aaa8a2;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  color: #171717;
  font-family: inherit;
  font-size: 14px;
}

body.axe-funnel-checkout .form-row .input-text {
  padding: 13px 14px;
}

body.axe-funnel-checkout .form-row .input-text:focus,
body.axe-funnel-checkout .form-row select:focus,
body.axe-funnel-checkout .select2-container--focus .select2-selection {
  border-color: #00395d;
  box-shadow: 0 0 0 2px rgb(0 57 93 / 14%);
  outline: 0;
}

body.axe-funnel-checkout .select2-container .select2-selection__rendered {
  padding: 9px 12px;
  line-height: 28px;
}

body.axe-funnel-checkout .select2-container .select2-selection__arrow {
  top: 11px;
  right: 9px;
}

body.axe-funnel-checkout .axe-funnel-checkout__order-panel {
  position: sticky;
  top: 24px;
  min-height: 420px;
  overflow-anchor: none;
  padding: 28px;
  border: 1px solid #d8d4ca;
  border-top: 3px solid #a3844d;
  border-radius: 3px;
  background: #f6f4ef;
  box-shadow: 0 10px 28px rgb(28 27 24 / 6%);
}

body.axe-funnel-checkout #order_review_heading,
body.axe-funnel-checkout #order_review {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  float: none;
}

body.axe-funnel-checkout #order_review .shop_table {
  table-layout: fixed;
  margin: 0 0 24px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 12px;
}

@media (min-width: 801px) {
  body.axe-funnel-checkout #order_review .shop_table .product-name {
    width: 66.6667%;
    padding-right: 24px;
  }

  body.axe-funnel-checkout #order_review .shop_table .product-total {
    width: 33.3333%;
  }
}

body.axe-funnel-checkout #order_review .shop_table th,
body.axe-funnel-checkout #order_review .shop_table td {
  padding: 12px 0;
  border-right: 0;
  border-bottom: 1px solid #d9d7d1;
  background: transparent;
  color: #4e4e4e;
  font-size: 13px;
  line-height: 1.4;
}

body.axe-funnel-checkout #order_review .shop_table td {
  text-align: right;
  vertical-align: top;
}

body.axe-funnel-checkout #order_review .shop_table thead th {
  padding: 0 16px 10px;
  color: #716d66;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.axe-funnel-checkout #order_review .shop_table tbody tr.cart_item > td {
  padding: 18px;
  border-top: 1px solid #dfdcd4;
  border-bottom: 1px solid #dfdcd4;
  background: #fff;
}

body.axe-funnel-checkout
  #order_review
  .shop_table
  tbody
  tr.cart_item
  > td.product-name {
  position: relative;
  border-left: 1px solid #dfdcd4;
  border-radius: 3px 0 0 3px;
}

body.axe-funnel-checkout
  #order_review
  .shop_table
  tbody
  tr.cart_item
  > td.product-total {
  padding-left: 0;
  border-right: 1px solid #dfdcd4;
  border-radius: 0 3px 3px 0;
  color: #171717;
  font-size: 15px;
  font-weight: 800;
}

body.axe-funnel-checkout
  #order_review
  tr.cart_item
  > td.product-name:has(.axe-funnel-cart-item__edit) {
  padding-bottom: 52px;
}

body.axe-funnel-checkout
  #order_review
  tr.cart_item
  > td.product-name
  .axe-funnel-cart-item__edit {
  position: absolute;
  bottom: 18px;
  left: 18px;
  margin: 0;
}

body.axe-funnel-checkout
  #order_review
  tr.cart_item
  > td.product-name
  > .product-quantity {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 88px;
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #00395d;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

body.axe-funnel-checkout .axe-funnel-checkout__order-product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #171717;
  text-align: left;
}

body.axe-funnel-checkout .axe-funnel-checkout__order-product > span {
  min-width: 0;
}

body.axe-funnel-checkout .axe-funnel-checkout__order-product > span:last-child {
  color: #171717;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body.axe-funnel-checkout .axe-funnel-cart-item__delivery {
  text-align: left;
}

body.axe-funnel-checkout #order_review dl.variation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 0;
  text-align: left;
}

body.axe-funnel-checkout #order_review .axe-funnel-checkout__choice {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #e4e0d8;
  border-radius: 2px;
  background: #faf9f6;
}

body.axe-funnel-checkout #order_review .axe-funnel-checkout__choice[hidden] {
  display: none !important;
}

body.axe-funnel-checkout #order_review dl.variation dt,
body.axe-funnel-checkout #order_review dl.variation dd,
body.axe-funnel-checkout #order_review dl.variation p {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  overflow-wrap: anywhere;
  text-align: left;
}

body.axe-funnel-checkout #order_review dl.variation dt {
  margin-bottom: 3px;
  color: #77736c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.axe-funnel-checkout #order_review dl.variation dd {
  color: #242424;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

body.axe-funnel-checkout .axe-funnel-checkout__choice-toggle,
body.axe-funnel-checkout .axe-funnel-checkout__choice-toggle:hover,
body.axe-funnel-checkout .axe-funnel-checkout__choice-toggle:focus,
body.axe-funnel-checkout .axe-funnel-checkout__choice-toggle:active {
  margin: 8px 0 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #00395d !important;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-transform: none;
  transform: none !important;
}

body.axe-funnel-checkout .axe-funnel-checkout__order-product-image-frame {
  display: block;
  box-sizing: border-box;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 1px solid #e3e1dc;
  border-radius: 2px;
  background: #f7f6f2;
}

body.axe-funnel-checkout .axe-funnel-checkout__order-product-image {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  transform: scale(1.2);
  transform-origin: center;
}

body.axe-funnel-checkout #order_review .order-total th,
body.axe-funnel-checkout #order_review .order-total td {
  padding-top: 18px;
  border-top: 2px solid #a3844d;
  color: #171717;
  font-size: 17px;
  font-weight: 800;
}

body.axe-funnel-checkout #payment {
  min-height: 300px;
  border-top: 1px solid #d9d7d1;
  border-radius: 0;
  background: transparent;
}

body.axe-funnel-checkout #square-gift-card-application {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}

body.axe-funnel-checkout #square-gift-card-title {
  grid-column: 1 / -1;
}

body.axe-funnel-checkout #square-gift-card-fields-input {
  grid-column: 1;
  min-width: 0;
}

body.axe-funnel-checkout #square-gift-card-apply-button-wrapper {
  grid-column: 2;
  min-width: 104px;
}

.pac-container {
  z-index: 100000 !important;
  border: 1px solid #c9c7c1;
  border-radius: 2px;
  box-shadow: 0 12px 30px rgb(0 0 0 / 16%);
  font-family: Arial, Helvetica, sans-serif;
}

body.axe-funnel-address-suggestions-dismissed .pac-container {
  display: none !important;
}

body.axe-funnel-checkout #payment ul.payment_methods,
body.axe-funnel-checkout #payment .place-order {
  padding: 20px 0 0;
}

body.axe-funnel-checkout #payment #place_order,
body.axe-funnel-checkout #payment #place_order:hover,
body.axe-funnel-checkout #payment #place_order:focus,
body.axe-funnel-checkout #payment #place_order:active {
  width: 100%;
  min-height: 56px;
  margin: 16px 0 0;
  border: 1px solid #00395d !important;
  border-radius: 3px;
  background: #00395d !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: none !important;
}

@media (max-width: 800px) {
  body.axe-funnel-checkout .site-header,
  body.axe-funnel-checkout .site-header > .wrap {
    min-height: 76px;
  }

  body.axe-funnel-checkout .site-header .custom-logo {
    max-height: 48px;
  }

  body.axe-funnel-checkout .site-inner {
    padding: 28px 16px 50px;
  }

  body.axe-funnel-checkout .entry-header {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
  }

  body.axe-funnel-checkout .axe-funnel-checkout__benefits {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    margin-bottom: 28px;
  }

  body.axe-funnel-checkout
    .axe-funnel-checkout__benefits
    > .axe-funnel-proof__item {
    min-height: 88px;
    flex-direction: column;
    gap: 3px;
    padding: 8px 4px;
    text-align: center;
  }

  body.axe-funnel-checkout
    .axe-funnel-checkout__benefits
    .axe-funnel-proof__icon {
    width: 48px;
    flex-basis: 48px;
  }

  body.axe-funnel-checkout
    .axe-funnel-checkout__benefits
    .axe-funnel-proof__label {
    font-size: 10px;
  }

  body.axe-funnel-checkout #wc-square-digital-wallet {
    width: 100%;
    max-width: none;
    margin: 22px 0;
  }

  body.axe-funnel-checkout #wc-square-digital-wallet-or,
  body.axe-funnel-checkout .woocommerce-form-login-toggle,
  body.axe-funnel-checkout .woocommerce-form-coupon-toggle,
  body.axe-funnel-checkout form.woocommerce-form-login,
  body.axe-funnel-checkout form.checkout_coupon {
    width: 100%;
  }

  body.axe-funnel-checkout form.woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  body.axe-funnel-checkout .axe-funnel-checkout__order-panel {
    position: static;
    min-height: 0;
    padding: 20px 14px;
  }

  body.axe-funnel-checkout .form-row.form-row-first,
  body.axe-funnel-checkout .form-row.form-row-last {
    width: 100%;
    float: none;
  }

  body.axe-funnel-checkout .axe-funnel-checkout__order-product {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  body.axe-funnel-checkout .axe-funnel-checkout__order-product-image-frame {
    width: 76px;
    height: 76px;
  }

  body.axe-funnel-checkout #order_review .shop_table .product-name {
    width: 72%;
  }

  body.axe-funnel-checkout #order_review .shop_table .product-total {
    width: 28%;
  }

  body.axe-funnel-checkout #order_review .shop_table thead th {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 9px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  body.axe-funnel-checkout #order_review .shop_table tbody tr.cart_item > td {
    padding: 14px;
  }

  body.axe-funnel-checkout
    #order_review
    tr.cart_item
    > td.product-name:has(.axe-funnel-cart-item__edit) {
    padding-bottom: 46px;
  }

  body.axe-funnel-checkout
    #order_review
    tr.cart_item
    > td.product-name
    .axe-funnel-cart-item__edit {
    bottom: 14px;
    left: 14px;
  }

  body.axe-funnel-checkout
    #order_review
    tr.cart_item
    > td.product-name
    > .product-quantity {
    top: 7px;
    left: 79px;
  }

  body.axe-funnel-checkout #order_review dl.variation {
    grid-template-columns: minmax(0, 1fr);
  }

  body.axe-funnel-checkout .grecaptcha-badge {
    right: 0 !important;
    bottom: 10px !important;
    left: auto !important;
    transform: scale(0.82);
    transform-origin: right bottom;
  }
}
