.site-search__icon,
.profession-chips a,
.category-nav a,
.mega-menu summary,
.section-description,
.catalog-intro > .shell > p,
.editorial-card p,
.faq-list details p {
  color: #6f685f;
}

.stock-badge--available {
  background: #ece5d5;
  color: var(--tgh-color-brand);
}

.faq-list summary::after {
  background: #ede7dc;
  color: var(--tgh-color-brand);
}

.add-to-cart {
  background: var(--tgh-color-primary);
  box-shadow: 0 7px 18px rgba(98, 73, 31, .16);
  color: var(--tgh-color-surface);
}

.add-to-cart:hover {
  background: var(--tgh-color-primary-hover);
  color: var(--tgh-color-surface);
}

.faq-list details[open] summary::after {
  background: var(--tgh-color-brand);
  color: var(--tgh-color-surface);
}

.promo-banner {
  padding-block: 22px;
}

.promo-banner__inner {
  position: relative;
  isolation: isolate;
  display: grid;
  height: auto;
  min-height: 400px;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: stretch;
  background:
    radial-gradient(circle at 82% 22%, rgba(200, 169, 107, .22), transparent 17rem),
    linear-gradient(125deg, var(--tgh-color-charcoal) 0%, #2b261f 58%, #4c3d27 100%);
}

.promo-banner__inner::before {
  position: absolute;
  z-index: -1;
  top: -210px;
  right: -95px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(255, 255, 255, .035),
    0 0 0 116px rgba(255, 255, 255, .024);
  content: "";
}

.promo-banner__copy {
  display: flex;
  min-width: 0;
  min-height: 400px;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(44px, 5vw, 64px) clamp(32px, 3.5vw, 48px) clamp(44px, 5vw, 64px) clamp(42px, 5.5vw, 72px);
}

.promo-banner h1,
.promo-banner h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(44px, 4.5vw, 60px);
  line-height: 1.02;
}

.promo-banner h1 {
  color: inherit;
  font-family: var(--font-display, "Fraunces", Georgia, serif);
  font-weight: 600;
  letter-spacing: -.035em;
}

.promo-banner p:not(.eyebrow) {
  max-width: 62ch;
  margin: 18px 0 24px;
  font-size: 16px;
  line-height: 1.65;
}

.promo-banner .button {
  min-width: 180px;
  min-height: 52px;
  padding-inline: 26px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.promo-banner__visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 24px 24px 24px 0;
}

.promo-banner__product {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  background: #f4eee4;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

.promo-banner__product--1 {
  grid-row: 1 / 3;
}

.promo-banner__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.promo-banner__product:hover img {
  transform: scale(1.035);
}

.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flower-group.tgh-live-flower-group {
  display: block;
  color: inherit;
  text-decoration: none;
}

.flower-group.tgh-live-flower-group .flower-group__visual {
  overflow: hidden;
}

.flower-group.tgh-live-flower-group .flower-group__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.flower-group.tgh-live-flower-group:hover .flower-group__visual img {
  transform: scale(1.035);
}

.category-tile.tgh-live-category {
  min-height: 104px;
  grid-template-columns: 104px minmax(0, 1fr);
  padding: 0;
  border: 1px solid rgba(46, 42, 35, .12);
  background:
    linear-gradient(135deg, rgba(244, 237, 225, .9), rgba(255, 253, 249, .96));
}

.category-tile.tgh-live-category img {
  width: 104px;
  height: 100%;
  min-height: 104px;
  object-fit: cover;
}

.category-tile.tgh-live-category span {
  position: static;
  display: flex;
  width: 100%;
  min-height: 104px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 17px 18px;
}

.category-tile.tgh-live-category strong {
  font-size: 15px;
  line-height: 1.35;
}

.category-tile.tgh-live-category b {
  color: var(--tgh-color-primary, #8a672c);
  font-size: 13px;
  font-weight: 600;
}

.category-tile.tgh-live-category b::before,
.category-tile.tgh-live-category b::after {
  content: none;
}

.tgh-live-products {
  align-items: stretch;
}

.tgh-live-product-card {
  min-width: 0;
}

.tgh-live-product-card .product-card__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.tgh-live-product-card .product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tgh-live-product-card .product-card__price {
  margin-top: auto;
  color: var(--tgh-color-primary);
  font-weight: 800;
}

#bestsellers .tgh-live-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, auto));
  grid-auto-flow: column;
  gap: 14px 24px;
}

#bestsellers .tgh-live-product-card {
  display: grid;
  min-height: 126px;
  grid-template-columns: 106px minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
  padding: 10px;
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 16px;
  background: rgba(255, 253, 249, .88);
}

