:root {
  --hahishook-green: #699d21;
}

.berocket_better_labels_label {
  height: 0;
}

/* Berocket product labels stack in a flex column, but each label's margins come
   from its own admin settings. Several were saved with a negative bottom margin
   (down to -25px), which makes a label reserve less height than it paints, so
   the next one lands on top of it; the horizontal margins had drifted apart too
   (5/-5 on some, -10/-10 on others), so stacks didn't share a right edge.
   Pin the stack geometry here so it no longer depends on per-label settings.
   Size, colour and font stay per-label - only the layout is forced.
   The -10 top lifts the stack 10px above the card; the two margins net out to
   the gap between labels, so keep bottom above 10 or they end up touching. */
.berocket_better_labels .br_alabel {
  z-index: 2 !important;
}

.berocket_better_labels .br_alabel > span {
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  border-radius: 3px;
}

.hh-product-sheet .berocket_better_labels .br_alabel > span {
  margin-top: 4px !important;
}

.hh-product-sheet .woocommerce-product-gallery .berocket_better_labels.berocket_better_labels_image,
.hh-product-sheet .woocommerce-product-gallery .br_alabel_image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: calc(var(--hh-thumbs) + 8px) !important;
  width: auto !important;
  height: var(--hh-gallery);
  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
}

.berocket_better_labels
  .berocket_better_labels_position_right
  .br_alabel
  > span {
  margin-left: 5px !important;
  margin-right: -5px !important;
}

.berocket_better_labels .berocket_better_labels_position_left .br_alabel > span {
  margin-left: -5px !important;
  margin-right: 5px !important;
}

.my_account_orders {
  border-spacing: 1px;
  background: white;
}

.type-page {
  background: white;
}

.my_account_orders .order {
  outline: 1px solid var(--hahishook-green);
}

@media (max-width: 767px) {
  .woocommerce-orders .woocommerce-MyAccount-navigation {
    display: none;
  }
}

.quantity input {
  border-radius: 8px;
}

.quantity {
  margin-bottom: 15px;
}

.quantity-line {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-cart {
  display: none;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0 4px 0 0;
  transform: scaleX(-1);
}

.product-cart img {
  display: block;
  width: 22px;
  height: 22px;
  max-width: 22px;
  margin: 0;
  padding: 0;
}

.product-cart-badge {
  background-color: black;
  color: white;
  height: 18px;
  width: 18px;
  margin: 0 2px 0 0;
  border-radius: 50%;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  display: none;
  flex-shrink: 0;
}

.plus,
.minus {
  cursor: pointer;
  padding: 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: var(--hahishook-green);
  user-select: none;
  -moz-user-select: none;
  -webkit-text-select: none;
  -webkit-user-select: none;
}

.cart > .product_type_simple {
  background-color: #f2f2f2 !important;
  color: white !important;
  border-radius: 20px;
  background-color: var(--hahishook-green) !important;
}

.wc-block-components-drawer {
  max-width: 90% !important;
}

.wc-block-components-drawer__screen-overlay {
  z-index: 10001 !important;
}

h2.wc-block-mini-cart__title {
  font-size: 16px !important;
}

.wc-block-mini-cart {
  position: fixed;
  bottom: 50px;
  left: 10px;
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: black;
  box-shadow: 0 1px 4px 0;
}

form {
  margin-bottom: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

.woocommerce-loop-product__title {
  text-decoration: underline;
}

.iw-container .iw-title {
  background-color: white;
  color: black;
}

span.xoo-wsch-close {
  font-size: 26px;
}

.header-widget-region {
  position: sticky;
  top: 0;
  z-index: 98;
  background: #fff;
}

.header-widget-region .widget,
.header-widget-region .aws-container,
.header-widget-region .aws-search-form {
  background: #fff;
}

.site-header {
  z-index: 10001;
  overflow: visible;
}

.header-widget-region .aws-container {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .header-widget-region {
    top: 60px;
    margin-bottom: 0;
  }

  .header-widget-region .aws-container {
    margin-top: 0;
  }

  .header-widget-region .wp-container-core-columns-is-layout-28f84493,
  .header-widget-region ins.adsbygoogle,
  .header-widget-region .google-auto-placed {
    display: none !important;
  }
}

/* Clip wide rows here, not on #page: overflow on .site makes it the sticky
   containing block, so mobile search (top: 88px) sits 60px too low. */
#page.site {
  overflow-x: visible;
  overflow-y: visible;
}

.site-content {
  overflow-x: clip;
}

#pojo-a11y-toolbar,
#ea11y-root {
  z-index: 100000 !important;
}

#block-24 {
  display: flex;
  flex-direction: column-reverse;
}

.aws-search-form {
  margin-bottom: 0;
}

.site-search {
  display: none;
}

ul.products li.product {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
}

.product {
  background: #ffffffd0;
}

#customer_details {
  background: #ffffff;
  padding: 10px;
}

.wp-container-2 p {
  display: none;
}

.product > .product_type_simple,
.product > .product_type_woosb {
  margin-bottom: 6.65px !important;
  border-radius: 20px;
  color: black;
}

.product .out-of-stock {
  height: auto;
}

@media (max-width: 767px) {
  .product .out-of-stock {
    height: auto;
  }
}

.cwg_popup_submit {
  padding: 9.89px !important;
  border-radius: 20px !important;
  margin-bottom: 7.4px;
  color: white !important;
  background-color: var(--hahishook-green) !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-form-login__submit {
  border: 1px solid var(--hahishook-green);
  color: var(--hahishook-green);
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

.price-per-unit {
  font-size: 15px;
}

.woocommerce-Price-amount {
  margin-left: 5px;
}

.price .woocommerce-Price-amount, 
.aws_result_price .woocommerce-Price-amount, 
.not-packed {
  font-size: 18px;
  font-weight: bold;
  color: green;
}

.amount-per-unit {
  font-weight: bold;
}

.product {
  border-radius: 20px;
}

#social-links-desktop,
#under-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  overflow: visible;
}

#under-menu {
  margin-top: 0;
}

.custom-logo {
  width: 52px !important;
  height: 52px !important;
}

.page-title,
#site-header-cart,
.site-info,
.added_to_cart {
  display: none !important;
}

.site-header-cart .cart-contents::after {
  float: right;
  padding-left: 5px;
}

.right-sidebar .content-area {
  width: 100%;
}

.widget .wp-block-columns {
  margin: 0;
}

