/* Essence Vault–inspired cart drawer + two-column checkout */

body.ho-drawer-open { overflow: hidden; }

.ho-cart-drawer[hidden] { display: none !important; }
.ho-cart-drawer { position: fixed; inset: 0; z-index: 80; }
.ho-cart-drawer-overlay {
  position: absolute; inset: 0;
  background: rgba(47, 34, 20, .42);
}
.ho-cart-drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(420px, 100%);
  background: #FAF7F0;
  color: #3B2F22;
  display: flex; flex-direction: column;
  box-shadow: -18px 0 40px rgba(47, 34, 20, .16);
}
.ho-cart-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px 12px;
  border-bottom: 1px solid #E4D9C6;
}
.ho-cart-drawer-head h2 {
  margin: 0; font-size: 22px; font-family: Georgia, "Times New Roman", serif;
}
.ho-cart-drawer-close {
  appearance: none; border: 0; background: transparent;
  font-size: 28px; line-height: 1; cursor: pointer; color: #3B2F22;
}
.ho-cart-drawer-body { flex: 1; overflow: auto; padding: 16px 20px; }
.ho-cart-drawer-foot {
  padding: 16px 20px 22px;
  border-top: 1px solid #E4D9C6;
  background: #FFFDF8;
}
.ho-drawer-empty { text-align: center; padding: 40px 12px; }
.ho-drawer-items { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.ho-drawer-item {
  display: grid; grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px; align-items: start;
}
.ho-drawer-thumb img { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; display: block; }
.ho-drawer-name { font-weight: 700; margin: 0 0 6px; }
.ho-drawer-name a { color: inherit; text-decoration: none; }
.ho-drawer-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.ho-drawer-price { font-weight: 800; white-space: nowrap; }
.ho-drawer-remove {
  appearance: none; border: 0; background: none;
  display: inline-block;
  margin: 10px 0 0;
  padding: 2px 0 0;
  color: #7A8B5A; font-size: 13px; font-weight: 700; cursor: pointer; text-decoration: underline;
}
.ho-drawer-subtotal {
  display: flex; justify-content: space-between; align-items: baseline;
  margin: 0 0 14px; font-size: 16px;
}
.ho-drawer-checkout {
  display: flex !important; width: 100% !important; min-height: 52px !important;
  align-items: center; justify-content: center;
  background: #C86B2B !important; color: #fff !important;
  border-radius: 8px !important; font-weight: 800 !important; text-decoration: none !important;
}
.ho-drawer-viewcart {
  display: block; text-align: center; margin: 10px 0 12px;
  color: #7A8B5A; font-weight: 700; text-decoration: underline;
}
a.added_to_cart,
a.added_to_cart.wc-forward,
.woocommerce a.added_to_cart,
.woocommerce-message a.added_to_cart,
.woocommerce-message a.button.wc-forward:not(.checkout-button),
.woocommerce-info a.button.wc-forward:not(.checkout-button),
.woocommerce-notices-wrapper a.wc-forward:not(.checkout-button) {
  display: none !important;
}
.ho-qty-stepper,
body.ho-is-cart .woocommerce-cart-form .quantity,
body.woocommerce-cart .woocommerce-cart-form .quantity,
.ho-cart-drawer .ho-qty-stepper {
  display: inline-grid !important;
  grid-template-columns: 40px 52px 40px !important;
  grid-auto-flow: column !important;
  align-items: stretch !important;
  justify-content: start !important;
  width: 132px !important;
  min-width: 132px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: hidden !important;
  border: 1px solid #E4D9C6 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.ho-qty-stepper .screen-reader-text,
.ho-qty-stepper label,
body.ho-is-cart .woocommerce-cart-form .quantity .screen-reader-text,
body.woocommerce-cart .woocommerce-cart-form .quantity .screen-reader-text,
body.ho-is-cart .woocommerce-cart-form .quantity label,
body.woocommerce-cart .woocommerce-cart-form .quantity label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
.ho-qty-stepper input.qty,
.ho-qty-stepper input.ho-drawer-qty,
body.ho-is-cart .woocommerce-cart-form .quantity input.qty,
body.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
  grid-column: 2 !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #E4D9C6 !important;
  border-right: 1px solid #E4D9C6 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 40px !important;
  color: #3B2F22 !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}
.ho-qty-stepper input.qty::-webkit-outer-spin-button,
.ho-qty-stepper input.qty::-webkit-inner-spin-button,
.ho-qty-stepper input.ho-drawer-qty::-webkit-outer-spin-button,
.ho-qty-stepper input.ho-drawer-qty::-webkit-inner-spin-button,
body.ho-is-cart .woocommerce-cart-form .quantity input.qty::-webkit-outer-spin-button,
body.ho-is-cart .woocommerce-cart-form .quantity input.qty::-webkit-inner-spin-button,
body.woocommerce-cart .woocommerce-cart-form .quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .woocommerce-cart-form .quantity input.qty::-webkit-inner-spin-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  margin: 0 !important;
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}
.ho-qty-minus,
.ho-qty-plus,
body.ho-is-cart .woocommerce-cart-form .quantity .ho-qty-minus,
body.ho-is-cart .woocommerce-cart-form .quantity .ho-qty-plus,
body.woocommerce-cart .woocommerce-cart-form .quantity .ho-qty-minus,
body.woocommerce-cart .woocommerce-cart-form .quantity .ho-qty-plus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #F3EBDD !important;
  color: #3B2F22 !important;
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
.ho-qty-minus { grid-column: 1 !important; }
.ho-qty-plus { grid-column: 3 !important; }
.ho-qty-minus:hover,
.ho-qty-plus:hover {
  background: #E9DFC9 !important;
  color: #3B2F22 !important;
}

.ho-ship-progress {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 14px 16px 12px;
  border: 1px solid #E4D9C6;
  border-radius: 14px;
  background: #FFFDF8;
  box-shadow: 0 8px 20px rgba(47, 34, 20, .05);
}
.ho-ship-progress-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ho-ship-progress-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 999px;
  background: #F3EBDD;
  color: #7A8B5A;
}
.ho-ship-progress-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #3B2F22;
}
.ho-ship-progress-label strong {
  color: #C86B2B;
  font-weight: 800;
}
.ho-ship-progress-bar {
  height: 10px;
  border-radius: 99px;
  background: #E9E1D3;
  overflow: hidden;
}
.ho-ship-progress-bar span {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #D09322, #7A8B5A);
  transition: width .35s ease;
}
.ho-ship-progress-scale {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  color: #766A58;
}
.ho-ship-progress[data-complete="1"] {
  border-color: rgba(122, 139, 90, .35);
  background: #f5f8ef;
}
.ho-ship-progress[data-complete="1"] .ho-ship-progress-icon {
  background: #7A8B5A;
  color: #fff;
}
.ho-ship-progress[data-complete="1"] .ho-ship-progress-label {
  color: #4f5e38;
}
.ho-ship-progress[data-complete="1"] .ho-ship-progress-bar span {
  background: #7A8B5A;
  width: 100% !important;
}
.ho-cart-drawer .ho-ship-progress { margin: 0 0 14px; }

