.pdp-gallery img {
  cursor: zoom-in;
  transition: opacity .2s ease, transform .2s ease;
}

.pdp-gallery img:hover {
  opacity: .92;
}

.variant-picker button.selected {
  border-color: var(--pink);
  box-shadow: inset 0 0 0 1px var(--pink);
  background: #f8f0dd;
}

.brand-wordmark {
  display: inline-block;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  height: auto;
}

.brand img.brand-wordmark,
.mobile-drawer img.mobile-brand-mark,
.footer-grid img.footer-brand-mark {
  width: 280px;
  max-width: 58vw;
}

.mobile-brand-mark {
  margin: 20px 0;
  font-size: 20px;
  letter-spacing: .12em;
}

.footer-brand-mark {
  margin-bottom: 18px;
  background: #fff;
  padding: 8px;
  font-size: 22px;
  letter-spacing: .14em;
}

.add-demo {
  display: block;
  width: 100%;
  margin: 18px 0 8px;
  background: var(--pink);
  color: #fff;
  border: 0;
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
}

.add-demo:disabled {
  background: #d8d2d5;
  color: #777;
  cursor: not-allowed;
}

.cart-line {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: start;
  margin: 26px 0;
}

.cart-line img {
  width: 88px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--pink-soft);
}

.cart-line strong,
.cart-line span,
.cart-line small {
  display: block;
}

.cart-line strong {
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

.cart-line span {
  margin-top: 8px;
  font-weight: 800;
}

.cart-line small {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.cart-continue {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, .78);
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.pdp-lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.pdp-lightbox img {
  max-width: min(1120px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
}

.pdp-lightbox button {
  position: absolute;
  right: 22px;
  top: 18px;
  border: 0;
  background: #fff;
  color: #111;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.collection-fallback {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px 70px;
}

.collection-fallback-header {
  padding: 34px 0 22px;
}

.collection-kicker {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.collection-fallback .page-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.05;
  text-transform: uppercase;
}

.woocommerce-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px 70px;
}

.woocommerce-main .woocommerce-products-header {
  padding: 34px 0 24px;
}

.woocommerce-main .woocommerce-products-header__title {
  margin: 0;
  font-size: 42px;
  line-height: 1.05;
  text-transform: uppercase;
}

.woocommerce-main .woocommerce-result-count,
.woocommerce-main .woocommerce-ordering {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woocommerce-main .woocommerce-ordering select {
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  min-height: 42px;
  padding: 0 12px;
}

.woocommerce-main ul.products,
.collection-fallback ul.products,
.woocommerce-page .woocommerce-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 26px;
  max-width: 1360px;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce-main ul.products::before,
.woocommerce-main ul.products::after,
.collection-fallback ul.products::before,
.collection-fallback ul.products::after,
.woocommerce-page .woocommerce-main ul.products::before,
.woocommerce-page .woocommerce-main ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce-main ul.products li.product,
.collection-fallback ul.products li.product,
.woocommerce-page .woocommerce-main ul.products li.product {
  position: relative;
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left;
  overflow: visible;
}

.woocommerce-main ul.products li.product::marker,
.collection-fallback ul.products li.product::marker,
.woocommerce-page .woocommerce-main ul.products li.product::marker {
  content: "";
}

.woocommerce-main ul.products li.product a.woocommerce-LoopProduct-link,
.collection-fallback ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page .woocommerce-main ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
}

.woocommerce-main ul.products li.product a.woocommerce-LoopProduct-link::after,
.collection-fallback ul.products li.product a.woocommerce-LoopProduct-link::after,
.woocommerce-page .woocommerce-main ul.products li.product a.woocommerce-LoopProduct-link::after {
  content: "Quick Shop";
  display: block;
  order: 2;
  margin: 13px 0 7px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.2;
}

.woocommerce-main ul.products li.product img,
.collection-fallback ul.products li.product img,
.woocommerce-page .woocommerce-main ul.products li.product img {
  display: block;
  order: 1;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 !important;
  background: var(--pink-soft);
}

.woocommerce-main ul.products li.product .woocommerce-loop-product__title,
.collection-fallback ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page .woocommerce-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px;
  order: 3;
  margin: 0 0 11px !important;
  padding: 0 !important;
  color: #111;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.35 !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.woocommerce-main ul.products li.product .price,
.collection-fallback ul.products li.product .price,
.woocommerce-page .woocommerce-main ul.products li.product .price {
  display: block;
  order: 4;
  margin: 0 !important;
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25;
}

.woocommerce-main ul.products li.product .button,
.collection-fallback ul.products li.product .button,
.woocommerce-page .woocommerce-main ul.products li.product .button {
  display: none !important;
}

@media (max-width: 700px) {
  .collection-fallback {
    padding: 0 18px 48px;
  }

  .collection-fallback .page-title {
    font-size: 32px;
  }
}

.home-exact .home-rail {
  background: #fff;
}

.home-exact .home-rail:nth-of-type(even) {
  background: #fbf7ee;
}

.home-exact .section-heading {
  align-items: center;
  margin-bottom: 22px;
}

.home-exact .section-heading h2 {
  font-size: clamp(30px, 3.1vw, 46px);
  letter-spacing: 0;
}

.home-exact .section-heading a {
  min-width: 114px;
  text-align: center;
}

.home-exact ul.products {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 26px;
  padding: 0;
}

.home-exact ul.products::before,
.home-exact ul.products::after {
  content: none;
}

.home-exact ul.products li.product {
  position: relative;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  text-align: left;
  overflow: visible;
}

.home-exact ul.products li.product::before {
  content: "Quick Shop";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--line);
  color: #8d6624;
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  transform: translateY(-4px);
  transition: .22s ease;
  pointer-events: none;
}

.home-exact ul.products li.product:hover::before {
  opacity: 1;
  transform: none;
}

.home-exact ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 0 13px;
  background: var(--pink-soft);
}

