.single-product .site-main {
  margin-top: calc(var(--jleh-header-offset-desktop, 61px) * -1);
}

.jlp-product-shell {
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
}

.single-product div.product.jlp-product-page {
  padding: 0 0 clamp(1.8rem, 4vw, 2.8rem);
}

.single-product div.product.jlp-product-page > :not(.jlp-product-hero):not(.jlp-product-know-more):not(.jlp-product-trust-gallery):not(.jlp-product-news):not(.jlp-product-related) {
  display: none !important;
}

.jlp-product-hero {
  padding: clamp(1.6rem, 3vw, 2.4rem) 0 clamp(1.4rem, 3vw, 2rem);
}

.jlp-product-breadcrumb {
  margin-bottom: 0.85rem;
}

.jlp-product-breadcrumb .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  margin: 0;
  color: #7e7668;
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.jlp-product-breadcrumb .woocommerce-breadcrumb a {
  color: #5f6f52;
  text-decoration: none;
}

.jlp-product-breadcrumb .woocommerce-breadcrumb > *:last-child {
  color: #84765c;
}

.jlp-product-breadcrumb__sep {
  color: rgba(200, 146, 42, 0.7);
}

.jlp-product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: clamp(2rem, 3vw, 3.2rem);
  align-items: start;
  justify-content: stretch;
}

.jlp-product-hero__media,
.jlp-product-hero__summary {
  min-width: 0;
}

.jlp-product-hero__summary {
  justify-self: stretch !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  display: flex !important;
  flex-direction: column;
}

.jlp-product-hero__summary > * {
  max-width: none !important;
}

.jlp-product-hero__media {
  display: flex;
  justify-content: flex-start;
  padding-right: 0;
}

.single-product .jlp-product-page .jlp-product-featured-image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  height: auto;
  border: 1px solid rgba(200, 146, 42, 0.2);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(26, 24, 20, 0.06);
}

.single-product .jlp-product-page .summary {
  float: none !important;
  clear: none !important;
  margin: 0;
  max-width: none !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0.15rem 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  align-self: start;
}

.single-product .jlp-product-page form.cart,
.single-product .jlp-product-page form.variations_form {
  float: none !important;
  clear: none !important;
  width: 100%;
  max-width: none !important;
}

.single-product .jlp-product-page form.variations_form.cart {
  display: block;
}

.single-product .jlp-product-page .variations {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 0 1.15rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.single-product .jlp-product-page .variations tbody {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem 1.1rem;
  align-items: start;
}

.single-product .jlp-product-page .variations tr {
  width: 100%;
  display: block;
  min-width: 0;
}

.single-product .jlp-product-page .variations tr:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.single-product .jlp-product-page .variations td,
.single-product .jlp-product-page .variations th {
  display: block;
  padding: 0;
  text-align: left;
}

.single-product .jlp-product-page .variations th.label {
  margin-bottom: 0.4rem;
}

.single-product .jlp-product-page .variations th.label label {
  color: #6d665b;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.single-product .jlp-product-page .variations td.value {
  width: 100%;
  min-width: 0;
}

.single-product .jlp-product-page .variations select {
  width: 100% !important;
  min-width: 0;
  min-height: 58px;
  padding: 0 2.8rem 0 1rem;
  margin-right: 0 !important;
  border: 1px solid rgba(200, 146, 42, 0.42);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.98) 0%, rgba(244, 234, 214, 0.9) 100%);
  color: #4e5c43;
  font-size: 1.02rem;
  font-weight: 500;
  box-sizing: border-box;
  display: block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.single-product .jlp-product-page .reset_variations {
  display: inline-block;
  margin-top: 0.65rem;
  color: #8f6616;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.single-product .jlp-product-page .product_title {
  margin: 0 0 0.8rem;
  color: #5f6f52;
  font-size: clamp(1.95rem, 2.5vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  max-width: none;
  width: 100%;
}

.single-product .jlp-product-page .price {
  display: block;
  margin: 0;
  padding: 0.2rem 0 0;
  color: #1a1814;
  font-size: 1.18rem;
  font-weight: 700;
}

.single-product .jlp-product-page .price,
.single-product .jlp-product-page .price *,
.single-product .jlp-product-page .price del,
.single-product .jlp-product-page .price ins {
  color: #1a1814;
}

.single-product .jlp-product-page .price del {
  opacity: 0.52;
  margin-right: 0.35rem;
}

.jlp-product-tax-note {
  margin: 0.6rem 0 0;
  color: #7a7469;
  font-size: 0.8rem;
  line-height: 1.62;
}

.single-product .jlp-product-page .stock {
  display: none !important;
}

.jlp-product-purchase {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  padding: 1.05rem 1.05rem 1rem;
  border: 1px solid rgba(200, 146, 42, 0.18);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.82) 0%, rgba(247, 240, 225, 0.72) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 10px 24px rgba(26, 24, 20, 0.035);
}

