/* v2.3.11 global header foundation with refined desktop dropdown layouts and WoodMart native side-cart skin. */
body.ghp-has-custom-site-header {
  --ghp-site-header-space: 0px;
  overflow-x: clip;
}

body.admin-bar.ghp-has-custom-site-header {
  --ghp-site-header-space: 0px;
}

body.ghp-has-custom-site-header .whb-header,
body.ghp-has-custom-site-header .whb-sticky-header,
body.ghp-has-custom-site-header .site-header:not(.ghp-site-header-module),
body.ghp-has-custom-site-header header.site-header,
body.ghp-has-custom-site-header header.wd-header {
  display: none !important;
}

body.ghp-has-custom-site-header .website-wrapper,
body.ghp-has-custom-site-header > .main-page-wrapper {
  /* The custom header is fixed/overlaid, so it must not reserve a standalone navbar row. */
  padding-top: 0 !important;
}

.ghp-site-header-module,
.ghp-site-header-module * {
  box-sizing: border-box;
}

.ghp-site-header-module {
  --ghp-site-header-top: 18px;
  --ghp-site-header-radius: 12px;
  --ghp-site-header-yellow: #ffd12a;
  --ghp-site-header-accent: #5fb22d;
  --ghp-site-header-text: #111;
  --ghp-site-header-muted: #686868;
  --ghp-site-header-line: rgba(17, 17, 17, .09);
  --ghp-site-header-soft: rgba(95, 178, 45, .09);
  position: fixed;
  z-index: 99991;
  top: var(--ghp-site-header-top);
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 18px;
  pointer-events: none;
  font-family: inherit;
}

body.admin-bar .ghp-site-header-module {
  top: calc(var(--ghp-site-header-top) + 32px);
}

.ghp-site-header-module a,
.ghp-site-header-module button,
.ghp-site-header-module input {
  font-family: inherit;
}

.ghp-site-header-module .ghp-site-header__bar {
  position: relative;
  width: min(1240px, calc(100vw - 56px));
  min-height: 70px;
  margin: 0 auto;
  padding: 0 22px 0 28px;
  border: 1px solid var(--ghp-site-header-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(9, 12, 16, .10);
  color: var(--ghp-site-header-text);
  display: flex;
  align-items: stretch;
  gap: 0;
  pointer-events: auto;
  overflow: visible;
}

.ghp-site-header-module .ghp-site-header__logo {
  flex: 0 0 auto;
  min-width: clamp(170px, 18vw, 260px);
  padding-right: 18px;
  color: var(--ghp-site-header-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.ghp-site-header-module .ghp-site-header__logo img {
  display: block;
  width: auto;
  max-width: 168px;
  max-height: 40px;
  object-fit: contain;
}

.ghp-site-header-module .ghp-site-header__logo span {
  display: inline-block;
  color: var(--ghp-site-header-text);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.ghp-site-header-module .ghp-site-header__nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 26px);
  white-space: nowrap;
}

.ghp-site-header-module .ghp-site-header__nav-item {
  position: static;
  display: inline-flex;
  align-items: stretch;
}

.ghp-site-header-module .ghp-site-header__nav-link {
  position: relative;
  min-height: 70px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ghp-site-header-text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  isolation: isolate;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.ghp-site-header-module .ghp-site-header__nav-link::before,
.ghp-site-header-module .ghp-site-header__nav-link::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.ghp-site-header-module .ghp-site-header__nav-link::before {
  inset: 16px -2px 15px;
  z-index: -1;
  border-radius: 999px;
  background: var(--ghp-site-header-soft);
  opacity: 0;
  transform: scale(.94);
  transition: opacity .22s ease, transform .22s ease;
}

.ghp-site-header-module .ghp-site-header__nav-link::after {
  left: 10px;
  right: 10px;
  bottom: 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ghp-site-header-accent), var(--ghp-site-header-yellow));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.ghp-site-header-module .ghp-site-header__nav-link svg {
  width: 13px;
  height: 13px;
  transform: translateY(1px);
  transition: transform .2s ease;
}

.ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__nav-link,
.ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__nav-link,
.ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__nav-link,
.ghp-site-header-module .ghp-site-header__drawer-item:hover,
.ghp-site-header-module .ghp-site-header__action:hover {
  color: #000;
  opacity: 1;
}

.ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__nav-link,
.ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__nav-link,
.ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__nav-link {
  transform: translateY(-1px);
}

.ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__nav-link::before,
.ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__nav-link::before,
.ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__nav-link::before,
.ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__nav-link::after,
.ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__nav-link::after,
.ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__nav-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__nav-link::before,
.ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__nav-link::before,
.ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__nav-link::before {
  transform: scale(1);
}

.ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__nav-link svg,
.ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__nav-link svg,
.ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__nav-link svg {
  transform: translateY(1px) rotate(180deg);
}

.ghp-site-header-module .ghp-site-header__nav-link:focus-visible,
.ghp-site-header-module .ghp-site-header__action:focus-visible,
.ghp-site-header-module .ghp-site-header__toggle:focus-visible,
.ghp-site-header-module .ghp-site-header__drawer-item:focus-visible,
.ghp-site-header-module .ghp-site-header__search-form input:focus-visible,
.ghp-site-header-module .ghp-site-header__search-form button:focus-visible {
  outline: 2px solid var(--ghp-site-header-yellow);
  outline-offset: 4px;
}

.ghp-site-header-module svg path,
.ghp-site-header-module svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ghp-site-header-module .ghp-site-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  width: min(1480px, calc(100vw - 32px));
  padding-top: 6px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -6px);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: visible;
  transition: opacity .18s ease, transform .22s cubic-bezier(.2, .8, .2, 1), visibility .18s ease;
}

.ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__dropdown,
.ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__dropdown,
.ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.ghp-site-header-module .ghp-site-header__dropdown-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 390px;
  max-height: min(72vh, 520px);
  border: 1px solid var(--ghp-site-header-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(9, 12, 16, .14);
  overflow-y: auto;
  overflow-x: hidden;
}

.ghp-site-header-module .ghp-site-header__dropdown-panel--promo {
  display: block;
  min-height: 0;
  max-height: calc(100vh - 116px);
  padding: clamp(14px, 1.65vw, 24px);
  border-color: rgba(17, 17, 17, .07);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 56px rgba(9, 12, 16, .12);
  overflow-y: auto;
  overflow-x: hidden;
}

.ghp-site-header-module .ghp-site-header__promo-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(520px, 100%), 1fr));
  gap: clamp(12px, 1.2vw, 18px);
}

.ghp-site-header-module .ghp-site-header__promo-card {
  position: relative;
  min-width: 0;
  min-height: clamp(210px, 22.5vw, 352px);
  aspect-ratio: 2.08 / 1;
  border-radius: 6px;
  background: #f1f2f1;
  color: #111;
  text-decoration: none;
  display: block;
  overflow: hidden;
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .035);
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease, opacity .18s ease;
}

.ghp-site-header-module .ghp-site-header__promo-card:hover,
.ghp-site-header-module .ghp-site-header__promo-card:focus-visible {
  color: #111;
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(9, 12, 16, .12), inset 0 0 0 1px rgba(17, 17, 17, .05);
}

.ghp-site-header-module .ghp-site-header__promo-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--ghp-promo-bg, linear-gradient(135deg, #f4f4f2 0%, #ecefed 100%));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .36s cubic-bezier(.2, .8, .2, 1), filter .22s ease;
}

.ghp-site-header-module .ghp-site-header__promo-card:hover .ghp-site-header__promo-visual,
.ghp-site-header-module .ghp-site-header__promo-card:focus-visible .ghp-site-header__promo-visual {
  transform: scale(1.025);
}

.ghp-site-header-module .ghp-site-header__promo-card--placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 42%, rgba(95, 178, 45, .18), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .18));
}

.ghp-site-header-module .ghp-site-header__promo-copy {
  position: absolute;
  left: clamp(24px, 3.2vw, 58px);
  top: clamp(28px, 3.5vw, 62px);
  width: min(46%, 430px);
  display: grid;
  gap: 12px;
}

