: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 {
  box-sizing: border-box !important;
  max-width: min(var(--drawer-width, 480px), 100vw) !important;
  width: min(var(--drawer-width, 480px), 100vw) !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;
  z-index: 10003;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  background: none;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.wc-block-mini-cart__button {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0.3em 0.5em 1.5em 1.6em !important;
  border: 1px solid black;
  border-radius: 50%;
  background: white;
  box-shadow: 0 1px 4px 0;
}

.wc-block-mini-cart__button.hh-cart-flash,
button.wc-block-mini-cart__button.hh-cart-flash:hover {
  background: var(--hahishook-green) !important;
  background-color: var(--hahishook-green) !important;
}

.wc-block-mini-cart .wc-block-components-drawer__screen-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: none;
}

.wc-block-mini-cart:has(.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden)) {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden;
}

.wc-block-mini-cart:has(.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden)) .wc-block-mini-cart__button {
  visibility: hidden;
}

.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) {
  overflow: hidden !important;
}

.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) .wc-block-components-drawer,
.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) .wc-block-mini-cart__drawer {
  height: 100% !important;
  max-height: 100% !important;
}

.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) .wc-block-components-drawer__content,
.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) .wc-block-mini-cart__template-part,
.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) .wp-block-woocommerce-mini-cart-contents,
.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) .wp-block-woocommerce-filled-mini-cart-contents-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) .wc-block-mini-cart__items {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.wc-block-components-drawer__screen-overlay:not(.wc-block-components-drawer__screen-overlay--is-hidden) .wc-block-mini-cart__footer {
  flex-shrink: 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 on .site-content, not #page: overflow on .site makes it the
   sticky containing block, so mobile search (top: 60px) sits 60px too low.
   Do not force html/body overflow:visible — that re-enables page hscroll.
   Mini-cart stays viewport-pinned in JS (this clip is a fixed containing block). */
#page.site {
  overflow-x: visible;
  overflow-y: visible;
}

.site-content {
  overflow-x: clip;
  max-width: 100%;
}

/* PDP: Storefront body { overflow-x: hidden } is as tall as the product page,
   so position:fixed (mini-cart) is pinned to the document. Homepage is fine
   because window scroll drives place(); on PDP the gallery/iOS often scroll
   body instead. Viewport-sized html/body makes the containing block the screen. */
html:has(body.single-product) {
  height: 100%;
  overflow: hidden;
}
body.single-product {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.single-product .site-content {
  overflow-x: visible;
}
.single-product #primary {
  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;
}

/* Each 5-col <ul> starts its own row cycle (WC .first/.last is global across grids). */
@media (min-width: 769px) {
  ul.products.columns-5 > li.product:nth-child(5n+1) {
    clear: both !important;
  }
}

@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.first {
    clear: none !important;
  }
  ul.products > li.product:nth-child(2n+1) {
    clear: both !important;
  }
  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 !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    margin: 4px 8px 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #222 !important;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    box-shadow: none !important;
    box-sizing: border-box;
  }

  .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%;
    /* Storefront's mobile base gives .col-full margin-inline: 1.41575em. Left as
       is, width:100% + that margin makes the box 23px wider than the viewport,
       which in RTL hangs off the left edge and scrolls the whole document. */
    margin-inline: 0;
    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;
}

html.hh-mobile-menu-open,
html.hh-mobile-menu-open body {
  overflow: hidden !important;
  height: 100% !important;
}

#menu-curtain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  z-index: 20000;
  display: flex;
  overflow: hidden;
}

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

#gray-part {
  flex: 0 0 10%;
  width: 10%;
  height: 100%;
  min-height: 0;
  background: rgba(0, 0, 0, 0.83);
}

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

#menu-curtain .dropdown-toggle,
#menu-curtain .handheld-navigation .dropdown-toggle {
  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-overflow-scrolling: touch;
  overscroll-behavior: contain;
  -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 !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: stretch;
  font-weight: 700;
  font-size: 12px;
  padding: 0;
  background: #689d21;
  position: sticky;
  top: 0;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}

#menuicons img {
  height: 30px;
}

#menuicons > a,
#menuicons > button {
  display: flex !important;
  visibility: visible !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 1 0 !important;
  gap: 4px;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  text-align: center;
  color: #fff !important;
  line-height: 1.2;
  padding: 8px 4px !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.75;
  box-sizing: border-box;
}

#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 17px;
  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;
  padding: 1.25em 2.375em;
}

.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;
}

.support-buttons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.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;
}

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

