.sh-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sh-button:hover { transform: translateY(-2px); }
.sh-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover,
.wp-element-button:hover { color: #fff !important; }
.sh-button--primary { background: var(--sh-emerald); color: var(--sh-white); }
.sh-button--primary:hover { background: var(--sh-emerald-dark); color: var(--sh-white); }
.sh-button--light { background: var(--sh-white); color: var(--sh-emerald); }
.sh-button--light:hover { background: var(--sh-blush); color: var(--sh-emerald-dark); }

.sh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--sh-emerald);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.sh-text-link span { font-size: 1.25rem; transition: transform 180ms ease; }
.sh-text-link:hover span { transform: translateX(5px); }

.sh-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 7px 10px;
  background: var(--sh-emerald);
  color: var(--sh-white);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sh-rating {
  color: #b47d61;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.sh-rating span { margin-left: 5px; color: var(--sh-sage); letter-spacing: normal; }

.sh-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--sh-emerald);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.sh-price del { color: var(--sh-sage); font-size: .76rem; font-weight: 500; opacity: .7; }
.sh-price ins { color: var(--sh-emerald); font-weight: 700; text-decoration: none; }

.sh-quick-add,
.sh-quick-add.button {
  width: auto !important;
  min-width: 116px;
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid var(--sh-emerald) !important;
  border-radius: 2px !important;
  background: var(--sh-emerald) !important;
  box-shadow: none !important;
  color: var(--sh-white) !important;
  font-size: .63rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  line-height: 1 !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sh-quick-add:hover,
.sh-quick-add.button:hover {
  border-color: var(--sh-emerald-dark) !important;
  background: var(--sh-emerald-dark) !important;
  color: var(--sh-white) !important;
  transform: translateY(-2px);
}

.sh-quick-add__plus { font-size: 1rem; font-weight: 400; line-height: 1; }

/* Header */
.sh-skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--sh-white);
  color: var(--sh-emerald);
  transform: translateY(-160%);
}

.sh-skip-link:focus { transform: translateY(0); }
.sh-site-header { position: sticky; z-index: 1000; top: 0; background: var(--sh-white); }
body.admin-bar .sh-site-header { top: 32px; }
.sh-announcement { background: var(--sh-emerald); color: var(--sh-white); }

.sh-announcement__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sh-announcement p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sh-header-main { border-bottom: 1px solid var(--sh-line); background: rgba(255,255,255,.98); }
.sh-header-main__inner { min-height: 96px; display: flex; align-items: center; gap: clamp(28px, 3vw, 52px); flex-wrap: nowrap; }
.sh-brand { display: flex; flex: 0 0 220px; align-items: center; }
.sh-brand__logo { display: inline-flex; align-items: center; text-decoration: none; }
.sh-brand__logo img { width: 172px; height: auto; max-height: 90px; object-fit: contain; }
.sh-menu, .sh-footer-menu, .sh-social-menu { margin: 0; padding: 0; list-style: none; }
.sh-primary-nav { min-width: 0; flex: 1 1 auto; }
.sh-menu--primary { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 42px); flex-wrap: nowrap; white-space: nowrap; }
.sh-menu--primary li { position: relative; margin: 0; }

.sh-menu--primary > li > a {
  display: block;
  padding: 38px 0 34px;
  border-bottom: 2px solid transparent;
  color: var(--sh-ink);
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.sh-menu--primary > li.current-menu-item > a,
.sh-menu--primary > li > a:hover { border-color: var(--sh-blush); color: var(--sh-emerald); }

.sh-menu--primary .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: -20px;
  min-width: 220px;
  margin: 0;
  padding: 12px 0;
  visibility: hidden;
  list-style: none;
  border: 1px solid var(--sh-line);
  background: var(--sh-white);
  box-shadow: var(--sh-shadow);
  opacity: 0;
  transform: translateY(8px);
  transition: 160ms ease;
}