.social-logo {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .xoo-wsc-basket {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .archive .col-full,
  .post-type-archive-product .col-full,
  .single-product .col-full {
    margin: 0;
  }
  ul.products {
    margin: 0 4px;
  }
  li.product {
    width: calc(50% - 8px);
    margin-left: 4px;
    margin-right: 4px !important;
    float: right;
    box-sizing: border-box;
  }
  ul.products li.product .woocommerce-loop-product__title {
    font-weight: 700;
  }

  .related-products,
  .upsells {
    padding: 0;
  }

  .header-text {
    font-size: 21px;
    line-height: 110%;
    padding: 0 5px;
  }
}

.header-text {
  margin: 0;
  line-height: 1.2;
}

.header-text strong {
  display: block;
}

.hh-header-tagline {
  display: block;
  margin-top: 2px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .site-header {
    background-image: none !important;
    background-color: #fff !important;
    box-shadow: none;
    position: sticky;
    top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 66.4989378333em;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.617924em;
    padding-right: 2.617924em;
    box-sizing: content-box;
    gap: 4px 8px;
  }

  .site-header::before,
  .site-header::after,
  .storefront-primary-navigation::before,
  .storefront-primary-navigation::after {
    content: none;
    display: none;
  }

  .site-header > .col-full {
    display: flex;
    align-items: center;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    float: none;
    margin: 0;
    padding: 0;
    order: 1;
  }

  .woocommerce-active .site-header .site-branding,
  .site-branding {
    float: none !important;
    width: auto !important;
    margin: 0;
    padding: 0;
    padding-inline-end: 10px;
    display: flex;
    align-items: center;
    line-height: 0;
  }

  .site-branding .logo,
  .site-branding .custom-logo-link,
  .site-branding .custom-logo {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 0;
  }

  .site-branding .site-description {
    display: none;
  }

  .site-search {
    display: none !important;
  }

  .header-text {
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }

  .storefront-primary-navigation,
  .storefront-primary-navigation > .col-full,
  .woocommerce-active .site-header .main-navigation,
  .storefront-primary-navigation .primary-navigation,
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    display: contents;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    clear: none;
  }

  .site-header .menu-toggle,
  .site-header .handheld-navigation {
    display: none !important;
  }

  .header-widget-region {
    display: none !important;
  }

  .header-widget-region ins.adsbygoogle,
  .header-widget-region .google-auto-placed,
  .header-widget-region .wp-block-column:not(:has(.aws-container)):not(:has(#under-menu)) {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
  }

  #social-links-desktop {
    margin: 0;
    padding: 0;
    min-height: 0;
  }

  #social-links-desktop .social-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 66.4989378333em) {
  .site-header {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media (min-width: 768px) and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.site-branding {
  width: auto !important;
}

.site-header > .col-full {
  display: flex;
}

.home.post-type-archive-product .site-header {
  margin-bottom: 0;
}

.xoo-wsc-basket {
  margin-left: 20px;
}

.xoo-wsc-img-col {
  margin-left: 7px;
}

.xoo-wsch-text {
  margin-right: 5px;
}

.attachment-woocommerce_thumbnail {
  border-radius: 20px;
  padding: 10px;
}

li.product {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.site-branding {
  margin: 0;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  padding: 10px 9px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .desktop-none {
    display: none !important;
  }

  .main-navigation ul.nav-menu > li.menu-item-has-children > a::after {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .mobile-none {
    display: none !important;
  }
}

.hahishook-color {
  color: var(--hahishook-green);
}

.am-menu-icon {
  width: 25px;
  text-align: center;
}

.am-icon-reverse {
  transform: scaleX(-1);
}

#am-mobile-menu {
  position: sticky;
  top: 0;
  right: 0;
  color: #000;
  display: flex;
  z-index: 10000;
  height: 60px;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.woocommerce-checkout #am-mobile-menu {
  display: none;
}

@media (max-width: 782px) {
  .admin-bar #am-mobile-menu {
    top: 46px;
  }
}

@media (min-width: 783px) {
  .admin-bar #am-mobile-menu {
    top: 32px;
  }
}

@media (max-width: 767px) {
  .site-header {
    display: none !important;
  }

  #am-mobile-menu {
    display: block !important;
  }

  #social-links-mobile {
    display: flex;
    position: relative;
    left: auto;
    width: 100%;
    padding: 5px 8px;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
  }

  #am-mobile-menu .hh-mobile-home-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    line-height: 0;
  }

  #am-mobile-menu .hh-mobile-home-logo img {
    height: 48px;
    width: auto;
    max-height: 48px;
    display: block;
  }

  #am-mobile-menu .hh-header-socials-inner {
    gap: 4px;
  }

  .menu-side.menu-right {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    justify-content: right;
  }

  .menu-side.menu-left {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    justify-content: left;
    align-items: center;
    gap: 4px;
    direction: ltr;
  }

  .storefront-primary-navigation {
    width: 100px;
  }

  button.menu-toggle {
    border: none;
  }

  #menu-curtain .menu-item {
    border-bottom: 1px solid #c2bfb6;
    box-sizing: border-box;
  }

  #menu-curtain .dropdown-toggle {
    padding: 0 10px;
  }

  .hh-mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 4px 8px 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }

  .hh-mobile-menu-close span {
    display: block;
    margin-top: -2px;
  }

  #menu-curtain .hh-mobile-tabs {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }

  #menu-curtain .hh-menu-cats > a,
  #menu-curtain .hh-menu-info > a,
  #menu-curtain .hh-menu-account > a,
  #menu-curtain .dropdown-toggle {
    display: none !important;
  }

  #menu-curtain .hh-menu-cats,
  #menu-curtain .hh-menu-info,
  #menu-curtain .hh-menu-account {
    border-bottom: none;
  }

  #menu-curtain .handheld-navigation,
  #menu-curtain .handheld-navigation ul.menu,
  #menu-curtain .handheld-navigation ul.menu > .hh-menu-cats > .sub-menu,
  #menu-curtain .handheld-navigation ul.menu > .hh-menu-info > .sub-menu,
  #menu-curtain .handheld-navigation ul.menu > .hh-menu-account > .sub-menu,
  #menu-curtain .hh-menu-cats > .sub-menu,
  #menu-curtain .hh-menu-info > .sub-menu,
  #menu-curtain .hh-menu-account > .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    float: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }

  /* Parent departments (e.g. בחירות תזונתיות): collapsed until tapped. */
  #menu-curtain .handheld-navigation ul.menu .hh-menu-cat-parent > .sub-menu,
  #menu-curtain .hh-menu-cat-parent > .sub-menu {
    display: none !important;
    visibility: hidden !important;
    padding-right: 16px;
  }

  #menu-curtain .handheld-navigation ul.menu .hh-menu-cat-parent.is-open > .sub-menu,
  #menu-curtain .hh-menu-cat-parent.is-open > .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    float: none;
    width: 100%;
    margin: 0;
    padding-right: 16px;
    box-shadow: none;
    background: transparent;
  }

  #menu-curtain .hh-menu-cat-parent > a {
    display: flex !important;
    cursor: pointer;
  }

  #menu-curtain .hh-menu-cat-parent > a::after {
    content: none !important;
    display: none !important;
  }

  #menu-curtain .menu-item-has-children:not(.hh-menu-cat-parent) > a::after {
    content: none !important;
    display: none !important;
  }

  #menu-curtain:not([data-hh-tab="info"]) .hh-menu-info {
    display: none !important;
  }

  #menu-curtain:not([data-hh-tab="account"]) .hh-menu-account {
    display: none !important;
  }

  #menu-curtain[data-hh-tab="info"] .hh-menu-cats,
  #menu-curtain[data-hh-tab="info"] .hh-menu-account {
    display: none !important;
  }

  #menu-curtain[data-hh-tab="account"] .hh-menu-cats,
  #menu-curtain[data-hh-tab="account"] .hh-menu-info {
    display: none !important;
  }

  #menu-curtain[data-hh-tab="info"] .hh-menu-info,
  #menu-curtain[data-hh-tab="info"] .hh-menu-info > .sub-menu,
  #menu-curtain[data-hh-tab="account"] .hh-menu-account,
  #menu-curtain[data-hh-tab="account"] .hh-menu-account > .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
  }

  #menu-curtain[data-hh-tab="info"] .hh-menu-info-item,
  #menu-curtain[data-hh-tab="account"] .hh-menu-account-item {
    display: list-item !important;
  }

  #menu-curtain[data-hh-tab="cats"] .hh-menu-cats,
  #menu-curtain[data-hh-tab="cats"] .hh-menu-cats > .sub-menu {
    display: block !important;
    visibility: visible !important;
  }

  #menu-curtain .hh-menu-cat > a,
  #menu-curtain .hh-menu-cat-parent > a,
  #menu-curtain .hh-menu-info-item > a,
  #menu-curtain .hh-menu-account-item > a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    line-height: 1.2;
    min-height: 0;
  }

  #menu-curtain .hh-menu-info-item > a .hh-nav-icon,
  #menu-curtain .hh-menu-account-item > a .hh-nav-icon {
    width: 18px;
    height: 18px;
    color: var(--hahishook-green);
    flex-shrink: 0;
  }

  .header-widget-region > .col-full {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
    width: 100%;
    max-width: 100%;
    padding: 4px 8px 4px var(--hh-a11y-side, 44px);
    box-sizing: border-box;
    overflow: hidden;
  }

  .header-widget-region > .col-full > .hh-mobile-warehouse {
    flex: 0 0 auto;
    order: 0;
  }

  .header-widget-region > .col-full > .widget {
    flex: 1 1 0;
    min-width: 0;
    order: 1;
    margin: 0;
    padding: 0;
  }

  #block-24,
  #block-24 > .wp-block-columns,
  #block-24 > .wp-block-columns > .wp-block-column {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  #block-24 .aws-container {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
  }
  
}

.menu-side {
  width: calc(50% - 40px);
  display: flex;
  height: 50px;
}