.home-exact ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px;
  padding: 0;
  margin: 5px 0 9px;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-exact ul.products li.product .price {
  display: block;
  margin: 0 0 10px;
  color: #111;
  font-size: 17px;
  font-weight: 800;
}

.home-exact ul.products li.product .button {
  border-radius: 0;
  background: #11100d;
  color: #fff;
  padding: 11px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shop-look-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.shop-look-image {
  display: block;
  min-height: 560px;
  overflow: hidden;
}

.shop-look-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.shop-look-image:hover img {
  transform: scale(1.035);
}

.shop-look-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 58px;
  background: #fbf7ee;
}

.shop-look-copy p,
.campaign-feature p:first-child {
  margin: 0;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.shop-look-copy h2,
.campaign-feature h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shop-look-products {
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.shop-look-product {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 16px 18px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.campaign-feature {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 60px 24px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)),
    url("../images/exact-home/exact-feature-10.png") center / cover;
}

.campaign-feature div {
  max-width: 760px;
}

.campaign-feature p:last-of-type {
  max-width: 640px;
  margin: 18px auto 26px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.campaign-feature a {
  display: inline-block;
  background: #11100d;
  color: #fff;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

@media (max-width: 900px) {
  .woocommerce-main {
    padding: 0 22px 56px;
  }

  .woocommerce-main ul.products,
  .collection-fallback ul.products,
  .woocommerce-page .woocommerce-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .home-exact ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-look-section {
    grid-template-columns: 1fr;
  }

  .shop-look-image {
    min-height: 420px;
  }

  .shop-look-copy {
    padding: 42px 24px;
  }
}

@media (max-width: 560px) {
  .woocommerce-main {
    padding: 0 18px 44px;
  }

  .woocommerce-main .woocommerce-products-header__title {
    font-size: 32px;
  }

  .woocommerce-main ul.products,
  .collection-fallback ul.products,
  .woocommerce-page .woocommerce-main ul.products {
    grid-template-columns: 1fr;
  }

  .home-exact .section-heading {
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }

  .home-exact ul.products {
    grid-template-columns: 1fr;
  }

  .shop-look-image {
    min-height: 360px;
  }
}

.house-menu {
  width: min(360px, calc(100vw - 32px));
  grid-template-columns: 1fr;
}

.house-programs .pill-button {
  display: inline-block;
  margin-top: 14px;
}

/* Gilt Mahjong brand layer */
:root {
  --pink: #c79a3d;
  --pink-soft: #f8f0dd;
  --cream: #fbf7ee;
  --line: #e3d7bd;
  --ink: #11100d;
  --muted: #6c6252;
  --gilt-black: #11100d;
  --gilt-gold: #c79a3d;
  --gilt-gold-dark: #8d6624;
  --gilt-gold-light: #f5dea4;
  --gilt-ivory: #fbf7ee;
  --gilt-white: #fffdf8;
}

body {
  background: var(--gilt-ivory);
  color: var(--gilt-black);
}

a {
  color: inherit;
}

.site-header {
  position: static;
  top: auto;
  background: var(--gilt-white);
  border-bottom: 1px solid var(--line);
}

.announce {
  background: var(--gilt-black);
  color: var(--gilt-gold-light);
  border-bottom: 1px solid #2d271c;
}

.announce a {
  color: #fff;
  text-decoration-color: var(--gilt-gold);
}

.utility {
  background: var(--gilt-ivory);
  color: #3a3225;
  border-bottom-color: var(--line);
}

.utility a:hover,
.main-nav a:hover,
.account-nav a:hover {
  color: var(--gilt-gold-dark);
}

.brand-row,
.main-nav {
  background: var(--gilt-white);
}

.main-nav {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand img.brand-wordmark {
  width: 330px;
}

.brand-wordmark {
  color: var(--gilt-black);
  letter-spacing: .22em;
}

.mega-menu {
  background: var(--gilt-white);
  border-color: var(--line);
  box-shadow: 0 24px 50px rgba(17, 16, 13, .1);
}

.mega-column h3 {
  color: var(--gilt-gold-dark);
  letter-spacing: .14em;
}

.mega-column a:hover {
  color: var(--gilt-gold-dark);
}

.home-exact {
  background: var(--gilt-ivory);
}

.marquee {
  background: var(--gilt-black);
  border-top: 1px solid #2d271c;
  border-bottom: 1px solid #2d271c;
}

.marquee div {
  color: var(--gilt-gold-light);
}

.hero.exact-hero::after {
  background:
    radial-gradient(circle at 50% 40%, rgba(245, 222, 164, .18), transparent 28%),
    linear-gradient(90deg, rgba(17, 16, 13, .74), rgba(17, 16, 13, .28) 48%, rgba(17, 16, 13, .68));
}

.hero-copy p,
.collection-card p,
.shop-look-copy p,
.campaign-feature p:first-child {
  color: var(--gilt-gold-light);
  letter-spacing: .2em;
}

.hero-copy h1 {
  max-width: 900px;
  margin-inline: auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.6vw, 86px);
  font-weight: 500;
  line-height: .98;
  text-transform: none;
}

.hero-actions a,
.campaign-feature a,
.home-exact .section-heading a,
.home-exact ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.add-demo,
.pill-button {
  background: var(--gilt-black) !important;
  color: #fff !important;
  border: 1px solid var(--gilt-gold) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hero-actions a:hover,
.campaign-feature a:hover,
.home-exact .section-heading a:hover,
.home-exact ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover,
.add-demo:hover,
.pill-button:hover {
  background: var(--gilt-gold) !important;
  color: var(--gilt-black) !important;
}

.collection-grid {
  gap: 12px;
  padding: 12px;
  background: var(--gilt-ivory);
}

.collection-card {
  border: 1px solid #d7c28e;
  background: var(--gilt-black);
}

.collection-card::after {
  background: linear-gradient(180deg, rgba(17, 16, 13, .05), rgba(17, 16, 13, .8));
}

.collection-card h2,
.campaign-feature h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: none;
}

.collection-card a {
  border-color: var(--gilt-gold-light);
  color: #fff;
}

.home-exact .product-rail {
  background: var(--gilt-white);
  border-top: 1px solid var(--line);
}

.home-exact .product-rail:nth-of-type(even) {
  background: var(--gilt-ivory);
}

.home-exact .section-heading h2,
.woocommerce-main .woocommerce-products-header__title,
.product_title,
.entry-title {
  color: var(--gilt-black);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: none;
}

.home-exact ul.products,
.woocommerce-main ul.products,
.collection-fallback ul.products,
.woocommerce-page .woocommerce-main ul.products,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 38px 28px !important;
}

.home-exact ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  background: transparent;
}

.home-exact ul.products li.product img,
.woocommerce ul.products li.product img {
  background: #f5ebd3;
  border: 1px solid var(--line);
}

.home-exact ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--gilt-black);
  letter-spacing: .02em;
}