.jlp-product-purchase--simple {
  display: inline-grid;
  width: auto;
  min-width: min(100%, 420px);
  justify-items: start;
}

.jlp-product-purchase__status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.jlp-product-purchase--simple .jlp-product-purchase__status {
  gap: 0.55rem 0.8rem;
}

.jlp-view-cart {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1.2rem;
  border: 1px solid rgba(95, 111, 82, 0.3);
  background: rgba(255, 255, 255, 0.45);
  color: #5f6f52;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.jlp-view-cart.is-visible {
  display: inline-flex;
}

.jlp-add-feedback {
  display: none;
  margin: 0;
  color: #5f6f52;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jlp-add-feedback.is-visible {
  display: block;
}

.jlp-view-cart:hover,
.jlp-view-cart:focus-visible {
  border-color: rgba(95, 111, 82, 0.52);
  background: rgba(245, 248, 241, 0.85);
  color: #4f6043;
}

.single-product .jlp-product-page form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.single-product .jlp-product-page .jlp-product-purchase--simple form.cart:not(.variations_form) {
  width: auto;
}

.single-product .jlp-product-page .single_variation_wrap {
  width: 100%;
  max-width: none !important;
}

.single-product .jlp-product-page .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin-top: 0.2rem;
}

.single-product .jlp-product-page .single_variation {
  display: none !important;
}

.single-product .jlp-product-page form.cart .quantity .qty {
  min-height: 50px;
  width: 88px;
  border: 1px solid rgba(200, 146, 42, 0.34);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.95) 0%, rgba(245, 236, 219, 0.95) 100%);
  color: #5f6f52;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.single-product .jlp-product-page .single_add_to_cart_button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 196px;
  padding: 0 1.5rem;
  border-radius: 0;
  border: 1px solid rgba(200, 146, 42, 0.42);
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.98) 0%, rgba(244, 234, 214, 0.98) 100%);
  color: #6e4d11;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: normal;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 6px 14px rgba(26, 24, 20, 0.04);
}

