/* Release layout fixes: purchase-first product page and stable category cards. */

body.home .ho-hero,
body.ho-home-style .ho-hero {
  padding: clamp(12px, 1.8vw, 20px) 0 8px !important;
}

body.home .ho-hero-inner,
body.ho-home-style .ho-hero-inner {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr) !important;
  gap: clamp(14px, 1.8vw, 22px) !important;
  border-radius: 26px !important;
}

body.home .ho-hero-copy,
body.ho-home-style .ho-hero-copy {
  padding: clamp(24px, 2.5vw, 32px) clamp(24px, 2.9vw, 38px) !important;
}

body.home .ho-hero h1,
body.ho-home-style .ho-hero h1 {
  margin: 8px 0 10px !important;
  font-size: clamp(32px, 3.55vw, 46px) !important;
  line-height: 1.02 !important;
}

body.home .ho-hero p,
body.ho-home-style .ho-hero p {
  max-width: 49ch !important;
  margin: 0 !important;
  font-size: clamp(15px, 1.25vw, 16px) !important;
  line-height: 1.48 !important;
}

body.home .ho-hero-actions,
body.ho-home-style .ho-hero-actions {
  margin-top: 14px !important;
}

body.home .ho-hero-actions .ho-btn,
body.ho-home-style .ho-hero-actions .ho-btn {
  padding: 12px 18px !important;
}

body.home .ho-hero-proof,
body.ho-home-style .ho-hero-proof {
  width: fit-content !important;
  margin-top: 12px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(208, 147, 34, .22) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .86) !important;
  color: var(--ho-text) !important;
  box-shadow: 0 10px 24px rgba(47, 34, 20, .07) !important;
  font-weight: 800 !important;
}

body.home .ho-hero-visual,
body.ho-home-style .ho-hero-visual {
  min-height: clamp(250px, 25vw, 320px) !important;
  background-position: center center !important;
}

body.home .ho-badge-2007,
body.ho-home-style .ho-badge-2007 {
  left: 18px !important;
  top: 16px !important;
  width: clamp(88px, 8vw, 116px) !important;
  padding: 7px !important;
  border: 1px solid rgba(208, 147, 34, .34) !important;
  border-radius: 50% !important;
  background: rgba(255, 253, 248, .94) !important;
  box-shadow: 0 12px 28px rgba(47, 34, 20, .14) !important;
}

body.home .ho-section,
body.ho-home-style .ho-section {
  padding: clamp(10px, 1.7vw, 18px) 0 !important;
}

body.home .ho-benefits,
body.ho-home-style .ho-benefits {
  gap: 12px !important;
}

body.home .ho-benefit,
body.ho-home-style .ho-benefit {
  padding: 12px 14px !important;
  border-radius: 16px !important;
}

body.home .ho-cat-grid,
body.ho-home-style .ho-cat-grid {
  margin-top: 0 !important;
}

@media (max-width: 860px) {
  body.home .ho-hero-inner,
  body.ho-home-style .ho-hero-inner {
    grid-template-columns: 1fr !important;
  }

  body.home .ho-hero-copy,
  body.ho-home-style .ho-hero-copy {
    padding: 24px !important;
  }

  body.home .ho-hero h1,
  body.ho-home-style .ho-hero h1 {
    font-size: clamp(31px, 9vw, 42px) !important;
  }

  body.home .ho-hero p,
  body.ho-home-style .ho-hero p {
    max-width: none !important;
  }

  body.home .ho-hero-visual,
  body.ho-home-style .ho-hero-visual {
    min-height: 230px !important;
    background-position: center center !important;
  }

  body.home .ho-badge-2007,
  body.ho-home-style .ho-badge-2007 {
    width: 84px !important;
  }
}

.ho-subcat-grid,
.ho-subcategory-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)) !important;
  gap: clamp(28px, 3vw, 44px) !important;
  align-items: stretch !important;
  width: min(1280px, 100%) !important;
  margin: clamp(16px, 2.5vw, 28px) auto clamp(28px, 3.2vw, 42px) !important;
  overflow: visible !important;
}