.home-exact ul.products li.product .price,
.woocommerce ul.products li.product .price {
  color: var(--gilt-gold-dark);
}

.woocommerce span.onsale {
  background: var(--gilt-black);
  color: var(--gilt-gold-light);
}

.shop-look-section {
  background: var(--gilt-white);
  border-top: 1px solid var(--line);
}

.shop-look-copy {
  background:
    linear-gradient(135deg, rgba(199, 154, 61, .1), transparent 38%),
    var(--gilt-ivory);
  border-left: 1px solid var(--line);
}

.shop-look-copy p {
  color: var(--gilt-gold-dark);
}

.shop-look-product {
  background: var(--gilt-white);
  border-color: var(--line);
}

.campaign-feature {
  background-color: var(--gilt-black);
  background-blend-mode: overlay;
}

.newsletter,
.footer-newsletter {
  background:
    linear-gradient(135deg, rgba(199, 154, 61, .22), transparent 42%),
    var(--gilt-black);
  color: #fff;
}

.newsletter p,
.footer-newsletter p {
  color: var(--gilt-gold-light);
}

.newsletter input,
.footer-newsletter input {
  border: 1px solid var(--gilt-gold);
  background: #fffdf8;
}

.newsletter button,
.footer-newsletter button {
  background: var(--gilt-gold);
  color: var(--gilt-black);
}

