:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) {
  --ujxxl-golden-bg: #fffdf7;
  --ujxxl-golden-surface: #ffffff;
  --ujxxl-golden-surface-soft: #fff7ea;
  --ujxxl-golden-border: rgba(22, 18, 14, 0.12);
  --ujxxl-golden-ink: #17130f;
  --ujxxl-golden-muted: rgba(23, 19, 15, 0.68);
  --ujxxl-golden-primary: #173456;
  --ujxxl-golden-primary-hover: #0f2744;
  --ujxxl-golden-accent: #ffb43b;
  --ujxxl-golden-danger: #c63d36;
  --ujxxl-golden-radius: 22px;
  --ujxxl-golden-shadow: 0 20px 50px rgba(23, 19, 15, 0.08);
  background: var(--ujxxl-golden-bg);
  color: var(--ujxxl-golden-ink);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]).ujxxl-theme-dark {
  --ujxxl-golden-bg: #090908;
  --ujxxl-golden-surface: #171512;
  --ujxxl-golden-surface-soft: #211d17;
  --ujxxl-golden-border: rgba(255, 244, 224, 0.16);
  --ujxxl-golden-ink: #fff6e8;
  --ujxxl-golden-muted: rgba(255, 246, 232, 0.72);
  --ujxxl-golden-primary: #ffb43b;
  --ujxxl-golden-primary-hover: #ffc55f;
  --ujxxl-golden-accent: #2f7c2b;
  --ujxxl-golden-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .storefront-copy-buffer {
  position: fixed;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .site-content-wrap,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-content-wrap {
  background: var(--ujxxl-golden-bg);
  color: var(--ujxxl-golden-ink);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-site-header {
  background: rgba(255, 253, 247, 0.96);
  border-color: var(--ujxxl-golden-border);
  box-shadow: 0 12px 34px rgba(23, 19, 15, 0.08);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-brand strong,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-brand small,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-header-hours,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-header-hours span,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-header-hours strong,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-header-hours small {
  color: var(--ujxxl-golden-ink);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-header-hours {
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-gdpr-header-btn,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-account-btn,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-menu-button {
  color: var(--ujxxl-golden-primary);
  border-color: rgba(23, 52, 86, 0.24);
  background: #ffffff;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-call-btn,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-cart-top-btn {
  background: var(--ujxxl-golden-primary);
  color: #ffffff;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]).ujxxl-theme-dark .tenant-ujxxl .xxl-site-header {
  background: rgba(9, 9, 8, 0.96);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]).ujxxl-theme-dark .tenant-ujxxl .xxl-gdpr-header-btn,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]).ujxxl-theme-dark .tenant-ujxxl .xxl-account-btn,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]).ujxxl-theme-dark .tenant-ujxxl .xxl-menu-button {
  color: #fff6e8;
  border-color: rgba(255, 246, 232, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-sheet[hidden] {
  display: none;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-step-summary {
  display: none;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-form {
  --product-options-step-border: transparent;
  --product-options-step-background: transparent;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-product__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 16px;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-product__copy h3 {
  grid-column: 1;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-product-qty-step {
  grid-column: 1;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-product__price {
  grid-column: 2;
  grid-row: 1 / span 2;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-note {
  gap: 7px;
  padding: 12px;
  color: #fff8ea;
  background: rgba(255, 159, 26, 0.07);
  border-color: rgba(255, 159, 26, 0.24);
  border-radius: 16px;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-note label {
  color: #fff8ea;
  font-size: 0.85rem;
  font-weight: 800;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-note textarea {
  height: 76px;
  min-height: 76px;
  padding: 10px 11px;
  color: #fff8ea;
  caret-color: #ff9f1a;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 11px;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-note textarea::placeholder {
  color: rgba(255, 248, 234, 0.5);
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-note textarea:focus {
  border-color: #ff9f1a;
  outline: 2px solid rgba(255, 159, 26, 0.2);
  outline-offset: 1px;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-note span {
  color: rgba(255, 248, 234, 0.62);
  font-size: 0.78rem;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-step-title {
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 14px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-step-title span {
  line-height: 1.1;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  border-radius: 16px;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice--with-image {
  grid-template-columns: 104px minmax(0, 1fr);
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice__thumb {
  width: 68px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice__main,
body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice__text {
  min-width: 0;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice--with-image .ujxxl-options-choice__thumb {
  grid-column: 1;
  grid-row: 1;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice--with-image .ujxxl-options-choice__main {
  grid-column: 2;
  grid-row: 1;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice__name,
body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice__desc {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice__price {
  white-space: nowrap;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-completions {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-completion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(244, 180, 65, .28);
  border-radius: 8px;
  background: rgba(244, 180, 65, .08);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-completion strong,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-completion span {
  min-width: 0;
  overflow-wrap: anywhere;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-completion span {
  grid-column: 1;
  color: rgba(23, 17, 13, .72);
  font-size: .86rem;
  line-height: 1.35;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-completion button {
  grid-row: 1 / span 2;
  grid-column: 2;
  padding: 7px 10px;
  border: 1px solid rgba(23, 17, 13, .14);
  border-radius: 999px;
  color: #17110d;
  background: #fff;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action-set {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action-set > form {
  min-width: 0;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-fav-inline-form {
  display: grid;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action-set > form:only-child {
  grid-column: span 2;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--share,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--favorite {
  color: #ffffff;
  border-color: #1473ee;
  background: #1473ee;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--share svg,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--favorite svg {
  width: 18px;
  height: 18px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--favorite {
  gap: 8px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--favorite > i {
  display: none;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--favorite .category-product-action__plus {
  display: inline-grid;
  width: 18px;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #e11d48;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--favorite .category-product-action__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--share[data-share-state="copied"] span {
  font-size: 0;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--share[data-share-state="copied"] span::after {
  content: "Link másolva";
  font-size: 0.95rem;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pc-icon--share[data-share-state="copied"] {
  color: #1f6f2b;
  border-color: rgba(31, 111, 43, 0.35);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--cart,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-add.category-product-action--cart {
  background: var(--ujxxl-golden-primary);
  color: #ffffff;
  border-color: var(--ujxxl-golden-primary);
  box-shadow: none;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--cart:hover,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action--cart:focus-visible {
  background: var(--ujxxl-golden-primary-hover);
  border-color: var(--ujxxl-golden-primary-hover);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-page {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 46px) clamp(14px, 3vw, 32px);
  color: var(--ujxxl-golden-ink);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pdp-unified-shell {
  gap: clamp(18px, 3vw, 34px);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pdp-hero,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pdp-buy,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-description-card,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-params-card {
  background: var(--ujxxl-golden-surface);
  border: 1px solid var(--ujxxl-golden-border);
  border-radius: var(--ujxxl-golden-radius);
  box-shadow: var(--ujxxl-golden-shadow);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pdp-hero {
  overflow: hidden;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-main-image {
  width: 100%;
  height: auto;
  max-height: min(68vh, 680px);
  object-fit: contain;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-title-main {
  color: var(--ujxxl-golden-ink);
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.98;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-lead,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-description-text,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-info-item-text {
  color: var(--ujxxl-golden-muted);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-share-mini,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pc-icon--share {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--ujxxl-golden-primary);
  background: #ffffff;
  border: 1px solid rgba(23, 52, 86, 0.22);
  border-radius: 999px;
  text-decoration: none;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-share-mini svg,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pc-icon--share svg {
  width: 20px;
  height: 20px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-row--ujxxl-options .ujxxl-options-step {
  background: var(--ujxxl-golden-surface-soft);
  border: 1px solid var(--ujxxl-golden-border);
  border-radius: 20px;
  padding: clamp(14px, 2.4vw, 22px);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-submit,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-add-btn {
  background: var(--ujxxl-golden-primary);
  color: #ffffff;
  border-color: var(--ujxxl-golden-primary);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-navbtn {
  color: var(--ujxxl-golden-primary);
  background: #ffffff;
  border-color: rgba(23, 52, 86, 0.24);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pdp-bottom,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .pdp-more {
  width: min(100%, 1080px);
  margin-inline: auto;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-mobile-app-nav {
  background: #000000;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer {
  display: grid;
  gap: 18px;
  padding-block: clamp(24px, 4vw, 46px) calc(88px + env(safe-area-inset-bottom));
  color: #fff8ea;
  background: #050505;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-showcase,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-quick,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-main,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-meta {
  width: min(100%, 1180px);
  margin-inline: auto;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-showcase,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-quick {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  gap: 16px;
  align-items: stretch;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-showcase__lead,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-card,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-hours {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: clamp(16px, 2.5vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-showcase__actions {
  display: grid;
  gap: 12px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-card small,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-hours small {
  color: rgba(255, 212, 71, 0.92);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-card a,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-contact a {
  color: #ffd447;
  font-weight: 950;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-card span,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-hours span,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-contact span {
  color: rgba(255, 248, 234, 0.76);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 1180px);
  margin-inline: auto;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-categories a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-categories strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact {
  grid-template-columns: minmax(0, 1fr);
  color: #ffffff;
  background: #000000;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-company-details {
  display: none;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-brand,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-brand strong,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-contact,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-contact span,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-contact small {
  color: rgba(255, 255, 255, 0.82);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-brand strong,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-contact a {
  color: #ffffff;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-legal-links a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-preview-switcher {
  position: fixed;
  right: 16px;
  bottom: calc(94px + env(safe-area-inset-bottom));
  z-index: 10020;
  display: grid;
  gap: 8px;
  width: min(360px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid rgba(23, 17, 13, 0.12);
  border-radius: 20px;
  color: #17110d;
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 18px 54px rgba(23, 17, 13, 0.16);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-preview-switcher nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-preview-switcher a {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(23, 17, 13, 0.12);
  border-radius: 999px;
  color: #17110d;
  background: #ffffff;
  font-weight: 900;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-preview-switcher a.is-active {
  color: #17110d;
  background: linear-gradient(135deg, #ffd447, #ff9a18);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-page {
  padding: clamp(32px, 6vw, 72px) 16px;
  background: var(--ujxxl-page-bg, #fff8ed);
  color: var(--ujxxl-ink, #171512);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-shell {
  width: min(100%, 980px);
  margin: 0 auto;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-card {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(23, 21, 18, 0.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 21, 18, 0.08);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-card h1,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-card h2,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-card p {
  margin: 0;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-card h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-card h2 {
  margin-top: 10px;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-card p {
  color: rgba(23, 21, 18, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-card a {
  color: #1f6f2b;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .public-legal-eyebrow {
  color: #f04b23;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-documents-section {
  scroll-margin-top: 110px;
  margin-top: clamp(32px, 6vw, 64px);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-documents-hero {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(24px, 4vw, 40px);
  padding: clamp(24px, 5vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(23, 21, 18, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 197, 42, 0.38), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #fff5df 100%);
  box-shadow: 0 18px 48px rgba(23, 21, 18, 0.08);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-documents-hero h2,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-documents-hero p {
  max-width: 760px;
  margin: 0;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-documents-hero h2 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.98;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-documents-hero > p:last-child {
  color: rgba(23, 21, 18, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-documents-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card {
  display: flex;
  min-width: 0;
  min-height: 340px;
  flex-direction: column;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(23, 21, 18, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(23, 21, 18, 0.07);
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card__number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #17110d;
  background: linear-gradient(135deg, #ffd447, #ff9a18);
  font-size: 1.05rem;
  font-weight: 950;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card__category {
  padding: 7px 11px;
  border-radius: 999px;
  color: #6f3710;
  background: #fff2d8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card h2,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card p {
  margin: 0;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.18;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card > p {
  color: rgba(23, 21, 18, 0.68);
  line-height: 1.55;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card .legal-document-card__meta {
  margin-top: auto;
  color: rgba(23, 21, 18, 0.54);
  font-size: 0.86rem;
  font-weight: 750;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid rgba(23, 21, 18, 0.14);
  border-radius: 14px;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

body[data-tenant="ujxxl"].tenant-ujxxl-active .tenant-ujxxl .legal-document-button.legal-document-button--primary,
body[data-tenant="xxlhambi"].tenant-ujxxl-active .tenant-ujxxl .legal-document-button.legal-document-button--primary {
  border-color: #ff9a18;
  color: #17110d;
  background: linear-gradient(135deg, #ffd447, #ff9a18);
  -webkit-text-fill-color: #17110d;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-button--secondary {
  color: #17110d;
  background: #ffffff;
}

:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-button:hover,
:where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(23, 21, 18, 0.12);
}

@media (max-width: 760px) {
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-documents-grid {
    grid-template-columns: 1fr;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card {
    min-height: 0;
  }
}

@media (max-width: 420px) {
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .legal-document-card__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-showcase,
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-quick {
    grid-template-columns: 1fr;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-categories {
    grid-template-columns: 1fr 1fr;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-footer-meta,
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-footer--compact .xxl-footer-main {
    display: grid;
    grid-template-columns: 1fr;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .xxl-site-header {
    gap: 10px;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-brand span,
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .tenant-ujxxl .xxl-header-hours {
    min-width: 0;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-page {
    padding: 14px;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-titleblock,
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-row--secondary,
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-submitbar,
  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .ujxxl-options-nav {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .product-title-actions {
    justify-self: start;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action-set {
    grid-template-columns: 1fr;
  }

  :where(body[data-tenant="ujxxl"], body[data-tenant="xxlhambi"]) .category-product-action-set > form:only-child {
    grid-column: auto;
  }

  body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-product {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-product__copy {
    grid-template-columns: minmax(0, 1fr);
  }

  body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-product__price {
    grid-column: 1;
    grid-row: auto;
  }

  body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-note {
    padding: 10px;
  }

  body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-note textarea {
    height: 68px;
    min-height: 68px;
  }

  body:is([data-tenant="ujxxl"], [data-tenant="xxlhambi"]) .ujxxl-options-choice--with-image {
    grid-template-columns: 78px minmax(0, 1fr);
  }
}