.menu-right {
  justify-content: right;
}

.menu-left {
  justify-content: left;
}

.am-menu-toggle {
  font-size: 30px;
  padding: 0 10px;
}

#menu-curtain {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 20000;
  display: flex;
  overflow-y: auto;
}

#menu-part {
  width: 90%;
  background: white;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

#gray-part {
  overflow-y: auto;
  width: 10%;
  background: rgba(0, 0, 0, 0.83);
}

.handheld-navigation {
  max-height: unset;
}

#menu-curtain .dropdown-toggle,
#menu-curtain .handheld-navigation button {
  display: none !important;
}

#menu-curtain .handheld-navigation ul.menu li button::after,
#menu-curtain .menu-item-has-children:not(.hh-menu-cat-parent) > a::after {
  content: none !important;
  display: none !important;
}

#menu-curtain .hh-menu-cat-parent > a::after,
.main-navigation ul ul li.hh-menu-cat-parent > a::after {
  content: none !important;
  display: none !important;
}

.hh-menu-cat-fold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1em;
  margin: 0 4px;
  color: var(--hahishook-green);
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
}

#menu-menu {
  font-size: 17px;
  line-height: 1.2;
  padding: 0 0 15px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*
 * Safari uses an SVG's intrinsic box as flex min-height, so category rows
 * grow to ~2× Chrome/Android. Cap the icon and kill leftover Storefront padding.
 */
#menu-curtain .menu-item {
  padding: 0;
  margin: 0;
  min-height: 0;
  line-height: 1.2;
}

#menu-curtain .hh-menu-cat > a,
#menu-curtain .hh-menu-cat-parent > a,
#menu-curtain .hh-menu-info-item > a,
#menu-curtain .hh-menu-account-item > a {
  padding: 8px 14px !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
  height: auto;
}

#menu-curtain .hh-cat-icon,
#menu-curtain .hh-nav-icon {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px;
  max-height: 18px;
  flex: 0 0 18px;
  overflow: hidden;
}

#menu-curtain .hh-menu-cats > a,
#menu-curtain .hh-menu-info > a,
#menu-curtain .hh-menu-account > a {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

#menuicons {
  display: flex;
  justify-content: stretch;
  font-weight: 700;
  font-size: 12px;
  padding: 0;
  background: #689d21;
  position: sticky;
  top: 0;
  z-index: 2;
  flex: 0 0 auto;
}

#menuicons img {
  height: 30px;
}

#menuicons a,
#menuicons button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 1 0;
  gap: 4px;
  width: auto;
  min-width: 0;
  text-align: center;
  color: white;
  line-height: 1.2;
  padding: 8px 4px;
  background: none;
  border: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.75;
}

#menuicons a:hover,
#menuicons button:hover,
#menuicons .is-active {
  opacity: 1;
  box-shadow: inset 0 -3px #fff;
}

#menuicons .hh-nav-icon {
  width: 22px;
  height: 22px;
  color: #fff;
}

.hh-menu-cat-current > a {
  color: var(--hahishook-green);
  font-weight: 800;
  background: #f3f8ea;
}

.hh-menu-cat-arrow {
  display: none;
}

.hh-category-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 4px;
  padding: 0 12px;
}

.hh-category-title-row .hh-category-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.hh-cat-sec-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid #cfd8c8;
  border-radius: 8px;
  background: #fff;
  color: var(--hahishook-green);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.hh-cat-sec-toggle:hover {
  border-color: var(--hahishook-green);
  background: #f3f8ea;
}

.hh-cat-section.is-collapsed .products,
.hh-cat-section.is-collapsed ul.products,
.hh-cat-section.is-collapsed .hh-cat-row,
.hh-cat-section.is-collapsed .hh-cat-lazy {
  display: none !important;
}

.hh-cat-lazy {
  padding: 12px 8px 24px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.hh-cat-section {
  scroll-margin-top: 72px;
}

.site-header-cart .cart-contents {
  padding: 10px;
}

.header-widget-region .widget {
  padding: 3px;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
ul.products li.product a.woocommerce-LoopProduct-link img {
  display: block;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

ul.products li.hh-compact-card .attachment-woocommerce_thumbnail {
  margin: 0 auto !important;
  padding: 0 !important;
}

ul.products {
  margin: 5px;
}

.woocommerce-loop-product__title {
  padding: 0 1px;
  margin: 0 !important;
  height: 35px;
}

ul.products .size-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.product-subtitle {
  font-size: 13px;
  font-weight: 700;
  height: 35px;
  margin: 3px 0 0 0;
  line-height: 15px;
}

.single-product .summary > .product-subtitle {
  font-size: 20px;
}

ul.products li.product .price {
  display: flex !important;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0 6px;
  color: black;
  height: auto;
  min-height: 34.12px;
  line-height: 15px;
  width: 100%;
}

.woocommerce-placeholder.wp-post-image {
  padding: 10px;
  height: 180px;
  width: 180px;
}

ul.products li.product .price {
  display: flex !important;
  justify-content: flex-start;
  color: black;
}

.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.wc-block-grid__product-onsale,
.widget_search form:before,
.widget_product_search form:before {
  color: #636363;
}

ul.products li.product .price {
  margin-bottom: 0;
}

ul.products li.product .button {
  margin-bottom: 0;
  border-radius: 999px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button.cancel {
  margin-top: 10px;
}

.storefront-breadcrumb {
  padding: 0;
  margin: 0;
}

#shipping_method {
  text-align: right;
}

.price br {
  display: none;
}

.storefront-product-pagination {
  display: none;
}

.woocommerce-cart .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  padding: 0;
}

.storefront-sticky-add-to-cart
  .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  display: none;
}

.stock.in-stock::before {
  content: "";
}

.backorder_notification,
.stock.available-on-backorder {
  font-weight: 700;
}

.demo_store {
  bottom: 0;
  z-index: 888;
}

.xoo-wsc-basket {
  bottom: 0;
}

.woocommerce-order-received address,
.woocommerce-order-received .woocommerce-customer-details h2 {
  display: none;
}

#order_review_heading,
#order_review {
  width: 100% !important;
  float: right;
}

@media (min-width: 768px) {
  #order_review_heading,
  #order_review {
    width: 52.9% !important;
    float: right;
    margin-left: 5.88%;
  }
}

.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}

.attachment-woocommerce_thumbnail {
  object-fit: contain;
}

@media (max-width: 768px) {
  .woocommerce-active .site-header .main-navigation {
    margin-top: 5px;
  }

  #site-navigation-menu-toggle {
    float: right;
    border-radius: 10px;
    margin-right: 10px;
  }
}
.header-widget-region {
  margin-bottom: 0;
}

h2.wp-block-heading {
  margin: 0px;
}

.intro-first-time {
  padding-top: 50px;
}

#post-2441 .intro-first-time {
  padding-top: 0;
}

.intro-first-time .wp-block-group {
  border: solid 5px var(--hahishook-green);
  margin-bottom: 20px;
  border-radius: 20px;
}

.intro-first-time .wp-block-button__link {
  border-radius: 20px !important;
  height: 45px;
  display: flex;
  align-items: center;
}

.intro-first-time header h1.entry-title {
  text-align: center;
}

.intro-first-time .wp-block-buttons {
  padding: 20px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 1em;
}

#post-2441 .wp-block-image,
#post-2441 .wp-block-button,
#post-2441 .entry-header {
  display: none;
}

.page-id-2441 .site {
  overflow-x: unset;
}

.wc-block-mini-cart__shopping-button.contained {
  border-radius: 20px;
  padding: 5px;
}

@media (min-width: 768px) {
  .site-main ul.products.columns-3 li.product {
    width: 16.9%;
  }
}

.woocommerce ul#shipping_method {
  display: none;
}

.woocommerce {
  width: 100%;
}

.wp_pkpo_checkout_column > td {
  border: 2px solid var(--hahishook-green);
}

table td,
table th,
table thead th {
  padding: 5px;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 25%;
}

table.hahishook-table, .hahishook-table th, .hahishook-table td {
  border: 1px solid black;
  border-collapse: collapse;
}

.hahishook-table td, .hahishook-table th {
  padding: 3px;
}