.site-footer {
  background: var(--gilt-black);
  color: #fff;
}

.footer-grid {
  background: #17140f;
  color: #eee8dc;
}

.footer-grid h3 {
  color: var(--gilt-gold-light);
}

.footer-brand-mark {
  background: #fffdf8;
  border: 1px solid var(--gilt-gold);
}

.footer-bottom {
  background: #0d0c0a;
  color: #bdb3a0;
  border-top: 1px solid #30291c;
}

.pdp-gallery img,
.cart-line img,
.woocommerce div.product div.images img {
  background: #f5ebd3;
  border: 1px solid var(--line);
}

.variant-picker button.selected {
  border-color: var(--gilt-gold);
  box-shadow: inset 0 0 0 1px var(--gilt-gold);
  background: #f8f0dd;
}

@media (max-width: 900px) {
  .home-exact ul.products,
  .woocommerce-main ul.products,
  .collection-fallback ul.products,
  .woocommerce-page .woocommerce-main ul.products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .brand img.brand-wordmark {
    width: 250px;
  }
}

@media (max-width: 560px) {
  .home-exact ul.products,
  .woocommerce-main ul.products,
  .collection-fallback ul.products,
  .woocommerce-page .woocommerce-main ul.products,
  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }

  .hero-copy h1 {
    font-size: 40px;
  }
}

.brand img.brand-logo,
.brand img.brand-wordmark.brand-logo {
  width: 118px;
  max-width: 28vw;
  height: auto;
  max-height: 118px;
  border-radius: 0;
  clip-path: none;
  object-fit: contain;
}

.brand-row {
  min-height: 132px;
}