.single-product .jlp-product-page .single_add_to_cart_button.button.disabled,
.single-product .jlp-product-page .single_add_to_cart_button.button:disabled,
.single-product .jlp-product-page .single_add_to_cart_button.button.wc-variation-selection-needed {
  opacity: 1 !important;
  background: linear-gradient(180deg, rgba(248, 240, 221, 0.96) 0%, rgba(238, 225, 196, 0.96) 100%);
  color: #8c6a23 !important;
  border-color: rgba(200, 146, 42, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 4px 10px rgba(26, 24, 20, 0.03);
  cursor: not-allowed;
}

.single-product .jlp-product-page .single_add_to_cart_button.button:hover,
.single-product .jlp-product-page .single_add_to_cart_button.button:focus-visible {
  background: linear-gradient(180deg, #d1a244 0%, #b8831d 100%);
  color: #fffaf2;
  border-color: #b8831d;
  box-shadow: 0 10px 18px rgba(200, 146, 42, 0.18);
}

.single-product .jlp-product-page .single_add_to_cart_button.button.is-adding,
.single-product .jlp-product-page .single_add_to_cart_button.button.is-added {
  background: linear-gradient(180deg, #d1a244 0%, #b8831d 100%);
  color: #fffaf2;
  border-color: #b8831d;
}

.single-product .jlp-product-page .jlp-product-purchase--simple .single_add_to_cart_button.button {
  min-width: 218px;
}

.jlp-product-know-more {
  padding: clamp(1.2rem, 2vw, 1.8rem) 0 0;
}

.jlp-product-know-more__inner {
  width: 100%;
}

.jlp-product-know-more__title {
  margin: 0 0 1rem;
  color: #1a1814;
  font-size: clamp(1.4rem, 1.7vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
}

.jlp-product-accordion {
  border-top: 1px solid rgba(200, 146, 42, 0.22);
}

.jlp-product-accordion__item {
  border-bottom: 1px solid rgba(200, 146, 42, 0.22);
}

.jlp-product-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  padding: 1.05rem 0;
  cursor: pointer;
}

.jlp-product-accordion__summary::-webkit-details-marker {
  display: none;
}

.jlp-product-accordion__label {
  color: #3b3a34;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}

.jlp-product-accordion__icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.jlp-product-accordion__icon::before,
.jlp-product-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #8f6616;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.jlp-product-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.jlp-product-accordion__item[open] .jlp-product-accordion__icon::after {
  opacity: 0;
}

.jlp-product-accordion__content {
  padding: 0 0 1.4rem;
}

.jlp-product-accordion__content-inner {
  color: #5b584f;
  font-size: 0.97rem;
  line-height: 1.8;
  max-width: 920px;
}

.jlp-product-accordion__content-inner p,
.jlp-product-accordion__content-inner ul {
  margin: 0 0 1rem;
}

.jlp-product-accordion__content-inner ul {
  padding-left: 1.25rem;
}

.jlp-product-accordion__content-inner li {
  margin-bottom: 0.32rem;
}

.jlp-product-accordion__content-inner strong {
  color: #1a1814;
}

.jlp-product-accordion__content-inner a {
  color: #5f6f52;
  text-decoration: underline;
}

.jlp-product-trust-gallery {
  padding: clamp(1.5rem, 2.5vw, 2.4rem) 0 0;
}

.jlp-product-trust-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 1.08fr);
  gap: clamp(1.7rem, 2.7vw, 2.8rem);
  align-items: center;
}

.jlp-product-trust-gallery__media,
.jlp-product-trust-gallery__aside {
  min-width: 0;
}

.jlp-product-gallery__stage {
  overflow: hidden;
  border: 1px solid rgba(200, 146, 42, 0.18);
  background: rgba(255, 255, 255, 0.6);
}

.jlp-product-gallery__stage-image {
  display: block;
  width: 100%;
  height: auto;
}

.jlp-product-gallery__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin: 0.8rem 0 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 146, 42, 0.45) transparent;
}

.jlp-product-gallery__thumbs::-webkit-scrollbar {
  height: 6px;
}

.jlp-product-gallery__thumbs::-webkit-scrollbar-thumb {
  background: rgba(200, 146, 42, 0.45);
  border-radius: 999px;
}

.jlp-product-gallery__thumbs::-webkit-scrollbar-track {
  background: transparent;
}

.jlp-product-gallery__thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  padding: 0 !important;
  border: 1px solid rgba(200, 146, 42, 0.22);
  border-radius: 50% !important;
  background: transparent !important;
  cursor: pointer;
  box-shadow: none;
  overflow: hidden;
  appearance: none !important;
  -webkit-appearance: none !important;
  line-height: 0;
  font-size: 0;
  display: inline-flex !important;
  align-items: stretch;
  justify-content: stretch;
  box-sizing: border-box;
  clip-path: circle(50%);
}

.jlp-product-gallery__thumb.is-active {
  border-color: rgba(143, 102, 22, 0.78);
  box-shadow: 0 0 0 1px rgba(200, 146, 42, 0.22);
}

.jlp-product-gallery__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
  flex: 1 1 auto;
}

.jlp-product-trust-gallery__aside {
  display: grid;
  gap: 1.45rem;
  align-self: center;
}