@media (min-width: 1180px) {
  .ho-subcat-grid,
  .ho-subcategory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.ho-subcat-card,
.ho-subcategory-card {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: clamp(245px, 22vw, 310px) !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  transform: none !important;
}

.ho-subcat-card strong,
.ho-subcategory-card strong {
  max-width: calc(100% - 18px) !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: auto !important;
  text-wrap: balance !important;
}

body.single-product div.product {
  display: grid !important;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr) !important;
  gap: clamp(24px, 3vw, 44px) !important;
  align-items: start !important;
  padding: clamp(18px, 2.4vw, 30px) !important;
}

body.single-product div.product div.images,
body.single-product div.product .summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product div.images {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.single-product div.product .summary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  position: static !important;
  top: auto !important;
  display: block !important;
}

body.single-product div.product .product_title {
  margin: 0 0 10px !important;
  font-size: clamp(30px, 3.1vw, 46px) !important;
  line-height: 1.07 !important;
}

body.single-product div.product .summary .price {
  margin: 10px 0 8px !important;
}

body.single-product div.product form.cart {
  display: grid !important;
  grid-template-columns: minmax(86px, 110px) minmax(180px, 1fr) !important;
  gap: 10px 12px !important;
  align-items: stretch !important;
  margin: 12px 0 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(208, 147, 34, .22) !important;
  border-radius: 22px !important;
  background: #fffaf2 !important;
}

body.single-product div.product form.cart .variations,
body.single-product div.product form.cart .single_variation_wrap {
  grid-column: 1 / -1 !important;
}

body.single-product div.product form.cart .variations {
  display: block !important;
  width: 100% !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  margin: 0 0 2px !important;
  border: 0 !important;
}

body.single-product div.product form.cart .variations tbody,
body.single-product div.product form.cart .variations tr,
body.single-product div.product form.cart .variations th,
body.single-product div.product form.cart .variations td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
}

body.single-product div.product form.cart .variations label {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--ho-text) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