.mobile-drawer img.mobile-brand-mark.brand-logo {
  width: 150px;
  max-width: 70vw;
  max-height: 150px;
  border-radius: 0;
  clip-path: none;
  object-fit: contain;
}

.footer-grid img.footer-brand-mark.brand-logo {
  width: 170px;
  max-width: 100%;
  height: auto;
  max-height: 170px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  clip-path: none;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .18));
}

@media (max-width: 900px) {
  .brand img.brand-logo,
  .brand img.brand-wordmark.brand-logo {
    width: 104px;
    max-height: 104px;
  }

  .brand-row {
    min-height: 116px;
  }
}

.split-feature > div:first-child,
.pdp-summary {
  position: static;
  top: auto;
}

/* WooCommerce product-card hardening across archives, related products, upsells, and cart suggestions. */
.woocommerce section.related.products,
.woocommerce section.upsells.products,
.woocommerce section.cross-sells,
.woocommerce .related.products,
.woocommerce .upsells.products,
.woocommerce .cross-sells {
  display: block !important;
  width: 100% !important;
  max-width: 1360px;
  margin: 0 auto;
  padding: 58px 32px 80px;
  background: var(--gilt-ivory);
}

.woocommerce section.related.products > h2,
.woocommerce section.upsells.products > h2,
.woocommerce section.cross-sells > h2,
.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2,
.woocommerce .cross-sells > h2 {
  max-width: 1360px;
  margin: 0 0 28px;
  color: var(--gilt-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce section.related.products ul.products,
.woocommerce section.upsells.products ul.products,
.woocommerce section.cross-sells ul.products,
.woocommerce .related.products ul.products,
.woocommerce .upsells.products ul.products,
.woocommerce .cross-sells ul.products,
.woocommerce-page ul.products,
.woocommerce ul.products {
  clear: both !important;
  display: grid !important;
  width: 100% !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 38px 28px !important;
  list-style: none !important;
}

.woocommerce section.related.products ul.products::before,
.woocommerce section.related.products ul.products::after,
.woocommerce section.upsells.products ul.products::before,
.woocommerce section.upsells.products ul.products::after,
.woocommerce section.cross-sells ul.products::before,
.woocommerce section.cross-sells ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce section.related.products ul.products li.product,
.woocommerce section.upsells.products ul.products li.product,
.woocommerce section.cross-sells ul.products li.product {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
  background: transparent !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block !important;
  color: inherit !important;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 0 14px !important;
  object-fit: cover !important;
  background: #f5ebd3 !important;
  border: 1px solid var(--line) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box !important;
  min-height: 76px !important;
  max-height: 76px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--gilt-black) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.woocommerce ul.products li.product .price {
  display: block !important;
  min-height: 24px;
  margin: 0 0 14px !important;
  color: var(--gilt-gold-dark) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.woocommerce ul.products li.product .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 42px;
  margin: 0 !important;
  padding: 11px 15px !important;
  white-space: normal !important;
  text-align: center !important;
  line-height: 1.15 !important;
}

@media (max-width: 900px) {
  .woocommerce section.related.products,
  .woocommerce section.upsells.products,
  .woocommerce section.cross-sells,
  .woocommerce .related.products,
  .woocommerce .upsells.products,
  .woocommerce .cross-sells {
    padding: 42px 22px 62px;
  }

  .woocommerce section.related.products ul.products,
  .woocommerce section.upsells.products ul.products,
  .woocommerce section.cross-sells ul.products,
  .woocommerce .related.products ul.products,
  .woocommerce .upsells.products ul.products,
  .woocommerce .cross-sells ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 18px !important;
  }
}

@media (max-width: 560px) {
  .woocommerce section.related.products ul.products,
  .woocommerce section.upsells.products ul.products,
  .woocommerce section.cross-sells ul.products,
  .woocommerce .related.products ul.products,
  .woocommerce .upsells.products ul.products,
  .woocommerce .cross-sells ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }
}