.sh-menu--primary li:hover > .sub-menu,
.sh-menu--primary li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.sh-menu--primary .sub-menu a { display: block; padding: 10px 20px; color: var(--sh-ink); font-size: .72rem; text-decoration: none; }
.sh-menu--primary .sub-menu a:hover { background: var(--sh-mist); color: var(--sh-emerald); }
.sh-primary-nav__mobile-head,
.sh-header-icon.sh-menu-toggle { display: none; }
.sh-header-tools { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; white-space: nowrap; }

.sh-header-icon {
  width: 40px;
  height: 40px;
  display: grid;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--sh-emerald);
  cursor: pointer;
}

.sh-header-icon svg, .sh-cart-link svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.sh-cart-link {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 4px;
  padding: 0 14px;
  background: var(--sh-emerald);
  color: var(--sh-white);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.sh-cart-count { min-width: 17px; height: 17px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--sh-blush); color: var(--sh-emerald-dark); font-size: .58rem; }

/* Keep storefront imagery still on hover, including Astra/WooCommerce defaults. */
.sh-product-card__image img,
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img { transition: none !important; }
.sh-product-card:hover .sh-product-card__image img,
.woocommerce ul.products li.product:hover img,
.woocommerce-page ul.products li.product:hover img { opacity: 1 !important; filter: none !important; transform: none !important; }