.hahishook-table {
  overflow: visible;
}

.site:has(.hahishook-table) {
  overflow-x: visible;
}

table.hahishook-table {
  position: relative;
}

.hahishook-table th {
  background: white;
  position: sticky;
  top: -1px;
}

.hidable-tbody,
.hide_order_details, 
.show_order_details, 
.round_package {
  display: none;
}

.round_package:first-of-type {
  display: block;
}

.add-support-button, .add-product-button {
  max-width: 230px;
  background-color: var(--hahishook-green);
  color: white;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  padding: 3px 6px;
  margin: 3px;
  text-align: center;
}

form.woocommerce-checkout {
  display: flex;
  flex-direction: column;
}

.support-container {
  display: flex;
  align-items: center;
}

.saving-text {
  font-size: 24px; 
  color: var(--hahishook-green);
  font-weight: bold;
  max-width: 540px;
}

.support-text {
  background: white;
  padding: 0 0 10px 10px;
  max-width: 540px;
}

.show_order_details,
.hide_order_details {
  cursor: pointer;
  background-color: var(--hahishook-green);
  color: white;
  border-radius: 20px;
  width: 150px;
  text-align: center;
  padding: 5px;
  margin: 10px;
}

.woocommerce-shipping-totals.shipping > th {
  display: none;
}

.woocommerce-shipping-totals.shipping > td {
  max-width: 250px;
  border: 2px solid var(--hahishook-green);
  padding: 5px;
}

.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wp-block-woocommerce-mini-cart-cart-button-block,
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  > .block-editor-inner-blocks
  > .block-editor-block-list__layout
  .wp-block-woocommerce-mini-cart-cart-button-block {
  display: inline-flex;
}

del.hh-chain-price {
  color: #000 !important;
  text-decoration: line-through;
  text-decoration-skip-ink: none;
  font-weight: 400;
  display: inline-block;
}

del.hh-chain-price .woocommerce-Price-amount,
del.hh-chain-price bdi {
  color: inherit !important;
  text-decoration: line-through;
  text-decoration-skip-ink: none;
  font-weight: 400;
  margin-left: 0 !important;
}

.price del:not(.hh-chain-price) .woocommerce-Price-amount,
.price del:not(.hh-chain-price) bdi {
  text-decoration: none;
}

.hh-our-price,
.hh-our-price .woocommerce-Price-amount,
.hh-our-price .woocommerce-Price-amount bdi,
.hh-mini-cart-sum > .wc-block-components-totals-item__value {
  color: var(--hahishook-green) !important;
  font-weight: 700;
}

.hh-cart-total-weight {
  font-weight: 400;
  white-space: nowrap;
}

.hh-mini-cart-sum {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wc-block-mini-cart__footer .hh-mini-cart-saving {
  color: var(--hahishook-green);
  font-weight: 700;
  display: block;
  width: 100%;
  margin: 0 0 12px;
}

.wc-block-mini-cart__footer-subtotal .hh-chain-price {
  margin-inline-start: auto;
}

.wc-block-mini-cart__button {
  margin: 7px 5px 0 5px;
  padding: 0.3em 0.5em 1.5em 1.6em !important;
}

.grayed-out-of-stock {
  opacity: 0.5;
}

.wc-block-mini-cart {
  z-index: 889;
}

.woocommerce-store-notice {
  padding-left: 60px;
}

.woocommerce-breadcrumb {
  margin-bottom: 10px;
}

.woocommerce-products-header .term-description {
  font-size: 16px;
  color: black;
  padding: 5px;
}

.hh-term-desc__clamp {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
}

.hh-term-desc .hh-chip {
  display: block;
  width: max-content;
  margin-top: 8px;
  margin-left: 0;
  margin-right: auto;
}

.woocommerce-products-header > .term-description {
  display: none;
}

.woocommerce-products-header .term-description p {
  margin: 0;
}

#payment .place-order {
  padding: 0;
  margin-top: 10px;
}

#payment .payment_methods li .payment_box {
  padding: 5px;
}

#billing_country_field {
  display: none;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    padding: 5px 1.41575em;
  }
}

@media (min-width: 768px) {
  .desktop-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .social-logo {
    padding-left: 3px;
  }
}

.optional {
  display: none;
}

.wp_pkpo_form_select {
  margin-bottom: 0;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt,
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover,
.wc-block-components-button:not(.is-link),
.wc-block-components-button:not(.is-link):hover,
.wc-block-components-button:not(.is-link):focus,
.wc-block-components-button:not(.is-link):active {
  background-color: var(--hahishook-green);
  color: white;
}

.orders-list {
  display: none;
}

.hentry
  .entry-content
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link
  a {
  padding: 0;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-content p {
  margin: 0;
}

#post-9 h1 {
  margin: 0;
}

.wc-block-mini-cart__badge {
  color: white;
  background: black;
}

.white-page {
  width: 100%;
  min-height: 1500px;
  padding: 5%;
  background: white;
}

.post-edit-link {
  display: none;
}

.mobmenu-content li > .sub-menu li {
  padding-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .mobmenu-right-panel {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .main-navigation ul.menu ul li.menu-item-has-children > a::after,
  .main-navigation ul.menu ul li.page_item_has_children > a::after,
  .main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
  .main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
    content: "";
  }
}

.saving-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  border-radius: 3px;
  color: white;
  margin: -5px 0 0 -5px;
  font-weight: bold;
  line-height: 1.1;
  padding: 2px;
  text-align: center;
}

.highest-badge {
  background: blue;
}

.nice-badge {
  background: #8888ff;
}

.low-badge {
  background: #ddeeff;
  color: gray;
}

.negative-badge {
  background: #888;
}

.woocommerce-product-gallery .saving-badge {
  top: 100px;
  text-align: center;
  left: 10px;
}

.aws_result_excerpt .saving-badge {
  position: relative;
  margin: 0 60px 0 0;
}

.saving-popup {
  background: white;
  color: black;
  font-weight: 400;
  margin-top: 10px;
  display: none;
}

li > .saving-badge:hover .saving-popup {
  display: block;
}

.single-product .saving-badge {
  margin-top: 50px;
  z-index: 9;
}

.adjusted span {
  text-decoration: underline;
}

.adjusted-note {
  display: none;
  font-weight: 400;
}

.adjusted:hover .adjusted-note {
  display: block;
}

.category-link {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  background-color: var(--hahishook-green);
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
}

.archive .woocommerce-error, 
.product-template-default .woocommerce-error,
.home .woocommerce-error {
  display: none;
}

.woocommerce-button {
  margin-bottom: 3px;
}

.categories-navigation {
  display: flex;
  justify-content: space-between;
}

.category-navigation {
  background-color: var(--hahishook-green);
  color: white;
  font-size: 20px;
  padding: 5px 10px;
  margin: 10px;
  border-radius: 5px;
}

.hh-next-dept {
  clear: both;
  text-align: center;
  padding: 20px 12px 28px;
}

.hh-next-dept-link {
  display: inline-block;
  background-color: var(--hahishook-green);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
}

.hh-category-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0 4px;
  padding: 0 12px;
}

.hh-category-heading img {
  max-width: 50%;
}

.hh-category-title,
#hh-product-category-below > h2,
.tax-product_cat h1 {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.25;
  margin: 8px 0 4px;
  padding-bottom: 3px;
}

#hh-product-category-below > h2 {
  padding: 0 12px 3px;
}

.hh-term-desc {
  padding: 0 12px;
}

.hh-category-title a {
  color: inherit;
  text-decoration: none;
}

.hh-category-title a:hover {
  text-decoration: underline;
}

.hh-dept-subcat {
  margin-top: 24px;
}

.hh-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 4px 24px;
}

.hh-cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 108px;
  padding: 12px 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  text-align: center;
  color: var(--hahishook-green);
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.hh-cat-tile:hover,
.hh-cat-tile:focus-visible {
  border-color: var(--hahishook-green);
  box-shadow: 0 4px 12px rgba(105, 157, 33, 0.12);
  transform: translateY(-1px);
  color: var(--hahishook-green);
}

.hh-cat-icon {
  width: 32px;
  height: 32px;
  display: block;
  flex-shrink: 0;
  color: var(--hahishook-green);
}