.jlp-payment-secure-badge,
.jlp-cert-badge {
  position: relative;
  overflow: hidden;
  padding: 1.8rem 2rem;
  background: rgba(255, 255, 251, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 8px 28px rgba(57, 57, 58, 0.1),
    inset 0 0 0 1px rgba(255, 255, 251, 0.1);
  text-align: left;
}

.jlp-payment-secure-badge {
  border: 1.5px solid rgba(255, 193, 69, 0.3);
}

.jlp-cert-badge {
  border: 1.4px solid rgba(85, 112, 84, 0.18);
}

.jlp-payment-secure-badge::before,
.jlp-cert-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.jlp-payment-secure-badge::before {
  background: linear-gradient(135deg, rgba(255,255,251,0.1), rgba(255,193,69,0.05));
}

.jlp-payment-secure-badge h3,
.jlp-cert-badge h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #5f6f52;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.4;
}

.jlp-payment-secure-badge h3::before,
.jlp-cert-badge h3::before {
  content: "•";
  color: #c8922a;
}

.jlp-payment-secure-badge__tags,
.jlp-cert-badge__checks {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
}

.jlp-payment-secure-badge__tags span,
.jlp-cert-badge__checks span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #4b4a44;
}

.jlp-payment-secure-badge__tags span {
  background: rgba(255,193,69,0.15);
  border: 1px solid rgba(255,193,69,0.3);
}

.jlp-cert-badge__checks span {
  background: rgba(255,193,69,0.15);
  border: 1px solid rgba(255,193,69,0.35);
}

.jlp-payment-secure-badge p,
.jlp-cert-badge p {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: #5b584f;
  font-size: 0.82rem;
  line-height: 1.68;
}

.jlp-payment-secure-badge__logos {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.jlp-payment-secure-badge__logos img {
  height: 22px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
}

.jlp-cert-badge__button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1.4px solid rgba(255,193,69,0.35);
  border-radius: 999px;
  background: rgba(255,193,69,0.15);
  color: #4b4a44;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.jlp-payment-secure-badge__corner {
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
}

.jlp-payment-secure-badge__corner--tl {
  top: 0;
  left: 0;
  background: radial-gradient(circle at top left, rgba(255,193,69,0.2), transparent 70%);
}

.jlp-payment-secure-badge__corner--br {
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at bottom right, rgba(85,112,84,0.1), transparent 70%);
}

.jlp-product-news {
  padding: clamp(2rem, 3vw, 3rem) 0 0;
  background: linear-gradient(180deg, rgba(245, 238, 203, 0.52) 0%, rgba(233, 215, 88, 0.16) 100%);
}

.jlp-product-news .jlp-product-shell {
  padding: clamp(2.3rem, 3.2vw, 3.3rem) clamp(0.9rem, 1.8vw, 1.2rem);
}

.jlp-product-news__header {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.jlp-product-news__header h2 {
  margin: 0 0 0.5rem;
  color: #5f6f52;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.jlp-product-news__header p {
  margin: 0;
  color: #5b584f;
  font-size: 0.94rem;
  line-height: 1.6;
  opacity: 0.9;
}

.jlp-product-news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  max-width: 1300px;
  margin: 0 auto;
}

.jlp-product-news__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(85, 112, 84, 0.2);
  background: rgba(255, 255, 251, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 10px 28px rgba(57, 57, 58, 0.08),
    0 0 0 1px rgba(255, 255, 251, 0.1) inset;
}

.jlp-product-news__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 251, 0.1) 0%, rgba(255, 255, 251, 0.05) 50%, rgba(255, 193, 69, 0.03) 100%);
  pointer-events: none;
}

.jlp-product-news__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle at top left, rgba(255, 193, 69, 0.1), transparent 70%);
  pointer-events: none;
}

.jlp-product-news__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  object-fit: cover;
  border-bottom: 1px solid rgba(85, 112, 84, 0.2);
}

.jlp-product-news__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.1rem 1.1rem 1.2rem;
}

.jlp-product-news__title {
  margin: 0 0 0.75rem;
  color: #5f6f52;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
}

.jlp-product-news__meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: auto;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(85, 112, 84, 0.1);
}

