/* A single toolbar, not the product-page grid. Original WCPA inputs stay in form. */
.huntdad-sticky-option-select { display: none !important; }
body.single-product .sticky-add-to-cart {
  --hd-sticky-height: 58px;
  background: #fff !important;
  border-top: 1px solid #dce1dc !important;
  box-shadow: 0 -3px 16px rgba(47,59,47,.08) !important;
  padding: 10px 20px !important;
  color: #2F3B2F !important;
}
body.single-product .sticky-add-to-cart .container {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 1600px !important;
  min-width: 0 !important;
  margin-inline: auto !important;
}
body.single-product .sticky-add-to-cart .huntdad-sticky-layout-path { display: contents !important; }
body.single-product .sticky-add-to-cart .sticky-add-to-cart__product {
  display: flex !important;
  align-items: center !important;
  flex-flow: row nowrap !important;
  flex: 1 1 280px !important;
  min-width: 170px !important;
  width: auto !important;
  gap: 12px !important;
  margin: 0 !important;
}
body.single-product .sticky-add-to-cart .sticky-add-to-cart__product-image {
  flex: 0 0 80px !important;
  width: 80px !important;
  min-width: 80px !important;
  margin: 0 !important;
}
body.single-product .sticky-add-to-cart .sticky-add-to-cart__product img {
  flex: 0 0 80px !important;
  width: 80px !important;
  height: 80px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 10px !important;
}
body.single-product .sticky-add-to-cart .sticky-add-to-cart__product-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #2F3B2F !important;
  min-width: 0 !important;
  max-height: 2.6em;
  overflow: hidden;
  overflow-wrap: anywhere;
}
body.single-product .sticky-add-to-cart .sticky-add-to-cart__product .price {
  color: #2F3B2F !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  margin: 4px 0 0 !important;
}
body.single-product .sticky-add-to-cart form.cart {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 1 760px !important;
  gap: 12px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Flatten only wrappers associated with converted radio groups. Keep native fields
   in the DOM to preserve WCPA state, validation, pricing and submission. */
body.single-product .sticky-add-to-cart .huntdad-sticky-field-path:not([hidden]):not([style*="display: none"]):not([style*="display:none"]) {
  display: contents !important;
}
body.single-product .sticky-add-to-cart .huntdad-sticky-dropdown-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  clip-path: inset(50%) !important;
  pointer-events: none;
}
body.single-product .sticky-add-to-cart .huntdad-sticky-options-bar {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 1 1 280px !important;
  min-width: 230px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  order: 0;
}
body.single-product .sticky-add-to-cart .huntdad-sticky-option-select {
  display: block !important;
  position: static !important;
  float: none !important;
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 110px !important;
  max-width: none !important;
  height: var(--hd-sticky-height) !important;
  margin: 0 !important;
  padding: 10px 30px 10px 14px !important;
  box-sizing: border-box !important;
  border: 2px solid #2F3B2F !important;
  border-radius: 999px !important;
  background-color: #fff !important;
  color: #2F3B2F !important;
  font-family: var(--hd-font, 'Poppins', sans-serif) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
  cursor: pointer;
}
body.single-product .sticky-add-to-cart .huntdad-sticky-option-select[hidden] { display: none !important; }
body.single-product .sticky-add-to-cart form.cart .quantity {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  position: static !important;
  float: none !important;
  flex: 0 0 148px !important;
  width: 148px !important;
  min-width: 148px !important;
  height: var(--hd-sticky-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  order: 1;
}
body.single-product .sticky-add-to-cart form.cart .quantity :is(.minus, .plus, .qty) {
  position: static !important;
  float: none !important;
  inset: auto !important;
  transform: none !important;
  display: block !important;
  box-sizing: border-box !important;
  height: var(--hd-sticky-height) !important;
  min-height: var(--hd-sticky-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid #2F3B2F !important;
  background: #fff !important;
  color: #2F3B2F !important;
  font: 700 22px var(--hd-font, 'Poppins', sans-serif) !important;
  text-align: center !important;
  box-shadow: none !important;
}
body.single-product .sticky-add-to-cart form.cart .quantity :is(.minus, .plus) {
  flex: 0 0 44px !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
}
body.single-product .sticky-add-to-cart form.cart .quantity .qty {
  flex: 0 0 60px !important;
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  border-inline: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.single-product .sticky-add-to-cart form.cart .quantity .minus { border-radius: 8px 0 0 8px !important; }
body.single-product .sticky-add-to-cart form.cart .quantity .plus { border-radius: 0 8px 8px 0 !important; }
body.single-product .sticky-add-to-cart form.cart .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  float: none !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 190px !important;
  max-width: none !important;
  min-height: var(--hd-sticky-height) !important;
  margin: 0 !important;
  padding: 12px 24px !important;
  box-sizing: border-box !important;
  border: 2px solid #2F3B2F !important;
  border-radius: 8px !important;
  background: #2F3B2F !important;
  color: #fff !important;
  font: 800 21px/1.35 var(--hd-font, 'Poppins', sans-serif) !important;
  letter-spacing: .045em !important;
  white-space: nowrap !important;
  text-transform: uppercase;
  order: 2;
}
body.single-product .sticky-add-to-cart form.cart .single_add_to_cart_button span { font: inherit !important; color: inherit !important; }
body.single-product .sticky-add-to-cart form.cart .single_add_to_cart_button:is(:disabled, .disabled) { opacity: .55 !important; cursor: not-allowed; }
body.single-product .sticky-add-to-cart :is(.huntdad-sticky-option-select, .single_add_to_cart_button, .quantity .minus, .quantity .plus):focus-visible { outline: 2px solid #2F3B2F !important; outline-offset: 3px; }
@media (max-width: 999px) {
  body.single-product .sticky-add-to-cart { padding: 8px 12px !important; overflow-x: auto !important; }
  body.single-product .sticky-add-to-cart .container { min-width: 850px !important; gap: 12px !important; }
}
