body.page-product.tenant-ujxxl-active .tenant-ujxxl {
  --ujxxl-page-bg: #fbfaf7;
  --ujxxl-surface: #fffdf8;
  --ujxxl-surface-strong: #ffffff;
  --ujxxl-border: rgba(31, 23, 18, 0.13);
  --ujxxl-border-strong: rgba(31, 23, 18, 0.2);
  --ujxxl-text: #211915;
  --ujxxl-muted: #70665c;
  --ujxxl-soft: #f6efe3;
  --ujxxl-accent: #f28b2e;
  --ujxxl-accent-strong: #e66f1d;
  --ujxxl-green: #45ad45;
  --ujxxl-shadow: 0 18px 42px rgba(31, 23, 18, 0.09);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-page {
  width: min(100% - 32px, 1180px);
  margin: clamp(20px, 4vw, 46px) auto clamp(46px, 7vw, 86px);
  color: var(--ujxxl-text);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-breadcrumbs {
  max-width: 100%;
  margin: 0 0 22px;
  color: var(--ujxxl-muted);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-shell,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-section,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-details,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related {
  max-width: 100%;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-main {
  display: grid;
  grid-template-columns: minmax(420px, 1.04fr) minmax(380px, 0.96fr);
  gap: clamp(22px, 3.5vw, 42px);
  align-items: start;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-gallery,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-panel {
  min-width: 0;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-gallery:has(.ujxxl-product-thumbs) {
  grid-template-columns: auto minmax(0, 1fr);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-thumbs {
  display: grid;
  gap: 10px;
  max-height: 500px;
  overflow: auto;
  scrollbar-width: thin;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-thumb {
  width: 70px;
  aspect-ratio: 1;
  border: 1px solid var(--ujxxl-border);
  border-radius: 8px;
  background: var(--ujxxl-surface-strong);
  padding: 6px;
  cursor: pointer;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-thumb.is-active {
  border-color: var(--ujxxl-accent);
  box-shadow: 0 0 0 2px rgba(242, 139, 46, 0.16);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-image-card {
  height: clamp(380px, 39vw, 500px);
  border: 1px solid var(--ujxxl-border);
  border-radius: 8px;
  background: var(--ujxxl-surface-strong);
  box-shadow: var(--ujxxl-shadow);
  display: grid;
  place-items: center;
  overflow: hidden;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-image-button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: clamp(26px, 5vw, 54px);
  display: grid;
  place-items: center;
  cursor: zoom-in;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-image {
  width: 100%;
  height: 100%;
  max-width: 92%;
  max-height: 88%;
  object-fit: contain;
  display: block;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-panel {
  border: 1px solid var(--ujxxl-border);
  border-radius: 8px;
  background: var(--ujxxl-surface);
  box-shadow: var(--ujxxl-shadow);
  padding: clamp(20px, 3vw, 30px);
  display: grid;
  gap: 16px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-category {
  color: var(--ujxxl-accent-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-title {
  margin: 0;
  color: var(--ujxxl-text);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-lead {
  margin: 14px 0 0;
  color: var(--ujxxl-muted);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.5;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-fact {
  min-width: 0;
  border: 1px solid rgba(31, 23, 18, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: 9px 11px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-fact span {
  display: block;
  color: var(--ujxxl-muted);
  font-size: 12px;
  font-weight: 800;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-fact strong {
  display: block;
  color: var(--ujxxl-text);
  font-size: 14px;
  overflow-wrap: anywhere;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-price-row {
  border-top: 1px solid rgba(31, 23, 18, 0.1);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff9f35, #f17621);
  box-shadow: 0 14px 28px rgba(242, 139, 46, 0.23);
  color: #fff;
  padding: 13px 18px;
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-price span {
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.88);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-old-price {
  margin-top: 8px;
  color: var(--ujxxl-muted);
  text-decoration: line-through;
  font-weight: 700;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-qty-step {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 190px;
  height: 54px;
  border: 1px solid rgba(31, 23, 18, 0.14);
  border-radius: 999px;
  background: #fff;
  padding: 5px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-qty-step button,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-qty-step output {
  width: 56px;
  height: 42px;
  border: 0;
  display: grid;
  place-items: center;
  font-weight: 900;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-qty-step button {
  border-radius: 999px;
  background: #d1d1d1;
  color: #fff;
  cursor: pointer;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-qty-step output {
  background: #ffc14b;
  color: #211915;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-action,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-primary-cta {
  min-height: 46px;
  border: 1px solid rgba(31, 23, 18, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ujxxl-text);
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-primary-cta {
  background: var(--ujxxl-green);
  border-color: var(--ujxxl-green);
  color: #fff;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-primary-cta.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-action--fav {
  color: #d83c67;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-action svg {
  width: 20px;
  height: 20px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-form {
  display: grid;
  gap: 10px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-simple-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-section {
  margin-top: clamp(18px, 3vw, 30px);
  border: 1px solid var(--ujxxl-border);
  border-radius: 8px;
  background: var(--ujxxl-surface);
  box-shadow: var(--ujxxl-shadow);
  padding: clamp(18px, 3vw, 28px);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-section__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-section__head span {
  color: var(--ujxxl-accent-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-section__head h2,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-detail-card h2,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related__head h2 {
  margin: 0;
  color: var(--ujxxl-text);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-section__head p {
  max-width: 360px;
  margin: 0;
  color: var(--ujxxl-muted);
  line-height: 1.45;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-form,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-row--ujxxl-options .product-page-options-groups,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-row--ujxxl-options .ujxxl-options-steps {
  display: grid;
  gap: 12px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-row--ujxxl-options .ujxxl-options-step {
  border: 1px solid rgba(31, 23, 18, 0.12);
  border-radius: 8px;
  background: var(--ujxxl-soft);
  padding: 12px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-row--ujxxl-options .ujxxl-options-step-summary {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(31, 23, 18, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ujxxl-text);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-row--ujxxl-options .ujxxl-options-step-summary strong,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice__name {
  color: var(--ujxxl-text);
  font-weight: 900;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-row--ujxxl-options .ujxxl-options-step-summary em,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-step-title em {
  display: block;
  margin-top: 2px;
  color: var(--ujxxl-muted);
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-step-panel {
  padding-top: 12px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-step-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-step-title span {
  color: var(--ujxxl-text);
  font-weight: 900;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-kind {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid rgba(31, 23, 18, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ujxxl-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-kind--choice {
  border-color: rgba(37, 99, 235, 0.24);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-kind--extra {
  border-color: rgba(5, 150, 105, 0.24);
  background: rgba(5, 150, 105, 0.08);
  color: #047857;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-kind--modifier {
  border-color: rgba(180, 83, 9, 0.24);
  background: rgba(180, 83, 9, 0.08);
  color: #92400e;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-guide {
  min-height: 22px;
  color: var(--ujxxl-muted);
  font-size: 13px;
  font-weight: 700;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice {
  min-width: 0;
  border: 1px solid rgba(31, 23, 18, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--ujxxl-text);
  padding: 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice--with-image {
  grid-template-columns: auto 76px minmax(0, 1fr);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--ujxxl-accent);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice__thumb {
  width: 76px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: #f8f8f8;
  display: grid;
  place-items: center;
  overflow: hidden;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice__main {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice__price {
  white-space: nowrap;
  color: var(--ujxxl-accent-strong);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-qty {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-qty[hidden] {
  display: none;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-qty__control {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(31, 23, 18, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-qty__control button,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-qty__control input {
  width: 40px;
  height: 34px;
  border: 0;
  text-align: center;
  font-weight: 900;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-extra-total {
  color: var(--ujxxl-accent-strong);
  font-weight: 900;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-submitbar {
  position: static;
  border-top: 1px solid rgba(31, 23, 18, 0.12);
  margin-top: 6px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-submitbar span {
  display: block;
  color: var(--ujxxl-muted);
  font-size: 12px;
  font-weight: 900;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-submitbar strong {
  color: var(--ujxxl-accent-strong);
  font-size: 22px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-navbtn,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-submit,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-add-btn {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-submit,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-add-btn {
  background: var(--ujxxl-green);
  color: #fff;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-navbtn {
  background: #f2ece2;
  color: var(--ujxxl-text);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-details,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related {
  margin-top: clamp(22px, 4vw, 42px);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-details__grid {
  display: grid;
  gap: 14px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-detail-card {
  border: 1px solid var(--ujxxl-border);
  border-radius: 8px;
  background: var(--ujxxl-surface);
  padding: clamp(18px, 3vw, 26px);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-detail-text {
  margin-top: 12px;
  color: var(--ujxxl-muted);
  line-height: 1.65;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-params-wrap {
  margin-top: 12px;
  overflow-x: auto;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-params {
  width: 100%;
  border-collapse: collapse;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-params th,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-params td {
  border-bottom: 1px solid rgba(31, 23, 18, 0.09);
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-params th {
  width: 240px;
  color: var(--ujxxl-muted);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related__link {
  color: var(--ujxxl-text);
  font-weight: 900;
  text-decoration: none;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card {
  min-width: 0;
  border: 1px solid var(--ujxxl-border);
  border-radius: 8px;
  background: var(--ujxxl-surface);
  box-shadow: 0 14px 34px rgba(31, 23, 18, 0.07);
  overflow: hidden;
  display: grid;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__media a {
  height: 220px;
  background: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--ujxxl-text);
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__placeholder {
  width: min(78%, 220px);
  aspect-ratio: 1;
  border: 1px solid rgba(31, 23, 18, 0.13);
  border-radius: 8px;
  background: var(--ujxxl-soft);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__placeholder small,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__placeholder strong {
  display: block;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__placeholder small {
  color: var(--ujxxl-accent-strong);
  font-weight: 900;
  text-transform: uppercase;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__body {
  min-width: 0;
  padding: 16px;
  display: grid;
  gap: 10px;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__body h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__body h3 a {
  color: var(--ujxxl-text);
  text-decoration: none;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__price {
  width: max-content;
  max-width: 100%;
  border: 2px solid var(--ujxxl-text);
  border-radius: 8px;
  padding: 7px 12px;
  color: var(--ujxxl-text);
  font-size: 18px;
  font-weight: 900;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__body p {
  margin: 0;
  color: var(--ujxxl-muted);
  line-height: 1.45;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__actions form {
  min-width: 0;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__favorite,
body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__choice {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(31, 23, 18, 0.13);
  border-radius: 8px;
  background: #fff;
  color: var(--ujxxl-text);
  font-weight: 900;
  cursor: pointer;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__favorite {
  color: #d83c67;
}

body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__choice {
  border-color: var(--ujxxl-accent-strong);
  background: linear-gradient(135deg, #ff5a33, #f24925);
  color: #fff;
}

@media (max-width: 1120px) {
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-main {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-image-card {
    height: clamp(320px, 52vw, 500px);
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-page {
    width: min(100% - 20px, 1180px);
    margin-top: 18px;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-gallery,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-gallery:has(.ujxxl-product-thumbs) {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
    grid-auto-flow: column;
    overflow-x: auto;
    max-height: none;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-thumb {
    width: 62px;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-image-card {
    height: 300px;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-panel,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-section,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-detail-card {
    padding: 16px;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-facts,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice-grid,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-options-section__head,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related__head,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-price-row,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-actions,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-submitbar,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-nav,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-simple-cart {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-price,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-qty-step,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-action,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-primary-cta,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-navbtn,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-submit,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .product-add-btn {
    width: 100%;
    justify-content: center;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice--with-image {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-options-choice__thumb {
    display: none;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-params th,
  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-product-params td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }

  body.page-product.tenant-ujxxl-active .tenant-ujxxl .ujxxl-related-card__actions {
    grid-template-columns: 1fr;
  }
}

body.page-product.tenant-ujxxl-active:is(.ujxxl-theme-dark, [data-ujxxl-theme="dark"]) .tenant-ujxxl {
  --ujxxl-page-bg: #151210;
  --ujxxl-surface: #211c18;
  --ujxxl-surface-strong: #181512;
  --ujxxl-border: rgba(255, 255, 255, 0.14);
  --ujxxl-border-strong: rgba(255, 255, 255, 0.22);
  --ujxxl-text: #fff7ed;
  --ujxxl-muted: #d8cbbd;
  --ujxxl-soft: #2a231e;
  --ujxxl-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

@media (prefers-color-scheme: dark) {
  body.page-product.tenant-ujxxl-active .tenant-ujxxl {
    --ujxxl-page-bg: #151210;
    --ujxxl-surface: #211c18;
    --ujxxl-surface-strong: #181512;
    --ujxxl-border: rgba(255, 255, 255, 0.14);
    --ujxxl-border-strong: rgba(255, 255, 255, 0.22);
    --ujxxl-text: #fff7ed;
    --ujxxl-muted: #d8cbbd;
    --ujxxl-soft: #2a231e;
    --ujxxl-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  }
}

body.page-product.tenant-ujxxl-active:is(.ujxxl-theme-dark, [data-ujxxl-theme="dark"]) .tenant-ujxxl :is(
  .ujxxl-product-panel,
  .ujxxl-product-title,
  .ujxxl-product-fact strong,
  .ujxxl-product-detail-card h2,
  .ujxxl-related__head h2,
  .ujxxl-related__link,
  .ujxxl-related-card__body h3 a,
  .ujxxl-related-card__price,
  .ujxxl-options-step-title span,
  .ujxxl-options-step-summary strong,
  .ujxxl-options-choice__name
) {
  color: #fff7ed !important;
  -webkit-text-fill-color: #fff7ed;
}

body.page-product.tenant-ujxxl-active:is(.ujxxl-theme-dark, [data-ujxxl-theme="dark"]) .tenant-ujxxl :is(
  .ujxxl-product-lead,
  .ujxxl-product-fact span,
  .ujxxl-product-options-section__head p,
  .ujxxl-product-detail-text,
  .ujxxl-product-params th,
  .ujxxl-related-card__body p,
  .ujxxl-options-step-summary em,
  .ujxxl-options-step-title em,
  .ujxxl-options-guide
) {
  color: #d8cbbd !important;
  -webkit-text-fill-color: #d8cbbd;
}

body.page-product.tenant-ujxxl-active:is(.ujxxl-theme-dark, [data-ujxxl-theme="dark"]) .tenant-ujxxl :is(
  .ujxxl-product-fact,
  .ujxxl-product-action,
  .ujxxl-options-step-summary,
  .ujxxl-options-choice,
  .ujxxl-related-card__favorite
) {
  background: #181512;
}