.hh-menu-cat > a,
.hh-menu-cat-parent > a,
.hh-menu-cats > a,
.hh-menu-info > a,
.hh-menu-account-icon > a,
.hh-menu-account-item > a {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.hh-menu-cat-parent > a {
  cursor: pointer;
}

.hh-menu-cat > a .hh-cat-icon,
.hh-menu-cat-parent > a .hh-cat-icon,
.hh-nav-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  overflow: visible;
}

.hh-menu-cat > a .hh-cat-icon,
.hh-menu-cat-parent > a .hh-cat-icon {
  color: var(--hahishook-green);
}

.hh-menu-cats > a .hh-nav-icon,
.hh-menu-info > a .hh-nav-icon,
.hh-menu-account-icon > a .hh-nav-icon {
  color: var(--hahishook-green);
}

.hh-header-search,
.hh-header-socials,
.hh-header-place,
.hh-header-wholesale,
.hh-header-utils,
.hh-header-break {
  list-style: none;
}

.hh-header-utils-inner,
.hh-header-place-inner,
.hh-header-socials-inner {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hh-header-place-inner,
.hh-header-socials-inner {
  direction: ltr;
}

.hh-header-place-inner .hh-warehouse-pin,
.hh-header-place-inner .warehouse-link,
.hh-header-wholesale .hh-wholesale-toggle {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.hh-header-socials .social-logo,
.hh-header-utils .social-logo,
#am-mobile-menu .hh-header-socials-inner .social-logo {
  padding: 0;
  flex-shrink: 0;
  line-height: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hh-header-socials .social-logo img,
.hh-header-utils .social-logo img,
#am-mobile-menu .hh-header-socials-inner .social-logo img {
  display: none !important;
}

.hh-header-socials .hh-social-icon,
.hh-header-utils .hh-social-icon,
#am-mobile-menu .hh-social-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.hh-mobile-account {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 0 10px;
  white-space: nowrap;
  color: var(--hahishook-green);
}

.hh-mobile-account .hh-nav-icon {
  width: 28px;
  height: 28px;
  color: var(--hahishook-green);
}

@media (min-width: 768px) {
  /* Sticky header sits 36px down under the FD strip but still occupies
     y=0 in flow, which hid "צרכנים למען צרכנים" under the search row. */
  body.hh-fd-mode .site-content,
  body.hh-fd-invite .site-content {
    margin-top: 36px;
  }

  body.hh-fd-cart-open.hh-fd-mode .site-content,
  body.hh-fd-cart-open.hh-fd-invite .site-content,
  body.hh-fd-mode:has(.wc-block-mini-cart__drawer[aria-modal="true"]) .site-content,
  body.hh-fd-invite:has(.wc-block-mini-cart__drawer[aria-modal="true"]) .site-content {
    margin-top: 0;
  }

  .site-header > .col-full,
  .main-navigation ul > li.hh-header-socials,
  .main-navigation ul > li.hh-header-place,
  .main-navigation ul > li.hh-header-wholesale,
  .main-navigation ul > li.hh-menu-account-icon,
  .main-navigation ul > li.hh-menu-cats,
  .main-navigation ul > li.hh-menu-info,
  .main-navigation ul > li.hh-header-search {
    position: relative;
  }

  .main-navigation ul > li.hh-header-place {
    order: 2;
    flex: 0 0 auto;
    margin-inline-start: auto;
  }

  .main-navigation ul > li.hh-header-socials {
    order: 3;
    flex: 0 0 auto;
  }

  .main-navigation ul > li.hh-menu-account-icon {
    order: 4;
    flex: 0 0 auto;
  }

  .main-navigation ul > li.hh-menu-account-icon > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    color: var(--hahishook-green);
  }

  .main-navigation ul > li.hh-menu-account-icon .hh-nav-icon {
    width: 22px;
    height: 22px;
    display: block;
  }

  .main-navigation ul > li.hh-menu-account-cart .hh-nav-icon {
    transform: scaleX(-1);
  }

  .main-navigation ul > li.hh-menu-account-icon::after {
    content: none !important;
  }

  .main-navigation ul > li.hh-header-break {
    order: 10;
    flex: 1 0 100%;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .main-navigation ul > li.hh-menu-cats {
    order: 11;
    flex: 0 0 auto;
    z-index: 5;
  }

  .main-navigation ul > li.hh-header-search {
    order: 12;
    flex: 1 1 280px;
    min-width: 200px;
  }

  .main-navigation ul > li.hh-header-search:focus-within,
  .main-navigation ul > li.hh-header-search:has(.aws-form-active),
  .main-navigation ul > li.hh-header-search:has(.aws-search-result) {
    flex: 2 1 420px;
    min-width: 320px;
  }

  .main-navigation ul > li.hh-header-wholesale {
    order: 13;
    flex: 0 0 auto;
  }

  .main-navigation ul > li.hh-menu-info {
    order: 14;
    flex: 0 0 auto;
  }

  .main-navigation ul > li.hh-menu-account-icon:hover > .sub-menu,
  .main-navigation ul > li.hh-menu-account-icon.focus > .sub-menu,
  .main-navigation ul > li.hh-menu-info:hover > .sub-menu,
  .main-navigation ul > li.hh-menu-info.focus > .sub-menu {
    left: 0;
    right: auto;
  }

  .main-navigation ul ul li.hh-menu-cat-parent {
    position: relative;
  }

  .main-navigation ul ul li.hh-menu-cat-parent > a::after {
    content: none !important;
    display: none !important;
  }

  .main-navigation ul ul li.hh-menu-cat-parent > .sub-menu {
    display: none;
    position: static !important;
    float: none !important;
    right: auto !important;
    left: auto !important;
    top: auto;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    padding-right: 12px;
  }

  .main-navigation ul ul li.hh-menu-cat-parent:hover > .sub-menu,
  .main-navigation ul ul li.hh-menu-cat-parent.focus > .sub-menu,
  .main-navigation ul ul li.hh-menu-cat-parent.is-open > .sub-menu {
    display: block;
  }

  .hh-header-place .warehouse-link,
  .hh-header-wholesale .wholesale-link {
    width: auto;
    height: auto;
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .main-navigation ul > li.hh-header-wholesale,
  .main-navigation ul > li.hh-menu-info {
    display: flex;
    align-items: center;
    align-self: center;
    overflow: visible;
  }

  .hh-header-wholesale .hh-wholesale-toggle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
  }

  .hh-header-wholesale .wholesale-checkbox {
    margin: 0;
    flex-shrink: 0;
    direction: ltr;
    width: 36px;
    height: 20px;
    padding: 0;
    box-sizing: border-box;
  }

  .main-navigation ul > li.hh-menu-info > a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hh-header-wholesale .wholesale-link {
    position: relative;
  }

  .hh-header-wholesale .wholesale-popup {
    left: 0;
    right: auto;
    width: min(20rem, calc(100vw - 24px));
    white-space: normal;
  }

  .hh-header-search .aws-container {
    width: 100%;
    margin: 0;
  }

  .hh-header-search .aws-search-result {
    min-width: min(520px, 90vw);
    width: max(100%, min(520px, 90vw));
    right: 0;
    left: auto;
    z-index: 10000;
  }
}

.hh-cat-tile__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: #313131;
}

@media (min-width: 768px) {
  .hh-cat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin: 16px 8px 32px;
  }

  .hh-cat-tile {
    min-height: 128px;
    padding: 16px 10px;
    border-radius: 16px;
  }

  .hh-cat-tile .hh-cat-icon {
    width: 36px;
    height: 36px;
  }

  .hh-cat-tile__name {
    font-size: 14px;
  }
}

.product.product-category {
  display: none;
}

:nth-child(1 of .type-product ) {
  clear: right!important;
}