.ho-checkout-trust {
  display: flex; flex-wrap: wrap; gap: 8px 14px; justify-content: center;
  list-style: none; margin: 12px 0 0; padding: 0;
  font-size: 12px; color: #766A58; font-weight: 700;
}
.ho-checkout-trust li { position: relative; padding-left: 14px; }
.ho-checkout-trust li::before { content: "✓"; position: absolute; left: 0; color: #7A8B5A; }

.ho-cart-quick-checkout { display: none !important; }
.ho-cart-ship { grid-column: 1 / -1; margin: 0 0 8px; }

.ho-secure-checkout,
body.ho-is-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: flex !important; width: 100% !important; min-height: 54px !important;
  align-items: center !important; justify-content: center !important;
  background: #C86B2B !important; color: #fff !important;
  border-radius: 8px !important; font-weight: 800 !important;
  box-shadow: none !important;
}

body.ho-is-cart .cart_totals,
body.woocommerce-cart .cart_totals {
  background: #FFFDF8 !important;
  border: 1px solid #E4D9C6 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(47, 34, 20, .08) !important;
}
body.ho-is-cart table.shop_table.cart thead,
body.woocommerce-cart table.shop_table.cart thead { display: none !important; }
body.ho-is-cart table.shop_table.cart,
body.woocommerce-cart table.shop_table.cart {
  border: 0 !important; background: transparent !important;
}
body.ho-is-cart table.shop_table.cart tbody tr.cart_item,
body.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
  display: grid !important;
  grid-template-columns: 28px 84px minmax(0, 1fr) auto !important;
  grid-template-areas:
    "remove thumb name price"
    "remove thumb qty price";
  gap: 8px 12px;
  align-items: center;
  padding: 14px 0 !important;
  border-bottom: 1px solid #E4D9C6 !important;
}
body.ho-is-cart table.shop_table.cart td,
body.woocommerce-cart table.shop_table.cart td {
  border: 0 !important; background: transparent !important; padding: 0 !important;
}
body.ho-is-cart table.shop_table.cart td.product-remove,
body.woocommerce-cart table.shop_table.cart td.product-remove {
  grid-area: remove;
  align-self: start;
  padding: 2px 8px 0 0 !important;
}
body.ho-is-cart .product-thumbnail, body.woocommerce-cart .product-thumbnail { grid-area: thumb; }
body.ho-is-cart .product-name, body.woocommerce-cart .product-name { grid-area: name; }
body.ho-is-cart .product-price { display: none !important; }
body.ho-is-cart table.shop_table.cart td.product-quantity,
body.woocommerce-cart table.shop_table.cart td.product-quantity {
  grid-area: qty;
  padding-top: 6px !important;
}
body.ho-is-cart .product-subtotal, body.woocommerce-cart .product-subtotal { grid-area: price; font-weight: 800; }
body.ho-is-cart table.shop_table.cart td.actions,
body.woocommerce-cart table.shop_table.cart td.actions {
  display: block !important; grid-column: 1 / -1 !important; padding-top: 16px !important;
}