.jlp-product-news__meta img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  padding: 3px;
  border: 1px solid rgba(85, 112, 84, 0.15);
  background: rgba(255, 255, 251, 0.6);
}

.jlp-product-news__meta span {
  color: #5b584f;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0.9;
}

.jlp-product-news__button,
.jlp-product-news__more a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

.jlp-product-news__button {
  align-self: flex-start;
  margin-top: 1rem;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(255, 193, 69, 0.35);
  border-radius: 999px;
  background: rgba(255, 193, 69, 0.15);
  color: #4b4a44;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
}

.jlp-product-news__button::before,
.jlp-product-news__more a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 251, 0.4), transparent);
  transition: left 0.5s ease;
}

.jlp-product-news__more {
  margin-top: 2.2rem;
  text-align: center;
}

.jlp-product-news__more a {
  padding: 0.55rem 1.4rem;
  border: 1px solid rgba(85, 112, 84, 0.25);
  border-radius: 999px;
  background: rgba(255,255,251,0.55);
  color: #4b4a44;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
}

.jlp-product-related {
  padding: clamp(2.4rem, 3.4vw, 3.3rem) 0 0;
}

.jlp-product-related__title {
  margin: 0 0 1.25rem;
  color: #1a1814;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
}

.jlp-product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jlp-product-related__grid::before,
.jlp-product-related__grid::after {
  display: none !important;
}

.jlp-product-related__grid.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0;
  border: 2px solid rgba(200, 146, 42, 0.42);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 243, 232, 0.95) 100%);
  box-shadow:
    0 16px 34px rgba(26, 24, 20, 0.055),
    inset 0 0 0 1px rgba(232, 180, 74, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.jlp-product-related__grid.products li.product.first,
.jlp-product-related__grid.products li.product.last {
  clear: none !important;
}

.jlp-product-related__grid.products li.product:hover,
.jlp-product-related__grid.products li.product:focus-within {
  transform: translateY(-5px);
  border-color: rgba(200, 146, 42, 0.68);
  box-shadow:
    0 24px 44px rgba(26, 24, 20, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.jlp-product-related__grid.products li.product .onsale {
  display: none !important;
}

.jlp-product-related__grid.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.jlp-product-related__grid.products li.product a img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.72), transparent 44%),
    linear-gradient(180deg, #fdf7ec 0%, #eee2cb 100%);
}

.jlp-product-related__grid.products li.product .woocommerce-loop-product__title,
.jlp-product-related__grid.products li.product .price,
.jlp-product-related__grid.products li.product .woocommerce-loop-product__buttons {
  padding-left: 1rem;
  padding-right: 1rem;
}

.jlp-product-related__grid.products li.product .woocommerce-loop-product__title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1.05rem 1rem 0 1rem !important;
  color: #5f6f52;
  font-size: 0.94rem;
  line-height: 1.35;
  font-weight: 500;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.jlp-product-related__grid.products li.product .price {
  display: block;
  margin: 0;
  width: 100%;
  padding: 1rem 1rem 0 1rem;
  color: #1a1814;
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
}

.jlp-product-related__grid.products li.product .price::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 14px;
  background:
    linear-gradient(90deg, rgba(200, 146, 42, 0), rgba(200, 146, 42, 0.28) 18%, rgba(200, 146, 42, 0.42) 50%, rgba(200, 146, 42, 0.28) 82%, rgba(200, 146, 42, 0)) center / 100% 1px no-repeat;
  opacity: 0.95;
  pointer-events: none;
}

.jlp-product-related__grid.products li.product .price del {
  opacity: 0.42;
  margin-right: 0.45rem;
  color: #1a1814;
}

.jlp-product-related__grid.products li.product .price ins {
  color: #1a1814;
  text-decoration: none;
  font-weight: 700;
}

.jlp-product-related__grid.products li.product .price .woocommerce-Price-amount,
.jlp-product-related__grid.products li.product .price .woocommerce-Price-currencySymbol,
.jlp-product-related__grid.products li.product .price bdi {
  color: #1a1814;
}

.jlp-product-related__grid.products li.product .woocommerce-loop-product__buttons {
  padding: 0 1rem 0 1rem;
}