input.wholesale-checkbox {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  direction: ltr;
  cursor: pointer;
  flex-shrink: 0;
  /* Track stays visible on all sides of the knob: 16px knob inset 2px. */
  background-color: #ccc;
  background-image: radial-gradient(circle closest-side, #fff 100%, transparent);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 2px center;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, background-position 0.2s ease;
}

input.wholesale-checkbox:checked {
  background-color: var(--hahishook-green);
  background-position: right 2px center;
}

.hh-wholesale-toggle {
  display: flex;
  align-items: center;
  min-width: 0;
}

.hh-wholesale-toggle > a.cursor {
  flex-shrink: 0;
}

.hh-wholesale-toggle > a.cursor img {
  display: block;
  width: 20px;
  height: auto;
}

.wholesale-link, .warehouse-link {
  text-decoration: underline;
  width: 70px;
  height: 20px;
  background: white;
  text-align: center; 
  font-size: 15px; 
  font-weight: bold;
  margin: 5px;
  cursor: pointer;
  position: relative;
  overflow: visible;
}

.warehouse-link {
  width: 90px;
}

@media (max-width: 767px) {
  #under-menu {
    margin: 0;
    width: auto;
    display: block;
  }

  .hh-mobile-warehouse {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    direction: rtl;
    overflow: visible;
  }

  .hh-mobile-warehouse .hh-warehouse-pin {
    flex-shrink: 0;
  }

  .hh-mobile-warehouse .hh-warehouse-pin img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .hh-mobile-warehouse .warehouse-link {
    display: inline-block !important;
    width: auto;
    max-width: 28vw;
    height: auto;
    margin: 0;
    padding: 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: transparent;
    font-size: 13px;
    line-height: 24px;
  }

  .hh-mobile-warehouse .wholesale-checkbox,
  .hh-mobile-warehouse .wholesale-link {
    display: none !important;
  }
}

.wholesale-link:hover, .warehouse-link:hover,
.wholesale-link.is-open, .wholesale-link:focus-within {
  text-decoration: none;
  z-index: 200;
}

.wholesale-popup {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: auto;
  z-index: 200;
  box-sizing: border-box;
  width: min(20rem, calc(100vw - 24px));
  margin: 0;
  padding: 12px 14px;
  display: none;
  background: #fff;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  text-align: start;
  white-space: normal;
  overflow-wrap: break-word;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.wholesale-popup::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 16px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -1px 0 #e2e2e2);
}

.wholesale-popup-title {
  display: block;
  margin: 0 0 8px;
  color: var(--hahishook-green);
  font-size: 14px;
  font-weight: 700;
}

.wholesale-popup ol {
  margin: 0;
  padding: 0;
  padding-inline-start: 1.2em;
}

.wholesale-popup li + li {
  margin-top: 6px;
}

.wholesale-popup-note {
  margin: 8px 0 0;
}

.wholesale-link:hover .wholesale-popup,
.wholesale-link.is-open .wholesale-popup,
.wholesale-link:focus-within .wholesale-popup {
  display: block;
}

.wholesale-percent, .fee .amount {
  color: var(--hahishook-green);
  font-weight: bold;
}

.menu-item-object-opening > a, .round-package-wait {
  color: var(--hahishook-green);
  font-weight: bold;
}

.second-login-button {
  margin: 10px 10px 3px 10px;
  border-radius: 8px;
  border: 1px solid black;
}

.woocommerce-form-login__submit {
  background-color: var(--hahishook-green);
  color: white;
  border-radius: 8px;
}

.cursor {
  cursor: pointer;
}

button:hover.wc-block-mini-cart__button {
  background-color: unset;
}

.woot--bubble-holder {
  display: none;
}

.related-products, .upsells {
  margin: 0;
  padding: 0 8px;
}

.quantity input.enlarged-default, .aws-search-result .aws_add_to_cart .aws_quantity_field.enlarged-default {
  font-weight: bold;
  color: var(--hahishook-green);
  background-color: #C2F5F0;
}

.rtl .aws-search-result .aws_add_to_cart .aws_cart_button {
  float: right;
}

.aws-search-result .aws_add_to_cart .aws_quantity_change {
  float: right;
}

.rtl .wc-forward::after,
.rtl .woocommerce-Button--next::after {
  content: "\f30a";
}

#hh-footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 12px 0 20px;
}

#hh-footer-social .social-logo img {
  display: block;
  height: 40px;
  width: auto;
}

#hh-footer-social .vegan-friendly-logo {
  height: 48px;
  width: auto;
  position: static;
}

.hh-product-sheet {
  --hh-gallery: 240px;
  --hh-thumbs: 56px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  padding: 12px 12px 16px;
  margin-bottom: 16px;
}

.hh-product-sheet::after {
  content: "";
  display: table;
  clear: both;
}

.hh-product-sheet.is-collapsed {
  padding: 8px 12px 10px;
}

.hh-product-sheet.is-collapsed .hh-product-sheet__head {
  padding: 0 8px 0 40px;
}

.hh-product-sheet.is-collapsed .price-per-unit,
.hh-product-sheet.is-collapsed .woocommerce-product-gallery,
.hh-product-sheet.is-collapsed .hh-sheet-gallery,
.hh-product-sheet.is-collapsed .hh-card-qty,
.hh-product-sheet.is-collapsed .summary {
  display: none !important;
}

.hh-product-sheet.is-collapsed .hh-product-price-block {
  cursor: pointer;
}

.hh-product-sheet__close {
  position: absolute;
  top: 6px;
  left: 8px;
  z-index: 2;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-size: 28px;
  color: #1a73c8;
  text-decoration: none;
}

.hh-product-sheet__like {
  position: static;
  z-index: 2;
  width: auto;
  height: auto;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  margin: 0;
  flex-shrink: 0;
}

.hh-product-sheet__head {
  padding: 0 8px 0 48px;
}

.hh-product-sheet__title-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.hh-product-sheet__head .product_title {
  margin: 0 0 3px;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.25;
  width: auto;
  max-width: calc(100% - 28px);
}

.hh-product-sheet__head .product-subtitle {
  display: block;
  font-size: 16px;
  color: #666;
  margin: 0;
  height: auto;
  min-height: 0;
}

.hh-product-sheet__head .product-subtitle:empty {
  display: none;
}

.hh-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  column-gap: 8px;
  row-gap: 0;
  max-width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
  white-space: normal;
  line-height: 1.2;
}

.hh-product-excerpt-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin: 8px 0 4px;
}

.hh-product-excerpt-row .woocommerce-product-details__short-description {
  margin: 0;
  flex: 1 1 auto;
}

.hh-product-excerpt-row .woocommerce-product-details__short-description p {
  margin: 0;
  display: inline;
}

.hh-product-wholesale-gist {
  flex: 0 0 auto;
  color: var(--hahishook-green);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

.hh-product-price-block {
  margin: 0;
}

.hh-product-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 4px 0 8px;
  padding-bottom: 0;
  justify-content: flex-start;
  clear: both;
  position: relative;
  z-index: 3;
}

.hh-product-cat-link {
  color: #1a73c8;
  font-size: 14px;
  text-decoration: underline;
}

.hh-product-price__saving {
  color: var(--hahishook-green);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 2px;
}

.hh-product-facts {
  margin: 0 0 8px;
}

.hh-product-fact {
  margin: 4px 0;
  padding: 0;
  font-size: 14px;
}

.hh-product-fact--stock .stock,
.hh-product-facts .stock {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.hh-product-fact--stock .stock::before,
.hh-product-facts .stock::before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
  width: 0 !important;
}

.hh-product-fact span {
  color: #666;
  margin-left: 6px;
}

.hh-category-fineprint {
  font-size: 0.55em;
  font-weight: 400;
  color: #666;
}

.hh-product-price__ours {
  font-size: 1.45em;
  font-weight: 700;
  color: var(--hahishook-green);
  flex-shrink: 0;
}

.hh-product-price .hh-chain-price {
  flex-shrink: 0;
  font-size: 0.95em;
  font-weight: 700;
}

.hh-product-price .price-per-unit {
  flex: 1 0 100%;
  white-space: nowrap;
  color: #333;
  font-weight: 400;
  font-size: 15px;
}

.hh-product-price .amount-per-unit:not(.not-packed) {
  color: #333;
  font-weight: 400;
  font-size: 15px;
}

.hh-bold-unit .hh-product-price__ours {
  font-size: 1em;
  font-weight: 400;
  color: #333;
}

.hh-bold-unit .hh-product-price .amount-per-unit {
  font-size: 18px;
  font-weight: bold;
  color: green;
}