body.single-product div.product form.cart .variations td.value.ho-has-variation-buttons select {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.single-product div.product form.cart .variations .reset_variations {
  display: none !important;
  margin: 8px 0 0 !important;
  color: var(--ho-cta) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
}

.single-product .ho-variation-button-wrap {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
}

.single-product .ho-variation-button {
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(208, 147, 34, .32) !important;
  border-radius: 999px !important;
  background: #fffdf8 !important;
  color: var(--ho-text) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.single-product .ho-variation-button:hover,
.single-product .ho-variation-button.is-active {
  border-color: transparent !important;
  background: linear-gradient(135deg, #D09322, #C86B2B) !important;
  color: #fff !important;
}

body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: minmax(86px, 110px) minmax(180px, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  padding-top: 8px !important;
}

body.single-product div.product form.cart .quantity,
body.single-product div.product form.cart .quantity .qty {
  width: 100% !important;
}

body.single-product div.product form.cart .woocommerce-variation-add-to-cart .quantity {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.single-product div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body.single-product div.product form.cart:not(.variations_form) .quantity {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.single-product div.product form.cart:not(.variations_form) .single_add_to_cart_button {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  white-space: nowrap !important;
}

body.single-product div.product form.cart .quantity .qty {
  height: 52px !important;
  min-height: 52px !important;
  font-size: 17px !important;
}

body.single-product div.product form.cart .single_add_to_cart_button {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
}

body.single-product div.product form.cart:not(.variations_form) {
  grid-template-columns: minmax(96px, 150px) minmax(280px, 520px) !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  justify-items: stretch !important;
  gap: 16px 22px !important;
  width: 100% !important;
  min-height: 132px !important;
  padding: 22px clamp(18px, 4vw, 32px) !important;
}

body.single-product div.product form.cart:not(.variations_form)::before,
body.single-product div.product form.cart:not(.variations_form)::after {
  content: none !important;
  display: none !important;
}

body.single-product div.product form.cart:not(.variations_form) .quantity .qty {
  text-align: center !important;
}

body.single-product div.product form.cart:not(.variations_form) .single_add_to_cart_button {
  max-width: 520px !important;
  margin: 0 auto !important;
}

.ho-single-assurance {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 14px 0 0 !important;
}

.ho-single-assurance-item {
  min-width: 0 !important;
  padding: 12px 13px !important;
  border: 1px solid rgba(122, 139, 90, .18) !important;
  border-radius: 16px !important;
  background: #fffdf8 !important;
}

.ho-single-assurance-item strong,
.ho-single-assurance-item span {
  display: block !important;
}

.ho-single-assurance-item strong {
  color: var(--ho-text) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.ho-single-assurance-item span {
  margin-top: 4px !important;
  color: var(--ho-muted) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.ho-single-paychips {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.ho-single-paychips span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(208, 147, 34, .24) !important;
  background: #fffaf2 !important;
  color: var(--ho-text) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.single-product .woocommerce-product-details__short-description {
  margin-top: 18px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(122, 139, 90, .16) !important;
}

.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
  grid-column: 1 / -1 !important;
}

@media (max-width: 960px) {
  body.single-product div.product {
    display: flex !important;
    flex-direction: column !important;
  }

  body.single-product div.product .summary {
    order: 1 !important;
    position: static !important;
    width: 100% !important;
  }

  body.single-product div.product div.images {
    order: 2 !important;
    width: 100% !important;
  }

  .single-product .woocommerce-tabs {
    order: 3 !important;
  }

  .single-product .related.products,
  .single-product .upsells.products {
    order: 4 !important;
  }

  .ho-single-assurance {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .ho-subcat-grid,
  .ho-subcategory-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.single-product div.product form.cart,
  body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr !important;
  }

  body.single-product div.product form.cart:not(.variations_form) .quantity,
  body.single-product div.product form.cart:not(.variations_form) .single_add_to_cart_button,
  body.single-product div.product form.cart .woocommerce-variation-add-to-cart .quantity,
  body.single-product div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    grid-column: 1 !important;
  }

  .single-product .ho-variation-button-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.woocommerce-error {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 10px 14px !important;
  align-items: start !important;
  margin: 0 0 22px !important;
  padding: 18px 20px !important;
  border: 2px solid rgba(200, 107, 43, .32) !important;
  border-radius: 18px !important;
  background: #fff4e4 !important;
  color: var(--ho-text) !important;
  box-shadow: 0 14px 30px rgba(47, 34, 20, .08) !important;
  list-style: none !important;
}

.woocommerce-error::before {
  position: static !important;
  grid-column: 1 !important;
  color: var(--ho-cta) !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.woocommerce-error li {
  grid-column: 2 !important;
  display: block !important;
  margin: 0 0 6px !important;
  color: var(--ho-text) !important;
  line-height: 1.45 !important;
}

.woocommerce-error li:last-child {
  margin-bottom: 0 !important;
}

.woocommerce-error a {
  color: var(--ho-cta) !important;
  font-weight: 900 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
}

body.woocommerce-checkout ul.woocommerce-error,
body.ho-is-checkout ul.woocommerce-error,
body.woocommerce-checkout .woocommerce ul.woocommerce-error,
body.ho-is-checkout .woocommerce ul.woocommerce-error {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 8px 14px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 22px !important;
  padding: 18px 20px !important;
  border: 2px solid rgba(200, 107, 43, .32) !important;
  border-radius: 18px !important;
  background: #fff4e4 !important;
  color: var(--ho-text) !important;
  box-shadow: 0 14px 30px rgba(47, 34, 20, .08) !important;
  overflow: visible !important;
}

body.woocommerce-checkout ul.woocommerce-error::before,
body.ho-is-checkout ul.woocommerce-error::before {
  grid-column: 1 !important;
  grid-row: 1 !important;
  color: var(--ho-cta) !important;
}

body.woocommerce-checkout ul.woocommerce-error li,
body.ho-is-checkout ul.woocommerce-error li,
body.woocommerce-checkout .woocommerce ul.woocommerce-error li,
body.ho-is-checkout .woocommerce ul.woocommerce-error li {
  grid-column: 2 !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  flex: 0 1 auto !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: var(--ho-text) !important;
  line-height: 1.45 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.woocommerce-cart .cart_totals table.shop_table,
body.ho-is-cart .cart_totals table.shop_table {
  table-layout: auto !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.ho-is-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td,
body.ho-is-cart .cart_totals table.shop_table td {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.woocommerce-cart .cart_totals .cart-subtotal th,
body.ho-is-cart .cart_totals .cart-subtotal th {
  min-width: 9.5rem !important;
}

body.woocommerce-cart .cart_totals .cart-subtotal td,
body.ho-is-cart .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total td,
body.ho-is-cart .cart_totals .order-total td {
  text-align: right !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.button:focus,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.button:focus-visible,
.select2-container--default .select2-selection--single:focus,
.select2-container--open .select2-selection--single,
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:focus + label::before {
  outline: 3px solid rgba(208, 147, 34, .74) !important;
  outline-offset: 3px !important;
  border-color: var(--ho-gold) !important;
  box-shadow: 0 0 0 6px rgba(208, 147, 34, .18) !important;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid textarea,
.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-selection,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated textarea,
.woocommerce form .form-row.woocommerce-validated .select2-container .select2-selection {
  border-color: var(--ho-gold) !important;
  box-shadow: 0 0 0 4px rgba(208, 147, 34, .14) !important;
}

.woocommerce-checkout #payment .payment_methods li input[type="radio"]:first-child:checked + label::before,
#payment .payment_methods li input[type="radio"]:first-child:checked + label::before,
.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span::before {
  color: var(--ho-cta) !important;
}

/* Release cart checkout path. */
body.ho-is-cart .ho-virtual-page,
body.woocommerce-cart .ho-virtual-page {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: clamp(18px, 3vw, 34px) !important;
  overflow: visible !important;
}

body.ho-is-cart .ho-virtual-page > h1,
body.woocommerce-cart .ho-virtual-page > h1 {
  margin: 0 0 18px !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.05 !important;
}

body.ho-is-cart .ho-virtual-page > .woocommerce,
body.woocommerce-cart .ho-virtual-page > .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px) !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.ho-is-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-notices-wrapper {
  grid-column: 1 / -1 !important;
}

.ho-cart-quick-checkout {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(208, 147, 34, .26) !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #fffdf8, #fff3dc) !important;
  box-shadow: 0 14px 34px rgba(47, 34, 20, .08) !important;
}

.ho-cart-quick-copy {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.ho-cart-quick-copy span {
  color: var(--ho-muted) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.ho-cart-quick-copy strong {
  color: var(--ho-text) !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.ho-cart-quick-button {
  min-width: 260px !important;
  min-height: 50px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

body.ho-is-cart .woocommerce-cart-form,
body.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1 !important;
  grid-row: 2 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(16px, 2vw, 24px) !important;
  overflow: visible !important;
}

body.ho-is-cart table.shop_table.cart,
body.woocommerce-cart table.shop_table.cart {
  width: 100% !important;
  table-layout: fixed !important;
  overflow: visible !important;
}

body.ho-is-cart table.shop_table.cart th,
body.ho-is-cart table.shop_table.cart td,
body.woocommerce-cart table.shop_table.cart th,
body.woocommerce-cart table.shop_table.cart td {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.ho-is-cart table.shop_table.cart th.product-remove,
body.ho-is-cart table.shop_table.cart td.product-remove,
body.woocommerce-cart table.shop_table.cart th.product-remove,
body.woocommerce-cart table.shop_table.cart td.product-remove {
  width: 42px !important;
}

body.ho-is-cart table.shop_table.cart th.product-thumbnail,
body.ho-is-cart table.shop_table.cart td.product-thumbnail,
body.woocommerce-cart table.shop_table.cart th.product-thumbnail,
body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
  width: 92px !important;
}

body.ho-is-cart table.shop_table.cart th.product-price,
body.ho-is-cart table.shop_table.cart td.product-price,
body.woocommerce-cart table.shop_table.cart th.product-price,
body.woocommerce-cart table.shop_table.cart td.product-price {
  width: 96px !important;
  white-space: nowrap !important;
}

body.ho-is-cart table.shop_table.cart th.product-quantity,
body.ho-is-cart table.shop_table.cart td.product-quantity,
body.woocommerce-cart table.shop_table.cart th.product-quantity,
body.woocommerce-cart table.shop_table.cart td.product-quantity {
  width: 116px !important;
  white-space: nowrap !important;
}

body.ho-is-cart table.shop_table.cart th.product-subtotal,
body.ho-is-cart table.shop_table.cart td.product-subtotal,
body.woocommerce-cart table.shop_table.cart th.product-subtotal,
body.woocommerce-cart table.shop_table.cart td.product-subtotal {
  width: 164px !important;
  min-width: 164px !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.ho-is-cart table.shop_table.cart th.product-subtotal,
body.woocommerce-cart table.shop_table.cart th.product-subtotal {
  font-size: 15px !important;
  letter-spacing: 0 !important;
}

body.ho-is-cart table.shop_table.cart th.product-name,
body.ho-is-cart table.shop_table.cart td.product-name,
body.woocommerce-cart table.shop_table.cart th.product-name,
body.woocommerce-cart table.shop_table.cart td.product-name {
  white-space: normal !important;
}

body.ho-is-cart table.shop_table.cart td.actions,
body.woocommerce-cart table.shop_table.cart td.actions {
  display: table-cell !important;
  width: auto !important;
  max-width: none !important;
  padding: 18px !important;
  text-align: left !important;
  vertical-align: middle !important;
  overflow: visible !important;
}

body.ho-is-cart table.shop_table.cart td.actions .coupon,
body.woocommerce-cart table.shop_table.cart td.actions .coupon {
  float: left !important;
  display: inline-grid !important;
  grid-template-columns: minmax(150px, 1fr) auto !important;
  gap: 12px !important;
  width: min(100%, 420px) !important;
  min-width: 0 !important;
  max-width: calc(100% - 230px) !important;
  vertical-align: middle !important;
}

body.ho-is-cart table.shop_table.cart td.actions .coupon input,
body.woocommerce-cart table.shop_table.cart td.actions .coupon input {
  width: 100% !important;
  min-width: 0 !important;
}

body.ho-is-cart table.shop_table.cart td.actions button[name="update_cart"],
body.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"] {
  float: right !important;
  justify-self: auto !important;
  min-width: 210px !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}

body.ho-is-cart .cart-collaterals,
body.woocommerce-cart .cart-collaterals {
  grid-column: 2 !important;
  grid-row: 2 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
  position: static !important;
  align-self: start !important;
}

body.ho-is-cart .cart-collaterals::before,
body.ho-is-cart .cart-collaterals::after,
body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after {
  display: none !important;
}

body.ho-is-cart .cart_totals,
body.woocommerce-cart .cart_totals,
body.ho-is-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .cart-collaterals .cart_totals {
  grid-column: 2 !important;
  grid-row: 2 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border-radius: 26px !important;
  background: #fffdf8 !important;
  box-shadow: 0 18px 44px rgba(47, 34, 20, .12) !important;
  overflow: hidden !important;
  position: sticky !important;
  top: 138px !important;
  z-index: 2 !important;
}

body.ho-is-cart .cart-collaterals .cross-sells,
body.woocommerce-cart .cart-collaterals .cross-sells {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: clamp(28px, 3vw, 42px) 0 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

body.ho-is-cart .cart-collaterals .cross-sells h2,
body.woocommerce-cart .cart-collaterals .cross-sells h2 {
  margin: 0 0 18px !important;
  color: var(--ho-text) !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
}

body.ho-is-cart .cart-collaterals .cross-sells ul.products,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}

body.ho-is-cart .cart-collaterals .cross-sells ul.products::before,
body.ho-is-cart .cart-collaterals .cross-sells ul.products::after,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products::before,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products::after {
  display: none !important;
}

body.ho-is-cart .cart-collaterals .cross-sells ul.products li.product,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(122, 139, 90, .16) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(47, 34, 20, .08) !important;
}

body.ho-is-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-loop-product__link,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product a.woocommerce-loop-product__link {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.ho-is-cart .cart-collaterals .cross-sells ul.products li.product img,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 0 14px !important;
  padding: 8px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #fffdf8, #f8efe1) !important;
}

body.ho-is-cart .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__title {
  min-height: 52px !important;
  margin: 0 0 10px !important;
  color: var(--ho-text) !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
}

body.ho-is-cart .cart-collaterals .cross-sells ul.products li.product .price,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .price {
  margin: 0 0 14px !important;
  color: var(--ho-gold) !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

body.ho-is-cart .cart-collaterals .cross-sells ul.products li.product .button,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .button {
  width: min(100%, 220px) !important;
  min-height: 48px !important;
  margin: auto auto 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.12 !important;
}

body.ho-is-cart .cart_totals h2,
body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 16px !important;
  color: var(--ho-text) !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.05 !important;
}

body.ho-is-cart .cart_totals table.shop_table,
body.woocommerce-cart .cart_totals table.shop_table {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.ho-is-cart .cart_totals table.shop_table tbody,
body.woocommerce-cart .cart_totals table.shop_table tbody {
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
}

body.ho-is-cart .cart_totals table.shop_table tr,
body.woocommerce-cart .cart_totals table.shop_table tr {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(122, 139, 90, .16) !important;
  border-radius: 18px !important;
  background: #fffaf2 !important;
}

body.ho-is-cart .cart_totals table.shop_table tr.shipping,
body.woocommerce-cart .cart_totals table.shop_table tr.shipping,
body.ho-is-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals {
  grid-template-columns: 1fr !important;
}

body.ho-is-cart .cart_totals table.shop_table th,
body.ho-is-cart .cart_totals table.shop_table td,
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ho-text) !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.ho-is-cart .cart_totals table.shop_table td::before,
body.woocommerce-cart .cart_totals table.shop_table td::before {
  display: none !important;
}

body.ho-is-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table th {
  font-size: 15px !important;
  font-weight: 900 !important;
}

body.ho-is-cart .cart_totals table.shop_table td,
body.woocommerce-cart .cart_totals table.shop_table td {
  color: #4e4a52 !important;
  font-size: 15px !important;
  text-align: right !important;
}

body.ho-is-cart .cart_totals .cart-subtotal td,
body.ho-is-cart .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total td {
  color: var(--ho-text) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.ho-is-cart .cart_totals .order-total,
body.woocommerce-cart .cart_totals .order-total {
  background: linear-gradient(135deg, #fff4df, #fffaf2) !important;
  border-color: rgba(208, 147, 34, .26) !important;
}

body.ho-is-cart .cart_totals .woocommerce-shipping-totals th,
body.ho-is-cart .cart_totals .woocommerce-shipping-totals td,
body.woocommerce-cart .cart_totals .woocommerce-shipping-totals th,
body.woocommerce-cart .cart_totals .woocommerce-shipping-totals td {
  text-align: left !important;
}

body.ho-is-cart .cart_totals .woocommerce-shipping-destination,
body.ho-is-cart .cart_totals .shipping-calculator-button,
body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .cart_totals .shipping-calculator-button {
  display: inline-block !important;
  margin-top: 8px !important;
  color: var(--ho-muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

body.ho-is-cart .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout {
  display: grid !important;
  gap: 10px !important;
  padding: 14px 0 0 !important;
}

body.ho-is-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  font-size: 18px !important;
}

body.ho-is-cart .hocc-express-checkout,
body.woocommerce-cart .hocc-express-checkout {
  margin: 0 !important;
  padding: 14px !important;
  border-radius: 18px !important;
}

@media (max-width: 1020px) {
  body.ho-is-cart .ho-virtual-page > .woocommerce,
  body.woocommerce-cart .ho-virtual-page > .woocommerce {
    grid-template-columns: 1fr !important;
  }

  body.ho-is-cart .woocommerce-cart-form,
  body.ho-is-cart .cart-collaterals,
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.ho-is-cart .cart-collaterals,
  body.woocommerce-cart .cart-collaterals {
    position: static !important;
  }

  body.ho-is-cart .cart_totals,
  body.woocommerce-cart .cart_totals,
  body.ho-is-cart .cart-collaterals .cart_totals,
  body.woocommerce-cart .cart-collaterals .cart_totals {
    grid-column: 1 !important;
    grid-row: 3 !important;
    position: static !important;
    top: auto !important;
  }

  body.ho-is-cart .cart-collaterals .cross-sells,
  body.woocommerce-cart .cart-collaterals .cross-sells {
    grid-column: 1 !important;
    grid-row: 4 !important;
  }

  body.ho-is-cart .cart-collaterals .cross-sells ul.products,
  body.woocommerce-cart .cart-collaterals .cross-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .ho-cart-quick-checkout,
  .ho-cart-quick-copy {
    grid-template-columns: 1fr !important;
  }

  .ho-cart-quick-copy {
    display: grid !important;
  }

  .ho-cart-quick-button {
    width: 100% !important;
  }

  body.ho-is-cart .ho-virtual-page,
  body.woocommerce-cart .ho-virtual-page {
    padding-bottom: 190px !important;
  }

  body.ho-is-cart .ho-cart-quick-checkout,
  body.woocommerce-cart .ho-cart-quick-checkout {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    z-index: 9999 !important;
    width: auto !important;
    padding: 12px !important;
    border-radius: 20px !important;
    grid-template-columns: 1fr !important;
    box-shadow: 0 18px 44px rgba(47, 34, 20, .22) !important;
  }

  body.ho-is-cart .ho-cart-quick-copy,
  body.woocommerce-cart .ho-cart-quick-copy {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  body.ho-is-cart .ho-cart-quick-button,
  body.woocommerce-cart .ho-cart-quick-button {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.ho-is-cart table.shop_table.cart td.actions .coupon,
  body.woocommerce-cart table.shop_table.cart td.actions .coupon,
  body.ho-is-cart table.shop_table.cart td.actions button[name="update_cart"],
  body.woocommerce-cart table.shop_table.cart td.actions button[name="update_cart"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.ho-is-cart table.shop_table.cart td.actions .coupon,
  body.woocommerce-cart table.shop_table.cart td.actions .coupon {
    margin-bottom: 12px !important;
    grid-template-columns: 1fr !important;
  }

  body.ho-is-cart .cart-collaterals .cross-sells ul.products,
  body.woocommerce-cart .cart-collaterals .cross-sells ul.products {
    grid-template-columns: 1fr !important;
  }

}

/* v5.10.3 final overrides */
.ho-category-products .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.search-results ul.products li.product .woocommerce-loop-product__title,
body.ho-is-cart .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 70px !important;
  max-height: none !important;
  overflow: visible !important;
  margin-bottom: 12px !important;
  line-height: 1.2 !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

body.ho-is-cart .shop_table.cart th.product-subtotal,
body.woocommerce-cart .shop_table.cart th.product-subtotal,
body.ho-is-cart .shop_table.cart td.product-subtotal,
body.woocommerce-cart .shop_table.cart td.product-subtotal {
  min-width: 150px !important;
  width: 150px !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.ho-is-cart .cart_totals,
body.woocommerce-cart .cart_totals,
body.ho-is-cart .cart-collaterals .cart_totals,
body.woocommerce-cart .cart-collaterals .cart_totals {
  position: static !important;
  top: auto !important;
}

body.ho-is-cart .cart-collaterals .cross-sells,
body.woocommerce-cart .cart-collaterals .cross-sells {
  isolation: isolate !important;
  z-index: 0 !important;
}

.ho-nav .ho-container {
  gap: clamp(10px, 1.15vw, 18px) !important;
}

.ho-nav a {
  white-space: nowrap !important;
  font-size: clamp(13px, .92vw, 15px) !important;
}

@media (max-width: 900px) {
  .ho-topbar {
    display: none !important;
  }

  .ho-nav .ho-container {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 10px !important;
  }
}