.ghp-site-header-module .ghp-site-header__promo-title {
  color: #090909;
  font-size: clamp(28px, 2.35vw, 46px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.ghp-site-header-module .ghp-site-header__promo-desc {
  color: rgba(17, 17, 17, .62);
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 600;
  line-height: 1.35;
}

.ghp-site-header-module .ghp-site-header__promo-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  min-height: clamp(44px, 3.2vw, 58px);
  max-width: calc(100% - 44px);
  padding: 0 clamp(22px, 2.2vw, 36px);
  border-radius: 999px;
  background: #030303;
  color: #fff;
  font-size: clamp(12px, .95vw, 16px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
  transform: translate(-50%, -50%);
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease, background-color .18s ease;
}

.ghp-site-header-module .ghp-site-header__promo-card:hover .ghp-site-header__promo-button,
.ghp-site-header-module .ghp-site-header__promo-card:focus-visible .ghp-site-header__promo-button {
  background: #000;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .30);
  transform: translate(-50%, -54%);
}

.ghp-site-header-module .ghp-site-header__dropdown-panel--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ghp-site-header-module .ghp-site-header__dropdown-panel--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghp-site-header-module .ghp-site-header__dropdown-column {
  min-width: 0;
  padding: 30px 18px 30px 26px;
}

.ghp-site-header-module .ghp-site-header__dropdown-column + .ghp-site-header__dropdown-column {
  border-left: 1px solid var(--ghp-site-header-line);
}

.ghp-site-header-module .ghp-site-header__dropdown-column--overview {
  padding: 30px 28px;
}

.ghp-site-header-module .ghp-site-header__dropdown-overview {
  max-width: 340px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ghp-site-header-module .ghp-site-header__dropdown-overview-title {
  margin: 0 0 8px;
  color: #111;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.ghp-site-header-module .ghp-site-header__dropdown-overview-title::after {
  content: '';
  display: inline-block;
  width: .28em;
  height: .28em;
  margin-left: .04em;
  border-radius: 999px;
  background: var(--ghp-site-header-yellow);
  vertical-align: baseline;
}

.ghp-site-header-module .ghp-site-header__dropdown-overview-desc {
  margin: 0 0 22px;
  color: #111;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.ghp-site-header-module .ghp-site-header__dropdown-overview-button {
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 999px;
  background: var(--ghp-site-header-yellow);
  color: #111;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ghp-site-header-module .ghp-site-header__dropdown-overview-button:hover,
.ghp-site-header-module .ghp-site-header__dropdown-overview-button:focus-visible {
  color: #111;
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(255, 209, 42, .28);
}

.ghp-site-header-module .ghp-site-header__dropdown-column--products {
  display: grid;
  align-content: start;
  gap: 26px;
}

.ghp-site-header-module .ghp-site-header__mega-product {
  min-width: 0;
  color: #111;
  text-decoration: none;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  transition: opacity .18s ease, transform .18s ease;
}

.ghp-site-header-module .ghp-site-header__mega-product:hover,
.ghp-site-header-module .ghp-site-header__mega-product:focus-visible {
  color: #111;
  opacity: 1;
  transform: translateY(-1px);
}

.ghp-site-header-module .ghp-site-header__mega-product-media {
  width: 92px;
  height: 66px;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #111;
  font-size: 21px;
  font-weight: 900;
}

.ghp-site-header-module .ghp-site-header__mega-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ghp-site-header-module .ghp-site-header__mega-product-media--placeholder {
  width: 68px;
  height: 68px;
  margin-left: 12px;
  background: #efefed;
}

.ghp-site-header-module .ghp-site-header__mega-product-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ghp-site-header-module .ghp-site-header__mega-product-title {
  color: #111;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.ghp-site-header-module .ghp-site-header__mega-product-desc {
  color: #171717;
  font-size: clamp(14px, .98vw, 17px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.02em;
  white-space: normal;
}

.ghp-site-header-module .ghp-site-header__mega-product-meta {
  margin-top: 3px;
  color: #111;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
}

.ghp-site-header-module .ghp-site-header__dropdown-column--links {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 32px;
}

.ghp-site-header-module .ghp-site-header__mega-link {
  min-width: 0;
  color: #111;
  text-decoration: none;
  display: grid;
  gap: 3px;
  transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

.ghp-site-header-module .ghp-site-header__mega-link:hover,
.ghp-site-header-module .ghp-site-header__mega-link:focus-visible {
  color: #111;
  opacity: 1;
  transform: translateX(2px);
}

.ghp-site-header-module .ghp-site-header__mega-link-title {
  color: #111;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.ghp-site-header-module .ghp-site-header__mega-link-desc {
  color: var(--ghp-site-header-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  white-space: normal;
}

.ghp-site-header-module .ghp-site-header__dropdown-link {
  min-width: 0;
  min-height: 78px;
  padding: 14px;
  border-radius: 18px;
  color: var(--ghp-site-header-text);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 1px solid transparent;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.ghp-site-header-module .ghp-site-header__dropdown-link:hover,
.ghp-site-header-module .ghp-site-header__dropdown-link:focus-visible {
  background: rgba(17, 17, 17, .035);
  border-color: rgba(17, 17, 17, .06);
  box-shadow: 0 10px 26px rgba(9, 12, 16, .07);
  color: var(--ghp-site-header-text);
  opacity: 1;
  transform: translateY(-1px);
}

.ghp-site-header-module .ghp-site-header__dropdown-media {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #111;
  font-size: 20px;
  font-weight: 900;
}

.ghp-site-header-module .ghp-site-header__dropdown-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ghp-site-header-module .ghp-site-header__dropdown-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ghp-site-header-module .ghp-site-header__dropdown-title {
  color: var(--ghp-site-header-text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.22;
}

.ghp-site-header-module .ghp-site-header__dropdown-desc {
  color: var(--ghp-site-header-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  white-space: normal;
}

.ghp-site-header-module .ghp-site-header__dropdown-meta {
  width: max-content;
  max-width: 100%;
  color: #111;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.15;
  white-space: normal;
}

.ghp-site-header-module .ghp-site-header__actions {
  flex: 0 0 auto;
  min-width: 112px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}

.ghp-site-header-module .ghp-site-header__action {
  position: relative;
  min-width: 22px;
  min-height: 22px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: #151515;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease, color .18s ease;
  appearance: none;
}

.ghp-site-header-module .ghp-site-header__action--icon,
.ghp-site-header-module .ghp-site-header__action--search {
  width: 24px;
  height: 24px;
}

.ghp-site-header-module .ghp-site-header__action--button {
  min-height: 34px;
  padding: 0 14px;
  background: var(--ghp-site-header-yellow);
  color: #111;
  box-shadow: 0 8px 18px rgba(255, 208, 42, .26);
}

.ghp-site-header-module .ghp-site-header__action:hover {
  transform: translateY(-1px);
}

.ghp-site-header-module .ghp-site-header__action--button:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.ghp-site-header-module .ghp-site-header__actions .ghp-site-header__action--icon span,
.ghp-site-header-module .ghp-site-header__actions .ghp-site-header__action--search span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ghp-site-header-module .ghp-site-header__action svg,
.ghp-site-header-module .ghp-site-header__toggle svg {
  width: 20px;
  height: 20px;
  display: block;
}

.ghp-site-header-module .ghp-site-header__cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #e64040;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}


.ghp-site-header-module .ghp-site-header__woodmart-cart-proxy {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}


.ghp-site-header-module .ghp-site-header__cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(10, 12, 14, .42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}

.ghp-site-header-module .ghp-site-header__cart-overlay.ghp-cart-overlay-opened,
.ghp-site-header-module .ghp-site-header__cart-overlay.woodmart-close-side-opened,
.ghp-site-header-module .ghp-site-header__cart-overlay.wd-close-side-opened {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ghp-site-header-module .ghp-site-header__cart-side {
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(430px, 100vw);
  max-width: 100vw;
  padding: 30px 26px;
  background: #fff;
  color: #111;
  box-shadow: -28px 0 70px rgba(7, 9, 12, .18);
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(104%);
  transition: transform .32s cubic-bezier(.2, .8, .2, 1), opacity .24s ease, visibility .24s ease;
  overflow: hidden;
}

body.admin-bar .ghp-site-header-module .ghp-site-header__cart-side {
  top: 32px;
}

.ghp-site-header-module .ghp-site-header__cart-side.ghp-cart-side-opened,
.ghp-site-header-module .ghp-site-header__cart-side.wd-opened,
.ghp-site-header-module .ghp-site-header__cart-side.woodmart-cart-opened {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.ghp-site-header-module .ghp-site-header__cart-side-head {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, .08);
}

.ghp-site-header-module .ghp-site-header__cart-side-head strong {
  display: block;
  margin-top: 2px;
  color: #111;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}

.ghp-site-header-module .ghp-site-header__cart-side-kicker {
  display: block;
  color: rgba(17, 17, 17, .52);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ghp-site-header-module .ghp-site-header__cart-side-close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  margin: -2px -4px 0 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, .045);
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
  appearance: none;
}

.ghp-site-header-module .ghp-site-header__cart-side-close:hover,
.ghp-site-header-module .ghp-site-header__cart-side-close:focus-visible {
  background: rgba(17, 17, 17, .09);
  transform: rotate(90deg);
}

.ghp-site-header-module .ghp-site-header__cart-side-close svg {
  width: 18px;
  height: 18px;
}

.ghp-site-header-module .ghp-site-header__cart-side-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .widget_shopping_cart_content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart,
.ghp-site-header-module .ghp-site-header__cart-side-body .cart_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart-item,
.ghp-site-header-module .ghp-site-header__cart-side-body .mini_cart_item {
  position: relative;
  min-height: 84px;
  padding: 0 26px 18px 0;
  border-bottom: 1px solid rgba(17, 17, 17, .07);
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart-item a,
.ghp-site-header-module .ghp-site-header__cart-side-body .mini_cart_item a {
  color: #111;
  text-decoration: none;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart-item img,
.ghp-site-header-module .ghp-site-header__cart-side-body .mini_cart_item img {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 14px 8px 0;
  border-radius: 12px;
  background: #f3f3f3;
  object-fit: cover;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .remove,
.ghp-site-header-module .ghp-site-header__cart-side-body .remove_from_cart_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: rgba(17, 17, 17, .45) !important;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  transition: background-color .18s ease, color .18s ease;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .remove:hover,
.ghp-site-header-module .ghp-site-header__cart-side-body .remove_from_cart_button:hover {
  background: rgba(17, 17, 17, .07);
  color: #111 !important;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .quantity,
.ghp-site-header-module .ghp-site-header__cart-side-body .variation,
.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart__total {
  color: rgba(17, 17, 17, .62);
  font-size: 13px;
  font-weight: 700;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart__total {
  margin: auto 0 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, .09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart__total strong {
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart__buttons,
.ghp-site-header-module .ghp-site-header__cart-side-body .buttons {
  margin: 0;
  display: grid;
  gap: 10px;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart__buttons a,
.ghp-site-header-module .ghp-site-header__cart-side-body .buttons a {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, opacity .18s ease;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart__buttons a:hover,
.ghp-site-header-module .ghp-site-header__cart-side-body .buttons a:hover {
  opacity: .88;
  transform: translateY(-1px);
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart__buttons .checkout,
.ghp-site-header-module .ghp-site-header__cart-side-body .buttons .checkout {
  background: var(--ghp-site-header-accent);
  color: #fff;
}

.ghp-site-header-module .ghp-site-header__cart-side-body .woocommerce-mini-cart__empty-message {
  margin: auto 0;
  padding: 34px 20px;
  border-radius: 22px;
  background: rgba(17, 17, 17, .035);
  color: rgba(17, 17, 17, .62);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/* v2.3.11 WoodMart native side-cart visual skin.
   These selectors intentionally target only WoodMart/WooCommerce side-cart classes
   so the header dropdown, mobile menu, product page template, and cart fragments stay native. */
body.ghp-has-custom-site-header.ghp-site-header-cart-open .wd-close-side,
body.ghp-has-custom-site-header.ghp-site-header-cart-open .woodmart-close-side {
  background: rgba(10, 12, 14, .54);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: opacity .24s ease, visibility .24s ease, background-color .24s ease;
}

body.ghp-has-custom-site-header .cart-widget-side,
body.ghp-has-custom-site-header .wd-cart-side,
body.ghp-has-custom-site-header .woodmart-cart-side,
body.ghp-has-custom-site-header .shopping-cart-widget-side {
  width: min(452px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px);
  background: #fff;
  color: #111;
  border-radius: 24px 0 0 24px;
  box-shadow: -30px 0 80px rgba(7, 9, 12, .24);
  overflow: hidden;
}

body.ghp-has-custom-site-header .cart-widget-side *,
body.ghp-has-custom-site-header .wd-cart-side *,
body.ghp-has-custom-site-header .woodmart-cart-side *,
body.ghp-has-custom-site-header .shopping-cart-widget-side * {
  box-sizing: border-box;
}

body.ghp-has-custom-site-header .cart-widget-side .widget-heading,
body.ghp-has-custom-site-header .wd-cart-side .widget-heading,
body.ghp-has-custom-site-header .woodmart-cart-side .widget-heading,
body.ghp-has-custom-site-header .shopping-cart-widget-side .widget-heading {
  min-height: auto;
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  background: linear-gradient(180deg, #fff 0%, #fbfbf8 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.ghp-has-custom-site-header .cart-widget-side .widget-heading::before,
body.ghp-has-custom-site-header .wd-cart-side .widget-heading::before,
body.ghp-has-custom-site-header .woodmart-cart-side .widget-heading::before,
body.ghp-has-custom-site-header .shopping-cart-widget-side .widget-heading::before {
  content: '';
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, rgba(95, 178, 45, .28), transparent 45%),
    rgba(95, 178, 45, .10);
  flex: 0 0 auto;
}

body.ghp-has-custom-site-header .cart-widget-side .widget-heading .widget-title,
body.ghp-has-custom-site-header .cart-widget-side .widget-heading h3,
body.ghp-has-custom-site-header .cart-widget-side .widget-heading h4,
body.ghp-has-custom-site-header .wd-cart-side .widget-heading .widget-title,
body.ghp-has-custom-site-header .wd-cart-side .widget-heading h3,
body.ghp-has-custom-site-header .wd-cart-side .widget-heading h4,
body.ghp-has-custom-site-header .woodmart-cart-side .widget-heading .widget-title,
body.ghp-has-custom-site-header .woodmart-cart-side .widget-heading h3,
body.ghp-has-custom-site-header .woodmart-cart-side .widget-heading h4,
body.ghp-has-custom-site-header .shopping-cart-widget-side .widget-heading .widget-title,
body.ghp-has-custom-site-header .shopping-cart-widget-side .widget-heading h3,
body.ghp-has-custom-site-header .shopping-cart-widget-side .widget-heading h4 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #111;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
}

body.ghp-has-custom-site-header .cart-widget-side .close-side-widget,
body.ghp-has-custom-site-header .wd-cart-side .close-side-widget,
body.ghp-has-custom-site-header .woodmart-cart-side .close-side-widget,
body.ghp-has-custom-site-header .shopping-cart-widget-side .close-side-widget {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 999px;
  background: rgba(17, 17, 17, .045);
  color: #111;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: none;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body.ghp-has-custom-site-header .cart-widget-side .close-side-widget:hover,
body.ghp-has-custom-site-header .cart-widget-side .close-side-widget:focus-visible,
body.ghp-has-custom-site-header .wd-cart-side .close-side-widget:hover,
body.ghp-has-custom-site-header .wd-cart-side .close-side-widget:focus-visible,
body.ghp-has-custom-site-header .woodmart-cart-side .close-side-widget:hover,
body.ghp-has-custom-site-header .woodmart-cart-side .close-side-widget:focus-visible,
body.ghp-has-custom-site-header .shopping-cart-widget-side .close-side-widget:hover,
body.ghp-has-custom-site-header .shopping-cart-widget-side .close-side-widget:focus-visible {
  background: rgba(17, 17, 17, .09);
  border-color: rgba(17, 17, 17, .12);
  transform: rotate(90deg);
}

body.ghp-has-custom-site-header .cart-widget-side .widget,
body.ghp-has-custom-site-header .cart-widget-side .widget_shopping_cart,
body.ghp-has-custom-site-header .wd-cart-side .widget,
body.ghp-has-custom-site-header .wd-cart-side .widget_shopping_cart,
body.ghp-has-custom-site-header .woodmart-cart-side .widget,
body.ghp-has-custom-site-header .woodmart-cart-side .widget_shopping_cart,
body.ghp-has-custom-site-header .shopping-cart-widget-side .widget,
body.ghp-has-custom-site-header .shopping-cart-widget-side .widget_shopping_cart {
  height: calc(100% - 88px);
  margin: 0;
  padding: 0;
}

body.ghp-has-custom-site-header .cart-widget-side .widget_shopping_cart_content,
body.ghp-has-custom-site-header .wd-cart-side .widget_shopping_cart_content,
body.ghp-has-custom-site-header .woodmart-cart-side .widget_shopping_cart_content,
body.ghp-has-custom-site-header .shopping-cart-widget-side .widget_shopping_cart_content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

body.ghp-has-custom-site-header .cart-widget-side .shopping-cart-widget-body,
body.ghp-has-custom-site-header .wd-cart-side .shopping-cart-widget-body,
body.ghp-has-custom-site-header .woodmart-cart-side .shopping-cart-widget-body,
body.ghp-has-custom-site-header .shopping-cart-widget-side .shopping-cart-widget-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 20px 22px 6px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart,
body.ghp-has-custom-site-header .cart-widget-side .cart_list,
body.ghp-has-custom-site-header .cart-widget-side .product_list_widget,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart,
body.ghp-has-custom-site-header .wd-cart-side .cart_list,
body.ghp-has-custom-site-header .wd-cart-side .product_list_widget,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart,
body.ghp-has-custom-site-header .woodmart-cart-side .cart_list,
body.ghp-has-custom-site-header .woodmart-cart-side .product_list_widget,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart,
body.ghp-has-custom-site-header .shopping-cart-widget-side .cart_list,
body.ghp-has-custom-site-header .shopping-cart-widget-side .product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart-item,
body.ghp-has-custom-site-header .cart-widget-side .mini_cart_item,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart-item,
body.ghp-has-custom-site-header .wd-cart-side .mini_cart_item,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart-item,
body.ghp-has-custom-site-header .woodmart-cart-side .mini_cart_item,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart-item,
body.ghp-has-custom-site-header .shopping-cart-widget-side .mini_cart_item {
  position: relative;
  min-height: 104px;
  margin: 0;
  padding: 14px 42px 14px 104px;
  border: 1px solid rgba(17, 17, 17, .075);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 9, 12, .055);
  color: #111;
  overflow: hidden;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button),
body.ghp-has-custom-site-header .cart-widget-side .mini_cart_item > a:not(.remove):not(.remove_from_cart_button),
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button),
body.ghp-has-custom-site-header .wd-cart-side .mini_cart_item > a:not(.remove):not(.remove_from_cart_button),
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button),
body.ghp-has-custom-site-header .woodmart-cart-side .mini_cart_item > a:not(.remove):not(.remove_from_cart_button),
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button),
body.ghp-has-custom-site-header .shopping-cart-widget-side .mini_cart_item > a:not(.remove):not(.remove_from_cart_button) {
  min-width: 0;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.32;
  letter-spacing: -.012em;
  display: block;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button):hover,
body.ghp-has-custom-site-header .cart-widget-side .mini_cart_item > a:not(.remove):not(.remove_from_cart_button):hover,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button):hover,
body.ghp-has-custom-site-header .wd-cart-side .mini_cart_item > a:not(.remove):not(.remove_from_cart_button):hover,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button):hover,
body.ghp-has-custom-site-header .woodmart-cart-side .mini_cart_item > a:not(.remove):not(.remove_from_cart_button):hover,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button):hover,
body.ghp-has-custom-site-header .shopping-cart-widget-side .mini_cart_item > a:not(.remove):not(.remove_from_cart_button):hover {
  color: #000;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart-item img,
body.ghp-has-custom-site-header .cart-widget-side .mini_cart_item img,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart-item img,
body.ghp-has-custom-site-header .wd-cart-side .mini_cart_item img,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart-item img,
body.ghp-has-custom-site-header .woodmart-cart-side .mini_cart_item img,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart-item img,
body.ghp-has-custom-site-header .shopping-cart-widget-side .mini_cart_item img {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 74px;
  height: 74px;
  max-width: 74px;
  margin: 0;
  float: none;
  border-radius: 14px;
  background: #f6f6f2;
  object-fit: contain;
  object-position: center;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .04);
}

body.ghp-has-custom-site-header .cart-widget-side .remove,
body.ghp-has-custom-site-header .cart-widget-side .remove_from_cart_button,
body.ghp-has-custom-site-header .wd-cart-side .remove,
body.ghp-has-custom-site-header .wd-cart-side .remove_from_cart_button,
body.ghp-has-custom-site-header .woodmart-cart-side .remove,
body.ghp-has-custom-site-header .woodmart-cart-side .remove_from_cart_button,
body.ghp-has-custom-site-header .shopping-cart-widget-side .remove,
body.ghp-has-custom-site-header .shopping-cart-widget-side .remove_from_cart_button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(17, 17, 17, .045);
  color: rgba(17, 17, 17, .52) !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

body.ghp-has-custom-site-header .cart-widget-side .remove:hover,
body.ghp-has-custom-site-header .cart-widget-side .remove_from_cart_button:hover,
body.ghp-has-custom-site-header .wd-cart-side .remove:hover,
body.ghp-has-custom-site-header .wd-cart-side .remove_from_cart_button:hover,
body.ghp-has-custom-site-header .woodmart-cart-side .remove:hover,
body.ghp-has-custom-site-header .woodmart-cart-side .remove_from_cart_button:hover,
body.ghp-has-custom-site-header .shopping-cart-widget-side .remove:hover,
body.ghp-has-custom-site-header .shopping-cart-widget-side .remove_from_cart_button:hover {
  background: rgba(230, 64, 64, .10);
  color: #c83636 !important;
  transform: scale(1.04);
}

body.ghp-has-custom-site-header .cart-widget-side .quantity,
body.ghp-has-custom-site-header .cart-widget-side .variation,
body.ghp-has-custom-site-header .cart-widget-side .woocommerce-Price-amount,
body.ghp-has-custom-site-header .wd-cart-side .quantity,
body.ghp-has-custom-site-header .wd-cart-side .variation,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-Price-amount,
body.ghp-has-custom-site-header .woodmart-cart-side .quantity,
body.ghp-has-custom-site-header .woodmart-cart-side .variation,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-Price-amount,
body.ghp-has-custom-site-header .shopping-cart-widget-side .quantity,
body.ghp-has-custom-site-header .shopping-cart-widget-side .variation,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-Price-amount {
  color: rgba(17, 17, 17, .66);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

body.ghp-has-custom-site-header .cart-widget-side .quantity,
body.ghp-has-custom-site-header .wd-cart-side .quantity,
body.ghp-has-custom-site-header .woodmart-cart-side .quantity,
body.ghp-has-custom-site-header .shopping-cart-widget-side .quantity {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(17, 17, 17, .035);
}

body.ghp-has-custom-site-header .cart-widget-side .quantity .amount,
body.ghp-has-custom-site-header .cart-widget-side .woocommerce-Price-amount,
body.ghp-has-custom-site-header .wd-cart-side .quantity .amount,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-Price-amount,
body.ghp-has-custom-site-header .woodmart-cart-side .quantity .amount,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-Price-amount,
body.ghp-has-custom-site-header .shopping-cart-widget-side .quantity .amount,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-Price-amount {
  color: #111;
  font-weight: 900;
}

body.ghp-has-custom-site-header .cart-widget-side .shopping-cart-widget-footer,
body.ghp-has-custom-site-header .wd-cart-side .shopping-cart-widget-footer,
body.ghp-has-custom-site-header .woodmart-cart-side .shopping-cart-widget-footer,
body.ghp-has-custom-site-header .shopping-cart-widget-side .shopping-cart-widget-footer {
  flex: 0 0 auto;
  padding: 16px 22px 24px;
  border-top: 1px solid rgba(17, 17, 17, .07);
  background: linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, #fff 28%);
  box-shadow: 0 -18px 36px rgba(7, 9, 12, .035);
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart__total,
body.ghp-has-custom-site-header .cart-widget-side .total,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart__total,
body.ghp-has-custom-site-header .wd-cart-side .total,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart__total,
body.ghp-has-custom-site-header .woodmart-cart-side .total,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart__total,
body.ghp-has-custom-site-header .shopping-cart-widget-side .total {
  margin: 0 0 12px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 17, 17, .075);
  border-radius: 16px;
  background: #fafaf7;
  color: rgba(17, 17, 17, .62);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart__total strong,
body.ghp-has-custom-site-header .cart-widget-side .total strong,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart__total strong,
body.ghp-has-custom-site-header .wd-cart-side .total strong,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart__total strong,
body.ghp-has-custom-site-header .woodmart-cart-side .total strong,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart__total strong,
body.ghp-has-custom-site-header .shopping-cart-widget-side .total strong {
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart__buttons,
body.ghp-has-custom-site-header .cart-widget-side .buttons,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart__buttons,
body.ghp-has-custom-site-header .wd-cart-side .buttons,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart__buttons,
body.ghp-has-custom-site-header .woodmart-cart-side .buttons,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart__buttons,
body.ghp-has-custom-site-header .shopping-cart-widget-side .buttons {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart__buttons a,
body.ghp-has-custom-site-header .cart-widget-side .buttons a,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart__buttons a,
body.ghp-has-custom-site-header .wd-cart-side .buttons a,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart__buttons a,
body.ghp-has-custom-site-header .woodmart-cart-side .buttons a,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart__buttons a,
body.ghp-has-custom-site-header .shopping-cart-widget-side .buttons a {
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  box-shadow: 0 12px 24px rgba(7, 9, 12, .14);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart__buttons a:hover,
body.ghp-has-custom-site-header .cart-widget-side .buttons a:hover,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart__buttons a:hover,
body.ghp-has-custom-site-header .wd-cart-side .buttons a:hover,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart__buttons a:hover,
body.ghp-has-custom-site-header .woodmart-cart-side .buttons a:hover,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart__buttons a:hover,
body.ghp-has-custom-site-header .shopping-cart-widget-side .buttons a:hover {
  color: #fff;
  opacity: .96;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(7, 9, 12, .18);
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart__buttons .checkout,
body.ghp-has-custom-site-header .cart-widget-side .buttons .checkout,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart__buttons .checkout,
body.ghp-has-custom-site-header .wd-cart-side .buttons .checkout,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart__buttons .checkout,
body.ghp-has-custom-site-header .woodmart-cart-side .buttons .checkout,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart__buttons .checkout,
body.ghp-has-custom-site-header .shopping-cart-widget-side .buttons .checkout {
  background: #5fb22d;
  color: #fff;
  box-shadow: 0 14px 26px rgba(95, 178, 45, .24);
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart__empty-message,
body.ghp-has-custom-site-header .cart-widget-side .wd-empty-mini-cart,
body.ghp-has-custom-site-header .cart-widget-side .empty-cart-side,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart__empty-message,
body.ghp-has-custom-site-header .wd-cart-side .wd-empty-mini-cart,
body.ghp-has-custom-site-header .wd-cart-side .empty-cart-side,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart__empty-message,
body.ghp-has-custom-site-header .woodmart-cart-side .wd-empty-mini-cart,
body.ghp-has-custom-site-header .woodmart-cart-side .empty-cart-side,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart__empty-message,
body.ghp-has-custom-site-header .shopping-cart-widget-side .wd-empty-mini-cart,
body.ghp-has-custom-site-header .shopping-cart-widget-side .empty-cart-side {
  margin: 28px 22px;
  padding: 40px 24px;
  border: 1px solid rgba(17, 17, 17, .07);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(95, 178, 45, .13), transparent 42%),
    #fbfbf8;
  color: rgba(17, 17, 17, .62);
  box-shadow: 0 18px 44px rgba(7, 9, 12, .055);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
  text-align: center;
}

body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart__empty-message::before,
body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart__empty-message::before,
body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart__empty-message::before,
body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart__empty-message::before {
  content: '';
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(95, 178, 45, .18), rgba(255, 209, 42, .24)),
    #fff;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .06);
  display: block;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header .cart-widget-side,
  body.ghp-has-custom-site-header .wd-cart-side,
  body.ghp-has-custom-site-header .woodmart-cart-side,
  body.ghp-has-custom-site-header .shopping-cart-widget-side {
    width: min(420px, 92vw) !important;
    max-width: 92vw;
    border-radius: 20px 0 0 20px;
  }

  body.ghp-has-custom-site-header .cart-widget-side .widget-heading,
  body.ghp-has-custom-site-header .wd-cart-side .widget-heading,
  body.ghp-has-custom-site-header .woodmart-cart-side .widget-heading,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .widget-heading {
    padding: 22px 18px 16px;
    gap: 12px;
  }

  body.ghp-has-custom-site-header .cart-widget-side .widget-heading::before,
  body.ghp-has-custom-site-header .wd-cart-side .widget-heading::before,
  body.ghp-has-custom-site-header .woodmart-cart-side .widget-heading::before,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .widget-heading::before {
    width: 34px;
    height: 34px;
  }

  body.ghp-has-custom-site-header .cart-widget-side .close-side-widget,
  body.ghp-has-custom-site-header .wd-cart-side .close-side-widget,
  body.ghp-has-custom-site-header .woodmart-cart-side .close-side-widget,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .close-side-widget {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }

  body.ghp-has-custom-site-header .cart-widget-side .shopping-cart-widget-body,
  body.ghp-has-custom-site-header .wd-cart-side .shopping-cart-widget-body,
  body.ghp-has-custom-site-header .woodmart-cart-side .shopping-cart-widget-body,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .shopping-cart-widget-body {
    padding: 16px 14px 6px;
  }

  body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart-item,
  body.ghp-has-custom-site-header .cart-widget-side .mini_cart_item,
  body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart-item,
  body.ghp-has-custom-site-header .wd-cart-side .mini_cart_item,
  body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart-item,
  body.ghp-has-custom-site-header .woodmart-cart-side .mini_cart_item,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart-item,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .mini_cart_item {
    min-height: 96px;
    padding: 12px 36px 12px 92px;
    border-radius: 16px;
  }

  body.ghp-has-custom-site-header .cart-widget-side .woocommerce-mini-cart-item img,
  body.ghp-has-custom-site-header .cart-widget-side .mini_cart_item img,
  body.ghp-has-custom-site-header .wd-cart-side .woocommerce-mini-cart-item img,
  body.ghp-has-custom-site-header .wd-cart-side .mini_cart_item img,
  body.ghp-has-custom-site-header .woodmart-cart-side .woocommerce-mini-cart-item img,
  body.ghp-has-custom-site-header .woodmart-cart-side .mini_cart_item img,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .woocommerce-mini-cart-item img,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .mini_cart_item img {
    left: 12px;
    top: 12px;
    width: 66px;
    height: 66px;
    max-width: 66px;
    border-radius: 12px;
  }

  body.ghp-has-custom-site-header .cart-widget-side .shopping-cart-widget-footer,
  body.ghp-has-custom-site-header .wd-cart-side .shopping-cart-widget-footer,
  body.ghp-has-custom-site-header .woodmart-cart-side .shopping-cart-widget-footer,
  body.ghp-has-custom-site-header .shopping-cart-widget-side .shopping-cart-widget-footer {
    padding: 14px 14px max(18px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 430px) {
  body.ghp-has-custom-site-header .cart-widget-side,
  body.ghp-has-custom-site-header .wd-cart-side,
  body.ghp-has-custom-site-header .woodmart-cart-side,
  body.ghp-has-custom-site-header .shopping-cart-widget-side {
    width: 100vw !important;
    max-width: 100vw;
    border-radius: 0;
  }
}

.ghp-site-header-module .ghp-site-header__toggle {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin: 0 0 0 auto;
  padding: 0;
  border: 1px solid var(--ghp-site-header-line);
  border-radius: 999px;
  background: #fff;
  color: #111;
  box-shadow: none;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
}

.ghp-site-header-module .ghp-site-header__search-panel[hidden],
.ghp-site-header-module .ghp-site-header__drawer[hidden] {
  display: none !important;
}

.ghp-site-header-module .ghp-site-header__search-panel {
  width: min(560px, calc(100vw - 40px));
  margin: 10px auto 0;
  padding: 12px;
  border: 1px solid var(--ghp-site-header-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(9, 12, 16, .15);
  pointer-events: auto;
}

.ghp-site-header-module .ghp-site-header__search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.ghp-site-header-module .ghp-site-header__search-form input[type="search"] {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--ghp-site-header-line);
  border-radius: 14px;
  background: #fafafa;
  color: #111;
  font-size: 15px;
  outline: none;
}

.ghp-site-header-module .ghp-site-header__search-form button {
  min-height: 46px;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  appearance: none;
}

.ghp-site-header-module .ghp-site-header__drawer {
  width: min(480px, calc(100vw - 28px));
  max-height: calc(100dvh - 96px);
  margin: 10px auto 0;
  padding: 14px;
  border: 1px solid var(--ghp-site-header-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 24px 54px rgba(9, 12, 16, .16);
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.ghp-site-header-module .ghp-site-header__drawer-nav {
  display: grid;
  gap: 5px;
}

.ghp-site-header-module .ghp-site-header__drawer-item {
  width: 100%;
  min-height: 46px;
  padding: 0 10px;
  border-radius: 14px;
  color: var(--ghp-site-header-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background-color .18s ease, opacity .18s ease;
}

.ghp-site-header-module details.ghp-site-header__drawer-item {
  display: block;
  padding: 0;
}

.ghp-site-header-module .ghp-site-header__drawer-item summary {
  min-height: 46px;
  padding: 0 10px;
  border-radius: 14px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ghp-site-header-module .ghp-site-header__drawer-item summary::-webkit-details-marker {
  display: none;
}

.ghp-site-header-module .ghp-site-header__drawer-item summary svg {
  width: 16px;
  height: 16px;
  transition: transform .18s ease;
}

.ghp-site-header-module .ghp-site-header__drawer-item[open] summary svg {
  transform: rotate(180deg);
}

.ghp-site-header-module .ghp-site-header__drawer-item:hover,
.ghp-site-header-module .ghp-site-header__drawer-item summary:hover {
  background: rgba(17, 17, 17, .04);
  opacity: 1;
}

.ghp-site-header-module .ghp-site-header__drawer-dropdown {
  display: grid;
  gap: 6px;
  padding: 4px 0 10px;
}

.ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link {
  min-height: 64px;
  margin: 0;
  padding: 10px;
  border-radius: 14px;
}

.ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-media {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link--overview {
  background: rgba(255, 209, 42, .16);
  border-color: rgba(17, 17, 17, .06);
}

.ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link--promo {
  background: rgba(95, 178, 45, .07);
  border-color: rgba(17, 17, 17, .06);
}

.ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link--promo .ghp-site-header__dropdown-meta {
  padding: 6px 10px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 10px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ghp-site-header-module .ghp-site-header__drawer-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--ghp-site-header-line);
}

.ghp-site-header-module .ghp-site-header__drawer-actions .ghp-site-header__action {
  min-height: 44px;
  width: 100%;
  padding: 0 10px;
  border-radius: 14px;
  background: rgba(17, 17, 17, .04);
}

.ghp-site-header-module .ghp-site-header__drawer-actions .ghp-site-header__action span {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
}

@media (max-width: 1180px) {
  .ghp-site-header-module .ghp-site-header__bar {
    width: min(1120px, calc(100vw - 44px));
    padding-left: 22px;
    padding-right: 18px;
  }

  .ghp-site-header-module .ghp-site-header__logo {
    min-width: clamp(140px, 15vw, 190px);
  }

  .ghp-site-header-module .ghp-site-header__nav-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .ghp-site-header-module .ghp-site-header__nav-link::after {
    left: 12px;
    right: 12px;
  }

  .ghp-site-header-module .ghp-site-header__mega-product {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
  }

  .ghp-site-header-module .ghp-site-header__mega-product-media {
    width: 76px;
    height: 58px;
  }
}

@media (max-width: 1023px) and (min-width: 981px) {
  .ghp-site-header-module .ghp-site-header__logo {
    min-width: 120px;
  }

  .ghp-site-header-module .ghp-site-header__nav-link {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  body.ghp-has-custom-site-header {
    --ghp-site-header-space: 0px;
  }

  body.admin-bar.ghp-has-custom-site-header {
    --ghp-site-header-space: 0px;
  }

  .ghp-site-header-module {
    --ghp-site-header-top: 10px;
    padding: 0 12px;
  }

  .ghp-site-header-module .ghp-site-header__bar {
    width: min(100%, calc(100vw - 24px));
    min-height: 58px;
    padding: 0 10px 0 16px;
    border-radius: 16px;
    gap: 10px;
  }

  .ghp-site-header-module .ghp-site-header__nav,
  .ghp-site-header-module .ghp-site-header__actions {
    display: none;
  }

  .ghp-site-header-module .ghp-site-header__logo {
    min-width: 0;
    max-width: calc(100% - 56px);
  }

  .ghp-site-header-module .ghp-site-header__logo img {
    max-width: 150px;
    max-height: 34px;
  }

  .ghp-site-header-module .ghp-site-header__logo span {
    font-size: 22px;
    letter-spacing: .3em;
  }

  
.ghp-site-header-module .ghp-site-header__toggle {
    display: inline-flex;
  }

  .ghp-site-header-module .ghp-site-header__search-panel {
    width: min(480px, calc(100vw - 28px));
  }

  .ghp-site-header-module .ghp-site-header__cart-side {
    width: min(410px, 100vw);
    padding: 24px 18px;
  }
}


@media (max-width: 782px) {
  body.admin-bar .ghp-site-header-module {
    top: calc(var(--ghp-site-header-top) + 46px);
  }

  body.admin-bar.ghp-has-custom-site-header {
    --ghp-site-header-space: 0px;
  }

  body.admin-bar .ghp-site-header-module .ghp-site-header__cart-side {
    top: 46px;
  }
}


@media (max-width: 520px) {
  .ghp-site-header-module .ghp-site-header__search-form {
    grid-template-columns: 1fr;
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link--promo {
  background: rgba(95, 178, 45, .07);
  border-color: rgba(17, 17, 17, .06);
}

.ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link--promo .ghp-site-header__dropdown-meta {
  padding: 6px 10px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 10px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ghp-site-header-module .ghp-site-header__drawer-actions {
    grid-template-columns: 1fr;
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-desc {
    display: none;
  }
}

@media (max-width: 380px) {
  .ghp-site-header-module .ghp-site-header__logo span {
    font-size: 19px;
    letter-spacing: .25em;
  }
}

/* v2.2.7 desktop-only Navbar Dropdown visual refinement. */
@media (min-width: 1024px) {
  .ghp-site-header-module {
    --ghp-dropdown-radius: 24px;
    --ghp-dropdown-shadow: 0 28px 80px rgba(7, 10, 14, .16), 0 2px 8px rgba(7, 10, 14, .06);
    --ghp-dropdown-card: #f7f8f6;
    --ghp-dropdown-card-hover: #ffffff;
  }

  .ghp-site-header-module .ghp-site-header__nav {
    gap: clamp(14px, 1.65vw, 30px);
  }

  .ghp-site-header-module .ghp-site-header__nav-link {
    padding: 0 12px;
    font-size: clamp(14px, .9vw, 15px);
    font-weight: 780;
    letter-spacing: -.006em;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .ghp-site-header-module .ghp-site-header__nav-link::before {
    inset: 15px -4px 14px;
  }

  .ghp-site-header-module .ghp-site-header__nav-link::after {
    left: 12px;
    right: 12px;
    bottom: 11px;
    height: 2px;
  }

  .ghp-site-header-module .ghp-site-header__dropdown {
    width: min(1440px, calc(100vw - 48px));
    padding-top: 8px;
    transform: translate(-50%, -8px) scale(.992);
    transition: opacity .18s ease, transform .24s cubic-bezier(.2, .8, .2, 1), visibility .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__dropdown,
  .ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__dropdown,
  .ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__dropdown {
    transform: translate(-50%, 0) scale(1);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel {
    min-height: 0;
    max-height: min(70vh, 560px);
    border: 1px solid rgba(17, 17, 17, .075);
    border-radius: var(--ghp-dropdown-radius);
    background: rgba(255, 255, 255, .985);
    box-shadow: var(--ghp-dropdown-shadow);
    backdrop-filter: saturate(1.18) blur(10px);
    -webkit-backdrop-filter: saturate(1.18) blur(10px);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo {
    padding: clamp(16px, 1.35vw, 24px);
    border-radius: var(--ghp-dropdown-radius);
    box-shadow: var(--ghp-dropdown-shadow);
  }

  .ghp-site-header-module .ghp-site-header__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(500px, 100%), 1fr));
    gap: clamp(14px, 1.35vw, 22px);
  }

  .ghp-site-header-module .ghp-site-header__promo-card {
    min-height: clamp(190px, 17.5vw, 292px);
    aspect-ratio: 2.55 / 1;
    border-radius: 18px;
    background-color: var(--ghp-dropdown-card);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .045), 0 10px 26px rgba(7, 10, 14, .045);
  }

  .ghp-site-header-module .ghp-site-header__promo-card--has-image::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, .10));
    opacity: .72;
    pointer-events: none;
  }

  .ghp-site-header-module .ghp-site-header__promo-card:hover,
  .ghp-site-header-module .ghp-site-header__promo-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(7, 10, 14, .13), inset 0 0 0 1px rgba(17, 17, 17, .075);
  }

  .ghp-site-header-module .ghp-site-header__promo-button {
    min-height: clamp(44px, 3vw, 54px);
    padding: 0 clamp(24px, 2vw, 34px);
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: clamp(12px, .86vw, 15px);
    letter-spacing: .015em;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .10);
  }

  .ghp-site-header-module .ghp-site-header__promo-card:hover .ghp-site-header__promo-button,
  .ghp-site-header-module .ghp-site-header__promo-card:focus-visible .ghp-site-header__promo-button {
    transform: translate(-50%, -56%);
    box-shadow: 0 22px 42px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel:not(.ghp-site-header__dropdown-panel--promo) {
    grid-template-columns: minmax(230px, .72fr) minmax(420px, 1.2fr) minmax(260px, .82fr);
    column-gap: 0;
    padding: clamp(18px, 1.4vw, 24px);
    overflow-y: auto;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column {
    padding: clamp(18px, 1.55vw, 28px);
    border-radius: 18px;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column + .ghp-site-header__dropdown-column {
    border-left: 1px solid rgba(17, 17, 17, .07);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--overview {
    padding: clamp(20px, 1.65vw, 30px);
    background: linear-gradient(145deg, rgba(95, 178, 45, .08), rgba(255, 209, 42, .08));
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview {
    max-width: none;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview-title {
    margin-bottom: 10px;
    font-size: clamp(20px, 1.35vw, 25px);
    letter-spacing: -.035em;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview-desc {
    color: rgba(17, 17, 17, .72);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 560;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview-button {
    min-height: 40px;
    padding: 0 20px;
    border-color: rgba(17, 17, 17, .18);
    box-shadow: 0 12px 24px rgba(255, 209, 42, .22);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--products,
  .ghp-site-header-module .ghp-site-header__dropdown-column--links {
    position: relative;
    align-content: start;
    gap: 12px;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--products::before,
  .ghp-site-header-module .ghp-site-header__dropdown-column--links::before {
    display: block;
    margin: 0 0 4px;
    color: rgba(17, 17, 17, .45);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--products::before {
    content: 'Featured products';
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--links::before {
    content: 'Explore';
  }

  .ghp-site-header-module .ghp-site-header__mega-product {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    min-height: 96px;
    padding: 14px;
    border: 1px solid rgba(17, 17, 17, .055);
    border-radius: 18px;
    background: var(--ghp-dropdown-card);
    box-shadow: 0 8px 22px rgba(7, 10, 14, .035);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .22s ease, transform .22s cubic-bezier(.2, .8, .2, 1), opacity .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__mega-product:hover,
  .ghp-site-header-module .ghp-site-header__mega-product:focus-visible {
    background: var(--ghp-dropdown-card-hover);
    border-color: rgba(95, 178, 45, .18);
    box-shadow: 0 16px 34px rgba(7, 10, 14, .09);
    transform: translateY(-2px);
  }

  .ghp-site-header-module .ghp-site-header__mega-product-media {
    width: 86px;
    height: 70px;
    border-radius: 16px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .045);
  }

  .ghp-site-header-module .ghp-site-header__mega-product-media--placeholder {
    width: 70px;
    height: 70px;
    margin-left: 8px;
    background: linear-gradient(145deg, #f0f2ef, #ffffff);
  }

  .ghp-site-header-module .ghp-site-header__mega-product-title {
    font-size: clamp(15px, 1vw, 17px);
    font-weight: 880;
    letter-spacing: -.02em;
  }

  .ghp-site-header-module .ghp-site-header__mega-product-desc {
    color: rgba(17, 17, 17, .62);
    font-size: clamp(13px, .9vw, 15px);
    line-height: 1.35;
  }

  .ghp-site-header-module .ghp-site-header__mega-product-meta {
    width: max-content;
    max-width: 100%;
    margin-top: 6px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(95, 178, 45, .10);
    color: #285f16;
    font-size: 11px;
    letter-spacing: .015em;
  }

  .ghp-site-header-module .ghp-site-header__mega-link {
    position: relative;
    min-height: 48px;
    padding: 12px 42px 12px 14px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    transition: background-color .2s ease, border-color .2s ease, transform .22s cubic-bezier(.2, .8, .2, 1), opacity .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__mega-link + .ghp-site-header__mega-link {
    margin-top: 2px;
  }

  .ghp-site-header-module .ghp-site-header__mega-link::after {
    content: '›';
    position: absolute;
    top: 50%;
    right: 16px;
    color: rgba(17, 17, 17, .34);
    font-size: 22px;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform .2s ease, color .2s ease;
  }

  .ghp-site-header-module .ghp-site-header__mega-link:hover,
  .ghp-site-header-module .ghp-site-header__mega-link:focus-visible {
    background: rgba(17, 17, 17, .035);
    border-color: rgba(17, 17, 17, .06);
    transform: translateX(3px);
  }

  .ghp-site-header-module .ghp-site-header__mega-link:hover::after,
  .ghp-site-header-module .ghp-site-header__mega-link:focus-visible::after {
    color: var(--ghp-site-header-accent);
    transform: translate(3px, -50%);
  }

  .ghp-site-header-module .ghp-site-header__mega-link-title {
    font-size: clamp(15px, .98vw, 17px);
    font-weight: 850;
    letter-spacing: -.015em;
  }

  .ghp-site-header-module .ghp-site-header__mega-link-desc {
    color: rgba(17, 17, 17, .55);
    font-size: 13px;
    font-weight: 580;
  }
}


/* v2.2.9 desktop-only dropdown layout packs: products, overview cards and media links. */
@media (min-width: 1024px) {
  .ghp-site-header-module {
    --ghp-dropdown-radius: 16px;
    --ghp-dropdown-shadow: 0 24px 64px rgba(7, 10, 14, .13), 0 2px 8px rgba(7, 10, 14, .045);
    --ghp-dropdown-yellow: #ffd12a;
    --ghp-dropdown-yellow-deep: #efb900;
    --ghp-dropdown-line: rgba(17, 17, 17, .085);
    --ghp-dropdown-muted: rgba(17, 17, 17, .62);
  }

  .ghp-site-header-module .ghp-site-header__nav-link {
    font-size: clamp(14.5px, .92vw, 15.5px);
    font-weight: 820;
    letter-spacing: -.01em;
  }

  .ghp-site-header-module .ghp-site-header__dropdown {
    width: min(1210px, calc(100vw - 56px));
    padding-top: 3px;
    transform: translate(-50%, -5px) scale(.996);
  }

  .ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__dropdown,
  .ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__dropdown,
  .ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__dropdown {
    transform: translate(-50%, 0) scale(1);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel:not(.ghp-site-header__dropdown-panel--promo) {
    min-height: 0;
    max-height: min(68vh, 460px);
    padding: 0;
    border: 1px solid var(--ghp-dropdown-line);
    border-radius: var(--ghp-dropdown-radius);
    background: rgba(255, 255, 255, .992);
    box-shadow: var(--ghp-dropdown-shadow);
    overflow: hidden;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--products {
    grid-template-columns: minmax(230px, .86fr) minmax(390px, 1.1fr) minmax(250px, .82fr) !important;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--products.ghp-site-header__dropdown-panel--cols-2 {
    grid-template-columns: minmax(250px, .8fr) minmax(520px, 1.6fr) !important;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--links {
    grid-template-columns: minmax(260px, .82fr) minmax(520px, 1.55fr) !important;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--media-links {
    grid-template-columns: minmax(260px, .76fr) minmax(640px, 1.62fr) !important;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--overview-cards {
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column {
    min-width: 0;
    padding: clamp(22px, 1.65vw, 30px) clamp(26px, 1.9vw, 36px);
    border-radius: 0;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column + .ghp-site-header__dropdown-column {
    border-left: 1px solid rgba(17, 17, 17, .07);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--overview {
    background: #fff;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview {
    min-height: 100%;
    max-width: none;
    justify-content: flex-start;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview-title {
    margin: 0 0 5px;
    color: #101010;
    font-size: clamp(18px, 1.14vw, 21px);
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -.025em;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview-title::after {
    width: .35em;
    height: .35em;
    margin-left: 2px;
    background: var(--ghp-dropdown-yellow);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview-desc {
    max-width: 300px;
    margin: 0 0 18px;
    color: #222;
    font-size: clamp(14px, .92vw, 16px);
    font-weight: 520;
    line-height: 1.45;
    letter-spacing: -.012em;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview-button,
  .ghp-site-header-module .ghp-site-header__overview-card-button {
    min-height: 34px;
    padding: 0 18px;
    border: 1px solid rgba(17, 17, 17, .70);
    border-radius: 999px;
    background: var(--ghp-dropdown-yellow);
    color: #111;
    box-shadow: none;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .01em;
    text-transform: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s cubic-bezier(.2, .8, .2, 1), background-color .2s ease, box-shadow .2s ease;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-overview-button:hover,
  .ghp-site-header-module .ghp-site-header__dropdown-overview-button:focus-visible,
  .ghp-site-header-module .ghp-site-header__overview-card-button:hover,
  .ghp-site-header-module .ghp-site-header__overview-card-button:focus-visible {
    background: var(--ghp-dropdown-yellow-deep);
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(239, 185, 0, .22);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--products,
  .ghp-site-header-module .ghp-site-header__dropdown-column--links,
  .ghp-site-header-module .ghp-site-header__dropdown-column--media-links {
    display: grid;
    align-content: start;
    gap: 10px;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--products::before,
  .ghp-site-header-module .ghp-site-header__dropdown-column--links::before {
    display: none;
  }

  .ghp-site-header-module .ghp-site-header__mega-product {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    min-height: 82px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 13px;
    background: transparent;
    box-shadow: none;
    color: #111;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .24s ease, transform .24s cubic-bezier(.2, .8, .2, 1), opacity .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__mega-product:hover,
  .ghp-site-header-module .ghp-site-header__mega-product:focus-visible {
    background: rgba(17, 17, 17, .035);
    border-color: rgba(17, 17, 17, .055);
    box-shadow: 0 12px 24px rgba(7, 10, 14, .055);
    transform: translateY(-1px);
  }

  .ghp-site-header-module .ghp-site-header__mega-product-media {
    width: 92px;
    height: 62px;
    border-radius: 10px;
    background: #f7f7f5;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .04);
  }

  .ghp-site-header-module .ghp-site-header__mega-product-media img {
    object-fit: contain;
    padding: 2px;
  }

  .ghp-site-header-module .ghp-site-header__mega-product-media--placeholder {
    width: 62px;
    height: 62px;
    margin-left: 15px;
    border-radius: 12px;
    font-size: 20px;
  }

  .ghp-site-header-module .ghp-site-header__mega-product-title {
    color: #111;
    font-size: clamp(15px, .96vw, 17px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -.02em;
  }

  .ghp-site-header-module .ghp-site-header__mega-product-desc {
    margin-top: 2px;
    color: #282828;
    font-size: clamp(13px, .86vw, 15px);
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: -.008em;
  }

  .ghp-site-header-module .ghp-site-header__mega-product-meta {
    margin-top: 6px;
    padding: 0;
    background: transparent;
    color: var(--ghp-site-header-accent);
    font-size: 12px;
    font-weight: 900;
  }

  .ghp-site-header-module .ghp-site-header__mega-link {
    min-height: 0;
    padding: 7px 6px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #101010;
    display: grid;
    gap: 3px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s cubic-bezier(.2, .8, .2, 1), opacity .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__mega-link + .ghp-site-header__mega-link {
    margin-top: 0;
  }

  .ghp-site-header-module .ghp-site-header__mega-link::after {
    display: none;
  }

  .ghp-site-header-module .ghp-site-header__mega-link:hover,
  .ghp-site-header-module .ghp-site-header__mega-link:focus-visible {
    background: rgba(17, 17, 17, .035);
    color: #000;
    transform: translateX(3px);
  }

  .ghp-site-header-module .ghp-site-header__mega-link-title {
    font-size: clamp(15px, .95vw, 17px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -.015em;
  }

  .ghp-site-header-module .ghp-site-header__mega-link-desc {
    max-width: 300px;
    color: var(--ghp-dropdown-muted);
    font-size: 13px;
    font-weight: 520;
    line-height: 1.3;
  }

  .ghp-site-header-module .ghp-site-header__mega-link--has-image {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 9px;
  }

  .ghp-site-header-module .ghp-site-header__mega-link-media {
    width: 82px;
    height: 58px;
    border-radius: 10px;
    background: #f4f4f2;
    overflow: hidden;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__mega-link-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__overview-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    min-height: 164px;
  }

  .ghp-site-header-module .ghp-site-header__overview-card {
    position: relative;
    min-width: 0;
    min-height: 164px;
    padding: clamp(24px, 1.7vw, 32px);
    background: #fff;
    color: #111;
    overflow: hidden;
    isolation: isolate;
  }

  .ghp-site-header-module .ghp-site-header__overview-card + .ghp-site-header__overview-card {
    border-left: 1px solid rgba(17, 17, 17, .07);
  }

  .ghp-site-header-module .ghp-site-header__overview-card-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--ghp-overview-card-bg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .18;
    transition: transform .34s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
  }

  .ghp-site-header-module .ghp-site-header__overview-card--has-image::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .76));
  }

  .ghp-site-header-module .ghp-site-header__overview-card:hover .ghp-site-header__overview-card-media,
  .ghp-site-header-module .ghp-site-header__overview-card:focus-within .ghp-site-header__overview-card-media {
    opacity: .28;
    transform: scale(1.025);
  }

  .ghp-site-header-module .ghp-site-header__overview-card-title {
    margin: 0 0 7px;
    color: #111;
    font-size: clamp(18px, 1.12vw, 22px);
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -.024em;
  }

  .ghp-site-header-module .ghp-site-header__overview-card-title::after {
    content: '';
    width: .35em;
    height: .35em;
    margin-left: 3px;
    border-radius: 999px;
    background: var(--ghp-dropdown-yellow);
    display: inline-block;
    vertical-align: baseline;
  }

  .ghp-site-header-module .ghp-site-header__overview-card-desc {
    max-width: 360px;
    margin: 0 0 18px;
    color: #222;
    font-size: clamp(14px, .92vw, 16px);
    font-weight: 520;
    line-height: 1.42;
    letter-spacing: -.01em;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--media-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
  }

  .ghp-site-header-module .ghp-site-header__media-link {
    min-width: 0;
    min-height: 78px;
    padding: 10px;
    border-radius: 14px;
    color: #111;
    text-decoration: none;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    transition: background-color .2s ease, transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease, opacity .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__media-link:hover,
  .ghp-site-header-module .ghp-site-header__media-link:focus-visible {
    background: rgba(17, 17, 17, .035);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(7, 10, 14, .055);
  }

  .ghp-site-header-module .ghp-site-header__media-link-media {
    width: 86px;
    height: 64px;
    border-radius: 10px;
    background: #f4f4f2;
    overflow: hidden;
    display: grid;
    place-items: center;
    color: #111;
    font-size: 22px;
    font-weight: 900;
  }

  .ghp-site-header-module .ghp-site-header__media-link-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
  }

  .ghp-site-header-module .ghp-site-header__media-link:hover .ghp-site-header__media-link-media img,
  .ghp-site-header-module .ghp-site-header__media-link:focus-visible .ghp-site-header__media-link-media img {
    transform: scale(1.035);
  }

  .ghp-site-header-module .ghp-site-header__media-link-title {
    color: #111;
    font-size: clamp(15px, .96vw, 17px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -.018em;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__media-link-desc {
    margin-top: 3px;
    color: #333;
    font-size: clamp(13px, .84vw, 15px);
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: -.008em;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__media-link-text-group {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
    padding-top: 6px;
    border-top: 1px solid rgba(17, 17, 17, .07);
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ghp-site-header-module .ghp-site-header__dropdown {
    width: min(1040px, calc(100vw - 40px));
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--products,
  .ghp-site-header-module .ghp-site-header__dropdown-panel--media-links,
  .ghp-site-header-module .ghp-site-header__dropdown-panel--links {
    grid-template-columns: minmax(220px, .82fr) minmax(520px, 1.5fr) !important;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--products .ghp-site-header__dropdown-column--links {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 17, .07);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ghp-site-header-module .ghp-site-header__dropdown-panel--links.ghp-site-header__dropdown-panel--cols-1 {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* v2.2.9 desktop-only full-width dropdown polish. */
@media (min-width: 1024px) {
  .ghp-site-header-module {
    --ghp-dropdown-radius: 22px;
    --ghp-dropdown-shadow: 0 30px 86px rgba(7, 10, 14, .16), 0 10px 28px rgba(7, 10, 14, .075);
    --ghp-dropdown-soft-shadow: 0 18px 44px rgba(7, 10, 14, .105);
  }

  .ghp-site-header-module .ghp-site-header__nav-link {
    font-size: clamp(15px, .94vw, 16px);
    font-weight: 820;
    letter-spacing: -.012em;
  }

  .ghp-site-header-module .ghp-site-header__nav-link::before {
    background: linear-gradient(135deg, rgba(95, 178, 45, .12), rgba(255, 209, 42, .12));
  }

  .ghp-site-header-module .ghp-site-header__dropdown {
    left: 50%;
    right: auto;
    width: calc(100vw - 40px);
    max-width: none;
    padding-top: 8px;
    transform: translate(-50%, -8px) scale(.994);
  }

  .ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__dropdown,
  .ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__dropdown,
  .ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__dropdown {
    transform: translate(-50%, 0) scale(1);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel {
    border-radius: var(--ghp-dropdown-radius);
    border-color: rgba(17, 17, 17, .07);
    background: rgba(255, 255, 255, .992);
    box-shadow: var(--ghp-dropdown-shadow);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo {
    padding: clamp(20px, 2vw, 34px);
    border-radius: var(--ghp-dropdown-radius);
    max-height: min(66vh, 560px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .ghp-site-header-module .ghp-site-header__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(560px, 100%), 1fr));
    gap: clamp(22px, 2vw, 34px);
  }

  .ghp-site-header-module .ghp-site-header__promo-card {
    min-height: clamp(210px, 16.2vw, 310px);
    aspect-ratio: 2.72 / 1;
    border-radius: 22px;
    background-color: #f5f6f4;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .045), 0 12px 30px rgba(7, 10, 14, .045);
    transform: translateZ(0);
  }

  .ghp-site-header-module .ghp-site-header__promo-card--has-image::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .36), rgba(255, 255, 255, .10) 42%, rgba(255, 255, 255, .02)),
      radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .16), transparent 34%);
    opacity: .86;
  }

  .ghp-site-header-module .ghp-site-header__promo-card:hover,
  .ghp-site-header-module .ghp-site-header__promo-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: var(--ghp-dropdown-soft-shadow), inset 0 0 0 1px rgba(95, 178, 45, .18);
  }

  .ghp-site-header-module .ghp-site-header__promo-card:hover .ghp-site-header__promo-visual,
  .ghp-site-header-module .ghp-site-header__promo-card:focus-visible .ghp-site-header__promo-visual {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.02);
  }

  .ghp-site-header-module .ghp-site-header__promo-button {
    min-height: clamp(44px, 2.8vw, 54px);
    padding: 0 clamp(26px, 2.15vw, 40px);
    background: #050505;
    font-size: clamp(12.5px, .88vw, 15px);
    letter-spacing: .018em;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .10);
  }

  .ghp-site-header-module .ghp-site-header__promo-card:hover .ghp-site-header__promo-button,
  .ghp-site-header-module .ghp-site-header__promo-card:focus-visible .ghp-site-header__promo-button {
    transform: translate(-50%, -58%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255, 255, 255, .12);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel:not(.ghp-site-header__dropdown-panel--promo) {
    width: 100%;
    max-height: min(66vh, 520px);
    border-radius: var(--ghp-dropdown-radius);
    box-shadow: var(--ghp-dropdown-shadow);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--products,
  .ghp-site-header-module .ghp-site-header__dropdown-panel--media-links,
  .ghp-site-header-module .ghp-site-header__dropdown-panel--links {
    padding: clamp(2px, .3vw, 6px);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column {
    padding: clamp(24px, 2vw, 38px) clamp(30px, 2.45vw, 48px);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--products,
  .ghp-site-header-module .ghp-site-header__dropdown-column--links {
    gap: clamp(12px, 1vw, 18px);
  }

  .ghp-site-header-module .ghp-site-header__mega-product,
  .ghp-site-header-module .ghp-site-header__mega-link,
  .ghp-site-header-module .ghp-site-header__media-link,
  .ghp-site-header-module .ghp-site-header__overview-card {
    transition: background-color .2s ease, border-color .2s ease, box-shadow .24s ease, transform .24s cubic-bezier(.2, .8, .2, 1), opacity .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__mega-product:hover,
  .ghp-site-header-module .ghp-site-header__mega-product:focus-visible,
  .ghp-site-header-module .ghp-site-header__media-link:hover,
  .ghp-site-header-module .ghp-site-header__media-link:focus-visible,
  .ghp-site-header-module .ghp-site-header__overview-card:hover,
  .ghp-site-header-module .ghp-site-header__overview-card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(7, 10, 14, .10);
  }

  .ghp-site-header-module .ghp-site-header__mega-link:hover,
  .ghp-site-header-module .ghp-site-header__mega-link:focus-visible {
    transform: translateX(4px);
    background: linear-gradient(90deg, rgba(95, 178, 45, .08), rgba(255, 209, 42, .06));
    border-color: rgba(95, 178, 45, .16);
  }
}

/* v2.3.0 desktop-only full-screen dropdown visual refinement. */
@media (min-width: 1024px) {
  .ghp-site-header-module {
    --ghp-dropdown-radius: 24px;
    --ghp-dropdown-side-space-total: clamp(40px, 6vw, 112px);
    --ghp-dropdown-shadow: 0 34px 92px rgba(7, 10, 14, .18), 0 14px 34px rgba(7, 10, 14, .075);
    --ghp-dropdown-card-shadow: 0 14px 34px rgba(7, 10, 14, .07);
    --ghp-dropdown-card-shadow-hover: 0 24px 54px rgba(7, 10, 14, .14);
  }

  .ghp-site-header-module .ghp-site-header__dropdown {
    top: calc(100% - 1px);
    left: 50%;
    width: calc(100vw - var(--ghp-dropdown-side-space-total));
    max-width: none;
    padding-top: 0;
    transform: translate(-50%, -10px) scale(.992);
  }

  .ghp-site-header-module .ghp-site-header__dropdown::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 14px;
    background: transparent;
    pointer-events: auto;
  }

  .ghp-site-header-module .ghp-site-header__nav-item:hover .ghp-site-header__dropdown,
  .ghp-site-header-module .ghp-site-header__nav-item:focus-within .ghp-site-header__dropdown,
  .ghp-site-header-module .ghp-site-header__nav-item.is-dropdown-open .ghp-site-header__dropdown {
    transform: translate(-50%, 0) scale(1);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel {
    width: 100%;
    max-height: min(72vh, 640px);
    border-radius: var(--ghp-dropdown-radius);
    border-color: rgba(17, 17, 17, .075);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .995), rgba(250, 251, 248, .985));
    box-shadow: var(--ghp-dropdown-shadow);
    backdrop-filter: saturate(1.16) blur(12px);
    -webkit-backdrop-filter: saturate(1.16) blur(12px);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo {
    padding: clamp(22px, 2.1vw, 38px);
    max-height: min(72vh, 650px);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .995), rgba(247, 248, 245, .985));
  }

  .ghp-site-header-module .ghp-site-header__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: clamp(20px, 2vw, 36px);
    align-items: stretch;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo-count-1 .ghp-site-header__promo-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo-count-2 .ghp-site-header__promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo-count-3 .ghp-site-header__promo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo-count-4 .ghp-site-header__promo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ghp-site-header-module .ghp-site-header__promo-card {
    min-height: clamp(230px, 17vw, 330px);
    aspect-ratio: 2.35 / 1;
    border-radius: 24px;
    background-color: #f3f5f1;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .055), var(--ghp-dropdown-card-shadow);
    transform: translateZ(0);
  }

  .ghp-site-header-module .ghp-site-header__promo-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0) 46%),
      linear-gradient(90deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .04) 48%, rgba(255, 255, 255, .10));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42);
    pointer-events: none;
  }

  .ghp-site-header-module .ghp-site-header__promo-card--has-image::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .46), rgba(255, 255, 255, .12) 44%, rgba(255, 255, 255, .02)),
      radial-gradient(circle at 52% 48%, rgba(255, 255, 255, .18), transparent 36%);
    opacity: .9;
  }

  .ghp-site-header-module .ghp-site-header__promo-copy {
    z-index: 2;
    width: min(50%, 520px);
  }

  .ghp-site-header-module .ghp-site-header__promo-title {
    font-size: clamp(30px, 2.1vw, 48px);
    letter-spacing: -.045em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .36);
  }

  .ghp-site-header-module .ghp-site-header__promo-desc {
    max-width: 430px;
    color: rgba(17, 17, 17, .66);
    font-size: clamp(15px, 1vw, 19px);
  }

  .ghp-site-header-module .ghp-site-header__promo-button {
    z-index: 3;
    min-height: clamp(46px, 3vw, 58px);
    padding: 0 clamp(28px, 2.35vw, 44px);
    border: 1px solid rgba(255, 255, 255, .12);
    background: #050505;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .13);
  }

  .ghp-site-header-module .ghp-site-header__promo-card:hover,
  .ghp-site-header-module .ghp-site-header__promo-card:focus-visible {
    transform: translateY(-5px);
    box-shadow: var(--ghp-dropdown-card-shadow-hover), inset 0 0 0 1px rgba(95, 178, 45, .22);
  }

  .ghp-site-header-module .ghp-site-header__promo-card:hover .ghp-site-header__promo-visual,
  .ghp-site-header-module .ghp-site-header__promo-card:focus-visible .ghp-site-header__promo-visual {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.03);
  }

  .ghp-site-header-module .ghp-site-header__promo-card:hover .ghp-site-header__promo-button,
  .ghp-site-header-module .ghp-site-header__promo-card:focus-visible .ghp-site-header__promo-button {
    transform: translate(-50%, -60%);
    box-shadow: 0 26px 54px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .16);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel:not(.ghp-site-header__dropdown-panel--promo) {
    padding: clamp(8px, .75vw, 14px);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .995), rgba(249, 250, 247, .992));
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--products,
  .ghp-site-header-module .ghp-site-header__dropdown-panel--media-links,
  .ghp-site-header-module .ghp-site-header__dropdown-panel--links {
    gap: 0;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column {
    padding: clamp(28px, 2.2vw, 44px) clamp(32px, 2.8vw, 56px);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-column--overview {
    border-radius: calc(var(--ghp-dropdown-radius) - 8px);
    background:
      radial-gradient(circle at 88% 12%, rgba(255, 209, 42, .24), transparent 30%),
      linear-gradient(145deg, rgba(95, 178, 45, .10), rgba(255, 209, 42, .11));
  }

  .ghp-site-header-module .ghp-site-header__mega-product,
  .ghp-site-header-module .ghp-site-header__mega-link--has-image,
  .ghp-site-header-module .ghp-site-header__media-link,
  .ghp-site-header-module .ghp-site-header__overview-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(17, 17, 17, .06);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 26px rgba(7, 10, 14, .045);
  }

  .ghp-site-header-module .ghp-site-header__mega-product::before,
  .ghp-site-header-module .ghp-site-header__media-link::before,
  .ghp-site-header-module .ghp-site-header__overview-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(95, 178, 45, .08), rgba(255, 209, 42, .065));
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
  }

  .ghp-site-header-module .ghp-site-header__mega-product:hover,
  .ghp-site-header-module .ghp-site-header__mega-product:focus-visible,
  .ghp-site-header-module .ghp-site-header__mega-link--has-image:hover,
  .ghp-site-header-module .ghp-site-header__mega-link--has-image:focus-visible,
  .ghp-site-header-module .ghp-site-header__media-link:hover,
  .ghp-site-header-module .ghp-site-header__media-link:focus-visible,
  .ghp-site-header-module .ghp-site-header__overview-card:hover,
  .ghp-site-header-module .ghp-site-header__overview-card:focus-within {
    background: #fff;
    border-color: rgba(95, 178, 45, .18);
    box-shadow: var(--ghp-dropdown-card-shadow-hover);
    transform: translateY(-4px);
  }

  .ghp-site-header-module .ghp-site-header__mega-product:hover::before,
  .ghp-site-header-module .ghp-site-header__mega-product:focus-visible::before,
  .ghp-site-header-module .ghp-site-header__media-link:hover::before,
  .ghp-site-header-module .ghp-site-header__media-link:focus-visible::before,
  .ghp-site-header-module .ghp-site-header__overview-card:hover::before,
  .ghp-site-header-module .ghp-site-header__overview-card:focus-within::before {
    opacity: 1;
  }

  .ghp-site-header-module .ghp-site-header__mega-product-media,
  .ghp-site-header-module .ghp-site-header__mega-link-media,
  .ghp-site-header-module .ghp-site-header__media-link-media {
    overflow: hidden;
    background: linear-gradient(145deg, #f3f5f1, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .045);
  }

  .ghp-site-header-module .ghp-site-header__mega-product-media img,
  .ghp-site-header-module .ghp-site-header__mega-link-media img,
  .ghp-site-header-module .ghp-site-header__media-link-media img {
    transition: transform .32s cubic-bezier(.2, .8, .2, 1), filter .22s ease;
  }

  .ghp-site-header-module .ghp-site-header__mega-product:hover .ghp-site-header__mega-product-media img,
  .ghp-site-header-module .ghp-site-header__mega-product:focus-visible .ghp-site-header__mega-product-media img,
  .ghp-site-header-module .ghp-site-header__mega-link--has-image:hover .ghp-site-header__mega-link-media img,
  .ghp-site-header-module .ghp-site-header__mega-link--has-image:focus-visible .ghp-site-header__mega-link-media img,
  .ghp-site-header-module .ghp-site-header__media-link:hover .ghp-site-header__media-link-media img,
  .ghp-site-header-module .ghp-site-header__media-link:focus-visible .ghp-site-header__media-link-media img {
    transform: scale(1.06);
    filter: saturate(1.05) contrast(1.03);
  }

  .ghp-site-header-module .ghp-site-header__mega-link:not(.ghp-site-header__mega-link--has-image):hover,
  .ghp-site-header-module .ghp-site-header__mega-link:not(.ghp-site-header__mega-link--has-image):focus-visible {
    transform: translateX(5px);
    background: linear-gradient(90deg, rgba(95, 178, 45, .09), rgba(255, 209, 42, .07));
    border-color: rgba(95, 178, 45, .18);
    box-shadow: 0 12px 28px rgba(7, 10, 14, .055);
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ghp-site-header-module .ghp-site-header__dropdown {
    width: calc(100vw - 32px);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo-count-3 .ghp-site-header__promo-grid,
  .ghp-site-header-module .ghp-site-header__dropdown-panel--promo-count-4 .ghp-site-header__promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghp-site-header-module .ghp-site-header__promo-card {
    min-height: clamp(210px, 19vw, 260px);
    aspect-ratio: 2.1 / 1;
  }
}

/* v2.3.2 Wyze-style desktop catalog Mega Dropdown layout. */
@media (min-width: 1024px) {
  .ghp-site-header-module .ghp-site-header__dropdown-panel--catalog {
    display: grid !important;
    grid-template-columns: minmax(280px, 34%) minmax(0, 1fr) !important;
    gap: 0 !important;
    width: 100%;
    min-height: clamp(330px, 27vw, 430px);
    max-height: min(72vh, 560px);
    padding: 0 !important;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 54px rgba(7, 10, 14, .12), 0 2px 10px rgba(7, 10, 14, .04);
  }

  .ghp-site-header-module .ghp-site-header__catalog-left,
  .ghp-site-header-module .ghp-site-header__catalog-main {
    min-width: 0;
  }

  .ghp-site-header-module .ghp-site-header__catalog-left {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: clamp(16px, 1.55vw, 26px);
    padding: clamp(22px, 2.1vw, 34px) clamp(26px, 3.2vw, 56px) clamp(18px, 1.65vw, 28px);
    border-right: 1px solid rgba(17, 17, 17, .07);
    background: linear-gradient(180deg, #fff 0%, #fbfbfa 100%);
  }

  .ghp-site-header-module .ghp-site-header__catalog-parent {
    width: max-content;
    max-width: 100%;
    color: #101010;
    font-size: clamp(14px, .86vw, 16px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -.01em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .ghp-site-header-module a.ghp-site-header__catalog-parent:hover,
  .ghp-site-header-module a.ghp-site-header__catalog-parent:focus-visible {
    color: var(--ghp-site-header-accent);
  }

  .ghp-site-header-module .ghp-site-header__catalog-parent span {
    font-size: 20px;
    line-height: .8;
    transform: translateY(-1px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-grid {
    align-self: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 1.4vw, 24px) clamp(28px, 3.2vw, 58px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-grid--secondary {
    padding-top: 2px;
    border-top: 1px solid rgba(17, 17, 17, .06);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category {
    position: relative;
    min-width: 0;
    padding: 8px 10px 8px 0;
    border-radius: 12px;
    color: #121212;
    text-decoration: none;
    display: grid;
    gap: 4px;
    transition: color .18s ease, transform .2s cubic-bezier(.2, .8, .2, 1), background-color .18s ease, box-shadow .2s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category:hover,
  .ghp-site-header-module .ghp-site-header__catalog-category:focus-visible {
    color: #000;
    background: rgba(17, 17, 17, .035);
    box-shadow: 0 10px 22px rgba(7, 10, 14, .05);
    transform: translateX(4px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-title {
    color: currentColor;
    font-size: clamp(13.5px, .82vw, 15px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -.005em;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-desc {
    max-width: 22ch;
    color: rgba(17, 17, 17, .58);
    font-size: 12px;
    font-weight: 560;
    line-height: 1.25;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-badge {
    width: max-content;
    max-width: 100%;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(17, 17, 17, .055);
    color: rgba(17, 17, 17, .7);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo-list {
    align-self: end;
    display: grid;
    gap: 10px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo {
    position: relative;
    min-height: clamp(70px, 5.8vw, 96px);
    border-radius: 7px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    display: grid;
    grid-template-columns: minmax(110px, 36%) minmax(0, 1fr);
    align-items: stretch;
    background: linear-gradient(135deg, #0dbb8b 0%, #2f64d8 100%);
    box-shadow: 0 16px 34px rgba(7, 10, 14, .14);
    transform: translateZ(0);
    transition: transform .24s cubic-bezier(.2, .8, .2, 1), box-shadow .24s ease, filter .2s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo:hover,
  .ghp-site-header-module .ghp-site-header__catalog-promo:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgba(7, 10, 14, .18);
    filter: saturate(1.04) contrast(1.02);
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo-media {
    position: relative;
    min-width: 0;
    background-image: var(--ghp-catalog-promo-bg, linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.04)));
    background-size: cover;
    background-position: center;
    transition: transform .32s cubic-bezier(.2, .8, .2, 1);
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo:hover .ghp-site-header__catalog-promo-media,
  .ghp-site-header-module .ghp-site-header__catalog-promo:focus-visible .ghp-site-header__catalog-promo-media {
    transform: scale(1.055);
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo-copy {
    min-width: 0;
    padding: clamp(12px, 1.05vw, 18px) clamp(14px, 1.35vw, 24px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo-title {
    color: #fff;
    font-size: clamp(17px, 1.16vw, 24px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.03em;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo-desc {
    color: rgba(255, 255, 255, .88);
    font-size: clamp(12px, .78vw, 15px);
    font-weight: 560;
    line-height: 1.18;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__catalog-promo-button {
    width: max-content;
    max-width: 100%;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .ghp-site-header-module .ghp-site-header__catalog-main {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: start;
    gap: clamp(18px, 1.7vw, 30px);
    padding: clamp(22px, 2vw, 34px) clamp(30px, 3.5vw, 64px) clamp(20px, 2vw, 34px);
    background: #fff;
  }

  .ghp-site-header-module .ghp-site-header__catalog-heading {
    min-width: 0;
  }

  .ghp-site-header-module .ghp-site-header__catalog-heading-title {
    margin: 0;
    max-width: 72ch;
    color: #151515;
    font-size: clamp(16px, 1vw, 19px);
    font-weight: 760;
    line-height: 1.25;
    letter-spacing: .04em;
    text-decoration: none;
    display: inline-block;
  }

  .ghp-site-header-module a.ghp-site-header__catalog-heading-title:hover,
  .ghp-site-header-module a.ghp-site-header__catalog-heading-title:focus-visible {
    color: var(--ghp-site-header-accent);
  }

  .ghp-site-header-module .ghp-site-header__catalog-heading-desc {
    max-width: 60ch;
    margin: 6px 0 0;
    color: rgba(17, 17, 17, .6);
    font-size: 13px;
    font-weight: 560;
    line-height: 1.35;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-grid {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
    gap: clamp(18px, 2vw, 34px);
    align-items: stretch;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--catalog-count-1 .ghp-site-header__catalog-card-grid {
    grid-template-columns: minmax(190px, 260px);
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--catalog-count-2 .ghp-site-header__catalog-card-grid {
    grid-template-columns: repeat(2, minmax(180px, 240px));
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--catalog-count-3 .ghp-site-header__catalog-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--catalog-count-4 .ghp-site-header__catalog-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ghp-site-header-module .ghp-site-header__catalog-card {
    position: relative;
    min-width: 0;
    min-height: clamp(250px, 20vw, 340px);
    padding: clamp(14px, 1.15vw, 22px);
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 0;
    overflow: hidden;
    color: #171717;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 12px 26px rgba(7, 10, 14, .035);
    transform: translateZ(0);
    transition: transform .24s cubic-bezier(.2, .8, .2, 1), box-shadow .24s ease, border-color .2s ease, background-color .2s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card:hover,
  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible {
    border-color: rgba(17, 17, 17, .16);
    background: #fff;
    box-shadow: 0 22px 48px rgba(7, 10, 14, .13);
    transform: translateY(-5px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-media {
    position: relative;
    min-width: 0;
    height: clamp(126px, 10.5vw, 178px);
    margin: 0 0 clamp(14px, 1.2vw, 20px);
    background: #fff;
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform .32s cubic-bezier(.2, .8, .2, 1), filter .22s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card:hover .ghp-site-header__catalog-card-media img,
  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible .ghp-site-header__catalog-card-media img {
    transform: scale(1.07);
    filter: saturate(1.04) contrast(1.03);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-placeholder {
    width: 86px;
    height: 86px;
    border-radius: 24px;
    color: #111;
    background: linear-gradient(145deg, #f2f3f1, #fff);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .055);
    display: grid;
    place-items: center;
    font-size: 26px;
    font-weight: 900;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-copy {
    min-width: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-badge {
    width: max-content;
    max-width: 100%;
    margin-bottom: 2px;
    padding: 3px 6px;
    border-radius: 2px;
    background: #eef6f1;
    color: #007a4e;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-title {
    color: #111;
    font-size: clamp(14px, .92vw, 17px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.012em;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-desc {
    color: rgba(17, 17, 17, .66);
    font-size: clamp(12px, .78vw, 14px);
    font-weight: 560;
    line-height: 1.2;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-price {
    margin-top: 1px;
    color: #111;
    font-size: clamp(12px, .8vw, 14px);
    font-weight: 900;
    line-height: 1.15;
    display: block;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-price del {
    color: rgba(17, 17, 17, .45);
    font-weight: 700;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-price ins {
    color: #c51f2d;
    text-decoration: none;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ghp-site-header-module .ghp-site-header__dropdown-panel--catalog {
    grid-template-columns: minmax(260px, 32%) minmax(0, 1fr) !important;
  }

  .ghp-site-header-module .ghp-site-header__catalog-left {
    padding-left: 26px;
    padding-right: 28px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-grid {
    gap: 14px 22px;
  }

  .ghp-site-header-module .ghp-site-header__dropdown-panel--catalog-count-4 .ghp-site-header__catalog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghp-site-header-module .ghp-site-header__catalog-card {
    min-height: 240px;
  }
}

/* v2.3.4: stronger visual states for catalog dropdown category links and product cards. */
@media (min-width: 1024px) {
  .ghp-site-header-module .ghp-site-header__dropdown-panel--catalog {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  }

  .ghp-site-header-module .ghp-site-header__catalog-left {
    background:
      radial-gradient(circle at 14% 88%, rgba(248, 203, 89, .12), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #f9faf7 100%);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-grid {
    gap: clamp(12px, 1.1vw, 18px) clamp(18px, 2vw, 34px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category {
    position: relative;
    min-height: 48px;
    padding: 13px 42px 13px 16px;
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
    overflow: hidden;
    transition:
      color .18s ease,
      transform .22s cubic-bezier(.2, .8, .2, 1),
      background-color .18s ease,
      border-color .18s ease,
      box-shadow .22s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category::before {
    content: "";
    position: absolute;
    inset: 9px auto 9px 0;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ghp-site-header-accent), #f4c84f);
    opacity: 0;
    transform: scaleY(.45);
    transform-origin: center;
    transition: opacity .18s ease, transform .22s cubic-bezier(.2, .8, .2, 1);
    z-index: 0;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    color: #151515;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 18px rgba(7, 10, 14, .08);
    display: grid;
    place-items: center;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    transform: translate(7px, -50%) scale(.86);
    transition: opacity .18s ease, transform .22s cubic-bezier(.2, .8, .2, 1), background-color .18s ease;
    z-index: 1;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category:hover,
  .ghp-site-header-module .ghp-site-header__catalog-category:focus-visible {
    color: #0e0e0e;
    border-color: rgba(17, 17, 17, .075);
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(247, 250, 242, .96));
    box-shadow: 0 16px 34px rgba(7, 10, 14, .10);
    transform: translateX(8px) translateY(-2px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category:hover::before,
  .ghp-site-header-module .ghp-site-header__catalog-category:focus-visible::before {
    opacity: 1;
    transform: scaleY(1);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category:hover::after,
  .ghp-site-header-module .ghp-site-header__catalog-category:focus-visible::after {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category:focus-visible {
    outline: 2px solid rgba(74, 142, 61, .28);
    outline-offset: 2px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-title {
    font-size: clamp(14px, .86vw, 16px);
    font-weight: 920;
    letter-spacing: -.015em;
    position: relative;
    z-index: 1;
    transition: transform .22s cubic-bezier(.2, .8, .2, 1), color .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category:hover .ghp-site-header__catalog-category-title,
  .ghp-site-header-module .ghp-site-header__catalog-category:focus-visible .ghp-site-header__catalog-category-title {
    color: #050505;
    transform: translateX(2px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-category-desc {
    color: rgba(17, 17, 17, .58);
    transition: color .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category:hover .ghp-site-header__catalog-category-desc,
  .ghp-site-header-module .ghp-site-header__catalog-category:focus-visible .ghp-site-header__catalog-category-desc {
    color: rgba(17, 17, 17, .72);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-grid {
    gap: clamp(20px, 2.1vw, 38px);
    align-items: stretch;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card {
    min-height: clamp(270px, 21.5vw, 360px);
    padding: clamp(14px, 1.15vw, 20px);
    border: 1px solid rgba(17, 17, 17, .075);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 249, 247, .98) 100%);
    box-shadow: 0 16px 36px rgba(7, 10, 14, .06);
    isolation: isolate;
    overflow: hidden;
    transition:
      transform .26s cubic-bezier(.2, .8, .2, 1),
      box-shadow .26s ease,
      border-color .2s ease,
      background-color .2s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
      radial-gradient(circle at 50% 14%, rgba(244, 200, 79, .17), transparent 38%),
      linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .82));
    opacity: 0;
    transition: opacity .26s ease;
    pointer-events: none;
    z-index: 0;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--ghp-site-header-accent), #f4c84f);
    opacity: 0;
    transform: scaleX(.35);
    transform-origin: center;
    transition: opacity .22s ease, transform .26s cubic-bezier(.2, .8, .2, 1);
    pointer-events: none;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card:hover,
  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible {
    border-color: rgba(17, 17, 17, .15);
    background: #fff;
    box-shadow: 0 30px 70px rgba(7, 10, 14, .17), 0 8px 18px rgba(7, 10, 14, .08);
    transform: translateY(-8px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card:hover::before,
  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible::before,
  .ghp-site-header-module .ghp-site-header__catalog-card:hover::after,
  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible {
    outline: 2px solid rgba(74, 142, 61, .26);
    outline-offset: 3px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-media {
    height: clamp(140px, 11.8vw, 196px);
    margin: 0 0 clamp(14px, 1.15vw, 20px);
    border: 1px solid rgba(17, 17, 17, .045);
    border-radius: 18px;
    background:
      radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 1) 0%, rgba(250, 251, 249, .98) 56%, rgba(241, 243, 238, .92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
    z-index: 1;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-media img {
    width: 92%;
    height: 92%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    font-size: 0;
    filter: drop-shadow(0 12px 18px rgba(7, 10, 14, .10));
    transition: transform .34s cubic-bezier(.2, .8, .2, 1), filter .24s ease;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card:hover .ghp-site-header__catalog-card-media img,
  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible .ghp-site-header__catalog-card-media img {
    transform: scale(1.095) translateY(-3px);
    filter: drop-shadow(0 18px 26px rgba(7, 10, 14, .16)) saturate(1.06) contrast(1.04);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 26px;
    background: linear-gradient(145deg, #ffffff, #eef1ea);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .06), 0 14px 28px rgba(7, 10, 14, .08);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-copy {
    position: relative;
    z-index: 1;
    gap: 5px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-badge {
    margin-bottom: 3px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(37, 166, 104, .11);
    color: #087347;
    box-shadow: inset 0 0 0 1px rgba(37, 166, 104, .14);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-title {
    font-size: clamp(15px, .98vw, 18px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -.02em;
    transition: color .18s ease, transform .22s cubic-bezier(.2, .8, .2, 1);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card:hover .ghp-site-header__catalog-card-title,
  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible .ghp-site-header__catalog-card-title {
    color: #0f3f18;
    transform: translateY(-1px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-desc {
    color: rgba(17, 17, 17, .68);
    line-height: 1.28;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-price {
    margin-top: 2px;
    font-size: clamp(12.5px, .82vw, 15px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-price ins {
    color: #d7192d;
    font-weight: 950;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ghp-site-header-module .ghp-site-header__catalog-category {
    padding-right: 36px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-category::after {
    right: 10px;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card {
    min-height: 258px;
    border-radius: 18px;
  }
}

/* v2.3.5: show full catalog product images without clipping. */
@media (min-width: 1024px) {
  .ghp-site-header-module .ghp-site-header__catalog-card {
    min-height: clamp(300px, 23vw, 390px);
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-media {
    height: clamp(170px, 13.4vw, 230px);
    padding: clamp(12px, 1vw, 18px);
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card-media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    transform-origin: center center;
  }

  .ghp-site-header-module .ghp-site-header__catalog-card:hover .ghp-site-header__catalog-card-media img,
  .ghp-site-header-module .ghp-site-header__catalog-card:focus-visible .ghp-site-header__catalog-card-media img {
    transform: scale(1.035) translateY(-2px);
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ghp-site-header-module .ghp-site-header__catalog-card-media {
    height: clamp(150px, 15vw, 190px);
  }
}


/* v2.3.6: mobile header and drawer visual refinement. */
@media (max-width: 767px) {
  body.ghp-has-custom-site-header {
    overflow-x: hidden;
  }

  .ghp-site-header-module {
    --ghp-site-header-top: max(10px, env(safe-area-inset-top));
    padding: 0 max(12px, env(safe-area-inset-left)) 0 max(12px, env(safe-area-inset-right));
  }

  body.admin-bar .ghp-site-header-module {
    top: calc(var(--ghp-site-header-top) + 46px);
  }

  .ghp-site-header-module .ghp-site-header__bar {
    width: min(100%, calc(100vw - 24px));
    min-height: 56px;
    padding: 0 8px 0 18px;
    border-radius: 18px;
    border-color: rgba(17, 17, 17, .075);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(7, 10, 14, .14), 0 1px 0 rgba(255, 255, 255, .85) inset;
    backdrop-filter: saturate(1.18) blur(14px);
    -webkit-backdrop-filter: saturate(1.18) blur(14px);
    align-items: center;
    overflow: visible;
  }

  .ghp-site-header-module .ghp-site-header__logo {
    min-width: 0;
    max-width: calc(100vw - 96px);
    padding-right: 12px;
  }

  .ghp-site-header-module .ghp-site-header__logo img {
    max-width: 138px;
    max-height: 34px;
  }

  .ghp-site-header-module .ghp-site-header__logo span {
    max-width: 100%;
    font-size: clamp(18px, 6vw, 22px);
    letter-spacing: .12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ghp-site-header-module .ghp-site-header__toggle {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border-color: rgba(17, 17, 17, .08);
    background: linear-gradient(180deg, #ffffff 0%, #f7f8f6 100%);
    color: #111;
    box-shadow: 0 8px 20px rgba(7, 10, 14, .08), inset 0 1px 0 rgba(255, 255, 255, .92);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
  }

  .ghp-site-header-module .ghp-site-header__toggle svg {
    width: 21px;
    height: 21px;
  }

  .ghp-site-header-module .ghp-site-header__toggle:hover,
  .ghp-site-header-module .ghp-site-header__toggle:focus-visible,
  .ghp-site-header-module .ghp-site-header__toggle[aria-expanded="true"] {
    border-color: rgba(95, 178, 45, .32);
    background: linear-gradient(180deg, #ffffff 0%, rgba(95, 178, 45, .08) 100%);
    box-shadow: 0 12px 28px rgba(7, 10, 14, .13), inset 0 0 0 1px rgba(95, 178, 45, .08);
    transform: translateY(-1px);
  }

  .ghp-site-header-module .ghp-site-header__search-panel,
  .ghp-site-header-module .ghp-site-header__drawer {
    width: min(100%, calc(100vw - 24px));
    margin-top: 10px;
    border-radius: 22px;
    border-color: rgba(17, 17, 17, .075);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 56px rgba(7, 10, 14, .18), 0 1px 0 rgba(255, 255, 255, .9) inset;
    backdrop-filter: saturate(1.14) blur(16px);
    -webkit-backdrop-filter: saturate(1.14) blur(16px);
  }

  .ghp-site-header-module .ghp-site-header__drawer {
    max-height: calc(100dvh - 92px - env(safe-area-inset-bottom));
    padding: 12px;
    overscroll-behavior: contain;
  }

  body.admin-bar .ghp-site-header-module .ghp-site-header__drawer {
    max-height: calc(100dvh - 138px - env(safe-area-inset-bottom));
  }

  .ghp-site-header-module .ghp-site-header__drawer-nav {
    gap: 8px;
  }

  .ghp-site-header-module .ghp-site-header__drawer-item,
  .ghp-site-header-module .ghp-site-header__drawer-item summary {
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(17, 17, 17, .055);
    border-radius: 16px;
    background: rgba(17, 17, 17, .025);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
    font-size: 15px;
    font-weight: 860;
    letter-spacing: -.01em;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
  }

  .ghp-site-header-module details.ghp-site-header__drawer-item {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ghp-site-header-module .ghp-site-header__drawer-item:hover,
  .ghp-site-header-module .ghp-site-header__drawer-item:focus-visible,
  .ghp-site-header-module .ghp-site-header__drawer-item summary:hover,
  .ghp-site-header-module .ghp-site-header__drawer-item summary:focus-visible,
  .ghp-site-header-module .ghp-site-header__drawer-item[open] summary {
    border-color: rgba(95, 178, 45, .22);
    background: rgba(95, 178, 45, .075);
    box-shadow: 0 10px 24px rgba(7, 10, 14, .08), inset 3px 0 0 rgba(95, 178, 45, .72);
    transform: translateY(-1px);
    opacity: 1;
  }

  .ghp-site-header-module .ghp-site-header__drawer-item summary svg {
    width: 15px;
    height: 15px;
    opacity: .78;
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown {
    gap: 8px;
    padding: 9px 0 3px;
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link {
    min-height: 72px;
    padding: 10px;
    border-radius: 16px;
    border-color: rgba(17, 17, 17, .06);
    background: #fff;
    box-shadow: 0 8px 20px rgba(7, 10, 14, .055);
    gap: 10px;
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link:hover,
  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-link:focus-visible {
    border-color: rgba(95, 178, 45, .2);
    box-shadow: 0 14px 30px rgba(7, 10, 14, .10);
    transform: translateY(-2px);
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-media {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 15px;
    background: linear-gradient(180deg, #f7f8f6 0%, #eef1ea 100%);
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .04);
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.18;
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
  }

  .ghp-site-header-module .ghp-site-header__drawer-dropdown .ghp-site-header__dropdown-meta {
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(95, 178, 45, .12);
    color: #1f6d20;
    font-size: 10px;
    font-weight: 900;
  }

  .ghp-site-header-module .ghp-site-header__drawer-actions {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top-color: rgba(17, 17, 17, .075);
  }

  .ghp-site-header-module .ghp-site-header__drawer-actions .ghp-site-header__action {
    min-height: 48px;
    border-radius: 16px;
    background: rgba(17, 17, 17, .035);
    border: 1px solid rgba(17, 17, 17, .055);
    justify-content: center;
    gap: 8px;
  }

  .ghp-site-header-module .ghp-site-header__drawer-actions .ghp-site-header__action:hover,
  .ghp-site-header-module .ghp-site-header__drawer-actions .ghp-site-header__action:focus-visible {
    background: rgba(95, 178, 45, .075);
    border-color: rgba(95, 178, 45, .2);
    box-shadow: 0 10px 24px rgba(7, 10, 14, .08);
  }

  .ghp-site-header-module .ghp-site-header__search-panel {
    padding: 10px;
  }

  .ghp-site-header-module .ghp-site-header__search-form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ghp-site-header-module .ghp-site-header__search-form input[type="search"],
  .ghp-site-header-module .ghp-site-header__search-form button {
    min-height: 48px;
    border-radius: 16px;
  }
}

@media (max-width: 380px) {
  .ghp-site-header-module {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ghp-site-header-module .ghp-site-header__bar,
  .ghp-site-header-module .ghp-site-header__search-panel,
  .ghp-site-header-module .ghp-site-header__drawer {
    width: min(100%, calc(100vw - 20px));
  }

  .ghp-site-header-module .ghp-site-header__logo img {
    max-width: 120px;
  }

  .ghp-site-header-module .ghp-site-header__toggle {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 767px) {
  .ghp-site-header-module details.ghp-site-header__drawer-item:hover,
  .ghp-site-header-module details.ghp-site-header__drawer-item:focus-visible {
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
}

/* v2.3.11 WoodMart native side-cart content alignment and thumbnail recovery.
   This is intentionally scoped to the native WoodMart/WooCommerce side-cart surfaces only. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.widget_shopping_cart_content, .shopping-cart-widget-body) {
  min-width: 0;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget_shopping_cart_content > :is(.woocommerce-mini-cart, .cart_list, .product_list_widget) {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px 20px 10px !important;
  overflow-y: auto;
  overflow-x: hidden;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart, .cart_list, .product_list_widget) {
  row-gap: 12px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
  min-height: 116px !important;
  padding: 16px 50px 16px 116px !important;
  border-color: rgba(17, 17, 17, .07) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(7, 9, 12, .06) !important;
  overflow: visible !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button) {
  min-height: 0;
  margin: 0;
  padding: 1px 0 0 !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.34 !important;
  letter-spacing: -.01em;
  display: block !important;
  overflow-wrap: anywhere;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.product-title, .wd-entities-title, .cart-item-title) {
  color: #111;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.34;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) img,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) img.ghp-side-cart-product-image {
  position: absolute !important;
  left: 16px !important;
  top: 16px !important;
  z-index: 1;
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  min-width: 82px !important;
  max-height: 82px !important;
  min-height: 82px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 1px solid rgba(17, 17, 17, .06) !important;
  border-radius: 16px !important;
  background: #f7f7f3 !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button) img {
  pointer-events: none;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button) {
  top: 14px !important;
  right: 14px !important;
  z-index: 2;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  line-height: 26px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.quantity, .variation) {
  max-width: 100%;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .quantity {
  margin-top: 10px !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(17, 17, 17, .06);
  background: #fafaf7 !important;
  color: rgba(17, 17, 17, .64) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .quantity :is(.amount, .woocommerce-Price-amount) {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .variation {
  margin: 7px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: rgba(17, 17, 17, .58) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .variation :is(dt, dd, p) {
  margin: 0 !important;
  padding: 0 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .variation dt {
  color: rgba(17, 17, 17, .44) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .04em;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .variation dd {
  color: #111 !important;
  font-weight: 850 !important;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget_shopping_cart_content > :is(.woocommerce-mini-cart, .cart_list, .product_list_widget) {
    padding: 14px 12px 8px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
    min-height: 106px !important;
    padding: 14px 42px 14px 100px !important;
    border-radius: 18px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) img,
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) img.ghp-side-cart-product-image {
    left: 14px !important;
    top: 14px !important;
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    min-width: 72px !important;
    max-height: 72px !important;
    min-height: 72px !important;
    border-radius: 14px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button) {
    top: 12px !important;
    right: 12px !important;
  }
}

/* v2.3.11 WoodMart side-cart regression fixes: keep native drawer above the custom header and stabilize refreshed mini-cart thumbnails. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) {
  position: fixed !important;
  z-index: 100200 !important;
}

body.ghp-has-custom-site-header :is(.wd-close-side, .woodmart-close-side) {
  z-index: 100190 !important;
}

body.ghp-has-custom-site-header.ghp-site-header-cart-open .ghp-site-header-module {
  z-index: 9990;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
  position: relative !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) img {
  display: block !important;
  font-size: 0 !important;
  color: transparent !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-thumb-frame {
  position: absolute !important;
  left: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
  display: block !important;
  width: 82px !important;
  height: 82px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(17, 17, 17, .06) !important;
  border-radius: 16px !important;
  background-color: #f7f7f3 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-thumb-frame img.ghp-side-cart-product-image {
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) {
    z-index: 100200 !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-thumb-frame {
    left: 14px !important;
    top: 14px !important;
    width: 72px !important;
    height: 72px !important;
    border-radius: 14px !important;
  }
}

/* v2.3.11 Side-cart thumbnail recovery: hide data markers and make injected frames authoritative. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-image-data {
  display: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item).ghp-side-cart-item-has-image {
  padding-left: 116px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item).ghp-side-cart-item-has-image > .ghp-side-cart-thumb-frame {
  pointer-events: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item).ghp-side-cart-item-has-image > a:not(.remove):not(.remove_from_cart_button) img:not(.ghp-side-cart-product-image) {
  display: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-thumb-frame[data-ghp-side-cart-image-hydrated="1"] {
  background-color: #f8f8f5 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-thumb-frame[data-ghp-side-cart-image-hydrated="1"] img.ghp-side-cart-product-image {
  display: block !important;
  text-indent: 0 !important;
  color: transparent !important;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item).ghp-side-cart-item-has-image {
    padding-left: 100px !important;
  }
}


/* v2.3.11 WoodMart native side-cart polish.
   Keep this layer limited to the native WoodMart/WooCommerce side-cart selectors and
   the custom Header open-state body class. It does not replace WoodMart cart markup,
   fragments, events, mobile menu, header dropdowns, or product detail layout. */
body.ghp-has-custom-site-header {
  --ghp-side-cart-panel-bg: #ffffff;
  --ghp-side-cart-soft-bg: #fafaf7;
  --ghp-side-cart-text: #111111;
  --ghp-side-cart-muted: rgba(17, 17, 17, .62);
  --ghp-side-cart-line: rgba(17, 17, 17, .08);
  --ghp-side-cart-accent: #5fb22d;
  --ghp-side-cart-danger: #c83636;
}

body.ghp-has-custom-site-header :is(.wd-close-side, .woodmart-close-side),
body.ghp-has-custom-site-header.ghp-site-header-cart-open :is(.wd-close-side, .woodmart-close-side) {
  background: rgba(8, 10, 13, .58) !important;
  backdrop-filter: blur(8px) saturate(112%);
  -webkit-backdrop-filter: blur(8px) saturate(112%);
  transition: opacity .24s ease, visibility .24s ease, background-color .24s ease, backdrop-filter .24s ease;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) {
  width: min(468px, calc(100vw - 34px)) !important;
  max-width: calc(100vw - 34px) !important;
  border-left: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px 0 0 28px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(95, 178, 45, .09), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fdfdfb 100%) !important;
  color: var(--ghp-side-cart-text) !important;
  box-shadow: -34px 0 92px rgba(7, 9, 12, .28) !important;
  overflow: hidden !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.widget-heading, .widget-title) {
  color: var(--ghp-side-cart-text);
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget-heading {
  padding: 30px 30px 22px !important;
  border-bottom: 1px solid var(--ghp-side-cart-line) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(250, 250, 247, .94) 100%) !important;
  box-shadow: 0 16px 32px rgba(7, 9, 12, .035);
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget-heading::before {
  width: 42px !important;
  height: 42px !important;
  box-shadow: inset 0 0 0 1px rgba(95, 178, 45, .18), 0 10px 24px rgba(95, 178, 45, .12);
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget-heading :is(.widget-title, h3, h4) {
  color: var(--ghp-side-cart-text) !important;
  font-size: clamp(24px, 2vw, 32px) !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border: 1px solid rgba(17, 17, 17, .09) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .72) !important;
  color: var(--ghp-side-cart-text) !important;
  box-shadow: 0 10px 22px rgba(7, 9, 12, .07) !important;
  opacity: 1 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget:hover,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget:focus-visible {
  border-color: rgba(17, 17, 17, .14) !important;
  background: #fff !important;
  color: #000 !important;
  transform: rotate(90deg) scale(1.03) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget_shopping_cart_content {
  background: transparent !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.shopping-cart-widget-body, .widget_shopping_cart_content > .woocommerce-mini-cart, .widget_shopping_cart_content > .cart_list, .widget_shopping_cart_content > .product_list_widget) {
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 17, 17, .22) transparent;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.shopping-cart-widget-body, .widget_shopping_cart_content > .woocommerce-mini-cart, .widget_shopping_cart_content > .cart_list, .widget_shopping_cart_content > .product_list_widget)::-webkit-scrollbar {
  width: 8px;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.shopping-cart-widget-body, .widget_shopping_cart_content > .woocommerce-mini-cart, .widget_shopping_cart_content > .cart_list, .widget_shopping_cart_content > .product_list_widget)::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(17, 17, 17, .22);
  background-clip: padding-box;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
  min-height: 118px !important;
  padding: 16px 52px 16px 118px !important;
  border: 1px solid rgba(17, 17, 17, .075) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 42px rgba(7, 9, 12, .064) !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item):hover {
  border-color: rgba(95, 178, 45, .18) !important;
  background: #fff !important;
  box-shadow: 0 22px 48px rgba(7, 9, 12, .082) !important;
  transform: translateY(-1px);
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button),
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.product-title, .wd-entities-title, .cart-item-title) {
  color: var(--ghp-side-cart-text) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  letter-spacing: -.012em !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(img, img.ghp-side-cart-product-image),
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-thumb-frame {
  left: 16px !important;
  top: 16px !important;
  width: 84px !important;
  height: 84px !important;
  min-width: 84px !important;
  min-height: 84px !important;
  max-width: 84px !important;
  max-height: 84px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(17, 17, 17, .07) !important;
  background-color: #f7f7f3 !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-thumb-frame img.ghp-side-cart-product-image {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: 0 !important;
  border-radius: inherit !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.quantity, .variation) {
  color: var(--ghp-side-cart-muted) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .quantity {
  margin-top: 10px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(17, 17, 17, .065) !important;
  border-radius: 999px !important;
  background: var(--ghp-side-cart-soft-bg) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .quantity :is(.amount, .woocommerce-Price-amount) {
  color: var(--ghp-side-cart-text) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.remove, .remove_from_cart_button) {
  top: 14px !important;
  right: 14px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border: 1px solid rgba(17, 17, 17, .065) !important;
  background: rgba(255, 255, 255, .82) !important;
  color: rgba(17, 17, 17, .52) !important;
  line-height: 27px !important;
  box-shadow: 0 8px 18px rgba(7, 9, 12, .06) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.remove, .remove_from_cart_button):hover,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.remove, .remove_from_cart_button):focus-visible {
  border-color: rgba(200, 54, 54, .16) !important;
  background: rgba(200, 54, 54, .10) !important;
  color: var(--ghp-side-cart-danger) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.shopping-cart-widget-footer, .widget_shopping_cart_content > .woocommerce-mini-cart__total, .widget_shopping_cart_content > .total) {
  border-top-color: rgba(17, 17, 17, .075) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88) 0%, #fff 28%) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__total, .total) {
  margin-bottom: 12px !important;
  padding: 15px 16px !important;
  border: 1px solid rgba(17, 17, 17, .075) !important;
  border-radius: 18px !important;
  background: var(--ghp-side-cart-soft-bg) !important;
  color: var(--ghp-side-cart-muted) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__total, .total) :is(strong, .amount, .woocommerce-Price-amount) {
  color: var(--ghp-side-cart-text) !important;
  font-weight: 900 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__buttons, .buttons) {
  gap: 10px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__buttons, .buttons) a:not(.checkout) {
  border: 1px solid rgba(17, 17, 17, .12) !important;
  background: #fff !important;
  color: var(--ghp-side-cart-text) !important;
  box-shadow: 0 12px 24px rgba(7, 9, 12, .06) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__buttons, .buttons) a.checkout {
  border: 1px solid rgba(95, 178, 45, .26) !important;
  background:
    linear-gradient(135deg, #64ba31 0%, var(--ghp-side-cart-accent) 100%) !important;
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(95, 178, 45, .24) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__buttons, .buttons) a:hover,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__buttons, .buttons) a:focus-visible {
  opacity: 1 !important;
  transform: translateY(-1px) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__empty-message, .wd-empty-mini-cart, .empty-cart-side) {
  margin: 30px 24px !important;
  padding: 44px 26px !important;
  border: 1px solid rgba(17, 17, 17, .075) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(95, 178, 45, .15), transparent 44%),
    linear-gradient(180deg, #fff 0%, #fbfbf8 100%) !important;
  color: var(--ghp-side-cart-muted) !important;
  box-shadow: 0 18px 46px rgba(7, 9, 12, .06) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__empty-message, .wd-empty-mini-cart, .empty-cart-side)::before {
  width: 58px !important;
  height: 58px !important;
  margin-bottom: 18px !important;
  box-shadow: inset 0 0 0 1px rgba(95, 178, 45, .16), 0 14px 28px rgba(95, 178, 45, .13) !important;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) {
    width: min(424px, 94vw) !important;
    max-width: 94vw !important;
    border-radius: 22px 0 0 22px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget-heading {
    padding: 22px 18px 16px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget-heading::before {
    width: 36px !important;
    height: 36px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.shopping-cart-widget-body, .widget_shopping_cart_content > .woocommerce-mini-cart, .widget_shopping_cart_content > .cart_list, .widget_shopping_cart_content > .product_list_widget) {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
    min-height: 108px !important;
    padding: 14px 42px 14px 100px !important;
    border-radius: 18px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item).ghp-side-cart-item-has-image {
    padding-left: 100px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(img, img.ghp-side-cart-product-image),
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .ghp-side-cart-thumb-frame {
    left: 14px !important;
    top: 14px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
    border-radius: 14px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .shopping-cart-widget-footer {
    padding: 14px 14px max(18px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 430px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
  }
}


/* v2.3.13 Side-cart thumbnail hardening: never expose broken-image alt text in the native WoodMart mini-cart. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) img.ghp-side-cart-product-image {
  text-indent: -9999px !important;
  overflow: hidden !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) img.ghp-side-cart-product-image[src]:not([src=""]) {
  text-indent: 0 !important;
}


/* v2.3.13 WoodMart native side-cart image-link cleanup.
   WoodMart can render a small image-link overlay label such as "Show" beside the
   mini-cart thumbnail. Keep the native markup, but turn only the thumbnail shell
   into an absolute image frame and suppress that overlay text. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
  position: relative !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell, a.cart-item-image:has(img), a.wd-cart-item-image:has(img), a.product-image:has(img), a.product-thumbnail:has(img), a.product-image-link:has(img), .cart-item-image:has(img), .wd-cart-item-image:has(img)) {
  position: absolute !important;
  left: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
  width: 84px !important;
  height: 84px !important;
  min-width: 84px !important;
  min-height: 84px !important;
  max-width: 84px !important;
  max-height: 84px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(17, 17, 17, .07) !important;
  border-radius: 18px !important;
  background: #f7f7f3 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: 0 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell, a.cart-item-image:has(img), a.wd-cart-item-image:has(img), a.product-image:has(img), a.product-thumbnail:has(img), a.product-image-link:has(img), .cart-item-image:has(img), .wd-cart-item-image:has(img)) img,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-image-shell img.ghp-side-cart-product-image {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  text-indent: 0 !important;
  color: transparent !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell, a.cart-item-image:has(img), a.wd-cart-item-image:has(img), a.product-image:has(img), a.product-thumbnail:has(img), a.product-image-link:has(img), .cart-item-image:has(img), .wd-cart-item-image:has(img)) :is(.wd-tooltip-label, .wd-btn-text, .wd-action-btn, .quick-view, .wd-quick-view, .hover-mask, .hover-content, .product-labels, .wd-product-labels, .ghp-side-cart-image-noise),
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-image-noise {
  display: none !important;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell, a.cart-item-image:has(img), a.wd-cart-item-image:has(img), a.product-image:has(img), a.product-thumbnail:has(img), a.product-image-link:has(img), .cart-item-image:has(img), .wd-cart-item-image:has(img)) {
    left: 14px !important;
    top: 14px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
    border-radius: 14px !important;
  }
}

/* v2.3.14 Side-cart visual pass for highlighted areas.
   Scoped to WoodMart native cart surfaces only: close control, mini-cart card,
   remove control, thumbnail shell, and subtotal/footer. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) {
  width: min(468px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  border-left: 1px solid rgba(255, 255, 255, .72) !important;
  background:
    radial-gradient(circle at 15% -8%, rgba(95, 178, 45, .14), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfbf6 100%) !important;
  box-shadow: -36px 0 90px rgba(7, 9, 12, .30), -1px 0 0 rgba(255, 255, 255, .68) inset !important;
}

body.ghp-has-custom-site-header.ghp-site-header-cart-open :is(.wd-close-side, .woodmart-close-side) {
  background: rgba(8, 11, 14, .62) !important;
  backdrop-filter: blur(9px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(9px) saturate(1.08) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget-heading {
  min-height: 76px !important;
  padding: 22px 24px 18px !important;
  border-bottom: 1px solid rgba(17, 17, 17, .075) !important;
  background:
    linear-gradient(135deg, rgba(95, 178, 45, .10) 0%, rgba(255, 255, 255, .96) 42%, rgba(255, 209, 42, .10) 100%) !important;
  box-shadow: 0 16px 30px rgba(7, 9, 12, .045) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget-heading::before {
  width: 42px !important;
  height: 42px !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .95) 0 20%, transparent 21%),
    linear-gradient(135deg, rgba(95, 178, 45, .95), rgba(255, 209, 42, .78)) !important;
  box-shadow: 0 12px 24px rgba(95, 178, 45, .20), inset 0 0 0 1px rgba(255, 255, 255, .64) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .widget-heading :is(.widget-title, h3, h4) {
  color: #101214 !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: 920 !important;
  letter-spacing: -.035em !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget {
  position: relative !important;
  width: auto !important;
  min-width: 86px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 15px 0 38px !important;
  border: 1px solid rgba(17, 17, 17, .12) !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: transparent !important;
  box-shadow: 0 12px 24px rgba(7, 9, 12, .16) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  transform: none !important;
  overflow: hidden !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::before,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::after {
  display: block !important;
  position: absolute !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::before {
  content: '×' !important;
  left: 15px !important;
  top: 50% !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
  text-align: center !important;
  transform: translateY(-50%) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::after {
  content: 'Close' !important;
  right: 15px !important;
  top: 50% !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  transform: translateY(-50%) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget:hover,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget:focus-visible {
  border-color: rgba(95, 178, 45, .42) !important;
  background: #5fb22d !important;
  box-shadow: 0 14px 28px rgba(95, 178, 45, .28) !important;
  transform: translateY(-1px) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.shopping-cart-widget-body, .widget_shopping_cart_content > .woocommerce-mini-cart, .widget_shopping_cart_content > .cart_list, .widget_shopping_cart_content > .product_list_widget) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart, .cart_list, .product_list_widget) {
  gap: 14px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
  min-height: 126px !important;
  padding: 18px 56px 18px 128px !important;
  border: 1px solid rgba(17, 17, 17, .085) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(250, 250, 245, .96) 100%) !important;
  box-shadow: 0 18px 44px rgba(7, 9, 12, .075), inset 0 1px 0 rgba(255, 255, 255, .84) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item)::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 18px !important;
  bottom: 18px !important;
  width: 4px !important;
  border-radius: 0 999px 999px 0 !important;
  background: linear-gradient(180deg, #5fb22d, #ffd12a) !important;
  opacity: .96 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item):hover {
  border-color: rgba(95, 178, 45, .26) !important;
  box-shadow: 0 24px 54px rgba(7, 9, 12, .105), 0 0 0 4px rgba(95, 178, 45, .055) !important;
  transform: translateY(-1px) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button):not(.ghp-side-cart-image-shell) {
  color: #101214 !important;
  font-size: 15px !important;
  font-weight: 920 !important;
  line-height: 1.26 !important;
  letter-spacing: -.018em !important;
  display: block !important;
  max-width: 100% !important;
  padding: 0 4px 0 0 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.product-title, .wd-entities-title, .cart-item-title) {
  color: #101214 !important;
  font-size: 15px !important;
  font-weight: 920 !important;
  line-height: 1.26 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell) {
  left: 18px !important;
  top: 18px !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  min-height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  border: 1px solid rgba(17, 17, 17, .075) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(95, 178, 45, .13), transparent 48%),
    #f5f6f1 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .86), 0 12px 24px rgba(7, 9, 12, .06) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-shadow: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-image-shell > :not(img):not(picture),
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-thumb-frame > :not(img):not(picture) {
  display: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell) img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  object-fit: contain !important;
  object-position: center !important;
  box-shadow: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > img.ghp-side-cart-product-image,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button):not(.ghp-side-cart-image-shell) > img.ghp-side-cart-product-image {
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
  z-index: 1 !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  min-height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid rgba(17, 17, 17, .075) !important;
  border-radius: 20px !important;
  background: #f5f6f1 !important;
  object-fit: contain !important;
  object-position: center !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .86), 0 12px 24px rgba(7, 9, 12, .06) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.quantity, .variation) {
  line-height: 1.35 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .variation {
  margin-top: 8px !important;
  color: rgba(16, 18, 20, .55) !important;
  font-size: 11px !important;
  font-weight: 780 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .quantity {
  margin-top: 10px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(95, 178, 45, .16) !important;
  border-radius: 999px !important;
  background: rgba(95, 178, 45, .075) !important;
  color: rgba(16, 18, 20, .66) !important;
  font-size: 12px !important;
  font-weight: 840 !important;
  line-height: 1.2 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .quantity :is(.amount, .woocommerce-Price-amount) {
  color: #101214 !important;
  font-size: 13px !important;
  font-weight: 920 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button) {
  top: 16px !important;
  right: 16px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border: 1px solid rgba(17, 17, 17, .08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  color: transparent !important;
  box-shadow: 0 10px 18px rgba(7, 9, 12, .08) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button)::before {
  content: '×' !important;
  color: rgba(16, 18, 20, .58) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button):hover,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button):focus-visible {
  border-color: rgba(221, 54, 54, .22) !important;
  background: #fff2f2 !important;
  box-shadow: 0 12px 22px rgba(221, 54, 54, .13) !important;
  transform: translateY(-1px) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button):hover::before,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button):focus-visible::before {
  color: #c93636 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .shopping-cart-widget-footer {
  padding: 18px 24px 26px !important;
  border-top: 1px solid rgba(17, 17, 17, .075) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, #fff 34%),
    radial-gradient(circle at 100% 0%, rgba(95, 178, 45, .11), transparent 38%) !important;
  box-shadow: 0 -18px 42px rgba(7, 9, 12, .06) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__total, .total) {
  min-height: 56px !important;
  margin: 0 0 12px !important;
  padding: 14px 17px !important;
  border: 1px solid rgba(95, 178, 45, .18) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(95, 178, 45, .10) 0%, rgba(255, 255, 255, .98) 56%, rgba(255, 209, 42, .13) 100%) !important;
  box-shadow: 0 14px 30px rgba(7, 9, 12, .07), inset 0 1px 0 rgba(255, 255, 255, .86) !important;
  color: rgba(16, 18, 20, .60) !important;
  font-size: 13px !important;
  font-weight: 880 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__total, .total) strong {
  color: rgba(16, 18, 20, .58) !important;
  font-size: 12px !important;
  font-weight: 920 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__total, .total) :is(.amount, .woocommerce-Price-amount) {
  color: #101214 !important;
  font-size: 16px !important;
  font-weight: 940 !important;
  letter-spacing: -.02em !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__buttons, .buttons) a {
  min-height: 52px !important;
  border-radius: 18px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart__buttons, .buttons) a.checkout {
  background: linear-gradient(135deg, #67bf32 0%, #52a925 100%) !important;
  box-shadow: 0 18px 32px rgba(95, 178, 45, .28) !important;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) {
    width: min(430px, 94vw) !important;
    max-width: 94vw !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget {
    min-width: 78px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding-left: 34px !important;
    padding-right: 13px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::before {
    left: 13px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::after {
    right: 13px !important;
    font-size: 11px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.shopping-cart-widget-body, .widget_shopping_cart_content > .woocommerce-mini-cart, .widget_shopping_cart_content > .cart_list, .widget_shopping_cart_content > .product_list_widget) {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
    min-height: 114px !important;
    padding: 15px 46px 15px 106px !important;
    border-radius: 20px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell) {
    left: 15px !important;
    top: 15px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    border-radius: 16px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > img.ghp-side-cart-product-image,
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button):not(.ghp-side-cart-image-shell) > img.ghp-side-cart-product-image {
    left: 15px !important;
    top: 15px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
    border-radius: 16px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .shopping-cart-widget-footer {
    padding: 15px 14px max(20px, env(safe-area-inset-bottom)) !important;
  }
}


/* v2.3.15 Side-cart highlighted-control refinement.
   Keep this final layer scoped to WoodMart native side-cart only. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::before {
  content: '×' !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 520 !important;
  line-height: 1 !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::after {
  content: none !important;
  display: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > :is(a, span, div):not(.remove):not(.remove_from_cart_button):has(img)::before,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > :is(a, span, div):not(.remove):not(.remove_from_cart_button):has(img)::after,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell)::before,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell)::after {
  content: none !important;
  display: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-image-noise {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell) {
  top: 20px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button) {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: 0 !important;
  overflow: hidden !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button)::before {
  content: '×' !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(16, 18, 20, .58) !important;
  font-size: 22px !important;
  font-weight: 520 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button)::after {
  content: none !important;
  display: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button):hover::before,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button):focus-visible::before {
  color: #c93636 !important;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) .close-side-widget::before {
    left: auto !important;
    font-size: 23px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell) {
    top: 16px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button) {
    top: 14px !important;
    right: 14px !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }
}


/* v2.3.16 Native side-cart quantity stepper for mini-cart product cards. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-quantity-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-top: 12px !important;
  max-width: 100% !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-line-price {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-line-price .quantity {
  margin-top: 0 !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-control {
  position: relative !important;
  isolation: isolate !important;
  display: inline-grid !important;
  grid-template-columns: 34px minmax(38px, 46px) 34px !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 118px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 2px !important;
  border: 1px solid rgba(17, 17, 17, .105) !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, #fff 0%, #fafbf7 100%) !important;
  box-shadow: 0 10px 22px rgba(7, 9, 12, .07), inset 0 1px 0 rgba(255, 255, 255, .86) !important;
  overflow: hidden !important;
  vertical-align: middle !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-control:focus-within {
  border-color: rgba(95, 178, 45, .48) !important;
  box-shadow: 0 12px 26px rgba(95, 178, 45, .14), 0 0 0 3px rgba(95, 178, 45, .10), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-button {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: rgba(16, 18, 20, .72) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-weight: 860 !important;
  line-height: 1 !important;
  text-align: center !important;
  transition: background .16s ease, color .16s ease, transform .16s ease, opacity .16s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-button:hover,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-button:focus-visible {
  background: rgba(95, 178, 45, .12) !important;
  color: #4da323 !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-button:disabled {
  cursor: not-allowed !important;
  opacity: .36 !important;
  transform: none !important;
  background: transparent !important;
  color: rgba(16, 18, 20, .34) !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input {
  width: 46px !important;
  min-width: 46px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 3px !important;
  border: 0 !important;
  border-left: 1px solid rgba(17, 17, 17, .075) !important;
  border-right: 1px solid rgba(17, 17, 17, .075) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .74) !important;
  color: #101214 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 34px !important;
  text-align: center !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input::-webkit-outer-spin-button,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input::-webkit-inner-spin-button {
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input:focus {
  outline: none !important;
  background: #fff !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-control.is-updating {
  pointer-events: none !important;
  opacity: .74 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-control.is-updating .ghp-side-cart-qty-spinner {
  position: absolute !important;
  right: 7px !important;
  top: 7px !important;
  z-index: 2 !important;
  width: 10px !important;
  height: 10px !important;
  border: 2px solid rgba(95, 178, 45, .22) !important;
  border-top-color: #5fb22d !important;
  border-radius: 999px !important;
  animation: ghp-side-cart-qty-spin .72s linear infinite !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-control.has-error {
  border-color: rgba(221, 54, 54, .40) !important;
  box-shadow: 0 0 0 3px rgba(221, 54, 54, .10), 0 10px 22px rgba(7, 9, 12, .07) !important;
}

@keyframes ghp-side-cart-qty-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-quantity-row {
    gap: 8px !important;
    margin-top: 10px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-control {
    grid-template-columns: 32px minmax(36px, 42px) 32px !important;
    min-width: 110px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 14px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-button,
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input {
    height: 32px !important;
    min-height: 32px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-button {
    width: 32px !important;
    min-width: 32px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input {
    width: 42px !important;
    min-width: 42px !important;
    line-height: 32px !important;
  }
}

/* v2.3.37 WoodMart side-cart product-card and quantity hardening.
   This layer fixes duplicated remove icons and broken/wrapped mini-cart steppers. */
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.shopping-cart-widget-body, .widget_shopping_cart_content > .woocommerce-mini-cart, .widget_shopping_cart_content > .cart_list, .widget_shopping_cart_content > .product_list_widget) {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
  position: relative !important;
  display: block !important;
  min-height: 136px !important;
  padding: 18px 54px 18px 128px !important;
  overflow: visible !important;
  line-height: 1.35 !important;
  font-size: 14px !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button):not(.ghp-side-cart-image-shell),
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.product-title, .wd-entities-title, .cart-item-title) {
  display: block !important;
  max-width: 100% !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #101214 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: -.018em !important;
  white-space: normal !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell, a.cart-item-image:has(img), a.wd-cart-item-image:has(img), a.product-image:has(img), a.product-thumbnail:has(img), a.product-image-link:has(img), .cart-item-image:has(img), .wd-cart-item-image:has(img)),
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > img.ghp-side-cart-product-image,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button):not(.ghp-side-cart-image-shell) > img.ghp-side-cart-product-image {
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
  height: 90px !important;
  min-height: 90px !important;
  max-height: 90px !important;
  margin: 0 !important;
  float: none !important;
  z-index: 1 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button) {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(17, 17, 17, .08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
  text-indent: -9999px !important;
  text-shadow: none !important;
  box-shadow: 0 10px 18px rgba(7, 9, 12, .08) !important;
  overflow: hidden !important;
  transform: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button) > * {
  display: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button)::before {
  content: '×' !important;
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  color: rgba(16, 18, 20, .58) !important;
  font-size: 22px !important;
  font-weight: 520 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  text-align: center !important;
  transform: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.remove, .remove_from_cart_button)::after {
  content: none !important;
  display: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-quantity-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: start !important;
  align-items: start !important;
  gap: 9px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 10px !important;
  clear: both !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-line-price {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-line-price .quantity {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 28px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  border: 1px solid rgba(95, 178, 45, .16) !important;
  border-radius: 999px !important;
  background: rgba(95, 178, 45, .075) !important;
  color: rgba(16, 18, 20, .66) !important;
  font-size: 12px !important;
  font-weight: 840 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-control {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: 34px 48px 34px !important;
  grid-template-rows: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  padding: 2px !important;
  border: 1px solid rgba(17, 17, 17, .105) !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, #fff 0%, #fafbf7 100%) !important;
  box-shadow: 0 10px 22px rgba(7, 9, 12, .07), inset 0 1px 0 rgba(255, 255, 255, .86) !important;
  overflow: hidden !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-button,
body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input {
  position: static !important;
  float: none !important;
  transform: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) [data-ghp-side-cart-qty-decrease] {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) [data-ghp-side-cart-qty-increase] {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: rgba(16, 18, 20, .72) !important;
  font-size: 18px !important;
  font-weight: 860 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-indent: 0 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-input {
  display: block !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-left: 1px solid rgba(17, 17, 17, .075) !important;
  border-right: 1px solid rgba(17, 17, 17, .075) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .76) !important;
  color: #101214 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 34px !important;
  text-align: center !important;
  text-indent: 0 !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) .ghp-side-cart-qty-control :is(.minus, .plus, .wd-qty-btn, .wd-quantity-plus, .wd-quantity-minus, .quantity-plus, .quantity-minus, .plus-minus-button):not(.ghp-side-cart-qty-button) {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) {
    min-height: 122px !important;
    padding: 16px 48px 16px 108px !important;
  }

  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) :is(.ghp-side-cart-thumb-frame, .ghp-side-cart-image-shell, a.cart-item-image:has(img), a.wd-cart-item-image:has(img), a.product-image:has(img), a.product-thumbnail:has(img), a.product-image-link:has(img), .cart-item-image:has(img), .wd-cart-item-image:has(img)),
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > img.ghp-side-cart-product-image,
  body.ghp-has-custom-site-header :is(.cart-widget-side, .wd-cart-side, .woodmart-cart-side, .shopping-cart-widget-side) :is(.woocommerce-mini-cart-item, .mini_cart_item) > a:not(.remove):not(.remove_from_cart_button):not(.ghp-side-cart-image-shell) > img.ghp-side-cart-product-image {
    left: 16px !important;
    top: 16px !important;
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }
}