.single-product .hh-product-sheet .saving-badge,
.single-product .saving-badge {
  display: none !important;
}

.hh-product-sheet .woocommerce-tabs,
.hh-product-extras {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
}

.hh-product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}

.hh-chip {
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
  background: #d6eaf8;
  color: #1a73c8;
  cursor: pointer;
  font-size: 15px;
}

.hh-chip:hover,
.hh-chip:focus,
.hh-chip:active {
  background: #d6eaf8;
  color: #1a73c8;
}

.hh-chip--share {
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
}

.hh-chip.is-active,
.hh-chip.is-active:hover,
.hh-chip.is-active:focus,
.hh-chip.is-active:active {
  background: #1a73c8;
  color: #fff;
}

.hh-chip-panel {
  background: #f0f0f0;
  border-radius: 12px;
  padding: 12px;
  margin: 8px 0 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  float: none;
}

.hh-chip-panel h2 {
  display: none;
}

.hh-product-sheet .woocommerce-tabs.hh-product-extras,
.hh-product-sheet .hh-product-extras {
  width: 100% !important;
  max-width: none;
  float: none !important;
  display: block;
}

.hh-chip-panel table,
.hh-chip-panel .shop_attributes,
.hh-chip-panel .woocommerce-product-details__short-description,
.hh-chip-panel .woosb-wrap,
.hh-chip-panel .woot-table-wrapper,
.hh-chip-panel .hh-creator-product-blurbs {
  width: 100%;
  max-width: 100%;
}

.hh-creator-product-blurbs {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hh-creator-product-blurb {
  background: #f7faf7;
  border: 1px solid #d7e5d7;
  border-radius: 12px;
  padding: 1rem 1.1rem;
}

.hh-creator-product-blurb-head {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.5rem;
}

.hh-creator-product-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.hh-creator-product-blurb-title {
  font-size: 0.95rem;
  color: #333;
}

.hh-creator-product-blurb-text {
  margin: 0.4rem 0 0.6rem;
  color: #444;
  line-height: 1.5;
}

.hh-creator-product-blurb-link {
  font-weight: 600;
  color: #2a5a2a;
  text-decoration: underline;
}

.hh-product-sheet .summary {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.hh-product-sheet form.cart {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  grid-auto-rows: 0;
  direction: ltr;
  align-items: center;
  column-gap: 8px;
  margin: 0 !important;
}

.hh-product-sheet form.cart > input[type="hidden"] {
  display: none;
}

.hh-product-sheet .single_add_to_cart_button {
  grid-column: 2;
  grid-row: 1;
  border-radius: 999px;
  float: none;
  margin: 0;
  justify-self: center;
  direction: rtl;
  unicode-bidi: isolate;
}

.hh-product-sheet form.cart > .quantity {
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
  margin: 0;
}

ul.products li.product .woocommerce-loop-product__title {
  display: block;
  vertical-align: middle;
  height: auto;
}

.hh-card-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.6em;
  text-align: center;
}

.hh-card-title-row > a,
.hh-card-title-row > .woocommerce-loop-product__title {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.hh-card-title-row .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  text-align: center;
  height: auto;
  min-height: 0;
  max-height: 2.6em;
  line-height: 1.3;
  overflow: hidden;
}

.hh-card-price-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.hh-card-price-row .like-product {
  grid-column: 1;
  justify-self: end;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  transform: translateY(-3px);
}

.hh-card-price-row .price {
  grid-column: 2;
  justify-self: center;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}

.hh-product-sheet .woocommerce-product-gallery {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding-right: calc(var(--hh-thumbs) + 8px);
  box-sizing: border-box;
  float: none;
  min-height: var(--hh-gallery);
  overflow: hidden;
  opacity: 1 !important;
}

.hh-product-sheet .woocommerce-product-gallery::after {
  content: "";
  display: table;
  clear: both;
}

.hh-product-sheet .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
.hh-product-sheet .flex-viewport {
  width: 100%;
  max-width: 100%;
  height: var(--hh-gallery) !important;
  min-height: var(--hh-gallery) !important;
  float: none;
  margin: 0;
}

.hh-product-sheet .flex-viewport {
  overflow: hidden;
}

.hh-product-sheet .woocommerce-product-gallery__image {
  height: var(--hh-gallery);
  width: 100%;
  text-align: center;
}

.hh-product-sheet .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  height: var(--hh-gallery) !important;
  max-width: 100%;
  max-height: var(--hh-gallery) !important;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.hh-product-sheet .flex-control-thumbs,
.hh-product-sheet .hh-gallery-solo-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: var(--hh-thumbs);
  height: var(--hh-gallery);
  max-height: var(--hh-gallery);
  margin: 0;
  padding: 0;
  float: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.single-product div.product .hh-product-sheet .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
.single-product div.product .hh-product-sheet .woocommerce-product-gallery .flex-control-thumbs li,
.hh-product-sheet .hh-gallery-solo-thumbs li {
  width: var(--hh-thumbs);
  height: var(--hh-thumbs);
  float: none;
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
  clear: none;
}

.single-product div.product .hh-product-sheet .woocommerce-product-gallery .flex-control-thumbs li img,
.hh-product-sheet .hh-gallery-solo-thumbs li img {
  width: var(--hh-thumbs);
  height: var(--hh-thumbs);
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  opacity: 1;
}

.hh-product-sheet .woocommerce-product-gallery__trigger {
  display: none !important;
}

.pswp {
  z-index: 100010;
  background: transparent;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.45) !important;
  opacity: 1 !important;
  pointer-events: auto;
}

.pswp__ui,
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--idle .pswp__top-bar {
  opacity: 1 !important;
  visibility: visible !important;
}