body.ho-is-checkout .ho-search,
body.ho-is-checkout .ho-nav,
body.woocommerce-checkout .ho-search,
body.woocommerce-checkout .ho-nav,
body.ho-is-checkout .ho-header-actions,
body.woocommerce-checkout .ho-header-actions,
body.ho-is-checkout .ho-mobile-actions-button,
body.ho-is-checkout .ho-mobile-actions-toggle {
  display: none !important;
}
.ho-checkout-lock {
  justify-self: end;
  font-size: 13px; font-weight: 800; color: #7A8B5A;
  letter-spacing: .02em;
}
body.ho-is-checkout .ho-header-main,
body.woocommerce-checkout .ho-header-main {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  min-height: 88px !important;
}

body.ho-is-checkout .ho-content-inner,
body.woocommerce-checkout .ho-content-inner,
body.ho-is-checkout .col-full,
body.woocommerce-checkout .col-full {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
body.ho-is-checkout .ho-virtual-page,
body.woocommerce-checkout .ho-virtual-page,
body.ho-is-checkout .woocommerce,
body.woocommerce-checkout .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
body.ho-is-checkout .ho-virtual-page,
body.woocommerce-checkout .ho-virtual-page {
  padding: 18px 0 48px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.ho-is-checkout .ho-virtual-page > h1,
body.woocommerce-checkout .ho-virtual-page > h1 {
  font-size: 28px !important; margin: 0 0 18px !important;
}

body.ho-is-checkout form.checkout,
body.woocommerce-checkout form.checkout,
body.ho-is-checkout form.checkout.ho-checkout-form,
body.woocommerce-checkout form.checkout.ho-checkout-form {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  float: none !important;
}

.ho-checkout-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 400px) !important;
  grid-template-areas: none !important;
  gap: 28px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
}
.ho-checkout-main,
.ho-checkout-aside {
  min-width: 0 !important;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
.ho-checkout-aside {
  background: #FFFDF8;
  border: 1px solid #E4D9C6;
  border-radius: 16px;
  padding: 20px;
  position: sticky;
  top: 120px;
}
body.ho-is-checkout #order_review_heading,
body.woocommerce-checkout #order_review_heading,
.ho-checkout-aside #order_review_heading {
  display: block !important;
  grid-area: auto !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  font-size: 22px !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.ho-is-checkout #order_review,
body.woocommerce-checkout #order_review,
.ho-checkout-aside #order_review {
  display: block !important;
  grid-area: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ho-checkout-form #customer_details,
body.ho-is-checkout #customer_details,
body.woocommerce-checkout #customer_details {
  display: grid !important;
  grid-area: auto !important;
  gap: 18px !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.ho-checkout-form #customer_details .col-1,
.ho-checkout-form #customer_details .col-2,
body.ho-is-checkout #customer_details .col-1,
body.ho-is-checkout #customer_details .col-2,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .col-1,
body.woocommerce-checkout .col-2 {
  width: 100% !important; float: none !important; margin: 0 !important;
}
body.ho-is-checkout .woocommerce form .form-row input.input-text,
body.ho-is-checkout .woocommerce form .form-row textarea,
body.ho-is-checkout .select2-container .select2-selection--single {
  border: 1px solid #E4D9C6 !important;
  border-radius: 8px !important;
  min-height: 46px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.ho-is-checkout #payment .form-row.place-order > #place_order,
body.woocommerce-checkout #payment .form-row.place-order > #place_order,
body.ho-is-checkout #payment .form-row.place-order > #place_order.ppcp-hidden,
body.woocommerce-checkout #payment .form-row.place-order > #place_order.ppcp-hidden {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 54px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  align-items: center !important;
  justify-content: center !important;
  background: #C86B2B !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  overflow: visible !important;
  box-shadow: none !important;
}
body.ho-is-checkout #payment .form-row.place-order,
body.woocommerce-checkout #payment .form-row.place-order {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clear: both !important;
}
body.ho-is-checkout #payment .form-row.place-order .woocommerce-terms-and-conditions,
body.woocommerce-checkout #payment .form-row.place-order .woocommerce-terms-and-conditions {
  display: none !important;
}
body.ho-is-checkout #payment .form-row.place-order > [id^="ppc-button-"],
body.ho-is-checkout #payment .form-row.place-order > .ppc-button-wrapper,
body.ho-is-checkout #payment .form-row.place-order > .ppcp-button-apm,
body.ho-is-checkout #order_review > .ppc-button-wrapper,
body.ho-is-checkout #order_review > [id^="ppc-button-"],
body.woocommerce-checkout #payment .form-row.place-order > [id^="ppc-button-"],
body.woocommerce-checkout #payment .form-row.place-order > .ppc-button-wrapper,
body.woocommerce-checkout #payment .form-row.place-order > .ppcp-button-apm,
#hocc-classic-wallet-button {
  display: none !important;
}
#payment .payment_method_ppcp-gateway,
body.ho-is-checkout #payment li.payment_method_ppcp-gateway {
  display: list-item !important;
}
#payment .payment_method_ppcp-applepay,
body.ho-is-checkout #payment li.payment_method_ppcp-applepay,
body.hocc-apple-ok #payment .payment_method_ppcp-applepay,
body.hocc-apple-ok.ho-is-checkout #payment li.payment_method_ppcp-applepay,
#payment .payment_method_ppcp-googlepay,
body.ho-is-checkout #payment li.payment_method_ppcp-googlepay,
body.hocc-google-ok #payment .payment_method_ppcp-googlepay,
body.hocc-google-ok.ho-is-checkout #payment li.payment_method_ppcp-googlepay {
  display: list-item !important;
}
#payment .payment_method_ppcp-credit-card-gateway,
body.ho-is-checkout #payment li.payment_method_ppcp-credit-card-gateway {
  display: list-item !important;
}
#ppcp-hosted-fields,
#ppcp-hosted-fields #place_order,
.ppcp-dcc-order-button {
  display: none !important;
}
body.ho-is-checkout #payment {
  background: #FFFDF8 !important; border: 1px solid #E4D9C6 !important;
  border-radius: 12px !important;
  padding: 14px 14px 8px !important;
  box-sizing: border-box !important;
}
.hocc-express-checkout {
  display: block !important;
  background: #FFFDF8;
  border: 1px solid #E4D9C6;
  border-radius: 16px;
  padding: 16px 18px;
  margin: 0 0 22px;
}
.hocc-express-checkout-title {
  text-align: left; font-weight: 800; margin: 0 0 4px; color: #3B2F22; font-size: 18px;
}
.hocc-express-lead,
.hocc-express-brand,
.hocc-express-slot-desc {
  display: none !important;
}
.hocc-express-checkout-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch;
}
.hocc-express-slot {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  min-height: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.hocc-express-slot[data-hocc-wallet="apple"],
.hocc-express-slot[data-hocc-wallet="google"],
.hocc-express-slot[data-hocc-wallet="paypal"],
.hocc-express-slot[data-hocc-wallet="klarna"],
.hocc-express-slot[data-hocc-wallet="link"] {
  display: flex !important;
}
.hocc-express-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  font-size: 14px;
  color: #3B2F22;
}
.hocc-express-logo-img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}
.hocc-express-logo-img-apple,
.hocc-express-logo-img-google { height: 32px; max-width: 150px; }
.hocc-express-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  flex: 0 0 28px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.hocc-express-logo-paypal { background: #003087; }
.hocc-express-logo-paypal::before { content: "P"; }
.hocc-express-logo-apple { background: #111; }
.hocc-express-logo-apple::before { content: ""; width: 12px; height: 14px; border-radius: 40% 40% 45% 45%; background: #fff; box-shadow: 0 -3px 0 -1px #111 inset; }
.hocc-express-logo-google { background: #fff; border: 1px solid #dadce0; color: #4285F4; }
.hocc-express-logo-google::before { content: "G"; }
.hocc-express-slot-desc {
  margin: 0 !important;
  color: #766A58;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}
.hocc-express-slot-btn { min-height: 45px; width: 100%; border: 0; background: transparent; }
.hocc-express-checkout-grid > :not(.hocc-express-slot) {
  display: none !important;
}
.hocc-express-slot-btn .ppcp-disabled,
.hocc-express-slot-btn .ppcp-disabled * {
  pointer-events: auto !important;
  filter: none !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
.hocc-express-slot-btn #ppc-button-ppcp-gateway,
.hocc-express-slot-btn #ppc-button-applepay-container,
.hocc-express-slot-btn #ppc-button-googlepay-container,
.hocc-express-slot-btn .ppcp-button-apm,
.hocc-express-slot-btn .ppc-button-wrapper,
.hocc-express-slot-btn [id^="ppc-button-"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 45px !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
  background: transparent !important;
  box-shadow: none !important;
}
.hocc-express-slot-btn iframe,
.hocc-express-slot-btn .paypal-buttons,
.hocc-express-slot-btn .paypal-button,
.hocc-express-slot-btn apple-pay-button {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  pointer-events: auto !important;
}
.hocc-express-slot-btn apple-pay-button {
  display: block !important;
  height: 48px !important;
  min-height: 48px !important;
  width: 100% !important;
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 48px;
}
.ppc-button-wrapper iframe,
#ppc-button-ppcp-gateway iframe,
.paypal-buttons iframe,
body.single-product .ppc-button-wrapper iframe {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
}
.ppcp-button-apm:not(.ppcp-button-applepay):not(.ppcp-button-googlepay):not(:has(iframe, apple-pay-button, .gpay-button, .paypal-buttons, .gpay-card-info-container, .hocc-gpay-fallback, .hocc-apay-fallback)),
#ppc-button-ppcp-applepay:not(:has(iframe, apple-pay-button, .hocc-apay-fallback)),
#ppc-button-ppcp-googlepay:not(:has(iframe, .gpay-button, .hocc-gpay-fallback)) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.hocc-express-slot-btn .ppcp-button-apm,
.hocc-express-slot-btn .ppcp-button-apm:not(:has(iframe, apple-pay-button, .gpay-button, .paypal-buttons, .gpay-card-info-container)),
.hocc-express-slot-btn #ppc-button-ppcp-gateway,
.hocc-express-slot-btn #ppc-button-applepay-container,
.hocc-express-slot-btn #ppc-button-googlepay-container,
#hocc-classic-wallet-button .ppcp-button-apm,
#hocc-classic-wallet-button #ppc-button-ppcp-gateway {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 45px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.single-product .ppc-button-wrapper > button:empty,
body.single-product #ppc-button-ppcp-gateway > button:empty,
body.single-product .paypal-button:empty {
  display: none !important;
}
body.single-product .ppc-button-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 18px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  min-height: 0 !important;
}
body.single-product #ppc-button-ppcp-gateway,
body.single-product #ppc-button-applepay-container,
body.single-product #ppc-button-googlepay-container,
body.single-product .ppcp-button-apm,
body.single-product .ppc-button-wrapper .ppcp-button-apm,
body.single-product .ppcp-button-googlepay,
body.single-product .ppcp-button-applepay {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  height: auto !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.single-product .ho-single-paychips + .ppcp-messages,
body.single-product .ho-single-paychips + .ppc-button-wrapper,
body.single-product .ppcp-messages + .ppc-button-wrapper {
  margin-top: 22px !important;
}

#ppc-button-googlepay-container,
#ppc-button-applepay-container,
.hocc-express-slot-btn #ppc-button-googlepay-container,
.hocc-express-slot-btn #ppc-button-applepay-container,
body.single-product #ppc-button-googlepay-container,
body.single-product #ppc-button-applepay-container,
body.single-product .ppcp-button-googlepay,
body.single-product .ppcp-button-applepay {
  display: block !important;
  visibility: visible !important;
  min-height: 48px !important;
  height: auto !important;
  overflow: visible !important;
  background: transparent !important;
}
#ppc-button-googlepay-container .gpay-button,
#ppc-button-googlepay-container button.gpay-button,
.hocc-express-slot-btn .gpay-button,
body.single-product #ppc-button-googlepay-container .gpay-button,
body.single-product #ppc-button-googlepay-container button.gpay-button,
.hocc-gpay-fallback {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: -9999px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  background-color: #000 !important;
  background-image: url("https://www.gstatic.com/instantbuy/svg/dark_gpay.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: auto 22px !important;
}
.hocc-gpay-fallback-logo {
  display: none !important;
}
.hocc-apay-fallback {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  box-shadow: none !important;
  outline: 0 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
.hocc-apay-fallback-logo {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: #fff;
  border-radius: 40% 40% 45% 45%;
  box-shadow: 0 -3px 0 -1px #000 inset;
  position: relative;
}
#ppc-button-applepay-container apple-pay-button,
.hocc-express-slot-btn apple-pay-button,
body.single-product apple-pay-button {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 48px;
}
.hocc-express-slot-btn #wc-stripe-express-checkout-element,
#wc-stripe-express-checkout-element {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  gap: 8px !important;
}
#wc-stripe-express-checkout-button-separator {
  display: none !important;
}
.hocc-express-logo-img-link { height: 24px; }
@media (max-width: 720px) {
  .hocc-express-checkout-grid { grid-template-columns: 1fr !important; }
  body.ho-is-checkout #payment .form-row.place-order > #place_order,
  body.woocommerce-checkout #payment .form-row.place-order > #place_order {
    min-height: 52px !important;
    font-size: 16px !important;
    padding: 12px 14px !important;
  }
}

#payment ul.payment_methods,
body.ho-is-checkout #payment ul.payment_methods {
  list-style: none !important;
  margin: 0 !important;
  padding: 4px 2px 0 !important;
  border: 0 !important;
}
#payment ul.payment_methods > li,
#payment .wc_payment_method {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 0 10px !important;
  padding: 14px 16px 14px 16px !important;
  border: 1px solid #E4D9C6 !important;
  border-radius: 12px !important;
  background: #F3EEE4 !important;
  opacity: .46 !important;
  filter: grayscale(1) !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: opacity .18s ease, filter .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}
#payment ul.payment_methods > li::marker,
#payment .wc_payment_method::marker {
  content: none !important;
  display: none !important;
  font-size: 0 !important;
}
#payment ul.payment_methods > li::before,
#payment .wc_payment_method::before,
#payment .ho-pay-option::before,
#payment .ho-pay-option > label::before {
  content: none !important;
  display: none !important;
}
#payment ul.payment_methods > li:has(input[type="radio"]:checked),
#payment .wc_payment_method:has(input[type="radio"]:checked) {
  opacity: 1 !important;
  filter: none !important;
  background: #FFFDF8 !important;
  border-color: #C86B2B !important;
  box-shadow: 0 0 0 1px #C86B2B !important;
}
#payment .ho-pay-option {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  align-items: center;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  color: #3B2F22;
  position: relative;
  box-sizing: border-box !important;
}
#payment .ho-pay-option input.input-radio,
#payment ul.payment_methods li input[type="radio"],
#payment .wc_payment_method input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  float: none !important;
}
#payment .ho-pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  margin: 0 !important;
  padding: 0 !important;
}
#payment .ho-pay-icon img {
  display: block !important;
  max-height: 28px !important;
  width: auto !important;
  max-width: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  object-fit: contain;
}
#payment .ho-pay-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}
#payment .ho-pay-title {
  font-weight: 800 !important;
  color: #3B2F22;
  line-height: 1.2;
}
#payment .ho-pay-desc {
  display: block;
  color: #766A58;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