@media (max-width: 767px) {
  .wc-block-mini-cart {
    display: flex !important;
    position: fixed !important;
    bottom: 50px;
    left: 10px;
    z-index: 10003;
  }
}

body.woocommerce-account .wc-block-mini-cart {
  display: none !important;
}

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

.woocommerce-breadcrumb {
  margin-bottom: 10px;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.storefront-breadcrumb {
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

/* Product strips (order view, home, cart): nowrap cards in a flex row must
   shrink; otherwise the strip widens the page and the whole layout pans. */
.slider-container {
  display: flex;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.slider-container ul.products {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

/* Storefront uses FA angle-right for crumbs in LTR and RTL. Hebrew reads
   Home (right) → current page (left), so the chevron must point left. */
html[dir="rtl"] .woocommerce-breadcrumb .breadcrumb-separator::after,
body.rtl .woocommerce-breadcrumb .breadcrumb-separator::after {
  transform: translateX(50%) translateY(-50%) scaleX(-1);
}

.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;
}

/* My Account sidebar: use the same outline icons as the header menu
   (hh_nav_icon_svg in the hahishook plugin) instead of Storefront's Font
   Awesome glyphs -- our custom endpoints have no glyph mapping there and fell
   back to the generic "file" icon. --hh-acct-icon carries the per-endpoint
   artwork; the default keeps an unmapped endpoint from rendering as a plain
   currentColor square. */
.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M6 3.5h7l5 5V20.5H6z%22/%3E%3Cpath d=%22M13 3.5v5h5%22/%3E%3C/svg%3E");
  content: "";
  /* keep the theme's float/margin so the icon column does not move */
  width: 1.41575em;
  height: 1.41575em;
  opacity: 1;
  background-color: currentColor;
  -webkit-mask: var(--hh-acct-icon) no-repeat center / contain;
  mask: var(--hh-acct-icon) no-repeat center / contain;
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my_products
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%227%22 y=%225%22 width=%2211%22 height=%2215%22 rx=%221.6%22/%3E%3Cpath d=%22M10 5V3.8h4V5%22/%3E%3Cpath d=%22M10 13.2l2 2 3.8-4%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my_likes
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M6 3h12v18l-3-2-3 2-3-2-3 2z%22/%3E%3Cpath d=%22M9.5 8h5M9.5 12h5%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M7 3h4l1.5 4-2 1.5a12 12 0 0 0 5 5L17 12l4 1.5V18a2 2 0 0 1-2 2A16 16 0 0 1 5 6a2 2 0 0 1 2-3z%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--woo-wallet
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M20 8.5V7.5A2.5 2.5 0 0 0 17.5 5H5.5A1.5 1.5 0 0 0 4 6.5v11A1.5 1.5 0 0 0 5.5 19h12a2.5 2.5 0 0 0 2.5-2.5v-1%22/%3E%3Cpath d=%22M21 9h-4.6a1.75 1.75 0 0 0 0 7H21z%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%2212%22 cy=%228%22 r=%223.5%22/%3E%3Cpath d=%22M5 19c1.5-3.5 3.5-5 7-5s5.5 1.5 7 5%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M9 4h9a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H9%22/%3E%3Cpath d=%22M4.5 12H14%22/%3E%3Cpath d=%22M8 8.5L4.5 12 8 15.5%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--host
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4 11.5 12 5l8 6.5%22/%3E%3Cpath d=%22M6 10.5V20h12v-9.5%22/%3E%3Cpath d=%22M10 20v-5h4v5%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--host-approve
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%228.5%22/%3E%3Cpath d=%22M8.4 12.3l2.5 2.5 4.7-5.1%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--host-apply
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 21s6.5-6.1 6.5-10.4A6.5 6.5 0 0 0 5.5 10.6C5.5 14.9 12 21 12 21z%22/%3E%3Cpath d=%22M12 8.2v5M9.5 10.7h5%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--notify-prefs
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4 8.5h8M16.5 8.5h3.5M4 15.5h4M12.5 15.5h7.5%22/%3E%3Ccircle cx=%2214%22 cy=%228.5%22 r=%222.2%22/%3E%3Ccircle cx=%2210.2%22 cy=%2215.5%22 r=%222.2%22/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--hh-gift
  a::before {
  --hh-acct-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%223%22 y=%228%22 width=%2218%22 height=%224%22 rx=%221%22/%3E%3Cpath d=%22M4 12v8h16v-8%22/%3E%3Cpath d=%22M12 8v12%22/%3E%3Cpath d=%22M8 8c0-2.2 1.2-4 4-2.2C14.8 4 16 5.8 16 8%22/%3E%3C/svg%3E");
}

body.woocommerce-account.logged-in .entry-header {
  display: none !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  float: none;
  margin: 0;
}

@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-table--order-details,
  body.woocommerce-account table.shop_table.order_details {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

body.woocommerce-account.logged-in:not(.hh-account-home) .woocommerce-MyAccount-navigation {
  display: none !important;
}

body.hh-account-home .woocommerce-MyAccount-navigation {
  margin: 0 0 1.25rem;
}

body.hh-account-home .woocommerce-MyAccount-navigation ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

@media (min-width: 768px) {
  body.hh-account-home .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.hh-account-home .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a,
  body.hh-account-home .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    min-height: 84px;
    padding: 10px 6px;
    font-size: 12px;
  }
}

body.hh-account-home .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link,
body.hh-account-home .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body.hh-account-home .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a,
body.hh-account-home .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 76px;
  margin: 0;
  padding: 12px 8px;
  border: 1px solid #dde5d4;
  border-radius: 10px;
  background: #f7faf4;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

body.hh-account-home .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
  float: none;
  display: block;
  margin: 0;
  background-color: var(--hahishook-green);
}

/* Wallet: 2-col tiles with service logos (Cibus / 10bis / RiseUp / gift).
   The theme overrides TeraWallet's old sidebar template; current plugin CSS
   only styles the new tab layout, so these cards need their own rules. */
.hh-wallet.woo-wallet-my-wallet-container {
  --wallet-primary-color: var(--hahishook-green);
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
  color: #1a1a1a;
}

.hh-wallet .woo-wallet-sidebar-heading {
  display: none;
}

.hh-wallet .woo-wallet-sidebar ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hh-wallet .hh-wallet-nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hh-wallet .hh-wallet-nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 108px;
  margin: 0;
  padding: 14px 10px 12px;
  border: 1px solid #dde5d4;
  border-radius: 12px;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.hh-wallet .hh-wallet-nav-item a:hover,
.hh-wallet .hh-wallet-nav-item a:focus {
  color: #1a1a1a;
  text-decoration: none;
  border-color: var(--hahishook-green);
}

.hh-wallet .hh-wallet-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.hh-wallet .hh-wallet-brand img {
  display: block;
  width: 100%;
  height: 100%;
}

.hh-wallet .hh-wallet-brand--cibus {
  width: 92px;
  height: 58px;
  border-radius: 10px;
  background: #c2185b;
  box-shadow: 0 1px 4px rgb(194 24 91 / 22%);
}

.hh-wallet .hh-wallet-brand--cibus img {
  object-fit: cover;
}

.hh-wallet .hh-wallet-brand--tenbis {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #ff6a00;
  box-shadow: 0 1px 4px rgb(255 106 0 / 22%);
}

.hh-wallet .hh-wallet-brand--tenbis img {
  object-fit: cover;
}

.hh-wallet .hh-wallet-brand--riseup {
  width: 108px;
  height: 36px;
  border-radius: 8px;
  background: #163c3a;
}

.hh-wallet .hh-wallet-brand--riseup img {
  object-fit: contain;
}

.hh-wallet .hh-wallet-brand--shavve {
  width: 92px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
}

.hh-wallet .hh-wallet-brand--shavve img {
  object-fit: contain;
}

.hh-wallet.is-subpage .hh-wallet-current {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

.hh-wallet.is-subpage .hh-wallet-current-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #1a1a1a;
}

.hh-wallet.is-subpage .hh-wallet-brand--cibus {
  width: 104px;
  height: 66px;
}

.hh-wallet.is-subpage .hh-wallet-brand--tenbis {
  width: 64px;
  height: 64px;
}

.hh-wallet .hh-wallet-nav-label,
.hh-wallet .hh-wallet-nav-item p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.hh-wallet .hh-wallet-mark {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-color: var(--hahishook-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M20 8.5V7.5A2.5 2.5 0 0 0 17.5 5H5.5A1.5 1.5 0 0 0 4 6.5v11A1.5 1.5 0 0 0 5.5 19h12a2.5 2.5 0 0 0 2.5-2.5v-1%22/%3E%3Cpath d=%22M21 9h-4.6a1.75 1.75 0 0 0 0 7H21z%22/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M20 8.5V7.5A2.5 2.5 0 0 0 17.5 5H5.5A1.5 1.5 0 0 0 4 6.5v11A1.5 1.5 0 0 0 5.5 19h12a2.5 2.5 0 0 0 2.5-2.5v-1%22/%3E%3Cpath d=%22M21 9h-4.6a1.75 1.75 0 0 0 0 7H21z%22/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.hh-wallet .hh-wallet-mark--gift {
  background-color: var(--hahishook-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%223%22 y=%228%22 width=%2218%22 height=%224%22 rx=%221%22/%3E%3Cpath d=%22M4 12v8h16v-8%22/%3E%3Cpath d=%22M12 8v12%22/%3E%3Cpath d=%22M8 8c0-2.2 1.2-4 4-2.2C14.8 4 16 5.8 16 8%22/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%223%22 y=%228%22 width=%2218%22 height=%224%22 rx=%221%22/%3E%3Cpath d=%22M4 12v8h16v-8%22/%3E%3Cpath d=%22M12 8v12%22/%3E%3Cpath d=%22M8 8c0-2.2 1.2-4 4-2.2C14.8 4 16 5.8 16 8%22/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.hh-wallet .hh-wallet-mark--withdraw {
  background-color: var(--hahishook-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%225%22 width=%2220%22 height=%2214%22 rx=%222%22/%3E%3Cpath d=%22M2 10h20%22/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222%22 y=%225%22 width=%2220%22 height=%2214%22 rx=%222%22/%3E%3Cpath d=%22M2 10h20%22/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.hh-wallet .hh-wallet-mark--transfer {
  background-color: var(--hahishook-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M7 17l-4-4 4-4M3 13h13M17 7l4 4-4 4M21 11H8%22/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M7 17l-4-4 4-4M3 13h13M17 7l4 4-4 4M21 11H8%22/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.hh-wallet .hh-wallet-mark.dashicons {
  background: none;
  -webkit-mask: none;
  mask: none;
  color: var(--hahishook-green);
  font-size: 28px;
  line-height: 36px;
  width: 36px;
  height: 36px;
}

.hh-wallet .woo-wallet-content {
  background: #fff;
  border: 1px solid #dde5d4;
  border-radius: 12px;
  padding: 16px 18px;
}

.hh-wallet .woo-wallet-content-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin: 0 0 8px;
}

.hh-wallet .woo-wallet-content-h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
}

.hh-wallet .woo-wallet-price {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--hahishook-green);
}

.hh-wallet ul.woo-wallet-transactions-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hh-wallet ul.woo-wallet-transactions-items li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eef2ea;
}

.hh-wallet ul.woo-wallet-transactions-items li:last-child {
  border-bottom: 0;
}

.hh-wallet ul.woo-wallet-transactions-items p {
  margin: 0 0 2px;
}

.hh-wallet .woo-wallet-transaction-type-credit {
  color: #1b5e20;
  font-weight: 700;
  white-space: nowrap;
}

.hh-wallet .woo-wallet-transaction-type-debit {
  color: #b00020;
  font-weight: 700;
  white-space: nowrap;
}

body.hh-account-home .hh-account-recent-orders {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a1a1a;
}

body.hh-account-home .woocommerce-pagination,
body.hh-account-home .woocommerce-Pagination {
  display: none;
}

body.woocommerce-account .hh-account-no-recent {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #dde5d4;
  border-radius: 12px;
  background: #f7faf4;
  color: #1a1a1a;
}

body.woocommerce-account .hh-my-products-group {
  margin: 0 0 28px;
}

body.woocommerce-account .hh-my-products-group__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: #1a1a1a;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
}

body.woocommerce-account .hh-my-products-group__title::after {
  content: "";
  flex: 1 1 auto;
  min-width: 24px;
  height: 1px;
  background: #dde5d4;
}

body.woocommerce-account table.hh-account-orders {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

body.woocommerce-account table.hh-account-orders thead {
  display: none;
}

body.woocommerce-account table.hh-account-orders tbody {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
}

@media (min-width: 768px) {
  body.woocommerce-account table.hh-account-orders tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  body.woocommerce-account table.hh-account-orders tbody {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.woocommerce-account table.hh-account-orders tbody tr.order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto auto auto 1fr;
  grid-template-areas:
    "number status"
    "date date"
    "total total"
    "shipping shipping"
    "refund refund"
    "actions actions";
  gap: 8px 12px;
  align-items: start;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 16px 18px 14px;
  border: 1px solid #dde5d4;
  border-radius: 12px;
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 1px 4px rgb(0 0 0 / 8%);
  box-sizing: border-box;
}

body.woocommerce-account table.hh-account-orders tbody td,
body.woocommerce-account table.shop_table_responsive.hh-account-orders tbody tr td {
  display: block;
  float: none;
  clear: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: start;
  background: transparent;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-break: normal;
}

body.woocommerce-account table.shop_table_responsive.hh-account-orders tbody tr td::before,
body.woocommerce-account table.shop_table_responsive.hh-account-orders tbody tr td::after {
  display: none;
  content: none;
  float: none;
}

body.woocommerce-account table.shop_table_responsive.hh-account-orders tbody tr td[data-title]::before {
  display: block;
  float: none;
  content: attr(data-title);
  margin: 0 0 3px;
  color: #6b7a66;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-order-number,
body.woocommerce-account table.shop_table_responsive.hh-account-orders tbody tr td.woocommerce-orders-table__cell-order-number {
  grid-area: number;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  min-width: 0;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-order-date {
  grid-area: date;
  color: #6b7a66;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-order-total {
  grid-area: total;
  padding-top: 2px;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-order-status {
  grid-area: status;
  justify-self: start;
  align-self: start;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-time-estimate {
  display: none;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-shipping-method {
  grid-area: shipping;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-refund {
  grid-area: refund;
  color: #6b7a66;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-order-actions,
body.woocommerce-account table.shop_table_responsive.hh-account-orders tbody tr td.woocommerce-orders-table__cell-order-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 8px;
  padding-top: 10px;
  margin-top: 4px;
  align-self: stretch;
  border-top: 1px solid #eef2ea;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-order-number br {
  display: none;
}

body.woocommerce-account table.shop_table_responsive.hh-account-orders .woocommerce-orders-table__cell-order-number[data-title]::before,
body.woocommerce-account table.shop_table_responsive.hh-account-orders .woocommerce-orders-table__cell-order-actions[data-title]::before,
body.woocommerce-account table.shop_table_responsive.hh-account-orders .woocommerce-orders-table__cell-order-status[data-title]::before,
body.woocommerce-account table.shop_table_responsive.hh-account-orders .woocommerce-orders-table__cell-order-date[data-title]::before,
body.woocommerce-account table.shop_table_responsive.hh-account-orders .woocommerce-orders-table__cell-order-total[data-title]::before,
body.woocommerce-account table.shop_table_responsive.hh-account-orders tbody tr td.woocommerce-orders-table__cell-shipping-method[data-title]::before,
body.woocommerce-account table.shop_table_responsive.hh-account-orders tbody tr td.woocommerce-orders-table__cell-refund[data-title]::before,
body.woocommerce-account table.shop_table_responsive.hh-account-orders.my_account_orders .order-actions::before {
  display: none;
  content: none;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-order-number > a:first-of-type {
  flex: 0 0 auto;
  margin-inline-end: 4px;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

body.woocommerce-account table.hh-account-orders .woocommerce-orders-table__cell-order-number a:not(:first-of-type) {
  padding: 3px 8px;
  border: 1px solid #dde5d4;
  border-radius: 999px;
  background: #f7faf4;
  font-size: 12px;
}

body.woocommerce-account table.hh-account-orders a {
  color: var(--hahishook-green);
  font-weight: 700;
  text-decoration: none;
}


body.woocommerce-account table.hh-account-orders .button,
body.woocommerce-account table.hh-account-orders button {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: var(--hahishook-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
}

body.woocommerce-account table.hh-account-orders .button.cancel {
  background: #c4473a;
}

.hh-order-status {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef3e8;
  color: #3b6d11;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.hh-order-status--cancelled,
.hh-order-status--failed,
.hh-order-status--lost {
  background: #fde8e6;
  color: #b42318;
}

.hh-order-status--delivered {
  background: #e7f6dc;
  color: #2f6b14;
}

.hh-order-status--pending,
.hh-order-status--on-hold {
  background: #fff4e5;
  color: #b54708;
}

.hh-order-status--processing,
.hh-order-status--completed,
.hh-order-status--future,
.hh-order-status--packed {
  background: #e8f4ff;
  color: #175cd3;
}

body.woocommerce-account table.hh-account-orders .hh-order-amount,
body.woocommerce-account table.hh-account-orders .hh-order-amount .woocommerce-Price-amount,
body.woocommerce-account table.hh-account-orders .hh-order-amount .amount {
  display: block;
  width: 100%;
  color: #1a1a1a;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body.woocommerce-account table.hh-account-orders .hh-order-items {
  display: block;
  margin-top: 2px;
  color: #6b7a66;
  font-size: 13px;
  font-weight: 600;
}

body.woocommerce-account table.hh-account-orders .hh-order-saving {
  display: block;
  margin-top: 4px;
  color: var(--hahishook-green);
  font-size: 13px;
  font-weight: 800;
}

.hh-order-ship {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  color: #1a1a1a;
  font-weight: 700;
}

.hh-order-ship-text {
  min-width: 0;
  font-weight: 600;
  line-height: 1.35;
}

.hh-order-ship-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: var(--hh-order-ship-icon) no-repeat center / contain;
  mask: var(--hh-order-ship-icon) no-repeat center / contain;
  --hh-order-ship-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4 11.5 12 5l8 6.5%22/%3E%3Cpath d=%22M6 10.5V20h12v-9.5%22/%3E%3Cpath d=%22M10 20v-5h4v5%22/%3E%3C/svg%3E");
}

.hh-order-ship--point .hh-order-ship-icon {
  --hh-order-ship-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 21s6.5-6.1 6.5-10.4A6.5 6.5 0 0 0 5.5 10.6C5.5 14.9 12 21 12 21z%22/%3E%3Ccircle cx=%2212%22 cy=%2210.6%22 r=%222%22/%3E%3C/svg%3E");
}

.hh-order-ship--storage .hh-order-ship-icon,
.hh-order-ship--store .hh-order-ship-icon {
  --hh-order-ship-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3 20V9l9-5 9 5v11%22/%3E%3Cpath d=%22M9 20v-6h6v6%22/%3E%3C/svg%3E");
}

.hh-order-ship--courier .hh-order-ship-icon {
  --hh-order-ship-icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3 7h11v10H3z%22/%3E%3Cpath d=%22M14 11h4l3 3v3h-7z%22/%3E%3Ccircle cx=%227%22 cy=%2219%22 r=%221.6%22/%3E%3Ccircle cx=%2217%22 cy=%2219%22 r=%221.6%22/%3E%3C/svg%3E");
}

.hh-order-ship-change {
  margin-inline-start: 6px;
  font-size: 12px;
}

.hh-order-refund-disabled {
  color: #6b7a66;
  font-weight: 600;
}

#post-9 h1 {
  margin: 0;
}

/* The iAPI mini-cart paints the badge by *inverting* its computed colors: it writes
   inline background-color = getComputedStyle(badge).color and inline color =
   getComputedStyle(badge).backgroundColor (walking up the parents while either is
   transparent, which is why WC ships :where(.badge){color:transparent;background:transparent}).
   With real colors declared here, each of those two effects reads whatever the other one
   already wrote inline, so both land on the same value and the count goes invisible - a
   solid black circle with a black number inside it. !important keeps our colors, since
   data-wp-style writes inline declarations without it. */
.wc-block-mini-cart__badge {
  color: white !important;
  background: black !important;
}

.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 17px;
  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-info-item > 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-info-item > a .hh-nav-icon,
.hh-menu-account-icon > a .hh-nav-icon,
.hh-menu-account-item > a .hh-nav-icon {
  color: var(--hahishook-green);
}

.hh-menu-info-logo {
  width: 22px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.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;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 6px;
    color: var(--hahishook-green);
  }

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

  .main-navigation ul > li.hh-menu-account-icon .hh-menu-account-label {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.15;
    color: var(--hahishook-green);
    text-align: center;
    max-width: 5.6em;
  }

  .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-menu-cats > .sub-menu {
    max-height: var(--hh-cats-sub-max, calc(100dvh - 14rem));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .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 !important;
    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.is-open > .sub-menu {
    display: block !important;
  }

  .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;
  }
}

input.button[name="woo_wallet_transfer_fund"] {
  margin-top: 20px;
}

.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;
}

.aws-search-result .aws_add_to_cart:has(.hh-search-atc) .aws_quantity_field,
.aws-search-result .aws_add_to_cart:has(.hh-search-atc) .aws_quantity_change {
  display: none;
}

/* AWS drops the results panel in <body> flush under the form (top = form bottom),
   but the sticky .site-header (z-index 10001) is 12px taller than the form — its
   white padding-bottom painted over the panel's top edge and read as a gap under
   the search input. Sit above the header; the floating mini-cart keeps 10003. */
.aws-search-result {
  z-index: 10002;
  max-height: calc(100svh - 8.5rem);
  max-height: calc(100dvh - 8.5rem);
  overflow: hidden;
}

.aws-search-result .aws_result_scroll {
  max-height: calc(100svh - 8.5rem);
  max-height: calc(100dvh - 8.5rem);
  overflow-y: auto;
}

.aws-search-result .saving-badge {
  display: none !important;
}

/* AWS Pro forces line-through on the del with !important; keep only the
   inner amount's line so a single stroke sits centred on the digits. */
.aws-search-result .aws_result_price .hh-chain-price {
  color: #000;
  font-weight: 700;
  text-decoration: none !important;
  margin-inline-start: 6px;
}

.aws-search-result .aws_result_price .hh-chain-price .woocommerce-Price-amount,
.aws-search-result .aws_result_price .hh-chain-price bdi {
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-skip-ink: none;
}

/* Total price and price per 100g share one line here. The bdi isolates in
   am_price_per_unit_product() keep each amount glued to its shekel sign; this
   is the gap between the two amounts. */
.aws-search-result .aws_result_price .price-per-unit {
  margin-inline-start: 6px;
}

.aws-search-result .aws_add_to_cart:has(.hh-search-atc) {
  display: flex;
  justify-content: right;
}

.aws-search-result .aws_result_term {
  display: none;
}

.hh-search-atc,
.aws-search-result .aws_add_to_cart button.hh-search-atc {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  float: none;
  margin: 6px 0 0;
  height: auto;
  min-height: calc(1.45 * 1.2 * 1.41575rem);
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--hahishook-green);
  background-color: var(--hahishook-green);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  direction: ltr;
  width: auto;
  min-width: 8.75rem;
  max-width: 10.5rem;
  overflow: hidden;
  touch-action: manipulation;
}

.hh-search-atc.is-in-cart,
.aws-search-result .aws_add_to_cart button.hh-search-atc.is-in-cart {
  grid-template-columns: 20% 1fr 20%;
  grid-auto-flow: column;
  height: calc(1.45 * 1.2 * 1.41575rem);
}

.hh-atc__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  color: #fff;
  white-space: nowrap;
  user-select: none;
}

.hh-atc__minus,
.hh-atc__plus {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  color: #fff;
  user-select: none;
}

.hh-search-atc.is-in-cart .hh-atc__minus,
.hh-search-atc.is-in-cart .hh-atc__plus,
.hh-pdp-atc.is-in-cart .hh-atc__minus,
.hh-pdp-atc.is-in-cart .hh-atc__plus {
  display: flex;
  font-size: 26px;
  font-weight: 400;
}

.hh-atc__minus[hidden],
.hh-atc__plus[hidden] {
  display: none !important;
}

.hh-search-atc .hh-atc__label {
  padding: 0 12px;
}

button.hh-search-atc:hover,
button.hh-search-atc:focus,
button.hh-search-atc:focus-visible,
button.hh-search-atc:active,
.aws-search-result .aws_add_to_cart button.hh-search-atc:hover,
.aws-search-result .aws_add_to_cart button.hh-search-atc:focus {
  background: var(--hahishook-green);
  background-color: var(--hahishook-green);
  color: #fff;
  filter: none;
}

.aws-search-result .hh-search-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 12px 10px;
  margin: 10px !important;
  border: 1px solid #e4e7ec;
  border-radius: 28px !important;
  background: #f8fafc;
  direction: rtl;
  overflow: hidden;
}

.hh-search-meta:has(.hh-search-pages.is-collapsed) {
  gap: 6px;
}

.aws-search-result .hh-search-meta .hh-search-cats {
  padding: 0;
  margin: 0 !important;
  border: 0;
  border-radius: 0 !important;
  background: none;
  gap: 6px;
  overflow: visible;
}

.aws-search-result .hh-search-cats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 12px 10px;
  margin: 10px !important;
  border: 1px solid #e4e7ec;
  border-radius: 28px !important;
  background: #f8fafc;
  direction: rtl;
  overflow: hidden;
}

.hh-search-cats__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #344054;
}

.hh-search-cats__fold {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #667085;
  cursor: pointer;
  min-height: 28px;
}

.hh-search-cats__fold:hover,
.hh-search-cats__fold:focus {
  color: #0f6b4c;
}

.hh-search-cats__mark {
  display: inline-block;
  width: 0.75em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: var(--hahishook-green);
}

.hh-search-cats__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15em;
  height: 1.15em;
  padding: 0 4px;
  border-radius: 999px;
  background: #e8f8f0;
  color: #0f6b4c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.hh-search-pages.is-collapsed {
  gap: 0;
}

.hh-search-pages.is-collapsed .hh-search-cats__list {
  display: none;
}

.hh-search-cats__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hh-search-cats__link {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #c5d4f0;
  background: #fff;
  color: #174ea6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.hh-search-cats__link--dept {
  border-color: var(--hahishook-green);
  color: var(--hahishook-green);
  gap: 6px;
}

.hh-search-cats__link--dept .hh-cat-icon {
  width: 16px;
  height: 16px;
  color: var(--hahishook-green);
}

.hh-search-pages .hh-search-cats__link {
  border-color: #c5e4d4;
  color: #0f6b4c;
}

.hh-search-cats__link:hover,
.hh-search-cats__link:focus {
  background: #e8f0fe;
  border-color: #1a73c8;
  color: #0b3d91;
}

.hh-search-pages .hh-search-cats__link:hover,
.hh-search-pages .hh-search-cats__link:focus {
  background: #e8f8f0;
  border-color: #0f6b4c;
  color: #0a4f38;
}

@media (hover: hover) and (pointer: fine) {
  button.hh-search-atc:hover,
  button.hh-search-atc:focus-visible {
    filter: brightness(1.05);
    color: #fff;
  }
}

.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;
  max-width: 100%;
  overflow: visible;
}

.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-pdp-atc {
  display: inline-grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 6px 0 0;
  height: calc(1.45 * 1.2 * 1.41575rem);
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--hahishook-green);
  background-color: var(--hahishook-green);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  direction: ltr;
  overflow: hidden;
  touch-action: manipulation;
}

.hh-pdp-atc.is-in-cart {
  grid-template-columns: 20% 1fr 20%;
  grid-auto-flow: column;
  padding: 0;
}

button.hh-pdp-atc:hover,
button.hh-pdp-atc:focus,
button.hh-pdp-atc:focus-visible,
button.hh-pdp-atc:active,
button.hh-pdp-atc.added,
button.hh-pdp-atc.loading {
  background: var(--hahishook-green);
  background-color: var(--hahishook-green);
  color: #fff;
  filter: none;
}

button.hh-pdp-atc.added::after,
button.hh-pdp-atc.loading::after {
  content: none;
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  button.hh-pdp-atc:hover,
  button.hh-pdp-atc:focus-visible {
    filter: brightness(1.05);
    color: #fff;
  }
}

.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,
.hh-product-sheet .woocommerce-product-gallery .flex-viewport,
.hh-product-sheet .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  direction: ltr;
}

.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;
  opacity: 1 !important;
  visibility: visible !important;
}

.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,
.hh-product-sheet .zoomImg {
  display: none !important;
}

.pswp {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100dvh !important;
  max-width: 100% !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  direction: ltr;
  z-index: 100010;
  transform: none !important;
}

.admin-bar .pswp {
  top: 0 !important;
  height: 100dvh !important;
}

.pswp__bg,
.pswp__scroll-wrap {
  max-height: 100dvh;
}

@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: 52;
    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;
  }

  .hh-pdp-atc {
    padding: 0 36px;
    min-width: 168px;
  }

  .hh-pdp-atc.is-in-cart {
    padding: 0;
  }
}

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

  .hh-product-sheet__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 8px;
    align-items: center;
  }

  .hh-product-sheet__title-row {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .hh-product-sheet__head .product-subtitle {
    grid-column: 1;
    grid-row: 2;
  }

  .hh-product-price-block {
    grid-column: 1;
    grid-row: 3;
  }

  .hh-pdp-atc {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    justify-self: left;
    margin: 0;
    margin-left: -48px;
    padding: 0 24px;
    min-width: 132px;
  }

  .hh-pdp-atc.is-in-cart {
    padding: 0;
  }

  .hh-product-cats,
  .hh-product-sheet__head .hh-card-bis {
    grid-column: 1 / -1;
  }

  .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;
  z-index: 4;
  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: 52;
}

.hh-sheet-gallery .hh-card-step {
  pointer-events: auto;
}

.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;
  touch-action: manipulation;
  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 .hh-card-soon > .hh-our-price {
  color: #777 !important;
  font-weight: 400;
  width: 100px;
}

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 !important;
}

ul.products li.product .cwg_popup_submit,
ul.products li.product .cwginstock-subscribe-form {
  display: block !important;
  width: calc(100% - 16px);
  box-sizing: border-box;
  margin: 4px 8px 10px;
  font-size: 13px;
  padding: 6px 10px;
  line-height: 1.3;
  position: relative;
  z-index: 6;
  text-align: center;
}

.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 !important;
}