#bestsellers .product-card__media {
  width: 106px;
  height: 106px;
  aspect-ratio: 1;
  border-radius: 12px;
}

#bestsellers .product-card__body {
  min-width: 0;
  padding: 4px 4px 2px 0;
}

#bestsellers .product-card__body h3 {
  min-height: 0;
  margin-bottom: 6px;
  font-size: 14px;
}

#bestsellers .product-card__price {
  margin: auto 0 8px;
  font-size: 16px;
}

#bestsellers .add-to-cart {
  width: max-content;
  min-height: 36px;
  padding-inline: 14px;
  font-size: 13px;
}

.tgh-live-product-card .price del {
  color: #79736a;
  font-size: .84em;
}

.tgh-live-product-card .price ins {
  text-decoration: none;
}

.tgh-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tgh-live-catalog-heading {
  margin-bottom: 24px;
}

.tgh-live-catalog-heading h2 {
  margin: 0;
}

.editorial-card:not(:has(img)) {
  position: relative;
  min-height: 230px;
  padding: 64px 28px 28px;
  overflow: hidden;
  border: 1px solid rgba(46, 42, 35, .1);
  background:
    linear-gradient(145deg, rgba(244, 237, 225, .92), rgba(255, 253, 249, .98));
}

.editorial-card:not(:has(img))::before {
  position: absolute;
  top: 24px;
  left: 28px;
  color: var(--tgh-color-primary, #8a672c);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.editorial-card:not(:has(img)):nth-child(1)::before {
  content: "01";
}

.editorial-card:not(:has(img)):nth-child(2)::before {
  content: "02";
}

.editorial-card:not(:has(img)):nth-child(3)::before {
  content: "03";
}

.shape-hub-card:not(:has(img)) {
  grid-template-columns: minmax(0, 1fr);
  min-height: 150px;
  padding: 24px;
}

.tgh-shape-browser {
  padding: clamp(46px, 6vw, 72px) 0;
  scroll-margin-top: 96px;
  border-top: 1px solid rgba(46, 42, 35, .08);
  border-bottom: 1px solid rgba(46, 42, 35, .08);
  background:
    radial-gradient(circle at 92% 10%, rgba(200, 169, 107, .17), transparent 18rem),
    var(--tgh-color-surface-muted);
}

.tgh-shape-browser__heading {
  display: grid;
  max-width: 760px;
  margin-bottom: 28px;
  gap: 7px;
}

.tgh-shape-browser__heading p {
  max-width: 58ch;
  margin: 0;
  color: #6f685f;
  font-size: 15px;
  line-height: 1.65;
}

.tgh-shape-browser__heading .eyebrow {
  color: var(--tgh-color-primary-hover);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tgh-shape-browser__heading h2 {
  margin: 0;
  color: var(--tgh-color-charcoal, #171512);
  font-family: var(--font-display, "Fraunces", Georgia, serif);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
}

.tgh-shape-browser__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tgh-shape-browser__card {
  display: grid;
  min-width: 0;
  min-height: 104px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(46, 42, 35, .11);
  border-radius: 17px;
  background: rgba(255, 253, 249, .92);
  color: var(--tgh-color-charcoal, #171512);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tgh-shape-browser__card:hover {
  border-color: rgba(95, 74, 40, .34);
  box-shadow: 0 14px 32px rgba(43, 34, 21, .12);
  transform: translateY(-2px);
}

.tgh-shape-browser__number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--tgh-color-charcoal, #171512);
  color: var(--tgh-color-surface);
  font-size: 12px;
  font-weight: 800;
}

.tgh-shape-browser__card strong,
.tgh-shape-browser__card small {
  display: block;
}

.tgh-shape-browser__card strong {
  font-size: 15px;
  line-height: 1.35;
}

.tgh-shape-browser__card small {
  margin-top: 4px;
  color: #6f685f;
  font-size: 13px;
}

.tgh-shape-browser__card i {
  color: var(--tgh-color-primary-hover);
  font-size: 18px;
  font-style: normal;
}

/* Image-led navigation restores the visual cue from the original mega menu
 * while keeping every image tied to a current WooCommerce product. */
.mega-panel--visual {
  width: min(780px, calc(100vw - (2 * var(--gutter))));
  grid-template-columns: 214px minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 16px;
  border-radius: 0 0 22px 22px;
  background: rgba(255, 253, 249, .985);
}

.mega-panel--visual .mega-panel__feature {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 246px;
  grid-row: 1 / 3;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-start;
  border: 0;
  border-radius: 16px;
  background: var(--tgh-color-charcoal);
  color: var(--tgh-color-surface);
}

.mega-panel--visual .mega-panel__feature::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(23, 21, 18, .92));
  content: "";
}

.mega-panel--visual .mega-panel__feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.mega-panel--visual .mega-panel__feature:hover img {
  transform: scale(1.04);
}

.mega-panel--visual .mega-panel__feature > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 5px;
  padding: 18px;
}