.pswp__button--close {
  position: relative;
  z-index: 100011;
  width: 44px;
  height: 44px;
  margin: 8px;
  background: #fff !important;
  background-image: none !important;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.pswp__button--close::before {
  content: "×";
  display: block;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  color: #111;
}

@media (min-width: 768px) {
  .main-navigation ul ul li a {
    width: 250px;
  }

  .single-product div.product .hh-product-sheet {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
  }

  .single-product div.product .hh-product-sheet.is-collapsed {
    display: block;
  }

  .hh-product-sheet__head {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    z-index: 3;
    min-width: 0;
  }

  .hh-product-sheet .hh-product-price {
    flex-wrap: wrap;
    white-space: normal;
    overflow: visible;
  }

  .single-product div.product .hh-product-sheet .hh-sheet-gallery {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    width: 100%;
    min-width: 0;
  }

  .single-product div.product .hh-product-sheet .woocommerce-product-gallery {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    width: 100% !important;
    height: var(--hh-gallery);
    max-height: var(--hh-gallery);
    min-height: var(--hh-gallery);
    float: none !important;
    margin: 0 !important;
    padding-left: 40px;
    padding-right: calc(var(--hh-thumbs) + 8px);
  }

  .single-product div.product .hh-product-sheet .hh-sheet-gallery .hh-card-minus {
    left: calc(40px + 12px);
  }

  .single-product div.product .hh-product-sheet .hh-sheet-gallery .hh-card-plus {
    right: calc(var(--hh-thumbs) + 20px);
    display: block !important;
    opacity: 1 !important;
    z-index: 20;
    pointer-events: auto;
  }

  .hh-product-sheet .woocommerce-product-gallery__image img {
    object-position: top center;
  }

  .hh-product-sheet .summary {
    display: contents;
  }

  .hh-product-sheet .summary > * {
    grid-column: 1 / -1;
  }

  .hh-product-sheet .hh-product-excerpt-row {
    grid-column: 1 / -1;
    grid-row: 3;
    flex-wrap: nowrap;
    margin-top: 8px;
  }

  .hh-product-sheet > .hh-card-qty:not(.hh-sheet-gallery) {
    grid-column: 1;
    grid-row: 2;
  }

  .hh-product-sheet form.cart {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-self: start;
    gap: 8px;
    direction: rtl;
    width: 100%;
    margin: 0 !important;
  }

  .hh-product-sheet .single_add_to_cart_button {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    flex: 1 1 auto;
    white-space: nowrap;
    padding-left: 1.4em;
    padding-right: 1.4em;
    justify-self: start;
  }

  .hh-product-sheet form.cart > .quantity {
    grid-column: auto;
    grid-row: auto;
    flex: 0 0 auto;
    justify-self: start;
    align-self: center;
    float: none;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .hh-product-sheet {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .hh-product-sheet .woocommerce-product-gallery {
    margin: 0 !important;
    min-height: 0;
    height: var(--hh-gallery);
    max-height: var(--hh-gallery);
  }

  .hh-product-sheet .woocommerce-product-gallery__image img {
    object-position: top center;
  }

  .hh-product-sheet .summary {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .hh-product-sheet .summary .cart,
  .hh-product-sheet .summary .quantity {
    margin-bottom: 0;
  }

  .related-products,
  #hh-product-category-below {
    margin-top: 0;
    padding-top: 0;
  }

  .single-product #hh-product-category-below > h2,
  .single-product .hh-category-title {
    margin-top: 0;
  }

  .header-widget-region {
    top: 60px;
    margin-bottom: 0 !important;
    padding: 0;
    min-height: 0;
    overflow: visible;
    z-index: 9990;
  }

  .header-widget-region .widget {
    padding: 0;
    margin: 0;
  }

  .header-widget-region,
  .header-widget-region .widget,
  .header-widget-region .aws-container,
  .header-widget-region .aws-search-form,
  .header-widget-region .aws-wrapper {
    background: #fff !important;
  }

  .header-widget-region .aws-container {
    margin: 0 !important;
    padding: 0;
  }

  .header-widget-region ins.adsbygoogle,
  .header-widget-region .google-auto-placed,
  .header-widget-region .wp-block-column:not(:has(.aws-container)):not(:has(#under-menu)) {
    display: none !important;
    height: 0 !important;
    overflow: hidden;
  }

  #block-24 {
    display: block;
    margin: 0;
    min-height: 0;
    padding: 0;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: auto !important;
    box-sizing: border-box;
  }

  #block-24 > .wp-block-columns {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  #block-24 > .wp-block-columns > .wp-block-column {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    height: auto !important;
    overflow: hidden;
  }

  #block-24 > .wp-block-columns > .wp-block-column > p {
    margin: 0;
  }

  #block-24 .aws-container {
    width: 100%;
    margin: 0 !important;
  }

  .storefront-breadcrumb {
    margin: 0;
    padding: 6px 0;
    background: #fff;
  }

  .woocommerce-breadcrumb {
    margin: 0;
    padding: 4px 0;
    font-size: 13px;
    color: #333;
  }

  :root {
    --hh-a11y-top: 118px;
    --hh-a11y-side: 44px;
    --hh-a11y-shift-x: 0px;
    --hh-a11y-shift-y: 0px;
  }

  #pojo-a11y-toolbar,
  #ea11y-root {
    z-index: 100000 !important;
    visibility: visible;
  }

  #pojo-a11y-toolbar {
    top: var(--hh-a11y-top) !important;
  }

  #ea11y-root {
    transform: translate(var(--hh-a11y-shift-x), var(--hh-a11y-shift-y));
  }

  .aws-search-result {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
}

.hh-card-qty {
  display: block;
}

.hh-card-image {
  position: relative;
  line-height: 0;
  margin: 0;
  padding: 3px 3px 0;
}

.hh-sheet-gallery {
  position: relative;
  margin: 0;
  padding: 0;
  height: var(--hh-gallery, 240px);
  overflow: visible;
}

.hh-sheet-gallery .hh-card-step,
.hh-sheet-gallery .hh-card-in-cart {
  top: calc(var(--hh-gallery, 240px) / 2);
  z-index: 20;
}

.hh-sheet-gallery .hh-card-plus {
  right: calc(var(--hh-thumbs, 56px) + 16px);
}

.hh-sheet-gallery .hh-card-minus {
  left: 12px;
}

.hh-card-image .archive-stock.in-stock:empty {
  display: none;
}

.hh-card-image img {
  display: block;
  margin: 0;
  padding: 0;
}

.hh-card-step {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* Above div.br_alabel, which every Berocket label renders with z-index: 50. */
  z-index: 51;
  color: #fff;
  font-size: 77px;
  font-weight: 200;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  user-select: none;
  opacity: 0.88;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.95),
    0 1px 8px rgba(0, 0, 0, 0.85),
    0 0 14px rgba(0, 0, 0, 0.7);
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  display: block;
}

.hh-card-plus {
  right: 9%;
}

.hh-card-minus {
  left: 9%;
}

.hh-card-in-cart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
  padding: 0;
  font-size: 63px;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  opacity: 0.88;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.95),
    0 1px 8px rgba(0, 0, 0, 0.85),
    0 0 14px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  white-space: nowrap;
}

.hh-card-in-cart[hidden] {
  display: none !important;
}

ul.products li.hh-compact-card .price {
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  column-gap: 8px;
  row-gap: 0;
  margin: -4px 0 2px;
  padding: 0;
}

ul.products li.hh-compact-card .price > .hh-our-price,
ul.products li.hh-compact-card .price > .woocommerce-Price-amount,
ul.products li.hh-compact-card .price > ins {
  font-size: 18px;
  font-weight: 700;
}

ul.products li.hh-compact-card .price > .hh-our-price {
  font-size: 15px;
  color: #111 !important;
}

ul.products li.hh-compact-card .price .price-per-unit {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

ul.products li.hh-compact-card .price .not-packed {
  font-size: 18px;
  font-weight: bold;
  color: green;
}

ul.products li.hh-compact-card.hh-bold-unit .price > .woocommerce-Price-amount,
ul.products li.hh-compact-card.hh-bold-unit .price > ins {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

ul.products li.hh-compact-card.hh-bold-unit .price .amount-per-unit {
  font-size: 18px;
  font-weight: bold;
  color: green;
}

ul.products li.hh-compact-card .price > .price-per-unit {
  flex: 1 0 100%;
  order: 2;
  text-align: center;
}

ul.products li.hh-compact-card .price > .hh-chain-price {
  order: 1;
  margin: 0;
}

ul.products li.hh-compact-card .price > .hh-chain-price .woocommerce-Price-amount {
  margin-left: 0;
}

ul.products li.hh-compact-card .price > .wholesale-price {
  flex: 1 0 100%;
}

.hh-card-minus[hidden] {
  display: none !important;
}

ul.products li.product .hh-chain-price,
.hh-product-sheet .hh-chain-price,
.hh-product-price .hh-chain-price {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

ul.products li.product .hh-chain-price .woocommerce-Price-amount,
ul.products li.product .hh-chain-price bdi,
.hh-product-price .hh-chain-price .woocommerce-Price-amount,
.hh-product-price .hh-chain-price bdi {
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-skip-ink: none;
}

.hh-product-price {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 0;
  align-items: baseline;
  justify-content: flex-start;
  white-space: normal;
}

.hh-product-price .price-per-unit {
  flex: 1 0 100%;
}

.hh-compact-atc .hh-product-sheet form.cart {
  display: none !important;
}

ul.products li.hh-compact-card form.cart {
  display: none !important;
}

ul.products li.product a .cwginstock-subscribe-form,
ul.products li.product a .cwg_popup_submit {
  display: none;
}

ul.products li.product:not(:has(.hh-card-bis)) a .cwg_popup_submit,
ul.products li.product .hh-card-bis,
ul.products li.product .hh-card-bis .cwg_popup_submit,
ul.products li.product a .hh-card-bis .cwg_popup_submit,
ul.products li.product .hh-card-bis .cwginstock_button {
  display: inline-block !important;
}

.hh-card-bis {
  margin: 2px 8px 8px;
  text-align: center;
  position: relative;
  z-index: 6;
}

.hh-card-bis .cwg_popup_submit,
.hh-card-bis .cwginstock_button {
  font-size: 13px;
  padding: 4px 10px;
  line-height: 1.3;
}

.hh-product-sheet__head .hh-card-bis {
  margin: 8px 0 0;
  text-align: start;
}

.hh-product-sheet .summary .cwginstock-subscribe-form,
.hh-product-sheet .summary .cwg_popup_submit {
  display: none;
}