/* Product Side Cart for WooCommerce: live cart-wide WhatsApp ordering action. */
.sidecart-main .footer-section .sh-sidecart-whatsapp,
.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .sh-sidecart-whatsapp {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  grid-column: 1 / -1 !important;
  align-self: stretch;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 10px 0 0;
  padding: 12px 18px;
  border: 1px solid #1eab62;
  border-radius: 3px;
  background: #1eab62;
  color: #fff;
  font-family: var(--sh-body);
  font-size: .73rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.sidecart-main .footer-section .sh-sidecart-whatsapp svg,
.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .sh-sidecart-whatsapp svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.sidecart-main .footer-section .sh-sidecart-whatsapp:hover,
.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .sh-sidecart-whatsapp:hover { border-color: #15884c; background: #15884c; color: #fff; transform: translateY(-1px); }
.sidecart-main .footer-section .sh-sidecart-whatsapp:focus,
.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .sh-sidecart-whatsapp:focus { color: #fff; outline: 2px solid var(--sh-blush); outline-offset: 2px; }
.sh-search-panel { position: absolute; right: 0; left: 0; border-bottom: 1px solid var(--sh-line); background: var(--sh-white); box-shadow: 0 15px 40px rgba(11,60,43,.08); }
.sh-search-panel__inner { min-height: 96px; display: flex; align-items: center; gap: 20px; }
.sh-search-panel form { flex: 1; }
.sh-search-panel label { display: block; }
.sh-search-panel input[type="search"] { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--sh-emerald); border-radius: 0; background: transparent; color: var(--sh-ink); font-size: 1.2rem; outline: none; }
.sh-search-panel input[type="submit"] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.sh-search-close, .sh-menu-close { padding: 6px; border: 0; background: transparent; color: var(--sh-emerald); font-family: var(--sh-body); font-size: 1.8rem; cursor: pointer; }
.sh-menu-scrim { display: none; }

/* Footer */
.sh-site-footer { background: var(--sh-emerald-dark); color: rgba(255,255,255,.68); }
.sh-footer-main { padding: 84px 0 74px; }
.sh-footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr .9fr 1.45fr; gap: clamp(28px, 4vw, 64px); }
.sh-footer-logo { display: inline-flex; width: 172px; text-decoration: none; }
.sh-footer-logo img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.sh-footer-brand__name { color: var(--sh-white); font-family: var(--sh-display); font-size: 1.7rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.sh-footer-brand > p { max-width: 270px; margin: 20px 0 0; font-size: .75rem; line-height: 1.8; }
.sh-footer-column h2 { margin: 4px 0 22px; color: var(--sh-blush); font-family: var(--sh-body); font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.sh-footer-menu li { margin: 0 0 12px; }
.sh-footer-menu a { color: rgba(255,255,255,.68); font-size: .73rem; text-decoration: none; transition: color 160ms ease; }
.sh-footer-menu a:hover { color: var(--sh-white); }
.sh-footer-note { padding-left: clamp(20px, 3vw, 48px); border-left: 1px solid rgba(255,255,255,.13); }
.sh-footer-note h2 { margin: 0; color: var(--sh-white); font-size: clamp(1.75rem, 2.5vw, 2.55rem); font-weight: 500; }
.sh-footer-note > p:last-child { margin: 20px 0 0; font-size: .73rem; line-height: 1.8; }
.sh-social-menu { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.sh-social-menu a { color: var(--sh-blush); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.sh-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.sh-footer-bottom__inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sh-footer-bottom p { margin: 0; color: rgba(255,255,255,.42); font-size: .6rem; letter-spacing: .06em; }
.sh-footer-disclosure { margin: -8px 0 0; padding: 0 0 20px; color: rgba(255,255,255,.48); font-size: .58rem; line-height: 1.7; text-align: center; }
.sh-footer-legal { padding-bottom: 18px; }
.sh-footer-legal__menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
.sh-footer-legal__menu a { color: rgba(255,255,255,.62); font-size: .58rem; letter-spacing: .04em; text-decoration: none; }
.sh-footer-legal__menu a:hover { color: var(--sh-white); }

@media (max-width: 1100px) {
  .sh-footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
  .sh-footer-note { grid-column: 1 / -1; padding: 36px 0 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
}

@media (max-width: 1100px) {
  body.sh-menu-open { overflow: hidden; }
  .sh-announcement__inner { justify-content: center; }
  .sh-announcement p:last-child { display: none; }
  .sh-header-main__inner { min-height: 74px; display: grid; grid-template-columns: 40px 1fr auto; gap: 16px; }
  .sh-brand { justify-self: center; flex-basis: auto; }
  .sh-brand__logo img { width: 128px; max-height: 66px; }
  .sh-header-icon.sh-menu-toggle { display: grid; }
  .sh-menu-toggle__lines { width: 20px; }
  .sh-menu-toggle__lines i { display: block; height: 1px; margin: 5px 0; background: currentColor; }
  .sh-primary-nav { position: fixed; z-index: 1010; top: 0; bottom: 0; left: 0; width: min(88vw, 380px); padding: 0 26px 38px; overflow-y: auto; background: var(--sh-white); transform: translateX(-105%); transition: transform 240ms ease; }
  .sh-primary-nav.is-open { transform: translateX(0); }
  .sh-primary-nav__mobile-head { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--sh-line); color: var(--sh-emerald); font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
  .sh-menu--primary { display: block; padding-top: 18px; }
  .sh-menu--primary > li > a { padding: 15px 0; border-bottom: 1px solid var(--sh-line); font-size: .76rem; }
  .sh-menu--primary .sub-menu { position: static; min-width: 0; padding: 5px 0 8px 14px; visibility: visible; border: 0; box-shadow: none; opacity: 1; transform: none; }
  .sh-menu-scrim { position: fixed; z-index: 1005; inset: 0; background: rgba(6,41,29,.56); }
  .sh-menu-scrim.is-open { display: block; }
}

@media (max-width: 767px) {

  body.admin-bar .sh-site-header { top: 46px; }
  .sh-account-link { display: none; }
  .sh-header-tools { gap: 0; }
  .sh-cart-link { width: 40px; padding: 0; justify-content: center; background: transparent; color: var(--sh-emerald); }
  .sh-cart-link > span:not(.sh-cart-count) { display: none; }
  .sh-cart-count { position: absolute; margin: -28px 0 0 25px; }
  .sh-footer-main { padding: 64px 0 54px; }
  .sh-footer-grid { grid-template-columns: 1fr 1fr; }
  .sh-footer-brand, .sh-footer-note { grid-column: 1 / -1; }
  .sh-footer-bottom__inner { min-height: 90px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; }
  .sh-footer-legal__menu { justify-content: flex-start; }
}