.mega-panel--visual .mega-panel__feature small {
  color: var(--tgh-color-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mega-panel--visual .mega-panel__feature strong {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--tgh-color-surface);
  font-size: 14px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mega-panel--visual .mega-panel__feature b {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.mega-panel--visual .mega-panel__feature b i {
  color: var(--tgh-color-accent);
  font-size: 16px;
  font-style: normal;
}

.mega-panel--visual .mega-panel__group {
  min-width: 0;
  padding: 4px 4px 0;
}

.mega-panel--visual .mega-panel__group > strong {
  display: block;
  margin: 0 0 8px;
  color: #7d756a;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mega-panel--visual .mega-panel__group a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(46, 42, 35, .1);
  color: var(--tgh-color-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.mega-panel--visual .mega-panel__group a span {
  color: var(--tgh-color-primary-hover);
  font-size: 16px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .2s ease, transform .2s ease;
}

.mega-panel--visual .mega-panel__group a:hover span,
.mega-panel--visual .mega-panel__group a:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

.mega-panel--visual .mega-panel__cta {
  grid-column: 2 / 4;
  min-height: 44px !important;
  justify-content: space-between;
  padding-inline: 16px;
  border: 1px solid rgba(95, 74, 40, .25) !important;
  border-radius: 999px;
  background: #f0eadc;
  color: var(--tgh-color-brand);
  font-size: 13px;
  font-weight: 800;
}

.mega-panel--visual .mega-panel__cta span {
  color: var(--tgh-color-primary-hover);
  font-size: 18px;
}

.tgh-shape-browser__card {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 174px auto;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--tgh-color-surface);
}

.tgh-shape-browser__media {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  height: 174px;
  grid-column: 1 / -1;
  overflow: hidden;
  background: var(--tgh-color-canvas);
}

.tgh-shape-browser__media::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(23, 21, 18, .42));
  content: "";
}

.tgh-shape-browser__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.tgh-shape-browser__card:hover .tgh-shape-browser__media img {
  transform: scale(1.045);
}

.tgh-shape-browser__body {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 3px;
  padding: 14px 8px 15px 16px;
}

.tgh-shape-browser__body small,
.tgh-shape-browser__body strong,
.tgh-shape-browser__body b {
  display: block;
}

.tgh-shape-browser__body small {
  color: #7b746a;
  font-size: 13px;
  line-height: 1.3;
}

.tgh-shape-browser__body strong {
  color: var(--tgh-color-charcoal, #171512);
  font-size: 16px;
  line-height: 1.3;
}

.tgh-shape-browser__body b {
  color: var(--tgh-color-primary-hover);
  font-size: 13px;
  font-weight: 700;
}

.tgh-shape-browser__card > i {
  align-self: center;
  padding: 0 16px 0 4px;
}

.tgh-live-editorial img {
  background: var(--tgh-color-canvas);
}

.box-catalog,
.flower-catalog {
  scroll-margin-top: 96px;
}

.tgh-standard-page {
  min-height: 60vh;
  padding: 72px 0;
}

.tgh-wholesale-pricing-cards,
.tgh-wholesale-shipping-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.tgh-wholesale-shipping-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tgh-wholesale-pricing-cards article,
.tgh-wholesale-shipping-grid article {
  padding: 22px;
  border: 1px solid rgba(46, 42, 35, .11);
  border-radius: 16px;
  background: rgba(255, 253, 249, .92);
}

.tgh-wholesale-pricing-cards article > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--tgh-color-charcoal, #171512);
  color: var(--tgh-color-surface, #fffdf9);
  font-size: 13px;
  font-weight: 800;
}

.tgh-wholesale-pricing-cards h3,
.tgh-wholesale-shipping-grid h3 {
  margin: 0 0 8px;
  color: var(--tgh-color-text, #2c2924);
  font-size: 18px;
}

.tgh-wholesale-pricing-cards p,
.tgh-wholesale-shipping-grid p {
  margin: 0;
  color: #6f685f;
  font-size: 14px;
  line-height: 1.65;
}

.tgh-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.tgh-form-status {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  color: #6f685f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.tgh-form-status:empty {
  display: none;
}

.tgh-form-status.is-error {
  padding: 11px 13px;
  border: 1px solid rgba(173, 69, 52, .28);
  border-radius: 10px;
  background: #fff3ef;
  color: #7d2d23;
}

.quote-form [aria-invalid="true"],
#wholesale-quote-form [aria-invalid="true"] {
  border-color: var(--tgh-color-danger) !important;
  box-shadow: 0 0 0 3px rgba(155, 53, 40, .12);
}

.tgh-prototype-recent {
  padding-bottom: 62px;
}

.tgh-prototype-recent .tgh-recent-products {
  padding: 30px;
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(244, 237, 225, .82), rgba(255, 253, 249, .98));
}

.tgh-prototype-recent .tgh-recent-products[hidden] {
  display: none;
}

.tgh-prototype-recent .tgh-recent-products__heading {
  margin-bottom: 20px;
}

.tgh-prototype-recent .tgh-recent-products__heading p {
  margin: 0 0 6px;
  color: var(--tgh-color-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tgh-prototype-recent .tgh-recent-products__heading h2 {
  margin: 0;
  font-family: var(--font-display, "Fraunces", Georgia, serif);
  font-size: clamp(28px, 3.4vw, 38px);
}

.tgh-prototype-recent .tgh-recent-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tgh-prototype-recent .tgh-recent-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 11px;
  padding: 9px;
  border: 1px solid rgba(46, 42, 35, .09);
  border-radius: 14px;
  background: var(--tgh-color-surface, #fffdf9);
}

.tgh-prototype-recent .tgh-recent-card__image {
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 10px;
}

.tgh-prototype-recent .tgh-recent-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tgh-prototype-recent .tgh-recent-card h3 {
  display: -webkit-box;
  margin: 1px 0 5px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tgh-prototype-recent .tgh-recent-card h3 a,
.tgh-prototype-recent .tgh-recent-card__link {
  color: inherit;
  text-decoration: none;
}

.tgh-prototype-recent .tgh-recent-card p,
.tgh-prototype-recent .tgh-recent-card__link {
  margin: 0 0 5px;
  color: var(--tgh-color-primary-hover);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .promo-banner__inner {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .promo-banner__copy {
    min-height: 0;
    padding: 42px 38px 30px;
  }

  .promo-banner h1,
  .promo-banner h2 {
    font-size: clamp(39px, 5.5vw, 50px);
  }

  .promo-banner__visual {
    height: 190px;
    grid-template-columns: 1.25fr .85fr .85fr;
    grid-template-rows: minmax(0, 1fr);
    padding: 0 38px 30px;
  }

  .promo-banner__product--1 {
    grid-row: auto;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tgh-shape-browser__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tgh-prototype-recent .tgh-recent-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .promo-banner {
    padding-block: 14px;
  }

  .promo-banner__inner,
  .promo-banner__copy {
    min-height: 0;
  }

  .promo-banner__inner::before {
    top: -180px;
    right: -190px;
    width: 380px;
    height: 380px;
  }

  .promo-banner__copy {
    align-items: flex-start;
    padding: 34px 24px 26px;
  }

  .promo-banner h1,
  .promo-banner h2 {
    max-width: none;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }

  .promo-banner p:not(.eyebrow) {
    margin: 15px 0 22px;
    font-size: 15px;
  }

  .promo-banner .button {
    width: 100%;
    min-height: 48px;
  }

  .promo-banner__visual {
    height: 146px;
    gap: 8px;
    padding: 0 20px 24px;
  }

  .promo-banner__product {
    border-radius: 13px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .tgh-shape-browser {
    padding: 38px 0;
  }

  .tgh-shape-browser__heading {
    margin-bottom: 20px;
  }

  .tgh-shape-browser__heading h2 {
    font-size: 30px;
  }

  .tgh-shape-browser__grid {
    gap: 9px;
  }

  .tgh-shape-browser__card {
    min-height: 84px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 13px;
    border-radius: 14px;
  }

  .tgh-shape-browser__number {
    width: 32px;
    height: 32px;
  }

  .tgh-shape-browser__card strong {
    font-size: 13px;
  }

  .tgh-shape-browser__card small {
    font-size: 12px;
  }

  .tgh-shape-browser__card i {
    display: none;
  }

  .category-tile.tgh-live-category {
    display: flex;
    min-height: 0;
    flex-direction: column;
    border-radius: 14px;
  }

  .category-tile.tgh-live-category img {
    width: 100%;
    height: 112px;
    min-height: 0;
  }

  .category-tile.tgh-live-category span {
    min-height: 82px;
    padding: 12px 13px;
  }

  .category-tile.tgh-live-category strong {
    font-size: 13px;
  }

  #bestsellers .tgh-live-products {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 10px;
  }

  #bestsellers .tgh-live-product-card {
    min-height: 112px;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
  }

  #bestsellers .product-card__media {
    width: 92px;
    height: 92px;
  }

  .editorial-card:not(:has(img)) {
    min-height: 0;
    padding: 54px 20px 22px;
  }

  .tgh-wholesale-pricing-cards,
  .tgh-wholesale-shipping-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tgh-prototype-recent {
    padding-bottom: 36px;
  }

  .tgh-prototype-recent .tgh-recent-products {
    padding: 20px 14px;
    border-radius: 18px;
  }

  .tgh-prototype-recent .tgh-recent-products__grid {
    display: flex;
    gap: 10px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    contain: layout paint;
    overscroll-behavior-inline: contain;
  }

  .tgh-prototype-recent .tgh-recent-card {
    width: min(82vw, 294px);
    flex: 0 0 min(82vw, 294px);
  }

  .editorial-card:not(:has(img))::before {
    top: 20px;
    left: 20px;
  }

  .tgh-live-catalog-heading {
    margin-bottom: 18px;
  }

  .tgh-shape-browser__card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 122px auto;
    gap: 0;
    padding: 0;
    border-radius: 14px;
  }

  .tgh-shape-browser__media {
    display: block;
    height: 122px;
    grid-column: 1 / -1;
  }

  .tgh-shape-browser__body {
    gap: 2px;
    padding: 12px 8px 13px 12px;
  }

  .tgh-shape-browser__body small,
  .tgh-shape-browser__body b {
    font-size: 13px;
  }

  .tgh-shape-browser__body strong {
    font-size: 15px;
  }

  .tgh-shape-browser__card > i {
    display: none;
  }
}

@media (min-width: 961px) {
  .mega-menu--wrapping .mega-panel--visual {
    left: -250px;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .mega-panel--visual {
    width: 730px;
    grid-template-columns: 194px minmax(0, 1fr) minmax(0, 1fr);
  }

  .mega-menu--boxes .mega-panel--visual {
    left: -110px;
  }

  .mega-menu--wrapping .mega-panel--visual {
    left: -280px;
  }
}