.jlp-product-related__grid.products li.product .button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: calc(100% - 2.2rem);
  min-height: 42px;
  margin: 0.9rem 1.15rem 1.05rem !important;
  padding: 0 1rem !important;
  border-radius: 999px;
  border: 1px solid rgba(200, 146, 42, 0.22);
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.98) 0%, rgba(244, 234, 214, 0.98) 100%);
  color: #6e4d11;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: normal !important;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 8px 16px rgba(26, 24, 20, 0.05);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.jlp-product-related__grid.products li.product .button:hover,
.jlp-product-related__grid.products li.product .button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #d1a244 0%, #b8831d 100%);
  color: #fffaf2;
  border-color: #b8831d;
  box-shadow: 0 14px 24px rgba(200, 146, 42, 0.2);
}

@media (max-width: 980px) {
  .single-product .site-main {
    margin-top: calc(var(--jleh-header-offset-mobile, 41px) * -1);
  }

  .jlp-product-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .jlp-product-trust-gallery__grid {
    grid-template-columns: 1fr;
  }

  .jlp-product-news__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 1rem;
  }

  .jlp-product-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jlp-product-hero__media {
    padding-right: 0;
  }

  .single-product .jlp-product-page .summary {
    max-width: none;
    width: 100%;
  }

  .single-product .jlp-product-page .variations,
  .single-product .jlp-product-page .single_variation_wrap {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .jlp-product-shell {
    width: calc(100% - 1.5rem);
  }

  .jlp-product-breadcrumb {
    margin-bottom: 0.7rem;
  }

  .jlp-product-breadcrumb .woocommerce-breadcrumb {
    font-size: 0.62rem;
  }

  .jlp-product-hero {
    padding-top: 1rem;
  }

  .single-product .jlp-product-page .summary {
    padding: 0.2rem 0 0;
  }

  .single-product .jlp-product-page .product_title {
    font-size: 1.7rem;
    max-width: none;
  }

  .jlp-product-purchase {
    padding: 0.85rem 0.85rem 0.9rem;
  }

  .single-product .jlp-product-page .jlp-product-featured-image {
    width: 100%;
  }

  .single-product .jlp-product-page .variations tbody,
  .single-product .jlp-product-page .variations tr {
    display: block;
  }

  .single-product .jlp-product-page .variations th.label {
    margin-bottom: 0.35rem;
  }

  .single-product .jlp-product-page .variations tbody {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .single-product .jlp-product-page .price {
    font-size: 0.92rem;
  }

  .single-product .jlp-product-page .single_add_to_cart_button.button {
    min-height: 38px;
    font-size: 0.58rem;
  }

  .jlp-view-cart {
    min-height: 38px;
    font-size: 0.58rem;
  }

  .jlp-product-know-more__title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }

  .jlp-product-accordion__summary {
    padding: 0.95rem 0;
  }

  .jlp-product-accordion__label {
    font-size: 0.94rem;
  }

  .jlp-product-accordion__content-inner {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .jlp-product-gallery__thumbs {
    gap: 0.35rem;
  }

  .jlp-payment-secure-badge,
  .jlp-cert-badge {
    padding: 1.2rem 1.3rem;
  }

  .jlp-product-news .jlp-product-shell {
    padding: 2rem 0.75rem;
  }

  .jlp-product-news__content {
    padding: 0.9rem 0.9rem 1rem;
  }

  .jlp-product-news__image {
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }

  .jlp-product-news__header h2 {
    font-size: 0.84rem;
  }

  .jlp-product-news__header p {
    font-size: 0.8rem;
  }

  .jlp-product-gallery__thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
  }

  .jlp-product-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .jlp-product-related__grid.products li.product .woocommerce-loop-product__title {
    font-size: 0.9rem;
    margin: 0;
    padding: 1rem 0.85rem 0 0.85rem !important;
  }

  .jlp-product-related__grid.products li.product .price {
    padding: 0.95rem 0.85rem 0 0.85rem;
  }

  .jlp-product-related__grid.products li.product .woocommerce-loop-product__buttons {
    padding: 0 0.85rem 0 0.85rem;
  }
}