#payment .ho-pay-icon-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #7A8B5A;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
#payment .ho-pay-icon-ppcp-gateway { background: #003087; }
#payment .ho-pay-icon-ppcp-gateway::before { content: "P"; }
#payment .ho-pay-icon-ppcp-eps { background: #C86B2B; }
#payment .ho-pay-icon-ppcp-eps::before { content: "E"; }
#payment .ho-pay-icon-hocc_prepayment::before,
#payment .ho-pay-icon-bacs::before { content: "€"; }
#payment .payment_box {
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 8px 0 0 0 !important;
  color: #3B2F22 !important;
  box-shadow: none !important;
}
#payment .wc_payment_method:has(input[name="payment_method"]:checked) > .payment_box {
  display: block !important;
}
#payment .payment_box > p {
  display: none !important;
}

body.ho-is-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-message,
body.ho-is-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-message,
body.ho-is-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-info,
body.ho-is-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-info,
body.single-product .woocommerce-message,
body.single-product .woocommerce-info {
  display: block !important;
  margin: 0 0 12px !important;
  padding: 8px 12px 8px 12px !important;
  border: 1px solid #E4D9C6 !important;
  border-top: 1px solid #E4D9C6 !important;
  border-radius: 8px !important;
  background: #FFFDF8 !important;
  color: #766A58 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
body.ho-is-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-message::before,
body.ho-is-checkout .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-message::before,
body.ho-is-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-info::before,
body.ho-is-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-info::before,
body.single-product .woocommerce-message::before,
body.single-product .woocommerce-info::before {
  display: none !important;
  content: none !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.ho-is-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-info .showcoupon,
body.ho-is-checkout form.checkout > .checkout_coupon {
  display: none !important;
}
.ho-checkout-coupon {
  margin: 16px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #E4D9C6;
}
.ho-checkout-coupon > summary {
  cursor: pointer;
  list-style: none;
  color: #766A58;
  font-size: 13px;
  font-weight: 700;
}
.ho-checkout-coupon > summary::-webkit-details-marker { display: none; }
.ho-checkout-login {
  margin: 18px 0 0 !important;
  padding: 12px 0 0 !important;
  border-top: 1px solid #E4D9C6 !important;
  border-bottom: 0 !important;
}
.ho-checkout-login--top {
  margin: 0 0 20px !important;
  padding: 0 0 14px !important;
  border-top: 0 !important;
  border-bottom: 1px solid #E4D9C6 !important;
}
.ho-checkout-login > summary {
  cursor: pointer;
  list-style: none;
  color: #766A58 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 4px 0 !important;
}
.ho-checkout-login > summary::-webkit-details-marker { display: none; }
.ho-checkout-login > summary::after { content: " +"; color: #7A8B5A; }
.ho-checkout-login[open] > summary::after { content: " –"; }
.ho-otp-login--checkout {
  max-width: 420px;
  margin: 8px 0 0;
  padding: 0;
}
.ho-otp-login--checkout .ho-otp-lead {
  text-align: left;
  font-size: 13px;
  margin: 0 0 10px;
}
body.ho-is-cart .ho-checkout-login,
body.woocommerce-cart .ho-checkout-login {
  max-width: 420px;
}
.ho-checkout-coupon > summary::after { content: " +"; color: #7A8B5A; }
.ho-checkout-coupon[open] > summary::after { content: " –"; }
.ho-checkout-coupon .checkout_coupon,
.ho-checkout-coupon .woocommerce-form-coupon {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.ho-checkout-coupon input.input-text {
  min-height: 40px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 1px solid #E4D9C6 !important;
  border-radius: 8px !important;
  background: #fff !important;
  font-size: 14px !important;
  box-shadow: none !important;
}
.ho-checkout-coupon button[name="apply_coupon"] {
  min-height: 40px !important;
  padding: 0 14px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #F3EBDD !important;
  color: #3B2F22 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

body.ho-is-checkout #ship-to-different-address,
body.woocommerce-checkout #ship-to-different-address {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  line-height: 1.35 !important;
  color: #3B2F22 !important;
}
body.ho-is-checkout #ship-to-different-address label,
body.woocommerce-checkout #ship-to-different-address label,
body.ho-is-checkout #ship-to-different-address .woocommerce-form__label,
body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #E4D9C6 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #3B2F22 !important;
  cursor: pointer !important;
}
body.ho-is-checkout #ship-to-different-address label span,
body.woocommerce-checkout #ship-to-different-address label span {
  order: 2 !important;
  display: block !important;
  min-width: 0 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #3B2F22 !important;
}
body.ho-is-checkout #ship-to-different-address label::before,
body.woocommerce-checkout #ship-to-different-address label::before,
body.ho-is-checkout #ship-to-different-address label span::before,
body.woocommerce-checkout #ship-to-different-address label span::before,
body.ho-is-checkout #ship-to-different-address label::after,
body.woocommerce-checkout #ship-to-different-address label::after,
body.ho-is-checkout #ship-to-different-address label span::after,
body.woocommerce-checkout #ship-to-different-address label span::after {
  content: none !important;
  display: none !important;
}
body.ho-is-checkout #ship-to-different-address-checkbox,
body.woocommerce-checkout #ship-to-different-address-checkbox {
  order: 1 !important;
  position: static !important;
  float: none !important;
  transform: none !important;
  opacity: 1 !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  clip: auto !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  flex: 0 0 18px !important;
  accent-color: #C86B2B !important;
}
body.ho-is-checkout.ho-shipping-open .shipping_address,
body.woocommerce-checkout.ho-shipping-open .shipping_address {
  margin-top: 14px !important;
  padding-top: 4px !important;
  border-top: 0 !important;
}

@media (max-width: 900px) {
  .ho-checkout-layout { grid-template-columns: 1fr !important; }
  .ho-checkout-aside { position: static; }
  body.ho-is-cart .ho-virtual-page > .woocommerce,
  body.woocommerce-cart .ho-virtual-page > .woocommerce {
    grid-template-columns: 1fr !important;
  }
  body.ho-is-cart .cart_totals,
  body.woocommerce-cart .cart_totals {
    position: static !important;
  }
}
